{memoir} is a document class designed especially for book-length documents. It incorporates the functions of many independent packages into one class.

learn more… | top users | synonyms

10
votes
1answer
438 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 ...
10
votes
2answers
5k views

Difference between \footcite and \cite in BibLaTeX

Since recently, I am having some trouble with the short/ibidem and full citations in BibLaTeX. When I use a \cite command inside a footnote, it behaves differently than \footcite: it seems each keeps ...
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{% ...
9
votes
2answers
3k views

Problem with command \captionsetup from package caption

The following MWE: \documentclass[11pt]{memoir} \usepackage{caption} \captionsetup[table]{ listformat=empty, tablename=Table, justification=justified, ...
9
votes
2answers
241 views

Stop memoir from making mathmode section names uppercase in header

I'm typesetting my thesis with memoir and in general I'm happy with the result. However, some of my section headers have math mode text like \section{The $\phi_{ij}$ matrix} which memoir comically ...
9
votes
2answers
1k views

Is it possible to use hyperref, subfigure, and memoir together?

I asked a question about how to use subfigure with memoir. I got some great tips, but now pdflatex is making all subfigure hyper-refs point to the first couple subfigures. It also gives me this ...
7
votes
2answers
359 views

How do I put a musical clef in a memoir-class document?

I've got a lot of questions about preparing a book layout, but as I'm slowly going through the various books and other documents out there, I think most of the questions are being answered. However, ...
6
votes
2answers
370 views

Setting up pdfpages with memoir?

I am using memoir for writing my PhD thesis. In my university we have to include submitted, accepted, and prepared drafts of related papers as appendices. These papers have all been previously ...
6
votes
1answer
165 views

Add text at an optional page-break only when breaking occurs

I have two tables (created with tabularx in the memoir class): [ Table 1 ] [ Table 2 ] They may be adjacent on the same page, or split across two pages like this: [ Table 1 ] ---- page break ---- ...
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 ...
6
votes
1answer
219 views

How can I reset sectional counters in memoir class to avoid breaking ToC cross-referencing in a complex document?

I have already asked a similar question here: Incorrect ToC/Index cross-references when resetting memoir class counters and received a satisfactory answer. Now, I wish to apply the chapter counter ...
6
votes
2answers
668 views

Uppercase pagenumbering (roman) using \frontmatter

I am using \frontmatter, \mainmatter and \backmatter so my pagenumbering is correct. However, i would like my roman pagenumbering in \frontmatter to be uppercase. Is there any easy way to do so? ps: ...
6
votes
2answers
542 views

Are ae and aeguill only needed when using CM fonts?

I am using the memoir class with the option extrafontsizes so as I understood this uses the LM fonts and at the same time set the T1 encoding. If this is correct, are the packages ae and aeguill ...
5
votes
0answers
261 views

mdframed: large texts with equation arrays skipping pages in \documentclass{memoir} (or book) [closed]

The package mdframed works very well enclosing plain texts with decorated frames: even when they span many pages the frame breaks accordingly! :-) Unfortunately that is not yet the case when the ...
5
votes
0answers
192 views

proper alignment of pdfpages import in memoir typeblock

Finding the solution to Setting up pdfpages with memoir? turned out not to be as simple as adding the right layout parameter as an offset. The first finding was that if a twoside documentclass is ...
5
votes
2answers
306 views

Switching an existing document to memoir. How much trouble is it?

I'm really growing fond of the memoir package. I have a large document in which I use the report documentclass. How much trouble would it be to switch to memoir; i.e. what would I 'probably' need to ...
5
votes
1answer
254 views

Clear tableofcontents page in memoir

How do I clear the \tableofcontents page in memoir? \documentclass[a4paper]{memoir} \begin{document} \pagestyle{headings} \begin{titlingpage} \maketitle \end{titlingpage} % i need clear this page ...
5
votes
1answer
125 views

Non-italicized text in a \newfixedcaption

This is a very specific follow-up question to this answer given to this question. I want to insert a picture, and use overpic to label it, in between two paragraphs of text in a thm environment ...
5
votes
1answer
343 views

Incorrect ToC/Index cross-references when resetting memoir class counters

The quasi-MWE below uses the memoir class and works fine. It produces a document with the following structure: ToC Book Part1 Chapter1 Part2 Chapter2 Index Here, cross-references in the ToC and ...
5
votes
3answers
297 views

Word overlap in TOC with memoir class and part subdivision

I am using the memoir class to generate a book manuscript. The table of contents entry for Part VIII overlaps with the part title which is Examinations. The result is shown below: Is there a way to ...
5
votes
1answer
756 views

Memoir parskip package

How do I get the same effect as using the parskip package when using the memoir class. I want no indents, and spaces between paragraphs. What is the proper way to do this in the memoir class?
5
votes
1answer
2k views

memoir tutorials or introductions

I'm looking for memoir tutorials or introductions. The main manual is a wonderful piece of documentation, but at nearly 600 pages it is a bit overwhelming as a starting place. Likewise the more ...
5
votes
1answer
603 views

Making memoir Chapter entries in ToC all-caps and Appendix entries regular case, without breaking hyperref

I have a thesis style working, but around 10% of my code is a copy of memoir's \def\@chapter that lets me put all regular chapter entries in all caps, and keep appendix entries in regular case. This ...
4
votes
1answer
169 views

Automatically adjusting size of a box based on other content

The following code creates chapter titles with a red bar of adjustable height. Currently, I have to potentially adjust the height for each chapter based on the included mini table of contents. Is ...
4
votes
1answer
322 views

Letterspacing memoir section headers

I'd like to add letterspacing to the \section commands with \setsecheadstyle in a memoir book. I tried using soul: \sodef\soSection{}{.1em}{.5em plus.1em}{.1em plus.1em minus.1em} ...
4
votes
1answer
107 views

Problem with LetLtxMacro

I'm trying to redefine \rule to make cleaner underscores, but my book file (in memoir class) is having problems with the following: \RequirePackage{letltxmacro} \LetLtxMacro{\oldrule}{\rule} ...
4
votes
2answers
2k views

How to change subsection heading (e.g. center it)

I'd like to change the styling of \subsection in the memoir class. The example is: \documentclass[oneside, 12pt]{memoir} \begin{document} \subsection{A subsection - center me!} \end{document} ...
4
votes
1answer
1k views

Simple footers with only a page number

I'm using a memoir template with page header defined. In the appendix, I maximize the geometry to print a lot of tables with narrow margins. I currently disable the memoir header with ...
4
votes
2answers
437 views

Which packages are automatically included by memoir?

I am currently including: \usepackage[ruled,vlined]{algorithm2e} \usepackage{amsmath} \usepackage{amssymb} \usepackage{bm} \usepackage{cancel} \usepackage{fixltx2e} \usepackage{float} ...
3
votes
3answers
180 views

Memoir sub table numbering wrong

I am using sub tables and it seems because I but the table caption above I get the wrong number in the sub table references. How can I fix this? I am pretty sure it is related to the package float ...
3
votes
2answers
141 views

How to change chapter font style in the middle of the Table of the Contents?

What I do have, is grouped frontmatter entries (chapter-like) in ToC, and the rest of the chapters have larger vertical space. What I want is to change the font style of the grouped part to, say, ...
3
votes
2answers
86 views

Change vertical space of chapters temporarly in Table of Contents

I have grouped sections nicely below of chapters in ToC, so that there is no space between chapter and following sections, but there is some space between last section and following chapter. All this ...
3
votes
2answers
204 views

memoir: sidecaption: ragged against the text block not working

I want to use the sidecaption environment in a figure with memoir and have the caption text be ragged against the text block. But when the figure is moved to the next page, the caption is on the ...
3
votes
2answers
598 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
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 ...
3
votes
2answers
140 views

In memoir environment, the chapter heading placement gets messed up if a too big figure gets placed on next page

Using the memoir class, it appears that if I have a figure that is close enough to chapter heading, and big enough that it has to be placed on the next page, the chapter heading placement gets messed ...
3
votes
1answer
472 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} ...
3
votes
1answer
484 views

