Answers for "how to increase size of font in table latex"

-1

font size table latex

documentclass{article}
usepackage{graphicx}
begin{document}

begin{table}
resizebox{textwidth}{!}{%
  begin{tabular}{cc}
    Knuth & Lamport
  end{tabular}}
end{table}

end{document}
Posted by: Guest on April-24-2021

Code answers related to "how to increase size of font in table latex"

Browse Popular Code Answers by Language