{chapters} is about the \chapter command which is one of the sectioning commands forming the logical structure of documents. This tag should only be used *in addition* to the more general {sectioning}.
4
votes
1answer
273 views
Why are pagenumbers centered with \pagestyle{headings} on \chapter{}'s first pages?
I'm using documentclass report with options twoside and openright. The pagestyle is headings. This is a minimal working example:
\documentclass[twoside,openright]{report}
\usepackage{blindtext}
...
5
votes
1answer
192 views
Chapters in TeX
I've been writing in TeX for a few years, but this is my first time writing a long document.
I have always used \title for the main title, and \section for smaller titles. It seems that it is only ...
5
votes
3answers
509 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 ...
7
votes
1answer
619 views
Memoir chapter styles
I'm designing a book collection using the memoir class. I want chapter titles to have a page for themselves (before the chapter proper). I'm using the following code for that:
...
64
votes
7answers
6k views
“Inspirational” quote at start of chapter
I recall seeing a package to make quotes like that of the following image at the start of a chapter, but I can't seem to find it again.
(This image is from the book Combinatorics and Graph Theory ...
3
votes
1answer
901 views
How can I get extra subtitles for chapter titles that also appear in the ToC?
I have several chapter titles that I would like to combine with subtitles, typeset in italics.
For example,
Chapter Title
A very fine chapter indeed …
Now, I found an approach on how to ...
6
votes
2answers
380 views
How to add a line between chapter number and chapter title
I was wondering if there was a way to add a line between chapter number and chapter title.
As in, what I am getting now is this:
What I want is a horizontal line as shown:
of the same color ...
5
votes
2answers
620 views
Koma-script, change chapter appearance (how to add a circle and horizontal ruler?)
I'd like to get the chapter names formatted as shown below:
with a horizontal ruler between the circle and Chapter name, for both numbered and non-numbered chapters (I work with the ...
2
votes
2answers
700 views
Can't shift/position \chapter with titlesec?
Somehow I my attempt to change the placement of \chapter seems not to work. I would like to that my chaptertitle begins right at the top of the page. Do I need to change the plain pagestyle?
...
1
vote
1answer
362 views
How to place minitoc in right place where some chapters are with star?
I have a main.tex file. There is a part called front matter. Part of the code is,
1.
\frontmatter
\selectlanguage{english}
\include{title}
\include{dedication}
\include{acknowledgements}
...
3
votes
1answer
711 views
Chapter heading with the word “chapter” replaced by chapter name
When I create a chapter
\documentclass[12pt]{memoir}
\usepackage{graphicx}
\renewcommand{\chaptername}{}
\begin{document}
\chapterstyle{veelo}
\chapter{Implementation}
\section{Implementation2}
...
3
votes
1answer
330 views
Formatting chapter in memoir
I'm trying to reproduce this chapter heading (Styling my section/chapter) in memoir. This is more or less working with the following code:
\documentclass[11pt,oneside]{memoir}
\usepackage{blindtext}
...
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 ...
4
votes
1answer
174 views
Format abstracts as unnumbered chapters
I'm writing master thesis and working on LaTeX template for the successors ...
The standard of the university requires abstract in every language to be formed as unnumbered Chapter:
...
3
votes
2answers
470 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
2answers
482 views
How to place the chapter number behind the chapter title in KOMA script
I have the following layout for my chapter title and number:
I reached this using the following code:
\renewcommand*{\chapterformat}{%
...
1
vote
1answer
622 views
chapter title long and necessity to cut it
my chapter title is too long and I have the necessity to cut it in two different lines. well which could be the best way to cut it?I tried using \newline but unfortunately this modification affects ...
4
votes
1answer
421 views
How to apply custom headers/footers on pages with new chapters?
I'm writing my final report in LaTeX for my bachelor's degree. I'm aiming at having a document similar to the .doc template used normally.
I want to have my customs headers and footers applied on ...
4
votes
1answer
1k views
Customize chapterstyle in memoir
I like the ell chapterstyle which is built into memoir, but I want to customize it. I like the chapter number and the lines around it, but I want the chapter title to be written in the same size and ...
1
vote
0answers
38 views
Title of chapter wanted nearer to the top of the page [duplicate]
Possible Duplicate:
Space before chapters and contents
Is there any way of getting the title of the chapter closer to the top of the page than the default when using \chapter{blahblah}?
I ...
6
votes
3answers
863 views
Part style in memoir class
I use the \chapterstyle{thatcher} in memoir class.
I would like the part style would be similar to the chapter style - but with title centered in the page.
As I'm a newbie in LaTeX world, I wonder ...
4
votes
1answer
390 views
Chapterstyle in memoir
For some reason I can't compile the following small example in memoir.
\documentclass[oneside,12pt]{memoir}
\begin{document}
\chapterstyle{madsen}
\frontmatter
\tableofcontents
\mainmatter
...
7
votes
1answer
1k views
fancyhdr: How get part on even and chapter on odd pages
I am trying to use fancyhdr to set the part no. and name on my left pages and chapter no and name on the right pages.
My document is
...
2
votes
1answer
179 views
Headline next to page number overtaken to next chapter
I have one chapter for my listings
%%% Document Class
\documentclass[ngerman,bt]{dbvdoc}
\phantomsection
\addcontentsline{toc}{chapter}{Listings}
\lstlistoflistings
\cleardoublepage
and the next ...
4
votes
1answer
1k views
Styling my section/chapter
I'm trying to reproduce this chapter/section style on LaTeX and I would like some insight on how to achieve this. I have been using the secsty package but I haven't come up with any real results.
The ...
5
votes
2answers
2k views
How can I hide the chapter headings number on LaTeX and change the spacing?
I'm writing my Thesis but I have run into some layout troubles, I'm using the standard book document class, which results in my Chapters headings in the form of:
Chapter #
Name of my chapter
...
1
vote
1answer
750 views
Bibliography in chapter*
How can I customize the bibliography commands, so that the bibliography header would be \chapter*{Bibliography}? The document class is report, and I am using BibTeX with a plain style. The current ...
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:
...
2
votes
1answer
461 views
labbook/scrbook new chapter not on separate page
I am using labbook document class which relies on scrbook. It starts a new page for each chapter, which I don't want to happen. Is there a way to force it to procede with a new chapter on the same ...
2
votes
1answer
309 views
Is there method for removing \\ newlines - problem with fancyhdr and multiline chapter name
Some of my chapter has very long names, and they have different break line in ToC and on Chapter page, according to a solution to How to make (force) line-break in Chapter Title (in ToC, Chapter, ...
4
votes
1answer
286 views
Two line hfill in custom chapter
\def\thickhrule{\leavevmode \leaders \hrule height .5pt \hfill \kern \z@}
\def\position{\centering}
%% Note the difference between the commands the one is
%% make and the other one is makes
...
3
votes
1answer
1k views
How to make (force) line-break in Chapter Title (in ToC, Chapter, Header) - if possible?
I've found how to make different text for Title appearing in ToC, Chapter and headers Chapter title in header too long :
\chapter[medium-length title for TOC, if wanted]{full title name}
...
3
votes
1answer
708 views
Remove space before chapter title - with KOMA script (scrbook)
I am using the KOMA script document class scrbook. Is there any way to make the chapter headings appear exactly at the top of the page body just by using KOMA (without using titlesec, fancyhdr, ...
9
votes
2answers
1k views
How to remove page break after \part in report/book
I have tried to look through, but I couldn't find a clear solution on this.
I have a document that uses report with multiple \chapters in multiple \parts as:
\part{foo}
\chapter{uno}
\chapter{dos}
...
7
votes
1answer
241 views
Issue with chapter numbers in page numbers
I am writing my thesis and using a template given by my university. To get the chapter numbers in the page number, I use the following commands:
\@addtoreset{page}{chapter}
...
8
votes
2answers
472 views
loading tocloft makes \ifdefined\chapter TRUE in article class
I am using the article class, and I discovered that the tocloft package defines \chapter, which will mess up with my other stuff. How does this happen? Can I make \chapter "undefined" again after ...
5
votes
1answer
1k views
How does \include work in terms of preamble? And is \input better?
When you have different files; say different chapters of a book, that are written in separate Tex files, all having their own preamble packages and document class options, how does it work when you ...
6
votes
1answer
4k views
How do I put chapters into a LaTeX document?
I used the following LaTeX tag to make a chapter
\chapter{title here}
but it did not compile. The LaTeX compiler was talking about
Undefined control sequence
How can I get over this error?
5
votes
4answers
4k views
Space before chapters and contents
I am using LaTeX to write my dissertation, and I have realised that on the table of contents and on every chapter page, LaTeX leaves a lot of empty space.
What I mean is that lets say in the page ...
3
votes
1answer
278 views
Force no breaks after manual biographies in book doc class
After successfully applying tips on how to insert multiple manual bibliographies I have a new problem: each bibliography begins on a new page. This does not look good, and I tried supressing it with ...
0
votes
0answers
135 views
Creating multiple PDF files from a single LaTeX file [duplicate]
Possible Duplicate:
How to create individual chapter PDFs
In my LaTeX file, I have
\chapter{chapter one}
\chapter{chapter two}
\chapter{chapter three}
etc.
I wonder if there is a way ...
13
votes
2answers
280 views
Is it possible to define a `multicols{2}` preamble switch that works for \chapter?
With standard LaTeX, issuing \twocolumn in the preambe causes the document to be typeset in two columns -- except that \chapter will produce separate one-column chapter headings.
\documentclass{book}
...
1
vote
2answers
550 views
Chapter reference not displaying
I am involved in a writing a large document with a co-author who set up the LaTex files that we're using (i.e., I don't have complete autonomy in what I change).
We have a root file which does two ...
12
votes
2answers
2k views
Table of Contents with Chapter
I'm attempting to modify the Table of Contents in my document. Currently, chapter one in my document is listed as
1 Introduction
What I would like to see is
Chapter 1 Introduction
Seems ...
10
votes
1answer
2k views
Custom LaTeX chapter
Be default chapters look like:
Chapter 1
Chapter name.
How can I make chapters in LaTeX look something like this?
Chapter 1. Chapter Name.
That is: add a dot after chapter number, and place the ...
1
vote
2answers
771 views
Change chapter name in ToC
I need to change "Chapter" word to, for example, "Heading".
I tried to use command \renewcommand{\chaptername}{Heading} but it changed chapter name only in text, but in ToC it's still "Chapter".
How ...
2
votes
1answer
579 views
Changing parameters memoir chapter styles in newcommands
How do i turn the whole parameter below that is between the %%%% in a \newcommand? I tried but it is giving error.
\documentclass[a4paper]{memoir}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
...
5
votes
2answers
274 views
Two small chapters side by side on one page
I've got two very short chapters and I want them to appear side by side on the same page like being arranged in a two column layout. I've got other chapters before and aftere these two which should ...
5
votes
1answer
177 views
Inserting undertilde in Chapter title
I'm using undertilde package in amsbook document class.
I want to insert $\utilde{\times}$ in chapter title.
But it doesn't work.