Closed gitkeeper closed 8 months ago
Hello! I think the problem is in "\nouppercase" command. I was able to make it work by adding the following to the metadata.yaml file:
book: true
header-right: \rightmark
header-left: \thepage
It seems that the book
option is required for \leftmark and \rightmark to work. (I'm not sure about this, but it didn't work for me without it.)
It's also necessary to add --top-level-division=default
flag to the pandoc command.
I hope this helps.
Thank you @GregoryKogan for your tip! I've removed the \nouppercase
and the PDF conversion worked flawlessly. Thanks for your time.
Issue resolved.
Hello everybody
I receive an error when I include
{\rightmark}
in Eisvogel's template footer withfootnotes-pretty: true
:This is an excerpt of my template file
And this is an excerpt of my command to build the PDF with
xelatex
:I have BasicTex installed on macOS with the following packages:
I hope that someone can point me in the right direction for how to solve the problem. Thank you.
Best regards, gitkeeper