{appendices} is about creating and customizing an appendix or multiple (sub)appendices with the help of the \appendix command or the package of the same name.

learn more… | top users | synonyms

5
votes
2answers
1k views

Remove dot-after-number in figure captions while keeping the dot in chapter/section captions

In my document (using KOMAScript and babel[ngerman]) I have various figures which get captions like "Abbildung 1: ...". However, as soon as I add a \appendix to the document all those captions change ...
5
votes
1answer
2k views

How to get a list of appendices?

How to get a list of appendices like the list of figures and list of tables? How to set it on a separate page, like the list of figures and list of tables?
4
votes
1answer
1k views

elsarticle: appendix and a table of contents

Appendices does not work well in a table of contents for the elsarticle class. Example: \documentclass[number,sort&compress,3p]{elsarticle} \begin{document} \begin{frontmatter} \title{Example} ...
4
votes
1answer
1k views

Remove dot after appendix numbering

I want my appendix section numbering to look like this Appendix A Section one B Section two I've figured out how to get the A and B (see question How to modify the appendix chapter numbering?). But ...
5
votes
1answer
557 views

Appendix Chapters typeset as Sections in ToC

I am very new to LaTeX and still more in a trial and error phase than on a real understanding level. My goal is to have all appendices - which are chapters and I would like to keep it that way - to ...
10
votes
2answers
1k views

Appendix with own toc

I want to have two table of contents in my document. The first (main) shall only contains "Appendix A: ...", "Appendix B: ..." and so on with page numbers. In the appendix I want another table of ...
6
votes
1answer
6k views

Article appendix with sections and toc entries in the form “Appendix A”

I have been trying to get the appendix for my thesis done. I've read a lot about it and as always you can chose between a fiddly way and a magic package that doas the job to solve a problem (I usually ...
3
votes
1answer
423 views

Why does hyperref bookmark work?

