[sphinx-users] Re: how do I add revision history table?

2016-10-19 Thread Komiya Takeshi
Hi,

You can override the LaTeX macros in your conf.py:
latx_elements = {
'preamble': """
\renewcommand{\maketitle}{%
...
}
"""
}

Anyway, you have to learn about LaTeX macros to customize LaTeX output.

Thanks,
Takeshi KOMIYA

2016年10月20日木曜日 8時03分01秒 UTC+9 E. Kelly:
>
> I'm having a similar problem and haven't been able to figure it out on my 
> own. I want to put copyright information between the table of contents and 
> the first chapter. 
>
> I realize that I have to override \maketitle but I haven't been able to 
> find the original source for it to modify, or documentation about how to do 
> it within Sphinx.  
>
> I found parts of \maketitle in 
> lib/python2.7/site-packages/sphinx/texinputs/sphinxmanual.cls but wasn't 
> able to understand how to add extra pages. (I am not familiar with LaTeX, 
> which doesn't help.) It also must be pulling elements from another source, 
> since I don't see a format code that makes everything on the title page 
> bold, but it is (I would like to have some things not boldface).
>
> Fiona, have you found a solution? 
>
> On Sunday, October 16, 2016 at 7:38:29 PM UTC-4, Peter Burdine wrote:
>>
>> In the latex output, all of the front matter ouput (title page, toc, etc) 
>> is controlled by the \maketitle command.  If you want to change the front 
>> matter you need to renew that command to change its behavior.
>>
>> On Friday, October 14, 2016 at 4:41:39 PM UTC-7, Fiona Hanington wrote:
>>>
>>> Hi there
>>> I would like to include a revision history table as part of the front 
>>> matter of my documents (PDF). I'd like this to appear after the title page 
>>> and before the toc if possible. Does sphinx/rst support this? If so how 
>>> would I go about it?
>>> Thanks
>>> Fiona
>>>
>>

-- 
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 sphinx-users+unsubscr...@googlegroups.com.
To post to this group, send email to sphinx-users@googlegroups.com.
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.


[sphinx-users] Re: how do I add revision history table?

2016-10-19 Thread 'EMK' via sphinx-users
I'm having a similar problem and haven't been able to figure it out on my 
own. I want to put copyright information between the table of contents and 
the first chapter. 

I realize that I have to override \maketitle but I haven't been able to 
find the original source for it to modify, or documentation about how to do 
it within Sphinx.  

I found parts of \maketitle in 
lib/python2.7/site-packages/sphinx/texinputs/sphinxmanual.cls but wasn't 
able to understand how to add extra pages. (I am not familiar with LaTeX, 
which doesn't help.) It also must be pulling elements from another source, 
since I don't see a format code that makes everything on the title page 
bold, but it is (I would like to have some things not boldface).

Fiona, have you found a solution? 

On Sunday, October 16, 2016 at 7:38:29 PM UTC-4, Peter Burdine wrote:
>
> In the latex output, all of the front matter ouput (title page, toc, etc) 
> is controlled by the \maketitle command.  If you want to change the front 
> matter you need to renew that command to change its behavior.
>
> On Friday, October 14, 2016 at 4:41:39 PM UTC-7, Fiona Hanington wrote:
>>
>> Hi there
>> I would like to include a revision history table as part of the front 
>> matter of my documents (PDF). I'd like this to appear after the title page 
>> and before the toc if possible. Does sphinx/rst support this? If so how 
>> would I go about it?
>> Thanks
>> Fiona
>>
>

-- 
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 sphinx-users+unsubscr...@googlegroups.com.
To post to this group, send email to sphinx-users@googlegroups.com.
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.


[sphinx-users] Re: how do I add revision history table?

2016-10-16 Thread Peter Burdine
In the latex output, all of the front matter ouput (title page, toc, etc) 
is controlled by the \maketitle command.  If you want to change the front 
matter you need to renew that command to change its behavior.

On Friday, October 14, 2016 at 4:41:39 PM UTC-7, Fiona Hanington wrote:
>
> Hi there
> I would like to include a revision history table as part of the front 
> matter of my documents (PDF). I'd like this to appear after the title page 
> and before the toc if possible. Does sphinx/rst support this? If so how 
> would I go about it?
> Thanks
> Fiona
>

-- 
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 sphinx-users+unsubscr...@googlegroups.com.
To post to this group, send email to sphinx-users@googlegroups.com.
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.