Tagged Questions
3
votes
2answers
166 views
How to change “Appendix A” to “Appendix”
I'm using Lyx, Book(Koma-Script) document class. Everything seems to work OK except I've been fiddling around for ages trying to change the name of my single appendix in the TOC from "Appendix A. Blah ...
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}
...
2
votes
1answer
294 views
Appendices title before list of appendices
My table of contents has the following form:
1. Foo ............................. 1
2. Boo ............................. 2
A. something 1 ..................... 3
B. something 2 ..................... ...
6
votes
1answer
503 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 ...
1
vote
1answer
344 views
How do I add a separate LaTeX-document as an appendix?
I want to add LaTeX-documents to my main document as appendices.
I have a set of documents (of class scrartcl) that all have their own tables of content, titles etc. Each of these documents should be ...
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 ...
4
votes
1answer
1k views
Remove dot after appendix numbering
I want my appendix section numbering to look like this
Appendix
A Section one
B Section two
I've figured out how to get the A and B (see question How to modify the appendix chapter numbering?). But ...
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 ...
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 ...