1 Jun 2011 09:10
Re: Question about rst2latex with Latex fancyhdr package
Guenter Milde <milde <at> users.berlios.de>
2011-06-01 07:10:50 GMT
2011-06-01 07:10:50 GMT
On 2011-05-31, Sih Iok-Jin wrote: > I would like to use rst2latex to generate *.tex file , and show the > section name on the right top of result PDF file. > So, I use the fancyhdr Latex package to accomplish my goal. > But the result PDF file doesn't show the section name on the right top. By default, headings are only automatically updated when a new numbered section starts. Hence, there can be several reasons: a) You do not use numbered headings b) You do not use "latex numbering" Fix for b): > docutils.conf > ----------------- > [latex2e writer] > documentclass: article > documentoptions: 12pt,a4paper,dvipdfmx > output-encoding: utf-8 > stylesheet: docutils.tex # section numbering by LaTeX instead of Docutils: sectnum-xform: False(Continue reading)
RSS Feed