{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

3
votes
1answer
502 views

How to make appendices behave like sections in ToC

I would like my appendices to behave like sections under the ToC but keep them as chapters in my document. Here is a MWE of my current structure: \documentclass[11pt,a4paper,oneside,openright]{book} ...
2
votes
1answer
291 views

Turn off appendix header in list of figures/tables when there are no tables or figures in any appendix

My list of tables and list of figures are showing correctly for my main document, but after the main list I get a header for the appendix that looks like: 4.1 Last ...
1
vote
1answer
322 views

Chapter style using chaptername and chapter number inside TikZ

I am trying to define my own chapter style for my thesis. I am using memoir, and want to put the part that says e.g. "Chapter 3" or "Appendix C" inside a single TikZ figure. My code so far is the ...
3
votes
1answer
594 views

Table of contents and appendices

I am writing a "memoire" about a research project to end my undergraduate studies, but I am not able to format the sections and the table of contents as I would like to do. My paper, written with the ...
0
votes
0answers
243 views

List of figures and tables is empty when including appendix [closed]

I'm having a weird problem compiling a thesis, in which the List of Figures and Tables is empty whenever I include appendices. After my abstract I have: \tableofcontents \listoftables \listoffigures ...
2
votes
2answers
855 views

Add chapter/appendix prefix in table of contents of scrbook with correct appendix running head

My first question is how to add the chapter or appendix prefix in the table of contents of scrbook class instead of the its default appearance. For example, in the figure below, I want to change the ...
7
votes
1answer
1k views

Not naming an appendix

Consider the following document: \documentclass[11pt,a4paper,twoside]{book} \usepackage[titletoc,toc,page]{appendix} \begin{document} \setcounter{tocdepth}{2} \setcounter{secnumdepth}{3} ...
6
votes
2answers
2k views

Appendix in LaTeX

I have the following document: \documentclass[11pt,a4paper,twoside]{book} \usepackage[spanish,activeacute]{babel} \usepackage[titletoc]{appendix} \begin{document} \setcounter{tocdepth}{2} ...
4
votes
1answer
735 views

Memoir appendix

At the moment I have Appendix A when I start the appendix page. In the table of contexts I see the item A. How can I replace the "A" by "Appendix". I'm using the memoir class and I'm also using babel ...
3
votes
2answers
176 views

Change section name twice (or make a section appear in TOC only, not in text)?

I am trying to have a document with TOC: 1 Introduction 2 blabla 3 Conclusion Bibliography Appendix 1 I want the Bibliography to start with title "Bibliography" but I do not want the Appendix 1 ...
3
votes
1answer
231 views

Including appendices problem

How do I create appendices chapter in my thesis in a proper way? Currently I am suing the following code: \begin{appendix} \renewcommand{\chaptername}{} \addcontentsline{toc}{chapter}{Appendices} ...
4
votes
1answer
776 views

Custom page numbering for appendix

For an appendix I want a page numbering which goes like A1, A2, ... How to do that? With \pagenumbering{...} I can only choose between arabic and roman numbering.
4
votes
3answers
1k views

Table of Contents with Chapter and Appendix

I'm using this code to get word Chapter in TOC before each chapter. \documentclass[a4paper]{book} \usepackage{tocloft,calc} \renewcommand{\cftchappresnum}{Chapter } ...
10
votes
1answer
367 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
696 views

Apéndices (Appendix spanish accent)

Dear friends: there is a problem with appendix and ápendice. I have a scrbook document and I use appendix package, \usepackage[title, titletoc]{appendix} because I like the word "Apéndice" in ...
9
votes
3answers
555 views

Stop page count before appendix

I'm trying to find a way to stop the page count in my report. So the count stops, then it comes to the appendix. Then have a separate count for the appendix, with the footer also changing so when the ...
6
votes
1answer
191 views

Checking if is Appendix or Chapter

How can i check if the value in \thechapter or \value{chapter} is a letter or a number? That way i could identify if the counter is referring to a normal Chapter or an Appendix.
6
votes
4answers
341 views

Switch to one-sided mode in the appendix of a double-sided document

I have a larger document (book class) which should be typeset double-sided, i.e. with the twopage class option. However, in my appendix I have some technical diagrams which should not be printed ...
1
vote
0answers
71 views

figures and tables in appendix [duplicate]

Possible Duplicate: Keeping tables/figures close to where they are mentioned How to influence the position of float environments like figure and table in LaTeX? I have an appendix in my ...
6
votes
1answer
377 views

\chaptername is used even for appendix chapters in ToC

I have searched for something to resolve a problem that has shown up here: How do I get \chaptername to appear in the table of contents? I have tried the code from that thread. But I got an issue, ...
6
votes
1answer
559 views

Adding bibliography to appendix

I thought it'll be kind of an easy task to add the bibliography to the appendix. However, after spending hours on it trying different solutions even some suggestions from this forum here I kinda of ...
7
votes
2answers
587 views

Second table of contents only for annexes

I'd like to have in my report a table of contents from introduction to conclusion and another between the conclusion and the first annexe. This latter only for annexes : - Table of contents - 1. ...
3
votes
2answers
986 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 ...
0
votes
1answer
109 views

Add cross-page text referenced to text

I have \appendix in my document and I want to have referenced text throud pages for current section. For example:
6
votes
1answer
533 views

Displaying “Appendix” in a section inside subappendices environment

I am using scrreprt from KOMA packages, the appendix package, and the arsclassica package. I'd like to add "Appendix" before the number of an appendix to a chapter. If I use scrreprt and the ...
8
votes
1answer
222 views

How to place all floats (tables in particular) at a certain point in the document

I would like to place all of the tables in the document at the end but before the bibliography generated by biblatex and the notes printed by endnotes. In other words, I'd like to collect the tables ...
1
vote
0answers
87 views

3 out of 5 appendices missing [closed]

EDIT: This problem has been solved. It was as easy as this: one of the appendices had an \end{document}due to a copy-paste mistake. So if you ever have this problem, search for something like that. I ...
6
votes
1answer
638 views

Switch Between Bibliography and Appendix in fancyhdr

What I am trying to accomplish is a fancyhdr that places Appendix or Bibliography in the header with one single definition. So if I am in the bibliography it should display Bibliography, but should ...
6
votes
2answers
354 views

Show untitled appendices in PDF index

I'm writting a document with the report class, and I'm using untitled appendices. \appendix \chapter{} %this is Appendix A \chapter{} %this is Appendix B With this method, pdflatex correctly names ...
2
votes
1answer
422 views

Word “Appendix” in ToC with memoir class

There are a lot of Q'n'As around this topic but I could find the answer neither here nor in the memoir manual. Help me please. I'd like to modify the ToC in such a way, that the word "Appendix" ...
10
votes
2answers
24k 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 ...
2
votes
2answers
206 views

apphead appears in TOC after first appendix

In my thesis, I do this: \include{main/chapter1} \include{main/chapter2} \appendix \noappendicestocpagenum \addappheadtotoc \include{main/appendixchapter1} I should be getting the line "Appendices" ...
4
votes
1answer
699 views

Numbering theorems in the appendix by adding the appendix letter in front/after the theorem number

Can someone please tell me how to make definitions, theorems etc. in the appendix look like Definition A1 or Definition 1A (an "A" should be somewhere), if the appendix is "numbered" with A (meaning ...
5
votes
2answers
337 views

Order of appendices

I'm not sure whether it fits on TeX.SE or some other SE site, but anyways: I wonder whether there's a good standard on the order of the common appendices when writing the thesis. I have in mind the ...
0
votes
0answers
234 views

Why does my appendix reset the page number to 1? [closed]

In the .tex file, I just call \appendix. There's no formatting or page numbering manipulation. The .sty file also doesn't mention anything about the appendix. Then why does my appendix reset the page ...
4
votes
2answers
706 views

Bibliography after Appendix, but supposed to be not PART of it

I'm using document class scrbook. I want to put my bibliography after appendix (in source this starts with \appendix), but in my toc that is visible when I open up the generated PDF file, it is a part ...
7
votes
1answer
1k views

Turn off List of Figures for Appendix material

How do I prevent figures in the Appendix from appearing in the list of figures? It seems that after the command \appendix the numbering automatically starts. I've tried leaving the first part in ...
1
vote
1answer
354 views

How do I add a separate LaTeX-document as an appendix?

I want to add LaTeX-documents to my main document as appendices. I have a set of documents (of class scrartcl) that all have their own tables of content, titles etc. Each of these documents should be ...
3
votes
2answers
552 views

Table of Contents and subappendices

Using the report document class, how can I create a table of contents that looks like: Chapter 1: Title 1.1 Title 1.2 Title Appendices 1.A 1.B Chapter 2: Title 2.1 Title 2.2 Title ...
8
votes
2answers
2k views

Table of Contents with “Chapter” and per-chapter “Appendix”

How do I create a table of contents that looks like: Chater 1 Name 1.1 section 1.2 section Appendix A Appendix B Chapter 2 Name 2.1 section 2.2 section Appendix A ...
1
vote
0answers
603 views

Creating a good looking appendix [closed]

As Mark S. Everitt writes in Table/Figure Layout tables/figures among other things should be looking nice, otherwise they are quiet useless. Ergo, one should pay the same attention to the information ...
8
votes
2answers
2k views

Beamer, page/frame numbers, buttons and Appendix slides

I am using beamer and I have a slide in an Appendix section. I hyper-reference it with a button. The Appendix does not appear as a section itself. The Appendix material is at the end of the code. I ...
3
votes
1answer
340 views

\ifnum conflict with appendix

Was helped briliantly before, here's another small problem I do not get fixed: Using the fancyhdr package I get, as promised, fancy headers. However, a chapter in the frontmatter gets a 0. ...
2
votes
1answer
2k views

Configuring the section with \renewcommand in the appendix won't work

My appendix consits of a chapter which tells the TOC that an appendix exists. All other headings in my appendix are sections. Now I want that a section header looks like: Appendix A. Some Text ...
5
votes
2answers
782 views

List of appendices with tocloft and memoir

I found a very nice example showing how to create a list of appendices here: How to get a list of appendices? but it doesn't seem to work with the memoir document class. I get the error message ...
7
votes
1answer
803 views

How to make appendix and hyperref packages work together with cyrillic (non ASCII) characters?

I have a LaTeX document with hyperref and appendix packages that fails to build. But if I switch off either appendix or hyperref everything works fine. \documentclass[14pt]{article} ...
3
votes
1answer
1k views

Add Appendix to TOC without a pagenumber

I want my Appendix, Glossary and Bibliography in the TOC without a pagenumber but clickable. When the user click on the name of one of theses, it should jump to the specific chapter. For the appendix ...
2
votes
1answer
614 views

Spacing in list of figures / tables for entries from appendices

Having made the changes Werner very helpfully suggested in the Separate table of appendices - pdf bookmarks & avoid previous chapter's format, my list is up and running but I have some spacing ...
9
votes
1answer
327 views

How to put bibliography under appendix

I already have a reference put using bibtex. I need to put few of my references under appendix. I tried giving like this in my project report: \bibliography{biblio} \bibliographystyle{ieeetr} ...
4
votes
1answer
471 views

Separate table of appendices - pdf bookmarks & avoid previous chapter's format

I'm trying to format my thesis which requires a seperate list of appendices. Thanks to a really useful post - Creating a separate list of appendices with tocloft - I have the list up and running. I'm ...