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.
Page Layout ⇒ Add an appendix without lettered title (like Bibliography)
-
- Posts: 13
- Joined: Fri Aug 21, 2009 2:36 pm
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: Add an appendix without lettered title (like Bibliograph
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.
-
- Posts: 13
- Joined: Fri Aug 21, 2009 2:36 pm
Add an appendix without lettered title (like Bibliography)
Sorry, I wasn't very specific. I am using the 'report' class:
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 construct makes the chapter heading correct, but didn't add the chapter title to the TOC. I fixed this with
Thanks for the suggestion!
Code: Select all
\documentclass[a4paper,11pt,twoside,openright]{report}
Using the
Code: Select all
\chapter*{Whatever}
Code: Select all
\addcontentsline{toc}{chapter}{Glossary}
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Add an appendix without lettered title (like Bibliography)
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
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10