Tagged Questions
5
votes
3answers
59 views
Know the width of the widest section label in memoir
I'm using memoir class to write my master's thesis, and my university asks to align all section labels to the left. I say section, but I really mean all levels, as chapters, sections, subsecs and so ...
1
vote
2answers
24 views
Misplaced label mixing list environments
I am hacking the dramatist package. My aim is to get speech-prefixes to align with speeches for the verse environment, as they do for the prose environment. I've got it working except for a problem ...
2
votes
0answers
50 views
Problems in customizing Memoir page size
I have followed the suggestions proposed in:
Customizing Page Size in Memoir
to customize Memoir page size, and although the page size changes, the text block doesn't fit the page. It seems that the ...
3
votes
2answers
193 views
Section title with subtitle
I'm using the memoir class, I would like to create a more fancy section title, but I don't have the necessary skills in LaTeX. I found many fancy section titles on this forum, but I don't know how to ...
3
votes
1answer
39 views
Statement (\STATE) indentation in Algorithmic package
I have the following code,
\documentclass[]{memoir}
\usepackage[utf8x]{inputenc}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{algorithmic}
...
2
votes
2answers
125 views
How to reformat Algorithm in memoir document class?
I'm trying to typeset algorithms in the memoir class. I'm using the algorithmic package with a custom environment as this was the only way I could get the list of algorithm to display correctly in the ...
5
votes
2answers
228 views
Modify default memoir chapter style
I'm using memoir and using its default chapter style.
what I'm looking to do is to change the format from
chapter 1
chapter title
to something like this:
chapter 1: chapter title
I'm ...
3
votes
1answer
82 views
Poorly formatted newlistof with memoir
I am having trouble adding a newlistof to a memoir file. My example follows the memoir answer example very closely, but I get an ugly "List of Comments" -- spacing across the page and returns are ...
7
votes
1answer
198 views
How to best set chapter title color in the memoir class's Hansen style?
I am tinkering with the Hansen chapter style for the memoir class, as reviewed and listed in texblog. The Hansen style is unfortunately not discussed in the memoir class documentation.
I changed it ...
3
votes
2answers
139 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, ...
5
votes
1answer
190 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 ...
5
votes
1answer
210 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 ...
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
161 views
formatting section numbers with \hangsection in Memoir
I'd previously been renewing my section command in Memoir in order to style the section numbers by prefacing them with a symbol (§) and following them with a period:
\renewcommand{\thesection}{§ ...
4
votes
1answer
515 views
Modifying mini-toc content
I have adapted the pretty table of contents solution written by Gonzalo Medina with the modification to the "blue box style" that Stephan Lehmke helped me with to design a somewhat consistent ...
5
votes
1answer
369 views
Customizing table of contents in memoir
I have a table of contents in my memoir document, but I want to slightly alter the way it appears:
1) I want to decrease the spacing between chapters (now it looks double-spaced; I want something ...
3
votes
2answers
191 views
Line ending with e.g. \\ \\* or \\[10 mm]
I am looking at some LaTeX source, trying to find out what different things mean. I am also reading the memoir manual.
I have stumbled upon two backslashes being used at the end of lines, optionally ...
6
votes
1answer
520 views
Books, Parts, and Prologues
I'm trying to nicely format a fairly large novel, with the following structure:
Preamble
Prologue
Book I
Part I
Chapter 1
...
(etc.)
Epilogue
Postamble
I'm using memoir and ...
5
votes
1answer
125 views
Non-italicized text in a \newfixedcaption
This is a very specific follow-up question to this answer given to this question.
I want to insert a picture, and use overpic to label it, in between two paragraphs of text in a thm environment ...
6
votes
1answer
351 views
Remove italic from memoir headings pagestyle
I am using the memoir class for my thesis and I'd like to stop the headings from being italic in the page headers.
I am using the headings page style, I found out how to remove the uppercase heads ...
6
votes
2answers
303 views
Is it possible to customize only the section and subsection numbers or titles in memoir?
Like the question title says, is it possible to customize only the section and subsection numbers or titles in memoir? I know how to change the font for the entire block, but I would like to make the ...
2
votes
3answers
1k views
How to change heading font style in memoir?
Please take a look at the image below. How do I change the heading font style? As you can see it wraps over in two lines because the chapter title is too long. I did read memoir manual but the only ...