Memoir is a LaTeX package providing a documentclass similar to book class but more flexible and customizable.
Questions tagged [memoir]
13 questions
5
votes
2 answers
Using \parindent and \parskip with \paragraph{} has no effect
I'm creating documents using the memoir class in XeLaTeX. I'm having trouble creating proper paragraph presentation, and in particular my when I create paragraphs with \paragraph{}lorem ipsum LaTeX ignores the \parskip and \parindent settings.
For…

Brian M. Hunt
- 81,008
- 74
- 230
- 343
3
votes
1 answer
How to change font and color of sections in memoir?
I have a test document using memoir and I'd like to figure out how to change the font and color of sections and lower levels.
\documentclass{memoir}
\usepackage{fontspec}
\setmainfont{Times New…
user8370684
2
votes
2 answers
Latex and Memoir class, guillemot left/right
I am using memoir class with latex, and I need the two characters:
"«", and "»".
I found the following commands:
\guillemotright and \guillemotleft, but they look very ugly. Is there something wrong in what I am doing? Latex…

Donovan
- 6,002
- 5
- 41
- 55
2
votes
2 answers
How does one format a letter in the Memoir document class for LaTeX?
If you have a traditional letter with content like-so.
From Someone
50 Example Drive
Random City, ZIP
Country
Tel: 444-555-6666
July 30, 2009
To Somebody
51 Example Drive
Random City, ZIP
Country
Tel: 444-555-7777
Dear Somebody:
Get off my…

Brian M. Hunt
- 81,008
- 74
- 230
- 343
1
vote
1 answer
In a LaTeX document, how to create a footnote after \obeylines which is not affected by it?
As you can see from the MWE, I have an environment called "poesia" which I'd like to be able to use. The problem is that it implies the usage of \obeylines, and every note I create inside of it is affected by…

lazzalazza
- 21
- 2
1
vote
1 answer
pdfLaTeX + memoir class compile error
I'm in the middle of writing my thesis, and was using KOMA-Script. The document compiles just fine. I stumbled upon the memoir class yesterday, and was thinking of giving it a try, so here I am trying to compile with this class instead of…

Sebastien
- 246
- 1
- 12
1
vote
2 answers
LaTeX, ntheorem package and memoir document class: no room for new \count error
So I want to use memoir document class and the ntheorem package with the thmmarks option. When I try and compile a file like this, I get "no room for a new \count" errors. What can I do about this?
ntheorem with thmmarks option works fine in…

Seamus
- 2,041
- 6
- 22
- 42
1
vote
2 answers
Is there a quick way to get titlesec "simple mode" functionality in memoir class?
Memoir class doesn't play nice with the titlesec package. Memoir has all the functionality of titlesec, but it doesn't seem to have a nice "simple mode" analogue. So in titlesec (with the article document class) I could just use…

Seamus
- 2,041
- 6
- 22
- 42
1
vote
2 answers
latex memoir, the verse environment, and \poemtitle
I am currently using the memoir class to typeset some poems. The \poemtitle command gives me a centered poem title, but I would rather have the title flush with the edge of the poem body. I have redefined the \poemtitle command to remove the…

Mica
- 18,501
- 6
- 46
- 43
0
votes
1 answer
memoir verse environment, hanging indent and numbering
How do I disable hanging indent, document-wise, for the verse environment in memoir, so e.g.:
\begin{verse}
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim…

imdk4242
- 15
- 4
0
votes
1 answer
How to suppress page ejects when using \chapterstyle{article} in the Memoir class for LaTeX?
I just started using the article chapterstyle in Memoir.
I'm composing in LyX, with each section of the article in a child document.
When compiling from the main document, I want each section to be numbered as follows:
1. Introduction
2. Related…

Gnosos
- 47
- 6
0
votes
1 answer
Latex : Understand memoir pagestyle
I have a sample of doc in latex and would like you to explain why this is not working as expected.
This is the…

theCode
- 1,997
- 4
- 18
- 28
-1
votes
1 answer
How to allow numbering of white pages in memoir class?
I have this kind of document
\documentclass[a4paper,12pt,twoside,openright]{memoir}
however, the left blank pages due to the openright option are not numbered. For example, I am moving from page 5 to 7 since the page 6 is actually empty. How is it…

MysteryGuy
- 1,091
- 2
- 18
- 43