1
vote
1answer
52 views

Display appendix chapter like: “Appendix”, and sections like “Appendix A: My appendix title”

I wish to make my appendix chapter like: "Appendix", and sections like "Appendix A: My appendix title" "Appendix B: My second title" by writing: \chapter{Appendix} \section{My appendix title} ...
3
votes
1answer
39 views

appendix package: making appendix subsections

The problem with the code below is, it treats the Safety section as its own independent section. So in the table of contents, I've got 'Appendices' and 'Safety' as separate sections. I want Safety to ...
3
votes
1answer
56 views

Appendices inside a section?

How can create appendices "numbered" A, B, C within three different sections of a Lyx article document. In other words, I would like Appendix A to be at the the end of my first section, Appendix B to ...
6
votes
1answer
77 views

Glossaries with section as counter does not work in appendix [closed]

I would like to use the glossaries package with the option counter=section. This works well as long as I don't use any glossary entries in the appendix. It seems the section counter is reset by the ...
4
votes
2answers
146 views

Appendix with mostly tables—problems with floats and longtable

I am sectioning my appendix with \chapter and \section, I sometimes have to add some text sections and then the following table is placed after the next page. I don't know how to prevent these table ...
3
votes
2answers
94 views

Label appendix as Appendix I, II, III rather than Appendix A, B and C

When I am using the \appendix it is automatically naming the Appendix as Appendix A, A.1, A.2 etc. Is there a way to change it to Appendix I, I.1, I.2, II.1, etc? here is my current appendix ...
3
votes
1answer
133 views

Numbering of subsections in the appendix

I trying to write an appendix where: The appendix is considered a section, and has the title "appendice" Subsections are numbered with letters (it does it for sections by default) but I can't get ...
3
votes
2answers
102 views

What variable contains the word “Appendix” when a chapter is an appendix?

I've designed a whole new fancy chapter header layout, and have hard coded the word "Chapter" in there before the chapter number. I just realized now that this won't work because I have an appendix ...
1
vote
1answer
209 views

titlesec - set top margin for the appendix and bibliography

A while ago I was helped using titlesec to format the chapter title for my thesis. Today a reviewer says that the appendix and the bibliography need 1in top margin. How do I do it? Thanks. ...
3
votes
2answers
362 views

Format appendix chapter title with titlesec in a scrbook

I'm writing a longer text and redefined the Design of a Chapter start page using titlesec. For example \documentclass[cleardoublepage=empty,fontsize=11pt,a4paper,twoside,DIV=calc]{scrbook} ...
1
vote
1answer
126 views

Problem with Appendix sub-indices

Is it possible to index the sub sections of an Appendix, both in the table of contents and the Appendix itself? At the moment, what I am getting is something like the picture attached; The subsections ...
4
votes
1answer
321 views

Glossary as appendix

I'm using the glossaries package to manage my glossary. This works nicely, except that it forces a page break and creates a huge heading saying Glossary that conflicts with the style of my paper ...
1
vote
1answer
306 views

Chapter style using chaptername and chapter number inside TikZ

I am trying to define my own chapter style for my thesis. I am using memoir, and want to put the part that says e.g. "Chapter 3" or "Appendix C" inside a single TikZ figure. My code so far is the ...
3
votes
1answer
551 views

Table of contents and appendices

I am writing a "memoire" about a research project to end my undergraduate studies, but I am not able to format the sections and the table of contents as I would like to do. My paper, written with the ...
3
votes
2answers
173 views

Change section name twice (or make a section appear in TOC only, not in text)?

I am trying to have a document with TOC: 1 Introduction 2 blabla 3 Conclusion Bibliography Appendix 1 I want the Bibliography to start with title "Bibliography" but I do not want the Appendix 1 ...
3
votes
1answer
212 views

Including appendices problem

How do I create appendices chapter in my thesis in a proper way? Currently I am suing the following code: \begin{appendix} \renewcommand{\chaptername}{} \addcontentsline{toc}{chapter}{Appendices} ...
6
votes
1answer
502 views

Displaying “Appendix” in a section inside subappendices environment

I am using scrreprt from KOMA packages, the appendix package, and the arsclassica package. I'd like to add "Appendix" before the number of an appendix to a chapter. If I use scrreprt and the ...
3
votes
1answer
332 views

\ifnum conflict with appendix

Was helped briliantly before, here's another small problem I do not get fixed: Using the fancyhdr package I get, as promised, fancy headers. However, a chapter in the frontmatter gets a 0. ...
2
votes
1answer
2k views

