Search found 6 matches
- Wed Nov 10, 2010 6:06 pm
- Forum: Document Classes
- Topic: "Changing document class" in the middle of a document
- Replies: 9
- Views: 10474
Re: "Changing document class" in the middle of a document
Yeah, I meant (A.1) etc. and that works. Thanks again for your help.
- Wed Nov 10, 2010 3:49 pm
- Forum: Document Classes
- Topic: "Changing document class" in the middle of a document
- Replies: 9
- Views: 10474
Re: "Changing document class" in the middle of a document
Actually, one more thing. Now the labeling of equations has gone from (A1), (A2), (B1), (B2) etc. to (1), (2), (3), (4). Is there any way to change them back?
- Wed Nov 10, 2010 3:10 pm
- Forum: Document Classes
- Topic: "Changing document class" in the middle of a document
- Replies: 9
- Views: 10474
Re: "Changing document class" in the middle of a document
That's perfect, thanks a lot.
- Tue Nov 09, 2010 1:31 pm
- Forum: Document Classes
- Topic: "Changing document class" in the middle of a document
- Replies: 9
- Views: 10474
"Changing document class" in the middle of a document
The code
\appendix
\chapter{This is the title}
produces a new chapter saying:
"Appendix A
This is the title."
The code
\appendix
\section{This is the title}
produces something that looks like a section saying:
".1 This is the title."
I would like to have the layout of the second ...
\appendix
\chapter{This is the title}
produces a new chapter saying:
"Appendix A
This is the title."
The code
\appendix
\section{This is the title}
produces something that looks like a section saying:
".1 This is the title."
I would like to have the layout of the second ...
- Mon Nov 08, 2010 9:41 pm
- Forum: Document Classes
- Topic: "Changing document class" in the middle of a document
- Replies: 9
- Views: 10474
Re: "Changing document class" in the middle of a document
Thanks for your reply. The problem with doing it as one chapter is that then it says 'Appendix A' which carries the implication that there is a 'B' which at least to me is aesthetically unappealing. Making a separate document for the appendix is an option, but I would like to have links to previous ...
- Mon Nov 08, 2010 6:24 pm
- Forum: Document Classes
- Topic: "Changing document class" in the middle of a document
- Replies: 9
- Views: 10474
"Changing document class" in the middle of a document
Hi. I'm writing a document using the 'report' class and I'm very happy with it. However I would like to add an appendix which is not very long so it looks silly to have the huge chapter headings for each part of the appendix. In short, I would like the appendix to be formatted as 'article' with ...