Tagged Questions
3
votes
1answer
51 views
Changing style of unnumbered chapters in memoir
The MWE below illustrates that while I can center numbered chapter headings, I cannot do so for unnumbered chapter headings:
\documentclass{memoir}
\renewcommand*{\printchaptername}{\centering}
...
1
vote
1answer
78 views
How to fix a table that is too wide for margins?
I have created a table that is too wide for the margins. What I tried to do was implement \hspace*{-50pt} before \begin{tabular} and \hspace{-50pt} after \end{tabluar}. Which gets rid of the overfull ...
6
votes
1answer
114 views
Centered Footnotes
I would like my footnotes to be centered but couldn't find any literature on this. Here is a MWE.
\documentclass[lettersize,14pt,twoside,openright]{memoir}
\usepackage[symbol,perpage]{footmisc}
...
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 ...
2
votes
2answers
284 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 ...
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 ...
6
votes
1answer
240 views
Right align chapter number to the chapter name when using memoir with veelo style
I am using the memoir document class and the veelo chapter style.
I'm having trouble aligning the chapter number to the right so it has the same right margin as the section name.
Because of the page ...
3
votes
1answer
163 views
TOC Page Numbers, A-pagenum left aligned, S-pagenum centered
I have customized some page numberings. My adviser wanted appendix pages labeled as A-pagenum. So that was accomplished with \renewcommand{\thepage}{A-\arabic{page}} while my supporting info labeled ...
3
votes
2answers
205 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 ...
0
votes
0answers
181 views
memoir marginfigure: \includegraphics adds extra space on the left [closed]
When using \includegraphics inside a margin figure with memoir, the graphic is always shifted to the right by a few points. This causes overfull hboxes. Why is that so and how can I fix that?
Here is ...
6
votes
1answer
286 views
TOC alignment in memoir
I'm trying to get chapters and sections to line up in a memoir ToC as:
Chapter one Chapter title
Section title
Another section
A third ...
3
votes
1answer
422 views
“Negative offset” chapter title
I need my chapter titles to be offset 2cm to the left of everything else (or my section headings and paragraphs to be offset right, depending on what you call the reference point).
I got the chapter ...
6
votes
1answer
335 views
How to set Table of Contents page numbers ragged right?
First post and certainly a tyro at LaTeX. Thanks to all those who have made this site such a helpful resource.
I'm using the memoir class to typeset a novel, and would like to have the Table of ...
3
votes
1answer
474 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}
...
1
vote
1answer
282 views
Justify text in memoir class margintable environment
In page 181 of texdoc memoir,
The marginfigure and margintable environments can of course be adjusted using \setfloatadjustment, default
\setfloatadjustment{marginfigure}{\centering}
...
6
votes
2answers
417 views
Centering part entries in toc using memoir
I'm using memoir for a large document and want to center the toc entries corresponding to parts (page entries are turned off). I read the manual (specifically pp. 161-166) and while I have no problem ...
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}
...
2
votes
1answer
341 views
Empty caption of subfigure in memoir slightly misaligned
Consider the following minimal example meant to illustrate a single figure with a subfigure using the memoir documentclass:
\documentclass{memoir}
\newsubfloat{figure}% Allow for subfloats ...
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 ...