Tagged Questions
1
vote
1answer
58 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}
...
0
votes
0answers
47 views
Is it possible to remove chapter number from align environment? [duplicate]
Basically I have written a proof using the align environment in a new .tex file and the numbers in the proof came like this (how I want them):
Line1 (1)
Line2 (2)
Line3 (3)
Now I've ...
6
votes
1answer
97 views
Dividing chapters into ch. 1, ch. 2a, ch. 2b, ch. 3 etc
I'm typesetting a book and one of the chapters separates into two chapters so I need it to count like so:
chapter 1
---------
chapter 2a
----------
chapter 2b
----------
chapter 3
---------
...
0
votes
4answers
114 views
How to remove chapter numbering without removing it from tableofcontents
It seems I have a two day trying to find out the solution of my problem. I have just finished typing my M.Sc thesis using LATEX (MIKTEX 2.9). Unfortunately, all my chapters begin with the chapter ...
3
votes
1answer
50 views
Last chapter number
Is there a way similar to what is achieved by the lastpage package to get the Last Chapter number? I would then like to use this information to design chapter headings.
3
votes
1answer
50 views
Initial and final chapters appearing in the table of contents without numbering
I'm editing a document whose preamble starts with
\documentclass [12pt, a4paper]{extbook}
I wish the chapter 'Introduction and its sections' appear in table
contents at the beginning of the text ...
4
votes
1answer
165 views
How to display Arabic numerals with \ref but Roman numerals otherwise?
To show all chapter numbers as Roman numerals, I’m using
\renewcommand\thechapter{\Roman{chapter}}
The fourth chapter, for instance, is therefore “Chapter IV” everywhere.
Is it possible to show ...
4
votes
1answer
124 views
Fit the height of the chapter number to n-times the height of the chapter name
I would to get the chapter number tall n-times the chapter name in order to have a better proportion between the two elements. Why I get errors and how can I fix that behaviour?
I thought something ...
5
votes
1answer
121 views
Numbering to start from section not chapter
I want chapters not to have any numbers (both in the text and in the table of contents) and the numbering in each section to start from 1. For example (both in text and toc):
Introduction
1 Section
...
3
votes
1answer
339 views
How to move chapter number in classicthesis class
I am using classicthesis for my thesis. In each chapter LaTeX puts its number, but I need to move it.
Here you have an screenshot example, in this image I wish to move "4" number to the left.
1
vote
1answer
202 views
Remove chapter number on algorithm numbers (scrbook)
I write my bachelor thesis using a document class provided by our institute based on scrbook. I write pseudo-codes using algorithm2e which I put in the appendix since otherwise they would "interrupt" ...
8
votes
2answers
201 views
Header not displaying correctly on chapter page due to subsection
(Complete source code below.)
(Note: Not sure if I am using LaTeX or just TeX. I am editing with TeXworks, as TeXStudio was not rendering what I typed without +20 seconds of lag.)
I apologize if ...
4
votes
1answer
58 views
Negative or zero chapter number not appearing in list of figures (lof)
Usually figures 1,2,3 of chapter n appears as "n.1, n.2, n.3" in main text and in List of Figures (lof) but this format is not respected if n <= 0, in this case figures appear simply as "1, 2, 3" ...
3
votes
1answer
561 views
How to design a nice looking chapter title and page
I want to create something like the images I have below:
( I couldn't draw well the chapter number and its font)
and
( I couldn't draw well the page number)
--------------UPDATE According to ...
7
votes
1answer
266 views
\part and \chapter commands output both numbered and named headings
I have the following LaTeX document being compiled in TeXstudio 2.3 on Windows 7 (mode is PdfLatex + PdfViewer):
\documentclass[a4paper,12pt]{report}
% Modified \part and \chapter from report.cls
...
1
vote
0answers
97 views
General help with 'report' chapter numbering and bibliography [closed]
I've slightly 'inherited' a set up from another document and it's not behaving as I'd wish right now... Here is the preamble,
\documentclass[a4paper,11pt,twoside]{report}
...
7
votes
2answers
424 views
Omitting chapter numbers in section headers using memoir
I'm trying to find a way to remove the chapter number from the section headers when using memoir. Right now I'm using parts, but no chapters and zeroes appear in front of all section numbers. I tried ...
5
votes
3answers
508 views
How to reset footnote numbering at \chapter* and at frontmatter chapters?
A comment to my answer to Biblatex and citation reset between chapters made me realize that, contrary to normal chapters in the book and report class, \chapter* (the starred version) does not reset ...
10
votes
1answer
370 views
Biblatex and citation reset between chapters
I have a feeling that there is an obvious answer to this question that I'm somehow managing to miss. However, I've tried most of the commands in the biblatex documentation and I still can't figure it ...
1
vote
1answer
106 views
Error in numbering theorems in section zero of a chapter in report
I'm writing a multichapter report and I'm having a problem with the theorems being numbered correctly of section zero of a new chapter.
For instance, chapter two ends with Corollary 2.3.21 and ...
3
votes
2answers
469 views
Chapter without number in memoir
I want one of the chapters in my memoir book to be unnumbered.
I want it to have a chapter heading, show up in the table of contents, etc.--the only difference being that it is not given a number. ...
7
votes
3answers
461 views
Adding numberless chapters to the table of contents
How do I include a chapter reference within the table of contents without giving it a chapter number? I am using the report document class.
Normally, I would create a chapter as follows:
...
1
vote
3answers
125 views
labeling tables per chapter both in the body and in toc [duplicate]
Possible Duplicate:
Continuous v. per-chapter/section numbering of figures, tables, and other document elements
How can I label the tables per chapter in document class report rather than ...
7
votes
3answers
1k views
How to change the chapter number to display as text (One, Two, …)?
In LaTeX, how do I change the chapter number to display as text? eg:
CHAPTER ONE not CHAPTER 1;
CHAPTER THIRTEEN not CHAPTER 13.
4
votes
2answers
2k views
Chapter title without number
Now that I have turned numbering on, \leftmark shows chapter title with number in my header. like
1 ChapterTitle
How do I remove the number?
these are my settings
...
8
votes
2answers
244 views
French chapter numbers
This question led to a new feature in a package:
impnattypo
French typography recommends that chapters be numbered in uppercase roman numbers, except for chapter 1 which should be called ...
4
votes
4answers
493 views
How can I produce an unnumbered chapter for the introduction?
If I did
\setcounter{chapter}{-1}
\chapter{Introduction}
then I get Chapter 0 Introduction.
I just want the word Introduction, and I want it also in the contents when I use
\tableofcontents
How ...
2
votes
1answer
74 views
How can I include bibliography into numbering?
\documentclass[12pt,a4paper]{mwrep}
...
\chapter{First chapter}
...
\chapter{Another chapter}
...
\begin{thebibliography}{999}
...
\end{thebibliography}
I have in ToC:
1. First chapter ....... 1 ...
2
votes
2answers
2k views
One chapter without numeration
How can I make one chapter (Introduction) without number?
I have:
\documentclass[12pt,a4paper]{mwrep}
\chapter{Introduction}
\chapter{Chapter 1}
\chapter{Chapter 2}
In ToC I have:
...
1
vote
1answer
370 views
Each chapter with own contents? [duplicate]
Possible Duplicate:
List sections of chapter at beginning of that chapter
I'm wondering whether its possible to have each chapter of a thesis with its own
contents page? I tried it ...
6
votes
2answers
663 views
Adjusting the postion of chapter numbers in the Tufte-Latex class
I'm using the Tufte-latex book class, and trying to figure out how to use numbers in the chapters/sections.
The default style has no numbers, which I turned off by commenting out this line:
% Turn ...
5
votes
2answers
616 views
Section numbering with chapter in amsbook
I'm using amsbook to write a report. I'm using \chapter{}s and \section{}s, and their numbering is fine.
However, \section{}s are numbered sequentially inside each \chapter{}, but without the ...
9
votes
3answers
217 views
Setting arbitrary chapter values
Friends, a colleague of mine showed me a book with a intriguing chapter structure:
I was wondering how we could achieve something similar. I understand that this unusual numbering will break the ...
1
vote
1answer
682 views
Chapter number on page header is not updated in LaTeX document
I have a small technical problem but I have been unable to find a solution to it so far.
In my thesis document, the chapter numbers that are displayed on page headers are not updated. It keeps on ...
12
votes
2answers
1k views
Keep chapter number of chapters inserted with \include
Okay, I've puzzled over this for a while and I can't work it out.
I have a document with several chapters, using the memoir class. I've separated each chapter into separate files, and I'm including ...