TeX - LaTeX Asked on July 16, 2021
I am composing a multi-page document that contains only tables. Pages are A4 (lettersize) in "landscape"(!) orientation, each page has only one table.
I am using landscape
environment:
documentclass[10pt]{report}
usepackage{polyglossia}
setdefaultlanguage{english}
usepackage{pdflscape}
begin{document}
begin{landscape}
begin{tabular}{|r|r|r|}
some table
end{tabular}
newpage
begin{tabular}{|r|r|r|}
some table
end{tabular}
end{landscape}
end{document}
The code works, however, I am not exactly sure that my implementation is the best one.
Questions:
Edit: I forgot to add pdfscape
package to minimal example.
documentclass[10pt,landscape]{report}
usepackage[pass]{geometry}
begin{document}
begin{tabular}{|r|r|r|}
some table
end{tabular}
newpage
begin{tabular}{|r|r|r|}
some table
end{tabular}
end{document}
Correct answer by leandriis on July 16, 2021
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP