{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

0
votes
0answers
19 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
50 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
52 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
73 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
62 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
39 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 ...
8
votes
2answers
85 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
56 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
54 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 ...
5
votes
1answer
48 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 ...
3
votes
1answer
87 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
81 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 ...
0
votes
0answers
49 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
49 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
79 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
120 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 ...
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 ...
1
vote
1answer
85 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
88 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
51 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} ...
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} ...
3
votes
1answer
98 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 % % % % % % % % % % % % % % % ...
1
vote
0answers
60 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} ...
3
votes
3answers
81 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 ...
2
votes
1answer
65 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
166 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 ...
0
votes
1answer
154 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 ...
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 . . . . . . . ...
4
votes
2answers
149 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
95 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 ...
1
vote
1answer
65 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
95 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
74 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 ...
8
votes
3answers
160 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
256 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
1answer
134 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
102 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
94 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
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 ...
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 ...
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: ...
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
147 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 ?
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
153 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} ...
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 ...

1 2 3 4 5