Questions tagged [appendix]

An {appendix} is an addition required to be made to a document by its author subsequent to its printing or publication.

339 questions
4
votes
1 answer

Box added after appendix name and number

I am writing my thesis and I face a problem with the appendices. My code is below: \documentclass[12pt]{book} % package to activate greek language - the sequence languages appear below is IMPORTANT!!! \usepackage[greek,english]{babel} …
sissythem
  • 151
2
votes
1 answer

How to add a full stop after 'Appendix A'

I am completing my MSc thesis. I need to add an appendix section. At the moment I am using \usepackage[title]{appendix} and the appendices appear as 'Appendix A Derivation of LURB' But I want 'Appendix A. Derivation of LURB' Notice the full stop…
Andy
  • 69
2
votes
0 answers

how to place figures on the same page as the appendix heading

I'm trying to create an appendix where each appendix A, B, C, etc contains one or two figures. The problem is that the following code: \appendix \section{Pass 1} \label{int1} \begin{figure} \includegraphics[width=1.0\textwidth,…
1
vote
1 answer

How do I get "Appendix" to appear in each appendix section title?

I am writing a document in Latex. I would like the word "Appendix" to appear in each section title. For example, the first section should be: "Appendix A: Proofs". Unfortunately, "Appendix" does not appear in the current titles: for example, the…
1
vote
2 answers

Appendix in the middle of a document?

Is it possible to have an Appendix in the middle of a document? That would be extremely helpful in working on two volumes of a book together, like for example, what was used in the new edition of the LaTeX Companion, Parts I & II, 3rd edition. I…
1
vote
0 answers

Appendix does not appear in PDF output

Here is my code: \documentclass{book} \begin{document} \tableofcontents \chapter{Hello} hello \appendix bar \end{document} When I compile this and create a PDF with command pdflatex foo.tex && pdflatex foo.tex, the output PDF does not contain the…
Lone Learner
  • 3,226
  • 24
  • 44
1
vote
1 answer

How to remove numbering in appendices

There is only one appendix in my document and I need to remove the "A" character in Appendix (both in ToC and actual page). My MWE is as…
1
vote
1 answer

Equation numbering in Appendix. iopart document class

I want the mathematical equations in my Appendices to be numbered as A.1, B.1, C.1.. etc. However, it is showing as 1.1, 2.1, 3.1.. and so on. How can I remove this error? I am already using…
1
vote
1 answer

How do I remove dotted lines from appendix subsections?

I am trying to turn off the dotted line under subsection headings of an appendix. But can't seem to find a way to do this. Here is my code: `% Remove page numbering of appendix figure and tables in the list of table and list of…
Ted
  • 25
0
votes
1 answer

Appendices labelled with numbers instead of letters, and throuwing errors

I'm trying to add an appendix to my document but when I do, the appendices are labelled with numbers instead of letters, and I get the following errors: LaTeX Error: No counter 'chapter' defined. LaTeX Error: Command \@chapapp undefined. LaTeX…
aoife
  • 1
0
votes
1 answer

`apxproof` package: how to use with existing appendices

I have a document that contains some proofs and some custom appendices. I would like to delay the proofs to the appendix, so am using apxproof package. However, apxproof does not seem to recognize that I have existing appendices (see below MWE). How…
rrrrr
  • 503
0
votes
0 answers

The word 'appendices' appears on the last page of the chapter before the Appendices section

I am new to LaTeX and have compiled my thesis two sided, having previously done it one sided. The Appendix was compiling fine but now the word 'Appendices' appears on an extra page at the end of the last chapter (image attached), then the Appendices…
0
votes
0 answers

Repeating the entire document in the appendix and make theorem numbers match

I am submitting to a conference that allows limited number of pages. I have seen some people include the entire document in the appendix and take few important section to the main body. This way, people can choose if they want to read the full…
0
votes
1 answer

How do I remove the word 'Appendix' in the title of my appendix

How do I remove the word "Appendix" in "Appendix A"? Or, what can I do so that my lemma just says "Lemma A.1"? All I have used in my code is \appendix followed by \section{Optimal Values of Weighted Averages}, and I have seen many people's LaTeX…
0
votes
0 answers

Adding the word "Appendix" to BOTH table of contents and the header of the appendix page

I need the word "Appendix" on both (1)Table of contents and (2) the appendix page to read "Appendix A.mytitleFirstApp" instead of the current "A.mytitleFirstApp". I found the solution to (1) at Adding the word "APPENDIX" to Table of Contents in…
1
2 3