Skip to content

Overriding Footers in LatexPDF output #13687

Answered by mtgstuber
mtgstuber asked this question in Q&A
Discussion options

You must be logged in to vote

I figured out how to do it. I'm documenting it here for posterity.

  • In my source directory I created a latex directory.
  • I copied over the default sphinxlatexstylepage.sty from build/latex to my source/latex directory
  • In conf.py I added `latex_additonal_files = [ 'latex/sphinxlatexstylepage.sty' ]
  • Then I modified my latex/sphinxlatexstylepage.sty to meet my needs

It would be great if the default style could be tuned from conf.py with some well defined settings, but this override gets the job done.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mtgstuber
Comment options

@mtgstuber
Comment options

Answer selected by mtgstuber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants