How to change header and footer of quarto output by including a tex-file #8418
Replies: 4 comments 11 replies
-
Please format your post properly for it to be legible. See https://quarto.org/bug-reports.html#formatting-make-githubs-markdown-work-for-us. |
Beta Was this translation helpful? Give feedback.
-
Can't you give me short answer in the code sequence how can i fix this? |
Beta Was this translation helpful? Give feedback.
-
I fixed the issue with the header and footer. Here is my latex code: \usepackage{scrlayer-scrpage}
\pagestyle{scrheadings}
\ohead{\headmark}
\automark[chapter]{chapter}
\setheadsepline{0.4pt}
\setfootsepline{0.4pt} Here is my Quarto code of a chapter: {{< pagebreak >}}
test
{{< pagebreak >}}
test
{{< pagebreak >}}
## test
test Here is a picture of the output. |
Beta Was this translation helpful? Give feedback.
-
Now it's about solving the problem with the authors and the institution... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to change header and footer of quarto output by including a tex-file
Here ist the beginning of my qmd-file in RStudio
Here is my including tex file
Beta Was this translation helpful? Give feedback.
All reactions