Questions tagged [appendix]
An {appendix} is an addition required to be made to a document by its author subsequent to its printing or publication.
356 questions
1
vote
0
answers
37
views
Why does in the appendix the pageheader count wrongly? [duplicate]
I have reduced my book of 300+ pages to 6 pages. On page 3 the label on the pageheader ist correct: A.1 Werke für Tagfalter. On page 4 we find the new chapter titel: B Die Falter auf der Roten Liste. ...
1
vote
0
answers
23
views
Cleveref + LLNCS: appendices are not properly referenced [duplicate]
I'm using the LLNCS LaTeX template with an appendix and I'm trying to use cleveref for automatic reference names. Here is example code:
\documentclass{llncs}
\usepackage{hyperref}
\usepackage{cleveref}...
2
votes
2
answers
135
views
Make separate appendix table of contents and remove appendix chapters and sections from main toc
I want to remove all my Appendix Chapters, Sections etc. from the main TOC and only display "Appendix" with the page numer of the first page there.
On the first page of the appendix there ...
1
vote
1
answer
84
views
Sub categories of appendix in list of contents
I'm currently writing my bachelor's thesis in Overleaf and have a question regarding the appendix. When I add subsections to the appendix, only the main appendix entry appears in the table of contents,...
4
votes
2
answers
103
views
Slightly customized appendix numbering
\documentclass[10pt,a4paper,envcountsect]{llncs}
\begin{document}
\section{Introduction}
BLA
\subsection{sub}
SUB
\appendix
\section{Appendix}
BLA
\section{Asec}
ASEC
\subsection{Asub}
ASUB
\end{...
5
votes
2
answers
48
views
\appendix changing Figure counting style
Whenever I have the \appendix command in my document, it adds an unwanted dot to my figure numbering, such that Figure 1:Text becomes Figure 1.:Text. I have no idea why this happens.
Here is my Main....
0
votes
0
answers
31
views
LaTex: Figure number not showing in subfigures (a) and (b) [duplicate]
I’m using LaTex to insert figures in my paper, with each figure split into two subfigures — labeled (a) and (b).
In the paper’s body, I can see the correct figure number (like “Figure 1”), but the ...
1
vote
1
answer
112
views
How to remove the word Chapter after the word Appendix in TOC?
I want to remove the word Chapter that appears after the word Appendix in the Table of Contents. I found a similar question here, but no answer was provided. If anyone could help me achieve that, I ...
0
votes
0
answers
38
views
Undesired character when calling appendices
I’m trying to create a script to be inserted into a document class that creates single column appendices in a 2-column article. what does not work is when you define various appendices, with \begin{...
0
votes
0
answers
44
views
Partial TOC with text in-between
I'm trying to create 2 partial TOCs at the start of the document. I need them separate since I want to write text in-between.
I.e. mainsection is included items, then I want to write a Total price, ...
0
votes
1
answer
70
views
Make bibliography and appendix heading style like regular sections
I'm writing a report for my class in university using LaTeX with the apa7 class and apacite. As the professor has specific requirements to the formatting (eg. headings have to be a certain size and ...
2
votes
1
answer
144
views
Creating Two Separate Tables of Contents in LaTeX
For my thesis (document class is article) I am trying to set up two separate tables of contents. The first one should appear at the beginning and include only the following sections, as shown in the ...
0
votes
1
answer
121
views
Appendix frames in moloch theme (beamer)
I have a question about moloch theme and the appendix frames. As a MWE consider:
\documentclass[10pt]{beamer}
\usetheme{moloch}
\setbeamertemplate{page number in head/foot}[appendixframenumber]
\...
0
votes
2
answers
81
views
How can I remove the repeated "Appendices" title from the Table of Contents?
I'm using LyX with the Book document class and the appendix package to include an appendix for each chapter. To avoid global switch issues, I'm wrapping each appendix in an appendices environment like ...
1
vote
1
answer
68
views
apxproof: how to change numbering of appendix sections?
When I use apxproof, the proofs move to automatically-generated appendices, which are automatically numbered A, B, C, etc. How can I change the numbering so that it starts with a later letter, e.g. G, ...