Answers for "latex small table of font"

-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

Browse Popular Code Answers by Language