{parts} is about the \part 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}.
15
votes
5answers
5k views
How to get part name in LaTeX ?
Actually I am using the fancyhdr package, and trying to put the current part name in the right header.
I know that \rightmark and \leftmark are used to represent the current section and chapter ...
9
votes
3answers
4k views
\tableofcontents from \part commands in Beamer
I am not able to generate the table of contents made of all the parts (declared by \part command) of my Beamer presentation. While sections of each part are listed easily, there is no hint in the ...
12
votes
4answers
237 views
Adding page number to the even page right after \part
Friends, I've never used \part{} before, so bear with me. =)
Consider the following code:
\documentclass[twoside]{book}
\usepackage{lipsum}
\begin{document}
\pagestyle{empty}
\begin{titlepage}
My ...
8
votes
1answer
2k views
Styling the \part page
I'm using \part for defining parts of my "book". The thing is, that the part takes a whole page. I use \documentclass[12pt]{book}.
I want to style the \part in a way that it looks like the fncychap ...
6
votes
3answers
861 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 ...
1
vote
1answer
566 views
Adding a figure to a Part Page
I'd like to add a figure below the title of the part on the part page. How does one go about doing so using the amsbook class?
\documentclass{amsbook}
\usepackage{lipsum}
\begin{document}
...
10
votes
1answer
440 views
Redefine memoir Part to allow image
I am preparing a book with memoir. The book has three parts. I would like to have the Part title raised and to insert an image directly below the title. I am able to raise the Part title to the upper ...
6
votes
2answers
393 views
Align the roman numbers of the parts in ToC
How can I align the roman numbers of the parts in this manner? The alternative is to use an arabic enumeration. I would not any changes at the TOC of classicthesis outside of the alignment of the ...
6
votes
1answer
1k views
How to modify Memoir class' headers/footers without redefining everything
I am using the memoir class for a multi-part (and multi-book) document. The class' headers and footers suit me fine for a twoside, openright document, but I'd like to add to them the following:
In ...
4
votes
1answer
784 views
fancyhdr: putting part in fancyhdr
For my dissertation I've redefined \thechapter as \thepart because I'm only using parts, sections and subsections. With the code below I get the section as the right header but nothing on the left. ...
3
votes
1answer
477 views
A modification of \part style in memoir
I have modified the \part command style in a memoir document as in the following minimal example:
\documentclass[b5paper,10pt,twoside,openright,final,english]{memoir}
\usepackage{lipsum}
...
1
vote
3answers
159 views
How can the thesis structure be defined for PDF generation?
My thesis consists of these hierarchical elements:
\documentclass{report}
\begin{document}
\tableofcontents
\include{020-tex}
\end{document
where 020-tex.tex contains
\input{030-preface}
...
1
vote
1answer
552 views
Add dots in table of contents for parts for LaTeX document
My document has three "parts" (using the \part command), and chapters, and sections. When I generate my table of contents (\tableofcontents), all the chapters and lower have dots between the name of ...