{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
1answer
1k views
Appendix after bibliography
I am using \includefile{} to add a preliminary literature review to a thesis proposal. The specifications require that "Appendix" be printed in the upper right hand corner.
I tried ending my proposal ...
5
votes
2answers
1k views
Numbered section hidden from the ToC
I'm writing a set of course notes that has an appendix containing many activities.
I do not wish the activities to be shown in the Table of Contents, but I do wish them to be numbered. Here is the ...
2
votes
1answer
970 views
Reference to figures in appendix is not printed properly
When citing a figure in a section in my report body, the reference prints the correct number:
Figure\ref{fig:UML} illustrates complexity arising from the non-modularity of the existing design:
...
1
vote
1answer
487 views
toc/hyperref heading issue
The bibliography in my document is "incorporating" the appendices in the TOC and the bookmark structure using hyperref. The page number in TOC for Bibliography is also bigger than all other page ...
3
votes
1answer
711 views
cleveref and titlesec, \section issues.
I have some problems with cleveref and titlesec, providing a minimal working example below:
\documentclass{report}
\usepackage{titlesec} %% <-- the issue as far as i know, but i need the package
...
6
votes
2answers
14k views
Should the appendix be before the bibliography or after?
My thesis latex format does not include an appendix, but I need one. Should I put it after the bibliography or before?
1
vote
1answer
821 views
Appendix without heading, only TOC entry
I'd like to add an appendix to the TOC without showing its headline over the continuous text.
Minimal Example:
\documentclass{scrartcl}
\begin{document}
\tableofcontents
\section{A Section}
...
0
votes
0answers
472 views
Report: Appendix and bibliography in TOC [closed]
I'm writing a report, but have some difficulties with the table of contents. I know this topic have been discussed before, but I can't seem to get it to work...
...
3
votes
1answer
1k views
Appendices in separate file (Cross Referencing)
I have a big report with appendices. Now I would like to put my appendices in a separate file. That's no problem at all. But I refer to my appendices in my main file. What would be the easiest way to ...
10
votes
1answer
886 views
titlesec, hyperref, algorithm2e, and \appendix
When I use titlesec, hyperref, and algorithm2e together, sections after an \appendix are not numbered properly.
\documentclass{article}
\usepackage{titlesec}
\usepackage{hyperref}
...
4
votes
2answers
846 views
How to make an appendix with only tables without “too many unprocessed floats” errors?
I'm often writing reports containing over 50 tables and over 200 figures that have to be included in appendices. The problem is obvious: if you just make an appendix
\chapter{Tables}
\begin{table}
...
3
votes
1answer
457 views
Adding section to appendix causes a compile error
Background
Include multiple appendixes in a book. (Using KOMA Script v2.)
Problem
I have isolated the problem and created a minimal example to demonstrate the issue:
Preamble
Working LyX File
...
7
votes
1answer
7k views
Getting correct section numbering for Appendix in a large document
I'm writing a thesis which is an aggregate of separate articles. I have the source code for the articles and I'm using \include to include them in the main document of the thesis. So in my main.tex ...
4
votes
3answers
2k views
Appendices in PDF Outline appear as childs of last section
I'm using the following general outline in book class:
\mainmatter
\include{introduction}
\part{...}
\include{chapter1}
...
\part{...}
...
...
3
votes
2answers
643 views
Table of contents problems
I am writing my thesis and I am having a few problems with my format. My thesis structure is as follows:
I Introduction
II Part 1
chapter 1
chapter 2
III Part 2
...
1
vote
1answer
3k views
Create appendix in Lyx
I am trying to create appendix in Lyx. I use 'Document->Start Appendix Here' just before the beginning of the appendix text, and I can see that the text before the Bibliography is wrapped in an ...
6
votes
1answer
325 views
Include another pdf in a box (and other details)
Some time ago I read a paper that was tightly based on another one. It was from the same authors so they included the previous papers as appendixes. I noticed (and liked) that these appendixes were ...
5
votes
1answer
2k views
List of Appendices
My document guidelines for a multi-chapter thesis requires that any appendices be pulled out of the TOC and dropped into a separate List Of Appendices (LOA). The latex package put together for my ...
5
votes
1answer
1k views
How can I set a header showing the current section?
A few of the appendices in my document contain code covering a lot of pages, but those pages have nothing else than code (and page numbers). How can I put a header showing what's the current appendix, ...
3
votes
1answer
357 views
Bibliography as appendix causes problems for further appendixes
The document:
\documentclass{article}
\usepackage{natbib}
\begin{document}
\appendix
\renewcommand{\bibsection}{\section{References}
\bibliographystyle{apalike}
\bibliography{foo}
\appendix
...
5
votes
2answers
2k views
how do I set up appendices?
I used the following command for setting up an appendix section:
\setcounter{section}{0}
\renewcommand{\theequation}{\Alph{section}.\arabic{equation}}
\renewcommand{\thesection}{\Alph{section}}
(I ...
8
votes
2answers
461 views
Place all floats last without changing numbering
I'd like to place some of my floats (specifically code listings) in my documents in a section at the end, without disturbing the numbering. Currently, I have them numbered within sections, so in ...
2
votes
2answers
2k views
Deleting the numbering behind the Appendices in the TOC
I have a problem about Appendices.
I want to delete the numbering behind the Appendices in the TOC while I want the Appendices pages to appear by default in the first page of each Appendix. In other ...