Questions tagged [indentation]
{indentation} is about the first-line indentation of normal {paragraphs} as well as about the indentation of, e.g., {lists}, {quoting} environments, {captions}, and the various elements (sectioning numbers, titles, ...) in a {table-of-contents}.
2,076 questions
3 votes
2 answers
41 views
First paragraph not indented in paracol environment
I am making a bilingual document using paracol. I don't know why the first paragraph is not indented, as other are. I would like that it be indented. Here is my code: \documentclass[14pt,a4paper]{...
0 votes
1 answer
35 views
HowTo get standard paragraph indentation inside enumerate environment?
In the original document enumerated paragraphs are indented on their labels an continue flush-left on the page. TeX indents everything by default. How can I modify the provided code to produce the ...
4 votes
2 answers
99 views
Longtable+Threeparttable tablenotes are slightly indented in first line
I have a threeparttable with tablenotes. I want the tablenotes to align with the table, for which i found the method of adding [flushleft] after \begin{TableNotes}. However, the first line is still ...
0 votes
0 answers
49 views
Paragraph indention using SIAM macro template
I'm using the SIAM proceedings macro and for some odd reason not matter what I do the first paragraph is always indented even at the beginning of a section or subsection: The kind of behavior I'm ...
4 votes
1 answer
84 views
xcookybooky problem with indentation in '\preparation'
I am writing down my recipes in a document using the xcookybooky package. I encountered a problem using the environment \begin{enumerate} in the command \preparation: as you can see by the attach ...
1 vote
1 answer
38 views
Using `footmisc` with `amsaddr` causes second address to be indented
I am using \documentclass{amsart} with \usepackage[foot]{amsaddr} to display the author addresses as footnotes on the first page of the paper. I am also using \usepackage[splitrule]{footmisc} for ...
2 votes
0 answers
110 views
What is glue and why is it important?
Searching for an indentation problem, I found this question How to add indentation and this answer https://tex.stackexchange.com/a/392800/77017. In the comments @cfr identified this as a "not so ...
4 votes
2 answers
580 views
Best LaTeX environment to recreate this example
I'm working on a document in which I need to be able to indent freely (and most importantly conveniently) verses/lines of text. Below you have a screenshot of what I need to be able to do (it was ...
1 vote
1 answer
83 views
enumitem: indent only first line in nested enumerate
I have a tex file (taken from this answer): \documentclass{article} \usepackage{amssymb,mathtools,enumitem} \setlist[enumerate]{wide=\parindent} \begin{document} In mathematics, the Fréchet ...
4 votes
1 answer
157 views
How to define a macro which ends \par\noindent and eats any following space?
I want a macro to be followed by a paragraph without indentation, even if the source includes a space before the next non-space character. This is fine if the macro takes no argument, but I do not ...
1 vote
2 answers
171 views
adding \hspace makes \vspace doesn't work
My original code was something like this: \documentclass{article} \usepackage{amsmath} \begin{document} \noindent Find the number of solutions that satisfy the following system of\\ ...
4 votes
1 answer
136 views
Indentation in keytheorems package keys
Consider the MWE: \documentclass[letterpaper]{article} \usepackage[margin=2cm]{geometry} %--------------------------------------------------------------------------------- \usepackage[T1]{fontenc} \...
2 votes
3 answers
114 views
Question about indentation of text and (numbered) equation
how is it possible to indent text and two numbered equations that are aligned at the equal sign as shown below? First idea was a hidden table but that feels kinda clunky. How would one achieve ...
2 votes
3 answers
193 views
Indentation of equation inside a list
I have a list, in which I one of the items to be some text followed by an equation contained by an align* environment. The equation is long, so I want it to span the entire page, and not be indented ...
1 vote
0 answers
46 views
Getting escape characters to protrude in the index with dox
After successful tests getting protruding (outdented) escape characters to work, see Index entries with outdented escape characters (thank you, contributors). The technique I chose was to define a ...