Configuring the section with \renewcommand in the appendix won't work

My appendix consits of a chapter which tells the TOC that an appendix exists. All other headings in my appendix are sections. Now I want that a section header looks like: Appendix A. Some Text ...
9
votes
1answer
312 views

How to put bibliography under appendix

I already have a reference put using bibtex. I need to put few of my references under appendix. I tried giving like this in my project report: \bibliography{biblio} \bibliographystyle{ieeetr} ...
4
votes
2answers
2k views

Book class appendix

I am using the book LaTeX class and I want to add appendices. I do this in the following way: \usepackage{appendix} \appendix \appendixpage \noappendicestocpagenum \addappheadtotoc \chapter{Some ...
1
vote
1answer
422 views

Setting up the appendix with memoir [closed]

I need some help setting up the layout for the appendix of a Thesis template I am working with Memoir Class. Before the appendix all the document have the following format Top, right and bottom ...
1
vote
1answer
638 views

Appendices one after another

I am writing a document with the following documentclass: \documentclass[a4paper,twoside,openright,12pt]{report} Since I have some Appendices to the text and they are rather small, I was thinking ...
5
votes
2answers
1k views

Remove dot-after-number in figure captions while keeping the dot in chapter/section captions

In my document (using KOMAScript and babel[ngerman]) I have various figures which get captions like "Abbildung 1: ...". However, as soon as I add a \appendix to the document all those captions change ...
3
votes
1answer
422 views

Why does hyperref bookmark work?

The \appendix command resets the section counter to zero: *\documentclass{article} *\show\appendix (/usr/share/texmf-texlive/tex/latex/base/article.cls Document Class: article 2007/10/19 v1.4h ...
3
votes
1answer
263 views

“section level” appendices

I am writing my thesis using a document class that has chapters and then sections under them. Because the chapters are about pretty unrelated topics, I'd like to put the appendices at the end of each ...
4
votes
2answers
2k views

How to modify the appendix chapter numbering?

I have: \appendix \chapter{Title} \section{Intro} and it appears. Appendix A Title A.1 Intro I would like to have the same except the "A.1 Intro" but instead "1.Intro" How to remove the ...
3
votes
3answers
1k views

Appendix without sections ?

There is only one appendix chapter in my thesis, which Latex defaults as Appendix A. However, I need it to show up as only "Appendix" without A or 1. Can anyone please tell me how to achieve that. ...
2
votes
1answer
1k views

appendix formatting: section number before \appendixname

Here is my situation: Source code in preamble: \usepackage[title,titletoc]{appendix} \renewcommand{\appendixname}{priedas} in document: \begin{appendices} \section{Tekstai} Nemo enim ipsam ...
28
votes
3answers
7k views

What is the right order when using \frontmatter, \tableofcontents, \mainmatter, \part, \chapter, \backmatter, \appendix etc?

I am using the book documentclass and want to know the correct order when arranging \frontmatter \maketitle or \begin{titlepage}...\end{titlepage} a page that contains copyright, ISBN, edition ...
3
votes
1answer
674 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 ...
1
vote
1answer
768 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} ...
1
vote
1answer
467 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 ...
4
votes
2answers
945 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 ...
6
votes
2answers
588 views

Appendix letter position

\appendix \section{Appendix} gives me "A Appendix". How can I get "Appendix A"
6
votes
1answer
612 views

Appendix changes sections and figures numbering

I don't know how to face a strange behavior caused by the appendix package. I'm using KOMA-Script book class and many other packages (see here: http://pastie.org/1728702) When I add an appendix (not ...
10
votes
1answer
859 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} ...
5
votes
3answers
5k views

Display appendix section title like “Appendix A My Code Listing”?

I'm using the document class scrartcl and appendix. This currently results in a letter instead of a number for section enumeration in the TOC and section title ("A My Code Listing"). I need to change ...
3
votes
1answer
447 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 ...
9
votes
2answers
998 views

\autoref should call sections within the appendix “appendix” not “section”

I make use of autoref thoughout my now rather long document. I have an appendix with sections, though currently a small number, so changes could be made here. I want references in my document to ...
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 ...
13
votes
2answers
3k views

Numbering of appendices in the backmatter of a book

I'm using the standard book class. If I write \documentclass{book} \begin{document} \frontmatter \tableofcontents \mainmatter \chapter{foo} \section{Donald} \backmatter \chapter{bar} ...