I was not satisfied with appendices defined via
\appendix
\chapter{First}
..
\chapter{Second}
..
and tried to use just one chapter named Appendices and a number of section within it. And I need also to use another name instead of "Appendix" for sections, so I wrote something like
\renewcommand ...
Search found 3 matches
- Mon Jun 22, 2009 7:54 pm
- Forum: Page Layout
- Topic: \tableofcontents and Appendices
- Replies: 1
- Views: 1527
- Fri May 08, 2009 9:48 am
- Forum: General
- Topic: How to make length-assignments global
- Replies: 4
- Views: 3240
Re: How to make length-assignments global
Thank you! \global\setlength does work properly !
- Thu May 07, 2009 12:18 pm
- Forum: General
- Topic: How to make length-assignments global
- Replies: 4
- Views: 3240
How to make length-assignments global
The problem is that all length-commands, e.g., \setlength, are local, meaning that old values are restored when going out of a group of commands surrounded by {..}. Is there any way to make length-assignments globally defined provided they are made within the group of commands?