How to Move Page Numbers to the Right Bottom Corner in Quarto? #10191
-
DescriptionHi Quarto Community, I'm currently working on a document and I would like to customize the placement of the page numbers. By default, the page numbers are centered at the bottom of the page, but I want to move them to the right bottom corner instead. Could anyone guide me on how to achieve this in Quarto? Any specific YAML settings or LaTeX configurations that I need to adjust would be greatly appreciated. Thank you for your help! Best regards, Stefano |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi everyone, For those reading this thread, here is the solution. Here is the YAML configuration to align the page number to the bottom right in Quarto:
This configuration will help align the page number to the bottom right of the page. |
Beta Was this translation helpful? Give feedback.
Hi everyone,
For those reading this thread, here is the solution.
Here is the YAML configuration to align the page number to the bottom right in Quarto:
This configuration will help align the page number to the bottom right of the page.