三明工行信用卡用户逾期3天还款遭遇“意外罚款”
百度 科学技术部对外保留国家外国专家局牌子。
{memoir} is a document class designed especially for book-length documents. It incorporates the functions of many independent packages into one class.
519 questions
24
votes
1
answer
3k
views
About memoir and titlesec incompatibility
In page 2 of the titlesec documentation, Javier Bezos writes
titlesec works with the standard classes and with many others,
including the AMS ones, and it runs smoothly with hyperref.
...
159
votes
5
answers
31k
views
What are the strengths and weaknesses of KOMA-Script and memoir?
To make a professional book layout, many people suggest to use either KOMA-Script or memoir. Let me know the strengths and weaknesses of each please.
54
votes
4
answers
61k
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 ...
13
votes
1
answer
4k
views
When using a book class (memoir), text shifts from left to right on each page
I'm very new to latex, and I've noticed that using a book class causes the text on one page to be on the right and then left on the next and so on. I'd like for it to all to be on the left or centered....
55
votes
5
answers
46k
views
How to remove the self-reference of the ToC from the ToC?
I'm having a very weird problem. The following example should illustrate it quite right.
\documentclass[a4paper,12pt]{memoir}
\begin{document}
\frontmatter
\tableofcontents
\clearpage
\...
65
votes
4
answers
81k
views
Painless Memoir Class Book Template
I would like to find a memoir class book template that has the basic features of a book already configured (with dummy type, dummy figures, etc.) that compiles properly, so I can just start writing ...
51
votes
3
answers
11k
views
Nicely force 66 characters per line
I would like to have "something" (a package, a trick, a macro, ...?) that makes it possible for me to nicely play with the margins (or the layout) in order to set the average or typical number of ...
27
votes
2
answers
9k
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 ...
16
votes
2
answers
10k
views
Minitoc and memoir
I read this question about minitoc but I can't make it work with memoir. Is there an known incompatibility between these two ?
Is it somehow possible to make it work ?
72
votes
3
answers
30k
views
Turn on subsection numbering in memoir
It seems that the memoir class automatically avoids numbering subsection headings. Chapter and section titles are numbered, but subsection headings contain only the subsection name, and are not ...
24
votes
2
answers
12k
views
How to make a new command similar to \author
I'm preparing a new template for our students' projects based on memoir. All this projects are supervised (directed) by one or more professors so I would like to declare a command like \author but ...
10
votes
2
answers
1k
views
How do I get multiple ToC entries in the same line?
I need that, in the ToC, all the \paragraph references appear in the same line, like.
1 First Chapter................................................1
1.1 First Section...................................
40
votes
3
answers
9k
views
How can I force ToC not to end with a chapter?
So I am writing a programming book and I decided to include \sections in the ToC as well (see picture below). The problem I am having is that I have ugliness where \chapter is the last item on the ...
10
votes
1
answer
3k
views
Theorem decorations that stay with theorem environment
I am typesetting a document using the memoir documentclass. Currently, my theorems have the following definition (using macros provided by the ntheorem package):
% THEOREMS
\theoremheaderfont{\...
4
votes
1
answer
3k
views
How to remove double "Contents" heading generated by memoir? [duplicate]
Possible Duplicate:
How to remove the self-reference of the ToC from the ToC?
I am using memoir with the article setting. For some reason my table of contents has a double "Contents" heading:
Why ...