Skip to content
Discussion options

You must be logged in to vote

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:

header-includes:
  - \usepackage{scrlayer-scrpage}
  - \usepackage{lipsum} % only for showing some sample text
  - \clearpairofpagestyles% remove all default elements from page styles scrheadings
                          % and plain.scrheadings
  - \ofoot*{\pagemark}% add pagination to the outer part of the page footer
  - \cfoot{}% clear the center part of the page footer

This configuration will help align the page number to the bottom right of the page.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mcanouil
Comment options

mcanouil Jul 3, 2024
Collaborator

Answer selected by stevefatz95
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
latex LaTeX engines related libraries and technologies themes Related to HTML theming or any other style related issue (like highlight-style)
2 participants