Tagged Questions
4
votes
1answer
164 views
Annoying paragraph spacing issue with memoir
I have a spacing issue while using the memoir class. The main problem is that after the first paragraph there is a line skip and an indentation and afterwards, all the paragraphs are indented properly ...
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}
...
9
votes
1answer
149 views
Layout for longer chapter title in Memoir class
I am using \chapterstyle{section} with \Huge\sffamily font. This means that some longer chapter titles spread over two lines. I get (a larger version of!)
2 A long title splitting as illustrated ...
8
votes
1answer
130 views
How to remove the indentation in list of listing
The list (from \lstlistoflistings) is indented compared to list of tables (\listoftables). How can I remove the extra indentations?
\documentclass{memoir}
\usepackage{listings}
\begin{document}
...
4
votes
1answer
110 views
Modify \listofschemes output to match memoir class
I am using the memoir class with the chemstyle package. I just observed that the output from my \listofschemes command has a different indentation and format than my \listoffigures output.
I tried ...
1
vote
1answer
234 views
How to remove labels but preserve hanging indenting in the memoir class
I am writing my humanities PhD in the memoir class. I need to have hanging indents for the bibliography, but no numbers or bullets. I have added
\makeatletter
\renewcommand\@biblabel[1]{}
...
9
votes
1answer
113 views
Indent or not based on section depth
I would like to know how to set it up so that a \subsubsection{} will indent the first paragraph but all other sectioning command of a higher level (\chapter{}, \section{}, and \subsection{}) will NOT ...
2
votes
1answer
145 views
Indent pagenotes with multiple lines in memoir
I'm writing a non fiction book using the memoir package.
I've been playing around quite a lot, and I must say I'm very satisfied with Peter Wilson's guide.
Pagenotes are great because they allow me ...
2
votes
1answer
424 views
Environment for text to run into margins
After posting this closed question, I found a good solution for memoir on this page.
However, my margins settings are different then the ones he uses, and as a result, the widematter environment only ...
4
votes
1answer
387 views
Indent first paragraph inside memoir's adjustwidth
In machine-generated LaTeX that produces endnotes in memoir, I put (generate) each paragraph inside an adjustwidth environment to get the paragraph indented 26pts to line up with something else. Works ...
3
votes
3answers
701 views
Occasional gap between paragraphs, no indent on first para
In LaTeX I'm using memoir class. I want to break long passages into logical units with some white inter-paragraph space. \medskip etc. indents the first subsequent paragraph - I want it unindented, as ...
2
votes
1answer
646 views
Changing textwidth with adjustwidth* in memoir
I'm using memoir with non-equal left and right margins and encounter a problem when I use the adjustwidth* environment to get three equally spaced columns with equal margins in the index. According to ...
5
votes
3answers
296 views
Word overlap in TOC with memoir class and part subdivision
I am using the memoir class to generate a book manuscript. The table of contents entry for Part VIII overlaps with the part title which is Examinations. The result is shown below:
Is there a way to ...
2
votes
2answers
1k views
How do I reduce the indentation of items in an enumeration?
I am trying to condense a two-level enumeration of some kind of requirements in a figure, with the text referencing the items of the enumeration. I am using a table to separate the two columns (tried ...
10
votes
2answers
250 views
Fix indent for section title
I like to recreate the layout of an official template, in order to get rid of Word. Because the template is from the government, I must recreate it 1:1.
In the end, the document should look like ...
3
votes
2answers
268 views
How to make hanging lists using memoir?
I found the \hangsecnum command for having section numbers hanging out into the left margin. Now I want to do the same thing for all lists also, that is for the enumerate and itemize environments at ...
4
votes
1answer
496 views
First paragraph of section becomes indented after setting \setbeforesecskip (memoir class)
I am trying to adapt my thesis draft to the format specifications of my university, which mandates among other things the number of line skips before and after section and subsection titles. I am ...