Hi here

I'm working (as usually...) in a new LyX document (a new file) at a
book-style. I need that the chapter number does not start with the
_one_, but the five instead, though this is a new file but it belongs to
a a set of large chapters, so I decided to make a new file for each one.
The thing is that the page number should start with the "1" into each
file (or chapter). 
This what I usually have in the preamble:

\AtBeginDocument{%
\addto\captionsspanish{%
\renewcommand{\chaptername}{Tema}%
}}

\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{the title of the subject} 
\rhead{the title of the Chapter}
\chead{}
\lfoot{}
\rfoot{}
\cfoot{\thepage}


Any trick, please? 

Daniel


Reply via email to