关于公布生产经营者违法行为的公告(2016年第6期)
百度 新华社发3月7日,在苏丹达尔富尔地区法希尔,中国首支维和直升机分队飞行员驾机运送卢旺达维和步兵营。
{memoir} is a document class designed especially for book-length documents. It incorporates the functions of many independent packages into one class.
2,266 questions
0
votes
0
answers
54
views
Memoir two-sided keep margin on the right and extend header over the margin
I am writing a book using the Memoir class. I want to make headers that look like the pictures below.
Notice:
I need to switch to two-sided to get the headers I want (I think), but I want the margin ...
0
votes
1
answer
34
views
Margin notes direction in memoir class with xepersian package
I am writing a book using the memoir class and the xepersian package. The memoir class automatically creates a space around the page for writing margin notes. I want this space to be on the right side ...
4
votes
1
answer
125
views
\enlargethispage and memoir
I noticed that my memoir class documents containing \enlargethispage began to roduce an error. Few months ago it was not the case. Minimal example
\documentclass{memoir}
\begin{document}
test
\...
2
votes
1
answer
22
views
Right-aligned label in bibliography with the `thebibliography` environment in the `memoir` document class
The memoir manual explains that the style of labels of the bibliographic entries can be set via \setbiblabel (section 17.1, p. 309 for the manual version v3.8.3b).
I tried this for right-aligned ...
4
votes
1
answer
117
views
Why don't the memoir octavo sizes match actual octavo sizes?
Why are the memoir sizes all a little smaller? For example crown octavo is 8x5.4in, but memoir has crownvopaper as 7.5x5in.
Memoir Documentation:
Wikipedia Book Size Page:
PaperSizes.io
2
votes
1
answer
60
views
Index marks in margin are too long
With the command \showindexmarks the memoir class permits to show index marks in the margin of the document. With long index names, overlap of the mark with the document text occurs. Here is a MWE. ...
0
votes
1
answer
26
views
Centered chapter titles in memoir table of contents
I'm using memoir and in the table of contents, I want the chapter title and page number to both appear centered, on separate lines. The following is the closest I've gotten:
\documentclass{memoir}
\...
1
vote
2
answers
49
views
\Part output modifications (memoir document class)
Regarding the use of the \part command, I would like to accomplish the following:
Center the part title horizontally on the page where the title is printed.
Print the \part title only, without the ...
1
vote
0
answers
42
views
Hyperlink to Current Chapter in Header (Memoir)
I'm wiriting a Songbook using the Memoir Class, and since it's getting very long I'd like some hyperlinks in foot / header to navigate it more smoothly.
Using a lot of other entries in different ...
1
vote
1
answer
43
views
Changing Counter style and Section style in memoir class
While creating a document in memoir class, using section level from chapter to sub-subsection, I want to achieve two effects:
I want my section should start as 1.1 instead of 1., in which 1 before ...
0
votes
1
answer
65
views
Memoir class thesis stopped indenting paragraphs
I have two .tex documents I'm editing on Overleaf, the main body of my thesis and one .tex file for scratch work/initial write-up. The scratch work file shows paragraph indents as normal, but the main ...
0
votes
0
answers
43
views
How to fix the \hfill command in the memoir document class?
I was surprised to observe that the \hfill command apparently does not work (at least not inside a \begin{matrix}...\end{matrix} construction) when using the memoir latex document class. Why is this, ...
2
votes
1
answer
46
views
Inconsistent beforechapskip across chapters
For some reason I can't have my chapters to start at the same position. Some get bumped a bit. I actually don′t want the "chapter X", I intend to use
\renewcommand*{\printchaptername}{}
\...
3
votes
1
answer
91
views
No counter subfigure defined in memoir
I am trying to get the following code to compile based on an example given in the memoir manual regarding sub figures (pg. 180).
When I try to compile this I get the following error: No counter '...
1
vote
1
answer
57
views
memoir: Chapter TOCs (Part 2)
This issue is related to memoir: Chapter TOCs (Part 1)
Following the instructions in the memoir manual (p.416-417) I implemented partial table of contents (Chapter TOCs).
This implementation suffers ...