Skip to main content

Questions tagged [appendices]

{appendices} is about creating and customizing an appendix or multiple (sub)appendices with the help of the `\appendix` command or the `appendix` package.

1 vote
1 answer
39 views

Place each proof on its own page in appendix

In my document, I am wanting some of my proofs to live in the body of the text, and others to be deferred to an appendix, along with their corresponding theorem statements. In attempt to do this, I am ...
Logan's user avatar
  • 25
7 votes
1 answer
174 views

Why does \appendix reset the counter of the level below the main sectioning level?

In book.cls \appendix is defined as: \newcommand\appendix{\par \setcounter{chapter}{0}% \setcounter{section}{0}% \gdef\@chapapp{\appendixname}% \gdef\thechapter{\@Alph\c@chapter}} While in ...
gusbrs's user avatar
  • 14.5k
1 vote
1 answer
29 views

With apxproof, natbib citations disappear in the appendix

I have just discovered the apxproof package, and it is so useful, I cannot understand how I could write conference papers without it. But there is a problem: when I move citations to the appendix, ...
Erel Segal-Halevi's user avatar
0 votes
0 answers
43 views

Natbib doesn't work properly

I tried to combine separate papers (chapters) into the main Thesis file. I use Natbib for references. It worked well for separate papers's files but after incoporating into Thesis.tex file, lots of (?)...
Tuan Hoang's user avatar
0 votes
0 answers
8 views

TOC alignment in the report document class with the appendix package [duplicate]

The following code forces the appendix within the last document part. Adjusting the structure of the appendices up one level to start with part's breaks the appendix all together. Is there any way to ...
Ritmo2k's user avatar
  • 229
1 vote
1 answer
37 views

Wrong autoref chapter name after appendix

I'm trying to autoref a chapter that is placed after some appendices, but it's name is "Appendix X" instead of "Chapter X". For fancyhdr i'am using \renewcommand{\chaptermark}[1]{\...
vince1511's user avatar
2 votes
1 answer
95 views

How can I reference a section in an appendix as "section A.1" using cleveref?

MWE: \documentclass[twoside=off]{scrbook} \usepackage{hyperref} \usepackage{cleveref} \begin{document} \chapter{Introduction} This is the introduction chapter. See \cref{sec:intro/section} for ...
Christoph Thiede's user avatar
0 votes
0 answers
20 views

Why is my appendix not properly numbered? [duplicate]

I am using a template with a customized document class (that I have to use) and I want to use and appendix. I used: \backmatter \appendix \chapter{Appendix} \section{Appendix A.1} \section{Appendix A....
fabs's user avatar
  • 1
0 votes
0 answers
17 views

Appendix and Page text on List of Appendices

Currently, I have this MWC. \newcommand{\listappendicesname}{LIST OF APPENDICES} \newlistof{appendices}{apc}{\listappendicesname} \renewcommand{\theappendices}{\Roman{appendices}} \newcounter{...
Kaixzer's user avatar
2 votes
1 answer
67 views

Number subappendices using lowercase small caps in memoir

I want sections in subappendices to be numbered using lowercase small caps in memoir. That is, I want all references to these sections to use lowercase small caps. From the top of my head, this ...
Fredrik P's user avatar
  • 1,438
0 votes
1 answer
19 views

Forcing table on even page in memoir's subindices messes with amsmath's \numberwithin

When I use the Schweinebacke's solution to ensure that a table is placed on an even page inside memoir's subappendices environment together with amsmath's \numberwithin, then \numberwithin doesn't ...
Fredrik P's user avatar
  • 1,438
1 vote
0 answers
23 views

List of figures Appendices

I succeeded in making a separate list for the appendices for the table of contents, as follows: \usepackage[titles]{tocloft} \newcommand{\listappendixname}{Contents Appendices} \newlistof{appendix}{...
Lea Steinbusch's user avatar
0 votes
0 answers
22 views

Separate table of contents Appendices

For my report, I need a separate table of contents for my appendices. After contacting the helpdesk, they provided me with this code, which indeed works :) ; \usepackage[titles]{tocloft} \newcommand{\...
Lea Steinbusch's user avatar
0 votes
2 answers
42 views

Theorem numbering in \appendix includes "Appendix" just before the counter

I am using a bespoke document class which I have not developed. When declaring theorems or lemmas within the main body, the counter is correctly associated to the subsection number with no further ...
Daneel Olivaw's user avatar
2 votes
1 answer
71 views

amsbook and subappendixes: the word "Appendix" appears twice

I would like to include per-chapter appendices in my long paper, which uses the amsbook document class. To do this, I use the subappendices environment from the appendix package (c.f. this older ...
Alex Elzenaar's user avatar

15 30 50 per page
1
2 3 4 5
70