Remove pagenumbers from the TOC? And adjust page numbering to the right page? #3791
-
Hello guys, How do I exclude pagenumbers from the TOC. And how do I place the pagenumber on the bottom right side? Below is the YAML code:
Thanks in advance! / Kenneth. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
I do not think you can using the default pdf template. |
Beta Was this translation helpful? Give feedback.
-
Hello, I want to customise the formatting aspect a lot, so your answer is correct. I'll check it out. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Sure! Here you go. |
Beta Was this translation helpful? Give feedback.
-
Just in case somebody needs the solution... It's adding the latex command Example
|
Beta Was this translation helpful? Give feedback.
I do not think you can using the default pdf template.
Note that you question is a LaTeX question more than a Quarto question.
I believe the answer can be found on the internet.
In the end, if you wish to customise a lot, I suggest you get acquainted with the extension API, see https://quarto.org/docs/extensions/creating.html.