-
I'm using jupyter-book to generate a PDF with --pdflatex. |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
May 11, 2021
Replies: 1 comment
-
Just found the answer, based on this stackoverflow answer. sphinx:
config:
latex_logo: logo.png
latex_elements:
extraclassoptions: 'openany,oneside' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just found the answer, based on this stackoverflow answer.
In the _config.yml add the extraclassoptions: