{memoir} is a document class designed especially for book-length documents. It incorporates the functions of many independent packages into one class.
9
votes
2answers
105 views
\raggedyleft in memoir?
In memoir instead of \raggedright, you can use \raggedyright[<space>] which is much more beautiful in narrow columns. However what I also need is \raggedyleft which does not exist and I don't ...
4
votes
1answer
385 views
“Undefined control sequence” problem in memoir class?
I use memoir class and want to customize the table-of-contents and chapters style. When I use \renewcommand*\l@chapter[2] I get this error after the second compilation:
Undefined control sequence.
...
4
votes
1answer
139 views
multicolumn display for partial list of table
I have a file with some consecutive tables one for each month. The listoftables takes up too much space when it lists each table entry on a separate line. I can use multicols to have a two column ...
3
votes
1answer
60 views
Position Specifiers appearing in final pdf document using memoir
I am using the memoir class to generate my thesis and when I declare a figure or table using a position specifier, where the position specifier is h, t, etc., my final PDF document has the ...
2
votes
2answers
287 views
Aligning subfigures both horizontally and vertically with memoir
I'm trying to place 4 subfigures of different sizes aligned. Here the box-k.pdf files contain boxes with marks at the midsides. The result has box-1 and box-3 aligned at the left margin, not centered ...
3
votes
2answers
142 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
87 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 ...
2
votes
1answer
185 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 ...
8
votes
2answers
340 views
How can I create a decoration that runs down one side of each page?
Hi I'm writing an ebook in org-mode that includes a separate .tex file for styles. What I'd like to do is create a box that contains the current chapter and section name on a background image that ...
5
votes
1answer
199 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 ...
4
votes
1answer
120 views
Memoir showtrims breaks auto-pst-pdf
I have set of large documents that need to go to printers and I want to show the trim edges. I'm using a large number of pstricks images in the documents (these are science and maths textbooks) so I'm ...
1
vote
1answer
98 views
How to set title and main matter pages independently, with memoir
I am setting up the page layout using memoir commands:
\documentclass[12pt,a4paper]{memoir}
\usepackage{lipsum}
\usepackage[charter]{mathdesign}
\begin{document}
\setlrmarginsandblock{20mm}{10mm}{*} ...
8
votes
1answer
187 views
Memoir Class, \sidebar formatting
In the memoir class, is there a way to get the \sidebar notes to be in paragraph style? I am looking for a similar effect that fnpara provides to footnotes.
I have included an image of what I would ...
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
167 views
Centering the frontpage using memoir
I'm using memoir (two-side layout). I have the problem that my front page is centered with respect to the margins, which are not equal in left and right side. \begin{center} will not solve this, since ...
2
votes
1answer
176 views
Including both chapter name and name of section in header using memoir
I'm writing a thesis using memoir as my class. I would like a header similar to fancyhdr, but this is not emulated in memoir. I know how to make my own pagestyle, however when I try to refer to the ...
6
votes
1answer
101 views
Are the datetime package and the memoir class known to conflict?
Using the \formatdate macro from the datetime package within a \date definition seems to break when using the memoir class. Is this just something strange that I'm doing because it seems reasonable. ...
4
votes
1answer
364 views
Chapter subtitle
I want a chapter subtitle (half the size of the font of the chapter title) within the rulers of the chapter title. The subtitle must not appear in the Table of Contents. I have this
...
1
vote
1answer
119 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 ...
2
votes
1answer
138 views
memoir margins and hyperref
I'm trying to use the hyperref package with the memoir class but the bottom margin of the document is no longer 2 cm as I set it. Rather, it seems like there is no margin at all. When I remove 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, ...
2
votes
0answers
255 views
Beamer, TiKZ, and commutative diagrams [closed]
I have a commutative diagram that renders without issue in a memoir document, but, when I copy the code into a beamer slide, the mapping text becomes super imposed over the arrows.
Is there a ...
11
votes
2answers
428 views
Conditional figure environment (sideways, bottom captions)
For my phd dissertation I would like to have a new environment for figures that gives me the possibility to either place the caption sideways if there is enough space (say the figure width is < 0.6 ...
8
votes
2answers
278 views
Get page numbering & page count of a given style
Given a set of page styles, for example plain and butter, in the memoir class how can get the page number and count for that given style?
This seems like something that would already have been ...
3
votes
1answer
124 views
Modify example dropdown in memoir
In LyX, in book format memoir, the drop down has the Example format. Just wanted to know how do I change this Example format layout. Or where is the code to be changed.
Edit:
The example might be ...
16
votes
1answer
642 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 ...
6
votes
1answer
178 views
Different margins for text and figures
Is it possible to have it so that the text has smaller left and right margins than figures? I am using memoir.
9
votes
3answers
215 views
Uppercase until end of group
In LaTeX, all font commands have two versions, one requires an argument (\textbf, \textit, \textsc etc), other changes the font until the end of group (\bfseries, \itshape, \scshape etc). The latter ...
2
votes
1answer
132 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 ...
2
votes
1answer
286 views
Remove bibliography entry from ToC or change the way it is displayed
I'm using the memoir class and have my document structured by parts which means that the "Bibliography" entry in the Table of Contents are not showing correctly (I guess that it is shown as a chapter ...
1
vote
1answer
77 views
Adjust \lxvchars etc. for \documentclass point size
Follow-up to query re: adjusting textheight in memoir
Apparently, memoir's \setlxvchars[\normalfont]\setxlvchars[\normalfont] commands standardize the result to 10pt, regardless of the point size ...
1
vote
1answer
60 views
Adjust typeblocksize in light of paper size
I'm trying to figure out how to adjust the typeblocksize in memoir in light of the ratio of \paperheight to \paperwidth.
Right now, I have
\settypeblocksize{*}{\lxvchars}{1.414}
to adjust the ...
11
votes
4answers
713 views
Get current “section” name without label
Update:
I accepted the solution provided by Heiko Oberdiek, because that was doing exactly what I asked.
When interested only in the chapter name, egreg's solution works fine. However, to get it ...
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
...
5
votes
1answer
212 views
How to define, once and for all, the size of the area (for an epigraph following a chapter)?
I am using 'memoir' for a thesis, and I have chosen the vertical space between a chapter title and the following section to be exactly fixed, \afterchapskip being 120pt for each new chapter. What I ...
1
vote
0answers
89 views
\DoubleSpacing not working as described [closed]
Page 48 of the memoir manual states this about using \DoubleSpacing:
The spacing in footnotes and floats (e.g., captions) is un- altered,
which is usually required once the controllers see what ...
4
votes
1answer
189 views
memoir headers with starred chapter
I need help with page layout in memoir.
I want to have an unnumbered chapter0 (i.e. introduction) but when using the \chapter starred version the chapter headers is wrong.
This is my example source:
...
3
votes
2answers
388 views
Memoir changes page number from bottom to top-right in pages with heading
I'm using memoir with the companion page style and the madsen chapter style.
\documentclass[11pt, openany, oneside]{memoir} %Start chapter in even or odd page
\usepackage[utf8]{inputenc} %Carácteres ...
3
votes
1answer
72 views
Prevent odd break line in pagenotes
Using memoir class, pagenotes package. Here is a screenshot of the problem:
Number 6 should follow the rest of the text, hence be in the following page.
This is the code I'm using:
% Document ...
5
votes
1answer
160 views
Suggestion on how to manage pagenotes in memoir
I posted a long question before, and it was suggested that I should split it into separate chunks, so here it is.
I wrote a book using the memoir class. It has about three hundreds notes and ...
3
votes
1answer
414 views
Set header and footer rule color in memoir
Is there a way to set color for header and footer rule in memoir class?
Using the following code:
\documentclass[ebook,12pt,twoside,openany]{memoir}
\usepackage{lipsum}
\usepackage{graphicx}
...
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 ...
2
votes
1answer
127 views
table of tables using memoir
I need help to create a "table of tables" using memoir.
I'd like to use the booktabs features embedded in memoir.
What I'm trying to typeset is something like subfloats, having two 2x2 matrix of ...
2
votes
1answer
261 views
memoir: change numwidth in list of figures
I am trying to change the width of figure numbers in the toc, lof, and lot. This works fine for the toc:
\documentclass{memoir}
...
8
votes
1answer
261 views
How to change font size in Index in memoir class?
Each time I build the index with makeindex I have to insert \footnotesize after \begin{theindex} in book.ind file. I use memoir class. Is there an automatic way to do this?
3
votes
2answers
504 views
Change font size of “Table of Contents” heading in memoir and make it bold
I'm using the memoir document class and the babel package and I need to change the size of the "Table of Contents" heading or at least to make it bold. Is it possible?
1
vote
1answer
252 views
How to avoid text overlap when using `multirow` in `longtable`?
I have a two column table. The first column contains (for eg) name and designation and second column has lots of text. I want the name and designation to stay close but on separate lines. For this I ...
1
vote
0answers
157 views
memoir margins setup [closed]
I wrote a little "book" by using the Memoir class.
I'd need to have no more than 35 chars per line and no more than 70 chars on a columns.
Is there some kind of settings to choose the best page ...
5
votes
0answers
228 views
Placing a line of typographic ornaments on page top with class memoir
Based on the utilities provided by the class memoir, I'd like to set a line of typographer's ornaments along the page top of a custom size stock paper (actually, along the four page edges, but my ...
1
vote
0answers
110 views
xelatex multilingual book with framed pages [closed]
I am compiling a multilingual book (Arabic+English), ~1400 pages, using the memoir class, and have been trying to frame each page with a simple black border using the following:
...