Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Adding Single Appendix in a LaTex file

2,603 views
Skip to first unread message

Axel Reichert

unread,
May 2, 1998, 3:00:00 AM5/2/98
to

Om Bhatt <omb...@cs.uiowa.edu> writes:

> if I use "\appendix", it creates an
> appendix as "Appendix A". Since I only have a single appendix
> I want to do away with the "A" in the appendix heading as well
> as in the table of contents, and rename it to "APPENDIX" instead.

Quick and dirty (and untested):

\chapter*{Appendix}
\markboth{Appendix}{Appendix}
\addcontentsline{toc}{chapter}{Appendix}

Happy TeXing!

--
Axel Reichert -- http://mt.mpie-duesseldorf.mpg.de/people/reich/

Om Bhatt

unread,
May 5, 1998, 3:00:00 AM5/5/98
to

Hi all,

I have a single appendix in a LaTex document that I am writing.
The problem is that if I use "\appendix", it creates an

appendix as "Appendix A". Since I only have a single appendix
I want to do away with the "A" in the appendix heading as well
as in the table of contents, and rename it to "APPENDIX" instead.

Is there a simple way to do this ?

Thanks,

-Apurv

Pascal Hitzler

unread,
May 13, 1998, 3:00:00 AM5/13/98
to

> I have a single appendix in a LaTex document that I am writing.
> The problem is that if I use "\appendix", it creates an
> appendix as "Appendix A". Since I only have a single appendix
> I want to do away with the "A" in the appendix heading as well
> as in the table of contents, and rename it to "APPENDIX" instead.

What about using \section* and \addtocontents and do it by hand?

--

*****************************************************
* Pascal Hitzler *
* email: pascal....@student.uni-tuebingen.de *
* homepage: http://ogham.ucc.ie/~pascal *
*****************************************************

Homepage des Vereins zur Förderung mathematisch begabter Jugendlicher:
http://ogham.ucc.ie/~pascal/verein

ahmed...@gmail.com

unread,
Oct 2, 2014, 11:30:11 AM10/2/14
to
Hello .. How can I use Appendex on latex

Peter Flynn

unread,
Oct 3, 2014, 6:17:16 PM10/3/14
to
On 10/02/2014 04:30 PM, ahmed...@gmail.com wrote:
> Hello .. How can I use Appendex on latex
>

\documentclass{book}
\begin{document}
\title{my book}
\author{me}
\maketitle
\chapter{first}
text
\chapter{next}
text
\chapter{last
text
\appendix
\chapter{first}
text
\chapter{last}
\text
\end{document}

///Peter

Manuel Collado

unread,
Oct 4, 2014, 7:52:17 AM10/4/14
to
El 04/10/2014 0:17, Peter Flynn escribió:
> On 10/02/2014 04:30 PM, ahmed...@gmail.com wrote:
>> Hello .. How can I use Appendex on latex
>>
>
> \documentclass{book}
> \begin{document}
> \title{my book}
> \author{me}
> \maketitle
> \chapter{first}
> text
> \chapter{next}
> text
> \chapter{last
------------> \chapter{last}
> text
> \appendix
> \chapter{first}
> text
> \chapter{last}
> \text
------------> text
> \end{document}
>
> ///Peter
--
Manuel Collado - http://lml.ls.fi.upm.es/~mcollado

Peter Flynn

unread,
Oct 4, 2014, 10:38:04 AM10/4/14
to
On 10/04/2014 12:52 PM, Manuel Collado wrote:
> El 04/10/2014 0:17, Peter Flynn escribió:
>> On 10/02/2014 04:30 PM, ahmed...@gmail.com wrote:
>>> Hello .. How can I use Appendex on latex
>>>
>>
>> \documentclass{book}
>> \begin{document}
>> \title{my book}
>> \author{me}
>> \maketitle
>> \chapter{first}
>> text
>> \chapter{next}
>> text
>> \chapter{last
> ------------> \chapter{last}
>> text
>> \appendix
>> \chapter{first}
>> text
>> \chapter{last}
>> \text
> ------------> text
>> \end{document}
>>
>> ///Peter

Oops. Thank you, quite right.

///Peter
0 new messages