{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.
1
vote
0answers
35 views
Appendix not renaming [duplicate]
Possible Duplicate:
How to change the name of document elements like “Figure”, “Contents”, “Bibliography” etc.?
I would like to rename my appendix so that it would be all caps, like other ...
12
votes
3answers
963 views
How to make my bibliography an appendix?
I'm trying to do this:
\documentclass{article}
\usepackage{natbib}
\begin{document}
% ...
\phantomsection
\addcontentsline{toc}{section}{References}
\appendix
\bibliographystyle{apalike}
...
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.
...
0
votes
0answers
158 views
\appendix doesn't use letter, but still numbers [closed]
I'm try to insert an appendix on my thesis, but the command \appendix seems just to be ignored! In fact, after it chapter are still numbered!
Here is the minimal working example:
...
3
votes
1answer
158 views
Creating a new list of appendices with tocloft
I just implemented Mike Renfro's solution from here, but the content in the list of appendices also gets listed in the toc, which should not be the case. How would one ensure this is avoided? Below is ...
2
votes
0answers
68 views
Appendices formatting/ Text displayed by reference
I want to obtain toc and text formatting as shown in MWE.
\documentclass[12pt,a4paper]{article}
\usepackage[a4paper]{geometry}
\usepackage{polyglossia}
\setdefaultlanguage{polish}
...
1
vote
1answer
151 views
Appendix package option to force page break before appendices
Instead of manually putting a \newpage before \begin{appendices}, how can I tell the appendix package to do this ?
8
votes
2answers
20k views
making appendix for thesis
I need some help with creating an appendix for my thesis. I have about 10 figures which need to be in the appendix. I have a good appendix with the following code:
\appendix
...
10
votes
1answer
350 views
Navigation Circles disappear in Appendix - Beamer - Frankfurt
I am preparing a presentation with beamer using the following preamble:
\documentclass{beamer}
\usepackage{remreset}
\usepackage{comment} % end and begin comment
\usepackage{dtklogos} % for \BibTeX
...
6
votes
1answer
198 views
How to avoid numbering of Appendix?
I have only one appendix in my report. But it appears in the table of contents and title page as Appendix A. How can I change it to APPENDIX?
0
votes
0answers
29 views
How to avoid writing appendix A? [duplicate]
Possible Duplicate:
How to avoid numbering of Appendix?
I have only one appendix and in the contents and appendix page I just need to write APPENDIX but it appears Appendix A....How can I ...
1
vote
1answer
154 views
Changing the numbering of lemmas and theorems in the appendix
I wanted to change the name of the appendix. So, I wanted my appendix name would be not
Appendix A, as usual, but Appendix I.
So I use
\begin{appendix}
...
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?
8
votes
2answers
1k views
Change figure numbering for appendix
I want to reset the figure counting when the appendix starts, and follow a different pattern. Specifically, I want figures in the appendix to start with A.1 onward, instead of continuing on from the ...
4
votes
2answers
169 views
How to make appendices like section in bookmarks
I had a problem as I wanted to make my appendices look like sections.
I already found a solution to do this for the table of contents by using this code just before the \chapter command in the ...
3
votes
1answer
247 views
Continue Page Numbers in Appendix
I am writing a thesis using LaTex and I was told that my numbering cannot restart in the Appendices, which seems wrong to me but I'm not going to argue it. I am using the report class and the ...
0
votes
1answer
74 views
Appendix as regular \chapter; Appendixes as \section within Chapter-Appendix but with \alph chapter number [closed]
I'd like to have something like this
1. Chapter 1
1.1. Section 1.1
1.2. Section 1.2
2. Chapter 2
...
7. Appendix
A. Appendix 1
B. Appendix 1
Im trying it like this:
\chapter{Chapter 1}
...
1
vote
1answer
120 views
Appendix trouble [closed]
I am in trouble with my appendix. I include
\appendix<br>
\chapter{Appendix Title 1}
\section{Section 1}
\section{Section 2}
but in the TOC does not show the letters. The TOC is just this...
...
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 ...
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
216 views
How to Get The Output Like This [closed]
Appendix A:
Table A.1
Table A.2
Appendix B:
Table B.1
Table B.2
Appendix C:
Table C.1
Table C.2
How to Get output like this
1
vote
1answer
87 views
Conditionally generate word explanations in appendix
Is there a way to declare a set of conceptual keywords with their explanation that will be taken and compiled into the appendix when one of the keywords is used throughout the documents body?
For ...
5
votes
1answer
165 views
Appendix problem in ToC
MWE is here:
\documentclass[12pt,letter]{report}
\usepackage[titletoc]{appendix}
\begin{document}
\tableofcontents
\appendix
\chapter{T.F}
some text
\chapter{C.L}
some more text
\end{document}
In ...
3
votes
2answers
362 views
Format appendix chapter title with titlesec in a scrbook
I'm writing a longer text and redefined the Design of a Chapter start page using titlesec. For example
\documentclass[cleardoublepage=empty,fontsize=11pt,a4paper,twoside,DIV=calc]{scrbook}
...
0
votes
0answers
255 views
Remove unnecessary blank page after creating an appendix, still not solved [closed]
I have the same question as many others, which hasn't been thoroughly answered. I have an extra blank page between Appendix 1 and Appendix 2 (which is a figure).
I have tried:
\documentclass[11pt, ...
1
vote
0answers
38 views
Counter too large if number of alphabet chapters is more that 26 [duplicate]
Possible Duplicate:
Error: Counter too large! with \alph{cntr} and cntr>26
I need Alphabetic numeration of my chapters.
But if they are more than 26 LaTeX gives an error message.
How I ...
6
votes
1answer
612 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 ...
1
vote
1answer
283 views
How to refer Appendix in a paper?
I put \label{} after each section and use \nameref with that label name for referring section names in the document.
But that doesn't work with \appendix. What is the correct way to refer a section ...
1
vote
2answers
917 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 ...
3
votes
1answer
208 views
TOC “Appendices” wrongly entry comes after 1st appendix entry when use \include
I use the appendix package with its toc option for a book document. If the first of several appendices is inserted by using \include, then the "Appendices" heading in the TOC incorrectly appears after ...
6
votes
1answer
224 views
Appendix at the end of Chapter
I am writing a book and would like to have appendices at the end of each chapter, for instance appendices at the end of Chapter 2 should look like:
Appendix 2A Derivation of MMSE Equation
...
-1
votes
1answer
217 views
How to upload C code into latex appendix section [duplicate]
Possible Duplicate:
Adding C++ code in Latex
I am trying to upload the code into my latex document.Please let me know how can I do that.My code is as below.
\appendix
%My C code goes here
...
6
votes
1answer
246 views
Remove dots in toc for a particular entry like appendix
I am writing my thesis and use the book class under PhDthesisPSnPDF.
I would like to remove the dots in table of contents only for a particular entry like "Appendix". All the entries for chapter and ...
5
votes
1answer
134 views
get rid of numbering of figures in appendix
is it possible to remove numbering at figures? I am happy to have numbering in an article, but I would like to remove it from the appendix.
4
votes
1answer
614 views
Table of Contents inside an Appendices Environment
I am trying to create a table of contents inside the appendices environment, however I am unable to do so. In the example below I want a table of contents for Section1.
I have tried the minitoc but ...
4
votes
1answer
308 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 ...
5
votes
1answer
1k views
How to remove empty page after appendix and the next chapter?
I am using LaTeX for my thesis and I am getting a blank page after Appendix and the next chapter. My document class is book:
\documentclass[a4paper,oneside,12pt]{book}
I have tried inserting the ...
1
vote
1answer
398 views
Includegraphics in the Appendix
The present question is related to this previous one.
\documentclass[11pt,a4paper,oneside]{report}
\pagestyle{headings}
\usepackage{setspace}
\usepackage{array}
\usepackage{covington}
...
5
votes
1answer
222 views
Hyperref, \noappendicestocpagenum appendix option, and table of contents
In my thesis, I am using both the appendix package and the hyperref package. When I get to the appendix, I use the following commands:
\appendix
\noappendicestocpagenum
\addappheadtotoc
\appendixpage
...
4
votes
2answers
232 views
How do I number appendix longtables and include them in the *ToC*?
I am writing my PhD dissertation.
I have many appendices (like 6?), mostly tables.
As it happens automatically for tables and figures, I'd like to get a label plus progressive number before I ...
1
vote
1answer
127 views
Problem with Appendix sub-indices
Is it possible to index the sub sections of an Appendix, both in the table of contents and the Appendix itself? At the moment, what I am getting is something like the picture attached; The subsections ...
9
votes
2answers
1k views
Conflict between babel, hyperref and appendix package
While writing my thesis I use the hyperref and appendix packages like in the little example below.
test.tex
\documentclass{book}
\usepackage{hyperref}
\usepackage[titletoc]{appendix}
...
3
votes
1answer
201 views
Appendix pages placement and layout
I use \chapter{Appendix I} to create an Appendix I title however it appears as shown below:
Then I use \chapter*{Appendix I} to remove the Chapter 10 part but when I do that the Appendix I no ...
1
vote
1answer
477 views
Changing heading of appendix
\documentclass{mwrep}
\begin{document}
\tableofcontents
\chapter{Blabla}
Aaaa
\chapter{Lablab}
Silly equation \ref{eq:silly} in appendix \ref{ap:1}.
\appendix
\chapter{Something more}\label{ap:1}
...
1
vote
1answer
448 views
Counter on Appendix without sections
Im using the usual counter for my book. That is, the theorems, lemmas, etc, are labeled according to the chapter and section (Ex Theorem 2.5.18).
I included an appendix just with the chapter title ...
2
votes
1answer
139 views
Landscaped longtable doesn't allow appendix title on same page
My landscaped longtables leave the appendix title page and are placed on the next page. Now the appendix title page is empty, apart from the one-line title. What can I do about it?
6
votes
2answers
588 views
Appendix letter position
\appendix \section{Appendix} gives me "A Appendix". How can I get "Appendix A"
9
votes
2answers
424 views
Change appearance of equation numbers locally
In the MWE below, I would like to have the equation numbers in the Chapter "Appendix" (but only there!) being displayed as follows:
(A.1), (A.2), (A.3) ...
\documentclass{book}
...
4
votes
1answer
334 views
Colon after appendix number
How do I get a ":" to show up after Appendix in my ToC.
Right now I have
APPENDIX A. Classification experiments
but I want:
APPENDIX A: Classification experiments
In the preamble I am ...
4
votes
1answer
322 views
Glossary as appendix
I'm using the glossaries package to manage my glossary. This works nicely, except that it forces a page break and creates a huge heading saying Glossary that conflicts with the style of my paper ...