How to force a picture's location and still use overpic

I want to insert a picture, and use overpic to label it, in between two paragraphs of text, like so: Here is my first paragraph of text. \begin{figure}[htb] \centering ...
3
votes
1answer
922 views

How to add an author name or copyright symbol on each page in memoir class?

I am using the memoir document class to write my first book in calculus. How I can display my name, for example, on each page?
3
votes
2answers
268 views

How to make hanging lists using memoir?

I found the \hangsecnum command for having section numbers hanging out into the left margin. Now I want to do the same thing for all lists also, that is for the enumerate and itemize environments at ...
3
votes
2answers
2k views

Left-aligning authors section in an article

I want to align the authors section of my article to the left. If there are more than one authors, each author should be aligned left in its own cell. I am using memoir's article class. This is what ...
2
votes
1answer
138 views

Trouble formatting createspace template in memoir

I have just begun to use memoir and I am already having trouble understanding exactly how to make this work. I will refer to the manual but I would like the experts here to explain to me in simple ...
2
votes
1answer
134 views

Automatically change the text width for all table environments using memoir

I'd like to redefine the table environment in a document I'm writing so that the tables and captions are wider than the text block. I'm using the memoir class, and an example given in the manual is ...
2
votes
1answer
307 views

tex4ht conversion of tables (memoir class problem)

I am trying convert my document to HTML using htlatex. Everything my document (70+ pages) works fine until I look at the tables. The tables generated do not actually follow any kind of table format. ...
2
votes
1answer
262 views

Problem with odd/even margins when environment crosses page boundaries

In this question, I described a problem I have with marginpars appearing on the wrong side of the page when they occur near a page break. I ran into a different, but perhaps related problem described ...
2
votes
1answer
482 views

Using a different font in overpic

I'm using the overpic package in the memoir class to include figures and superimpose text on them. Is there a simple way to tell overpic to use a different font than the main font of my text? (I ...
2
votes
1answer
426 views

Environment for text to run into margins

After posting this closed question, I found a good solution for memoir on this page. However, my margins settings are different then the ones he uses, and as a result, the widematter environment only ...
2
votes
2answers
225 views

Customize referencing of subcaptions in “memoir”?

When I use \subcaption{... \label{myfig}} in memoir, and then reference it, the result is something like "Figure 1(a)". But I would like to customize the reference by removing the parentheses, thus ...
2
votes
2answers
627 views

table notes in memoir

How do I have footnotes in a table while using memoir? I tried ctable, but I get the following errors: /usr/local/texlive/2008/texmf-dist/tex/latex/hyperref/hyperref.sty:4022: No room for a new ...
1
vote
1answer
350 views

Yet another leader dot question and related for TOC

I asked a question yesterday. Thanks for the help. It turns out I only need to remove the leader dots AND the page number associated with "CHAPTER". This is using the memoir class and also uses a .sty ...