Problem with adding Appendix in Latex

Posted by Andrew on Stack Overflow See other posts from Stack Overflow or by Andrew
Published on 2010-04-18T09:37:55Z Indexed on 2010/04/18 9:43 UTC
Read the original article Hit count: 880

Filed under:
|

Hi all,

I tried the first time to add an appendix to my thesis, here are the commands that I used.

\appendix
\chapter{Appendices}
\input{appendix}

The output looks than as follows:

Appendix A


Appendices


A.1 My first appendix
.....

It does not look to bad, but what is irritating is the Appendices entry after Appendix A. Is there any possibilty I could get rid of it?

If I try the following commands:

\appendix
\input{appendix}

The output looks than as follows:

.1 My first appendix
...

Also not how it is intended. Ideally, it would look like this here:

Appendix A


A.1 My first appendix
.....

Any idea how to do that?

Andrew

© Stack Overflow or respective owner

Related posts about latex

Related posts about pdflatex