Tagged Questions
1
vote
0answers
63 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
1answer
247 views
Continue Page Numbers in Appendix
I am writing a thesis using LaTex and I was told that my numbering cannot restart in the Appendices, which seems wrong to me but I'm not going to argue it. I am using the report class and the ...
4
votes
1answer
690 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.
9
votes
3answers
511 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 ...
0
votes
0answers
232 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 ...
6
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
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
1k views
Add Appendix with correct page to ToC
I am failing to add a heading for the appendix to the ToC with the correct page number:
\documentclass{scrbook}
\begin{document}
\tableofcontents
\chapter{test}
\appendix
...
7
votes
2answers
776 views
No page number on \appendixpage
I am using the appendix package with the \appendixpage command to insert a "Appendices" title page. However, I was wondering how I could avoid that there is a pagenumber on this inserted page.
...
2
votes
2answers
4k views
Different page numbering in appendix?
How can I use an independent page numbering in the appendix, either with Roman or Arabic numberals as page numbers?
(I.e. the first page of the appendix should start again with 1, as it is often ...
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{...}
...
...