Page LayoutAdd an appendix without lettered title (like Bibliography)

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
greybadger
Posts: 13
Joined: Fri Aug 21, 2009 2:36 pm

Add an appendix without lettered title (like Bibliography)

Post by greybadger »

Hi,

I would like to add an appendix which doesn't have a lettered title, as, for example, the Bibliography appears. How can I achieve this?

Regards,
GB.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: Add an appendix without lettered title (like Bibliograph

Post by frabjous »

Probably you just want to use the starred versions of one of the sectioning commands like \section*{Something} or \chapter*{Something} depending on document class, but without knowing exactly what document class you're using, and exactly what the requirements are, it's hard to say more.
greybadger
Posts: 13
Joined: Fri Aug 21, 2009 2:36 pm

Add an appendix without lettered title (like Bibliography)

Post by greybadger »

Sorry, I wasn't very specific. I am using the 'report' class:

Code: Select all

\documentclass[a4paper,11pt,twoside,openright]{report}
I would like to have, after my lettered appendices, but before the bibliography, another 'appendix' which appears in the same style as the bibliography.

Using the

Code: Select all

\chapter*{Whatever}
construct makes the chapter heading correct, but didn't add the chapter title to the TOC. I fixed this with

Code: Select all

\addcontentsline{toc}{chapter}{Glossary}
Thanks for the suggestion!
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Add an appendix without lettered title (like Bibliography)

Post by localghost »

If this is a solution to your problem, please mark the topic accordingly as written in Section 3 of the Board Rules (to be read before posting).


Thorsten
Post Reply