{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.
3
votes
3answers
80 views
table numbering style
The tables in my document are labeled 1...N; I like this format. I also have a table which belongs to the appendix of my paper that I would labeled A1 or A.1 . Is there a way to change the numbering ...
0
votes
0answers
18 views
Trouble with cross referencing in the appendices
I'm trying to get the figures and labels in my appendices to have the same format as the rest of the document. In my main thesis.tex file I use:
\backmatter % book mode only
\appendix
...
4
votes
1answer
48 views
How do I reference in appendix a theorem given in the body?
I have a theorem given in the body text of a paper, say Theorem 2 with label {theorem-abc}.
I would like to provide the proof of this theorem in the appendix.
1) How do I cross-reference this theorem ...
1
vote
1answer
44 views
Display appendix chapter like: “Appendix”, and sections like “Appendix A: My appendix title”
I wish to make my appendix chapter like: "Appendix", and sections like "Appendix A: My appendix title" "Appendix B: My second title" by writing:
\chapter{Appendix}
\section{My appendix title}
...
1
vote
1answer
67 views
Separate List of Appendices in new page
I need to get a separate List of Appendices in a new page, but I get an error
Undefined control sequence
My code is
\documentclass[12pt,a4paper,oneside]{report}
\usepackage[titletoc]{appendix}
...
3
votes
1answer
60 views
How can I start the numbering of my appendices by “B” (instead of “A”)?
Let us consider the following example :
\documentclass[12pt,twoside,a4paper]{book}
\usepackage[left=.45in,right=.45in,top=.50in,bottom=.50in]{geometry}
\usepackage{fancyhdr,amsthm}
...
3
votes
1answer
38 views
appendix package: making appendix subsections
The problem with the code below is, it treats the Safety section as its own independent section. So in the table of contents, I've got 'Appendices' and 'Safety' as separate sections. I want Safety to ...
9
votes
2answers
981 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 ...
8
votes
2answers
80 views
Extra page at beginning of appendix containing big figures
I have an appendix that contains two full-page figures. The first page of the appendix is always blank except for the title -- I suspect this is a common problem with appendices of full page figures.
...
3
votes
1answer
55 views
Appendices inside a section?
How can create appendices "numbered" A, B, C within three different sections of a Lyx article document. In other words, I would like Appendix A to be at the the end of my first section, Appendix B to ...
1
vote
1answer
53 views
PDF files in Appendix are ill placed
I'm writing up my bachelors thesis. I have used the appendix{} command i.e.,
\newpage\chead{Appendix}\begin{appendices}\numberwithin{equation}{section}
and I have a lot of sections in the ...
9
votes
2answers
2k views
inserting MATLAB code in the appendix
Does anybody have a quick and easy way to insert a large MATLAB code into the appendix? I looked up a few methods like mcode.sty but it doesn't seem to be active anymore. I have a ton of equations ...
1
vote
1answer
91 views
How to get onecolumn appendix in twocolumn book documentclass
I'm writing an essay in \documentclass[a4paper,11pt,twocolumn]{book}.
The entire work is in twocolumn but I need the appendix to be onecolumn.
I tried using \onecolumn but is adds 2 blank pages and ...
5
votes
1answer
47 views
Localise appendix numbering?
I'm using XeLaTeX with fontspec. I write Russian document and get appendix numbered with latin letters:
\documentclass{article}
\usepackage{fontspec} % enables loading of {True/Open}Type fonts
...
16
votes
6answers
4k views
Beamer frame numbering in appendix
I have a beamer presentation in which I have some additional slides in an appendix. The additional slides are only there in case someone asks a specific question; I won't necessarily have to use any ...
3
votes
1answer
82 views
Simplest way to add an Appendix?
I have looked around before posting and found many different methods to do an appendix. Is there no common way to add an appendix to a {report} format paper ?
The current one I use has this :
...
3
votes
1answer
70 views
Appendix with titletoc and memoir
I'm trying to customize the TOC layout with titletoc in a memoir document.
The chapter styling works well as below, but if I try the appendix section, I'll get an error for missing number.
I think I ...
6
votes
1answer
77 views
Glossaries with section as counter does not work in appendix [closed]
I would like to use the glossaries package with the option counter=section.
This works well as long as I don't use any glossary entries in the appendix.
It seems the section counter is reset by the ...
0
votes
0answers
48 views
Blank page with appendices [closed]
A blank page appears after adding the appendices. What is a solution for that?
My code is,
\documentclass[12pt,a4paper,oneside]{report}
\usepackage[titletoc]{appendix}
\usepackage{float}
...
0
votes
1answer
48 views
Customize 'appendix' heading
My appendices are rather small and I want them to come one after another (like \section) without the blank page before \chapter{} (due to openright option). Another problem is that chapter headings ...
1
vote
0answers
56 views
Changing TOC header mid-TOC
In my TOC, on pages where there chapter titles listed, the page header needs to contain the word "CHAPTER". However, on pages where only appendix titles are listed, the TOC header needs to read ...
0
votes
1answer
77 views
Listing appendix entries separately
I have two chapters in the appendix - tables and figures( "Appendix A Figures" and Appendix B Tables"), i want the TOC of the document to show the entries in each. For example, "A.1 This is some ...
4
votes
1answer
109 views
How to make appendix appear in part level of table of contents?
In a book documentclass I would like to have an appendix which appears in the table of contents at the part level. The TOC should look like this:
Preface
Part title
Chapter title
Chapter title
...
5
votes
2answers
52 views
Insert a list of elements twice in the document
I'm writing my thesis and have defined my own appendix command (I am really doing this in a hurry, so there may be ways to do this better). What bothers me right now, is that I must include a list of ...
4
votes
1answer
45 views
How to Change the Title for a Second List of Figures
For my document, I have a List of Figures for the figures contained in the body of the text. This has worked basically according to plan. However, I also need to have a separate List of Figures for ...
1
vote
1answer
84 views
Separate table of contents for appendices
Is it possible to make two seperate table of contents in one report? I want one for the main document and another for the appendices.
I'm writing in the memoir report enviroment.
2
votes
1answer
84 views
Appendix package ToC control
I want to change the alignment of the appendices. I'm using
\documentclass[12pt]{report}
...
\usepackage{titletoc}
\usepackage[toc,titletoc]{appendix}
\usepackage{tocloft}
...
3
votes
1answer
49 views
How to include Appendices' name in LOF?
I would like to know how to show Appendices' name in LOF if they contain figures.
% % % % % % % % % % PACKAGES % % % % % % % % % % % % %
\documentclass[11pt,a4paper]{report}
...
3
votes
1answer
97 views
Appendices' sections at subsection level in TOC
I would like to know how to show appendices' sections (B.1, B.2) at subsection level in TOC.
MWE:
% % % % % % % % % % % % Packages % % % % % % % % % % % % % % %
...
0
votes
0answers
20 views
Why latest appendix-m is not shown in document and in ToC? [closed]
Everything was OK till I wanted to add latest appendix-m. It is not shown even in the document or in the ToC. Please help.
\begin{appendices}
\input{./shtojcat/appendix-a}
...
0
votes
1answer
141 views
Bibliography appears as an appendix in ToC in LyX
I want to place the Bibliography after the appendices. So in LyX I mark "Start Appendix Here", insert the appendices, and after that the Bibliography. Now, all appendices appear in the Table of ...
1
vote
0answers
57 views
\includepdf in A3 format
I am creating an A4 document and I need to insert a longtable in A3 into this document.
I have created a document for this:
\documentclass{book}
\usepackage[margin=2cm,landscape,a3paper]{geometry}
...
2
votes
1answer
60 views
figure numbering with endfloat and appendix
I have a document which has figures and tables. The document also has an appendix. The tables seem to be labeled normally (1...N), however the figures seem to be labeled A.1, A.2, etc. I would like ...
3
votes
2answers
158 views
How to change “Appendix A” to “Appendix”
I'm using Lyx, Book(Koma-Script) document class. Everything seems to work OK except I've been fiddling around for ages trying to change the name of my single appendix in the TOC from "Appendix A. Blah ...
2
votes
1answer
103 views
Appendices at section level in TOC
I would like my appendices to appear in TOC at section level instead of at chapter level.
Like this:
Appendices
A My appendix 1 . . . . . . .
B My appendix 2 . . . . . . .
...
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 ...
4
votes
2answers
145 views
Appendix with mostly tables—problems with floats and longtable
I am sectioning my appendix with \chapter and \section, I sometimes have to add some text sections and then the following table is placed after the next page. I don't know how to prevent these table ...
1
vote
1answer
63 views
How can I change the counters of tables in the appendices? [duplicate]
I have multiple appendices and in some appendices I have tables. What I want is that each appendix itself has a letter as a number (e.g. Appendix A: title). A second thing that I want to achieve is ...
3
votes
2answers
93 views
Label appendix as Appendix I, II, III rather than Appendix A, B and C
When I am using the \appendix it is automatically naming the Appendix as Appendix A, A.1, A.2 etc.
Is there a way to change it to Appendix I, I.1, I.2, II.1, etc?
here is my current appendix ...
0
votes
0answers
73 views
vertical page, Appendix, blank page [closed]
I get confused something about LaTeX and I want to get your recommendation on the following points:
How to include a four page pdf file which is horizontal into my LaTeX file? I am currently using ...
21
votes
1answer
955 views
How to place all proofs automatically in appendix?
Can I place all proofs to theorems in appendix automatically? Usually proofs are written in the LaTeX codes immediately after the theorems. Without physically moving proofs to appendix, how can I ...
8
votes
3answers
157 views
Two Bibliographies: one for main text and one for appendix
I have a manuscript in which has the following structure:
Main Text
Bibliography
Appendix
However, there are citations which are only cited in the appendix, and they show up in the main ...
2
votes
1answer
246 views
About numbering of figures and tables in appendix {elsarticle.cls}
When I am using elsarticle.cls to write papers, I always meet the following problem. If I already have one picture (table) in main text and then I put another picture (table) in appendix, the ...
3
votes
2answers
766 views
change name of appendices
I am trying to change the name of the Appendices. This is what I've done:
\begin{appendices}
\input{muonSF}
\input{Wmass}
\input{BDTCrossCheck}
\end{appendices}
using the package appendices. My ...
3
votes
1answer
123 views
Numbering of subsections in the appendix
I trying to write an appendix where:
The appendix is considered a section, and has the title "appendice"
Subsections are numbered with letters (it does it for sections by default)
but I can't get ...
3
votes
2answers
98 views
What variable contains the word “Appendix” when a chapter is an appendix?
I've designed a whole new fancy chapter header layout, and have hard coded the word "Chapter" in there before the chapter number. I just realized now that this won't work because I have an appendix ...
0
votes
1answer
92 views
Appendix name repeated twice; How to get rid of the first instance?
I use for appendix the following function
\appendix
\renewcommand{\thesection}{\Roman{section}}
\section{appendix}
\section*{\text{Appendix I}}
But it gives me a double name of the section. How ...
1
vote
1answer
204 views
titlesec - set top margin for the appendix and bibliography
A while ago I was helped using titlesec to format the chapter title for my thesis. Today a reviewer says that the appendix and the bibliography need 1in top margin. How do I do it? Thanks.
...
5
votes
2answers
2k views
Best LaTeX Templates for books and lecture notes
I have written and submitted a lectures series in mathematics in arXiv, arXiv:1211.3404. Its format is book, but I have some difficulties with it. For example for page numbering, indexing, etc. I am ...
1
vote
0answers
34 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 ...