The \appendix command resets the section counter to zero: *\documentclass{article} *\show\appendix (/usr/share/texmf-texlive/tex/latex/base/article.cls Document Class: article 2007/10/19 v1.4h ...
4
votes
1answer
155 views

Same name for all appendices

I have a problem with Appendices. I include them all in one big file. Here I include chapters and after including chapters, I include appendices as follows: \begin{appendices} \include{appendixA} ...
3
votes
1answer
379 views

Adding a cover page for appendices and bibliography

I need to add two cover pages (plain page with centered text) in front of my appendices and bibliography to satisfy the typographical requirements of my graduate school. They must be treated as part ...
3
votes
1answer
265 views

“section level” appendices

I am writing my thesis using a document class that has chapters and then sections under them. Because the chapters are about pretty unrelated topics, I'd like to put the appendices at the end of each ...
2
votes
2answers
655 views

Manually set figure and table labels while compiling

I would like to manually set certain figure and table labels in LaTeX2e. I imagine the process to go something like: latex -> edit .aux file (?) to revise some labels -> pdf The problem: the apa6e ...
4
votes
2answers
2k views

How to modify the appendix chapter numbering?

I have: \appendix \chapter{Title} \section{Intro} and it appears. Appendix A Title A.1 Intro I would like to have the same except the "A.1 Intro" but instead "1.Intro" How to remove the ...
3
votes
3answers
1k views

Appendix without sections ?

There is only one appendix chapter in my thesis, which Latex defaults as Appendix A. However, I need it to show up as only "Appendix" without A or 1. Can anyone please tell me how to achieve that. ...
5
votes
2answers
8k views

How to change Appendix chapter name

I have a long appendix which includes a lot of equations and figures. My document class is report. In order to have a separate appendix section, I used: \appendix \chapter{The first appendix} ...
2
votes
1answer
1k views

appendix formatting: section number before \appendixname

Here is my situation: Source code in preamble: \usepackage[title,titletoc]{appendix} \renewcommand{\appendixname}{priedas} in document: \begin{appendices} \section{Tekstai} Nemo enim ipsam ...
7
votes
1answer
261 views

Get List of Listings in an Appendix

I am using LyX with the listings package. I want to have Appendix A be titled "Code Listings" and then have the List of Listings. Right now I have \lstlistoflistings in an ERT. By using ...
28
votes
3answers
7k views

What is the right order when using \frontmatter, \tableofcontents, \mainmatter, \part, \chapter, \backmatter, \appendix etc?

I am using the book documentclass and want to know the correct order when arranging \frontmatter \maketitle or \begin{titlepage}...\end{titlepage} a page that contains copyright, ISBN, edition ...
1
vote
1answer
320 views

Reference not found

When trying to reference to an appendix using autoref using the following code: \documentclass[10pt,a4paper]{article} \usepackage[titletoc]{appendix} \usepackage{hyperref} \begin{document} ...
8
votes
2answers
687 views

How to set two types of appendixes on memoir class?

I need to set up two types of appendixes: Appendixes and Annexes They must appear as "Appendix A - Title of Appendix A", etc, and "Annex A - Title of Annex A", etc. in the chapter head (which I ...
3
votes
1answer
942 views

Appendix after bibliography

I am using \includefile{} to add a preliminary literature review to a thesis proposal. The specifications require that "Appendix" be printed in the upper right hand corner. I tried ending my proposal ...
3
votes
1answer
675 views

cleveref and titlesec, \section issues.

I have some problems with cleveref and titlesec, providing a minimal working example below: \documentclass{report} \usepackage{titlesec} %% <-- the issue as far as i know, but i need the package ...
1
vote
2answers
918 views

Get \printindex or \lstlistoflisting to TOC with correct numbering

So when you create an index or a listoflistings, they are not listed in \tableofcontents. \appendix \newpage \printindex \newpage \lstlistoflistings To make them appear, I entered custom content ...
2
votes
1answer
930 views

Reference to figures in appendix is not printed properly

When citing a figure in a section in my report body, the reference prints the correct number: Figure\ref{fig:UML} illustrates complexity arising from the non-modularity of the existing design: ...
8
votes
1answer
259 views

Repeating figures in an appendix

For a paper I'm working on they want to have an appendix with all the figures from the main text. That is, figures should be in the main text (for publication), but they should be repeated in an ...
1
vote
1answer
770 views

Appendix without heading, only TOC entry

I'd like to add an appendix to the TOC without showing its headline over the continuous text. Minimal Example: \documentclass{scrartcl} \begin{document} \tableofcontents \section{A Section} ...
0
votes
0answers
459 views

Report: Appendix and bibliography in TOC [closed]

I'm writing a report, but have some difficulties with the table of contents. I know this topic have been discussed before, but I can't seem to get it to work... ...
1
vote
1answer
469 views

toc/hyperref heading issue

The bibliography in my document is "incorporating" the appendices in the TOC and the bookmark structure using hyperref. The page number in TOC for Bibliography is also bigger than all other page ...
5
votes
2answers
954 views

Numbered section hidden from the ToC

I'm writing a set of course notes that has an appendix containing many activities. I do not wish the activities to be shown in the Table of Contents, but I do wish them to be numbered. Here is the ...
4
votes
1answer
310 views

About reference in appendix

After adding an additional reference section in the appendix part, I want to the number of each reference item is after the number of reference in the main body of the paper. So that it should be ...
1
vote
1answer
971 views

A.0.1 figure labels in Appendix

I have two issues: The figures/tables in my appendix are being labeled A.0.1 instead of A.1. I assume this is because of the convention in my document is chapter.section.#. How do I change this ...
3
votes
1answer
1k views

Appendices in separate file (Cross Referencing)

I have a big report with appendices. Now I would like to put my appendices in a separate file. That's no problem at all. But I refer to my appendices in my main file. What would be the easiest way to ...
12
votes
1answer
2k views

Add “Appendix” before “A” for Appendix A in thesis TOC

I am required to insert the word Appendix before the letter A in my dissertation Table of Contents as follows: Appendix A (title for appendix A) but the latex thesis cls file: FAU Thesis Class I ...
6
votes
2answers
588 views

Appendix letter position

\appendix \section{Appendix} gives me "A Appendix". How can I get "Appendix A"
6
votes
1answer
615 views

Appendix changes sections and figures numbering

I don't know how to face a strange behavior caused by the appendix package. I'm using KOMA-Script book class and many other packages (see here: http://pastie.org/1728702) When I add an appendix (not ...
10
votes
1answer
863 views

titlesec, hyperref, algorithm2e, and \appendix

When I use titlesec, hyperref, and algorithm2e together, sections after an \appendix are not numbered properly. \documentclass{article} \usepackage{titlesec} \usepackage{hyperref} ...
3
votes
1answer
2k views

Remove unnecessary blank page after creating an appendix

Declaring appendices, an unnecessary blank page is created immediately after. Leaving a 1-page break before the first appendix!? How can this blank page be removed. MWE below. ...
3
votes
3answers
1k views

Continuous table numbering

I am listing a bunch of pages in an Appendix. If I do the appendix as \appendixpage, after a chapter 1 (for testing), I get all tables numbered 1.1, 1.2, ... 1.436. (Yes, I have 436 tables, and it's ...
3
votes
2answers
617 views

Table of contents problems

I am writing my thesis and I am having a few problems with my format. My thesis structure is as follows: I Introduction II Part 1 chapter 1 chapter 2 III Part 2 ...
3
votes
3answers
2k views

Creating a separate list of appendices with tocloft

I'm very sorry but I have to ask for urgent help as I could not make sense of the individual questions I asked previously. I'm required a separate list of appendices, i.e. the appendix is not to show ...
6
votes
1answer
322 views

Include another pdf in a box (and other details)

Some time ago I read a paper that was tightly based on another one. It was from the same authors so they included the previous papers as appendixes. I noticed (and liked) that these appendixes were ...
5
votes
3answers
5k views

Display appendix section title like “Appendix A My Code Listing”?

I'm using the document class scrartcl and appendix. This currently results in a letter instead of a number for section enumeration in the TOC and section title ("A My Code Listing"). I need to change ...
7
votes
1answer
1k views

How can I generate a list of appendices, separate from the table of contents (ToC)?

LaTeX's appendix environment formats sections differently and uses a different enumeration in the table of contents: \begin{appendix} \section{superuser} \dots{} .... Shows up as ...
5
votes
1answer
2k views

List of Appendices

My document guidelines for a multi-chapter thesis requires that any appendices be pulled out of the TOC and dropped into a separate List Of Appendices (LOA). The latex package put together for my ...
1
vote
1answer
3k views

Create appendix in Lyx

I am trying to create appendix in Lyx. I use 'Document->Start Appendix Here' just before the beginning of the appendix text, and I can see that the text before the Bibliography is wrapped in an ...
3
votes
1answer
447 views

Adding section to appendix causes a compile error

Background Include multiple appendixes in a book. (Using KOMA Script v2.) Problem I have isolated the problem and created a minimal example to demonstrate the issue: Preamble Working LyX File ...
5
votes
2answers
13k views

Should the appendix be before the bibliography or after?

My thesis latex format does not include an appendix, but I need one. Should I put it after the bibliography or before?
9
votes
2answers
1k views

\autoref should call sections within the appendix “appendix” not “section”

I make use of autoref thoughout my now rather long document. I have an appendix with sections, though currently a small number, so changes could be made here. I want references in my document to ...
5
votes
1answer
1k views

How can I set a header showing the current section?

A few of the appendices in my document contain code covering a lot of pages, but those pages have nothing else than code (and page numbers). How can I put a header showing what's the current appendix, ...
3
votes
1answer
352 views

Bibliography as appendix causes problems for further appendixes

The document: \documentclass{article} \usepackage{natbib} \begin{document} \appendix \renewcommand{\bibsection}{\section{References} \bibliographystyle{apalike} \bibliography{foo} \appendix ...