{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}.
1
vote
1answer
67 views
Memoir chapter page formatting
I am using the memoir class. I have a series of chapters defined, but I need to change the way the chapter title pages are formatted. In particular, by default the text "Chapter X" is spaced a couple ...
2
votes
0answers
156 views
Table of Contents page numeration in a Latex document
I have a document with Chapters and endnotes, and a table of contents (TOC). In order not to generate a number for the last chapter (Epilogue), I use \chapter*{Epilogue} in the code and then I put an ...
2
votes
0answers
154 views
Section+Subsection in the header AND chapter in the footer using book (memoir)
I' writing my thesis in LyX with book (memoir) style.
I would like to personalize the headers and footers but I cannot use the fancy package since I'm in the memoir style.
So (being a novice in ...
2
votes
0answers
142 views
double-page spread chapter page with chapter number
I'm creating a thesis which should have a double-page spread chapter page with an background image.
I'm almost there, however when using \thechapter is gives me the previous chapter number, wich ...
1
vote
0answers
30 views
File ended while scanning use of \@new l@bel
I've been running into this weird issue using TeXShop. Whenever I compile LaTeX and get an error, the output tells me where it is. So I fix it ... and recompile. But then I get this:
File ended while ...
1
vote
0answers
44 views
Cross-referencing (input) multiple tex. files on multiple levels
I´ve recently discovered this site and you might be able to give me some advice working with LaTeX.
Here´s my problem:
My company is working on several user manuals. Each user manual is located in ...
1
vote
0answers
86 views
\chapter command in Revtex 4.1
I'm currently writing my Bachelor's thesis in LaTeX using the RevTex 4.1 documentclass (revtex4-1 package). I am using this package because of the clear citation style and nice figure caption layout. ...
0
votes
0answers
30 views
How to reduce space between heading (e.g. “List of figures”) and contents in thesis
I have trouble reducing the space between the the title like LIST OF FIGURES, TABLE OF CONTENTS, etc., and the list body body in my thesis. I had the same problems with chapter headings, which I fixed ...
0
votes
0answers
68 views
Chapter title leading
I have a strange problem in my Chapter title as in figure:
How can I set the correct leading between the two last lines in the title?
0
votes
0answers
21 views
Wrong chapter in heading tufte latex
I have a Tufte-book with some chapters and a bibliography and index. This is set up as:
\begin (document}
\mainmatter
%then I include several chapters:
\include{Chapter/chaptertitle}
...
0
votes
0answers
44 views
removing an unwanted page between two chapters
What could be the reason? Somehow a blank page with some random number gets inserted between two chapters.
\flushbottom
\include{chapter1}
\flushbottom
...