Hi all,
I have to include cuthesis.sty file, I use the command \usepackage for this file, the only thing that I can not control is that in my .tex file I have to include the section
"\begin{acknowledgments}
\end{acknowledgments}"
to get the document numbered along with Table of Figure,...... , if I do not include this section, I get a document with Roman numbers instead, and the table of figues, contents,... are removed. How can I remove this section while keeping my document as normal.
Thanks
General ⇒ Style file
-
- Posts: 30
- Joined: Fri Nov 23, 2007 12:56 am
Style file
- Attachments
-
- cuthesis.sty
- (10.53 KiB) Downloaded 184 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 30
- Joined: Fri Nov 23, 2007 12:56 am
Re: Style file
Hi all,
Let me rephrase what I previously mentioned.
I include cuthesis.sty file using the command \usepackage in my .tex file. If I include the Section
"\begin{acknowledgments}
\end{acknowledgments}"
My document will get numbered while Table of Figures,...... , are added. If I do not include this Section in my .tex file, I get for the whole document pages with Roman characters instead of numbers, while the table of Figures,... are deleted. How can I remove this Section while keeping my document numbered while adding Table of Figures,.......
Let me rephrase what I previously mentioned.
I include cuthesis.sty file using the command \usepackage in my .tex file. If I include the Section
"\begin{acknowledgments}
\end{acknowledgments}"
My document will get numbered while Table of Figures,...... , are added. If I do not include this Section in my .tex file, I get for the whole document pages with Roman characters instead of numbers, while the table of Figures,... are deleted. How can I remove this Section while keeping my document numbered while adding Table of Figures,.......
Re: Style file
From what I can tell looking at the .sty file, this is happening because the acknowledgements environment calls the command:
\afterpreface
And this command inserts the table of figures, etc., changes the numbering and does some other stuff. If you're not going to use the acknowledgement environment, just put the \afterpreface command in its place.
\afterpreface
And this command inserts the table of figures, etc., changes the numbering and does some other stuff. If you're not going to use the acknowledgement environment, just put the \afterpreface command in its place.