I needed to do this for a project I'm working on. I copied sphinxmanual.cls 
(which is placed in the _build/latex/ directory when you build a LaTeX 
file) and placed it in the root of my project as "sphinxbook.cls", and told 
conf.py to copy that in and use "book" as the documentclass.

The cls file redefines \maketitle with the Sphinx title page, so I edited 
that, added a \clearpage at the end, and then added my copyright 
information on the new page. You can use \vfill on top to push it to the 
bottom of the page.

On Wednesday, November 13, 2013 4:41:08 AM UTC-5, juhasecke wrote:
>
> I want to insert imprint information on the page right after the titlepage 
> and before the tableofcontents in my latex output. 
>
> Any ideas how I can achieve that?
>
> In a normal latex project I would solve this with koma-scripts book class 
> and \lowertitleback{foobar}.
>
> juh
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to