Tagged Questions
3
votes
2answers
88 views
Chapterstyle Memoir: Picture on page left, chapter opening on page right
I am working on the layout of my dissertation and I would like to have the following design for all my chapter-openings:
New chapters should always start on the left page, with a picturepage that ...
2
votes
1answer
54 views
Chapter in memoir not displaying correctly in TOC
I'm having a little problem with a custom chapter style in memoir class. I want to have the chapter titles behaving like parts, i.e. having the title on a separate page.
I can do it like so:
...
3
votes
1answer
89 views
Memoir Class, Madsen Style, Chapter Heading and Rule
I would like to extend the chapter title and the rule above it to the left, so it is -0.75 in past the text block.
MWE:
\documentclass[oneside,12pt]{memoir}
\usepackage{graphicx}
\begin{document}
...
3
votes
1answer
51 views
Changing style of unnumbered chapters in memoir
The MWE below illustrates that while I can center numbered chapter headings, I cannot do so for unnumbered chapter headings:
\documentclass{memoir}
\renewcommand*{\printchaptername}{\centering}
...
1
vote
1answer
55 views
retain space before \section heading in Memoir class at top of page
I am using xelatex and the Memoir class. By default, the empty vertical space before the section heading does not show after a pagebreak. How do I modify it if I want it to show instead, even if it ...
2
votes
1answer
71 views
Misalignment of Chapter number and chapter title in memoir southall chapterstyle
I have the number and chapter title in the southall chapterstyle in memoir class not aligned vertically. How to fix it?
3
votes
2answers
199 views
Section title with subtitle
I'm using the memoir class, I would like to create a more fancy section title, but I don't have the necessary skills in LaTeX. I found many fancy section titles on this forum, but I don't know how to ...
5
votes
2answers
239 views
Modify default memoir chapter style
I'm using memoir and using its default chapter style.
what I'm looking to do is to change the format from
chapter 1
chapter title
to something like this:
chapter 1: chapter title
I'm ...
1
vote
1answer
104 views
Subsections without numbering in ToC and document
I have a table of contents which I want to modify. I want subsections without a number, in the document and the ToC.
I'm using memoir.
\documentclass[12pt, a4paper, makeidx]{memoir}
I have the ...
4
votes
1answer
98 views
Memoir chapter headings
I'm using memoir class and I would like to know if it's possible to change the heading name of a specific chapter because the chapter title is too long and it's not well displayed as a heading in each ...
1
vote
0answers
69 views
Section anchors invisible in main body, but visible in table of contents?
I'm writing up my PhD thesis using the memior class. This thesis starts off by using chapters and sections as one normally would.
Later on in the thesis though, I insert many pdfs into this document ...
9
votes
1answer
151 views
Layout for longer chapter title in Memoir class
I am using \chapterstyle{section} with \Huge\sffamily font. This means that some longer chapter titles spread over two lines. I get (a larger version of!)
2 A long title splitting as illustrated ...
0
votes
0answers
24 views
Memoir, section numbers without the chapter number [duplicate]
Possible Duplicate:
How to leave out chapter numbers in section numbering
I'm setting a book with memoir. For sections (and below) I get the chapter number, plus the section (or sub-. etc.) ...
39
votes
4answers
974 views
Bringhurst chapter style in memoir
I'm trying to imitate Robert Bringhurst's chapter style in memoir. The class includes one such chapter style, but does not typeset the chapter number on the right side margin, as in Bringhurst's book. ...
9
votes
1answer
139 views
\AtBeginChapter?
Are there any hooks that work like \AtBeginDocument for chapters, sections, etc.? Something like \AtBeginChapter? I would like to have the following code:
\AtBeginChapter{%
...
4
votes
1answer
189 views
Help modifying a memoir chapter style
I'm very new to TeX and I'm from a graphic design background, so I apologize if I'm missing something very obvious.
I want to modify the memoir style VZ14. What I would like is:
=====h double ...
7
votes
1answer
200 views
How to best set chapter title color in the memoir class's Hansen style?
I am tinkering with the Hansen chapter style for the memoir class, as reviewed and listed in texblog. The Hansen style is unfortunately not discussed in the memoir class documentation.
I changed it ...
2
votes
1answer
182 views
memoir class \part style
I am preparing a book in memoir class. I use \chapterstyle{madsen}, which uses a sans serif font (I don't know which one). I also have parts and I would like to have the parts to be typeset in the ...
5
votes
1answer
196 views
Is there an easy way to change the font and size for Chapter Heading in Memoir?
I'm a total TeX newb - please be nice! :-)
How can I change the font and size of Chapter headings? I don't mind where it's placed on the page - but would like it to be a sans-serif font and perhaps ...
0
votes
0answers
26 views
Numbering of subsections using memoir [duplicate]
Possible Duplicate:
Turn on subsection numbering in memoir
I'm writing a thesis using memoir as my class. I've noticed it only includes numbering on chapters and sections, not subsections. ...
1
vote
1answer
114 views
memoir: headings numbering starting at section level
I'm writing a set of documents using the same memoir based template. One particular document does not use chapter level heading and just section and subsection levels.
I have no chapters but the ...
6
votes
2answers
268 views
memoir: sections as chapters, reference numbering
In the following example, I've hacked the numbering of sections in the memoir class so that I can use "sections" as "chapters". This makes them show up nicely in the table of contents. However, ...
16
votes
1answer
639 views
Displaying the range of sections on the page in the header
I would like to have on each page the range of sections covered by it displayed, opposite of the page number and accompanied by the name of the first new section (if there is a new one) starting on ...
2
votes
1answer
131 views
\addvspace after \section in memoir always adds all its space
Knowing about \addvspace I wrote my own environment that adds a minimum space before and after it. But using memoir, if a \section precedes it, \addvspace always adds all its space to the space that ...
6
votes
2answers
96 views
Hyperlinks in section name
I am trying to use the memoir class to typeset a document in which the section headings function as hyperlinks to other locations in the document, using the hyperref package. One of the ways that ...
5
votes
1answer
47 views
When using multiple list-of on the same page they overlap
When list-ofs follow each other they overlap, at least with my setup. Here's an example:
test.tex
\documentclass[a4paper]{memoir}
\usepackage{xltxtra}
\usepackage{polyglossia}
% New list of source ...
6
votes
1answer
241 views
Right align chapter number to the chapter name when using memoir with veelo style
I am using the memoir document class and the veelo chapter style.
I'm having trouble aligning the chapter number to the right so it has the same right margin as the section name.
Because of the page ...
15
votes
1answer
185 views
Chapters that openleft unless the chapter is only one page long
I'm using the memoir class, and would like new chapters to begin on the left-hand page, unless the chapters in question are only one page long.
Neither openleft nor openany give this behavior.
I am ...
3
votes
2answers
601 views
section numbers (\thesection) and names have next page's values
I have customized my headers to display section numbers and section names.
However: (a) The section number (\thesection) in my header often shows up with the next page's value. (b) The section name ...
3
votes
2answers
229 views
Memoir class headers listing section/subsection/etc. hierarchy
I'm trying to use the memoir class such that a document with the following structure:
\section{A section}
\subsection{A subsection}
\subsection{Another subsection}
\subsubsection{A subsubsection}
...
3
votes
1answer
287 views
Creating a specific chapter style using memoir
I'm completely new to using TeX but have managed over the past couple of days to get a basic setup working for my thesis using memoir.
I've been exploring the chapter heading styles at ...
4
votes
2answers
169 views
Memoir manual: “The numbering of parts has no effect on the numbering of \chapters.”
I am writing my PhD using memoir class. I have 5 parts, divided into chapters. But before the first chapter of each part, I have an introduction to what the following chapters are about. Here's an ...
1
vote
1answer
306 views
Chapter style using chaptername and chapter number inside TikZ
I am trying to define my own chapter style for my thesis. I am using memoir, and want to put the part that says e.g. "Chapter 3" or "Appendix C" inside a single TikZ figure. My code so far is the ...
1
vote
1answer
218 views
minitoc per sections with memoir
I want to make a minitoc for each section with the subsections with the memoir class. But it doesn't works, only \minitoc per chapters are working.
How can I do that ?
8
votes
2answers
569 views
“Automatic” section labeling?
I would like to be able to link within a document to another section without having to explicitly put a label after that other section command. hyperref does this with the TOC labels, so I think that ...
9
votes
1answer
114 views
Indent or not based on section depth
I would like to know how to set it up so that a \subsubsection{} will indent the first paragraph but all other sectioning command of a higher level (\chapter{}, \section{}, and \subsection{}) will NOT ...
17
votes
1answer
239 views
Separate column in table of contents (in Memoir)
I'm curious if there is a way to have another "column" of numbers in the Table of Contents. The book I'm trying to typeset has a column of chapter and section titles, a corresponding column of ...
5
votes
1answer
163 views
formatting section numbers with \hangsection in Memoir
I'd previously been renewing my section command in Memoir in order to style the section numbers by prefacing them with a symbol (§) and following them with a period:
\renewcommand{\thesection}{§ ...
3
votes
1answer
160 views
Section text (without heading) following section number on same line in Memoir
For my purposes I would like to have (free-standing) section numbers in the margins and no section headings---just the section text---immediately following (i.e., on the same line as) the section ...
4
votes
3answers
173 views
Memoir class: turn off section numbering but still have header
Trying to get rid of auto display of section numbers within text (section title only), but still have a header that gives the section title (also sans number). Can't seem to find this in memoir docs. ...
3
votes
1answer
551 views
customizing section formatting using memoir class (color and numbering)
I see in memoir that \section is implemented like so:
\newcommand{\section}{%
\sechook%
\@startsection{section}{1}% level 1
{\secindent}% heading indent
{\beforesecskip}% ...
7
votes
1answer
614 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:
...
3
votes
1answer
710 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
329 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}
...
5
votes
1answer
374 views
Customizing table of contents in memoir
I have a table of contents in my memoir document, but I want to slightly alter the way it appears:
1) I want to decrease the spacing between chapters (now it looks double-spaced; I want something ...
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. ...
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 ...
7
votes
1answer
765 views
Yet another “perhaps a missing \item” error
In the following, I get a perhaps a missing \item error each time a chapter is processed. This occurred only after the second compilation, once the table of contents information is built. Below I ...
6
votes
3answers
859 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
389 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
...