{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

1
vote
1answer
90 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 ...
2
votes
0answers
66 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
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 ...
1
vote
0answers
56 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} ...
0
votes
0answers
17 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 ...