{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}.
1
vote
1answer
25 views
How can I indent the second line of a linguistic gloss with gb4e.sty?
In accordance with the documentation, I've been happily plodding along making interlinear glosses. So far so good! But things get ugly when I make a longer gloss.
Looking at example (5) on page (6) ...
3
votes
2answers
59 views
How to align continued/spilled line to part of the sentence
Is there any way to align the spilled over line to a particular part within the sentence
I want to align the second line under MS Office....
\textbf{Software} --- MS Office Powerpoint, Software 1, ...
1
vote
1answer
22 views
Indentation and page colors with standalone
Question
I want to create a page whose size is cropped to the size of the content on the page. I also want to be able to have indented paragraphs and to set the color of text and background. Is there ...
0
votes
0answers
24 views
List of figures indentation [duplicate]
I am writing my thesis and I am experiencing a problem with the space between numbering and the image name. You can see the problem in the picture I include in this question. It starts from 3.10.
How ...
7
votes
2answers
76 views
How to replace fixed indentation of ToC entry names with fixed space between number and name?
How to make indents as in the second image?
This is what it looks like now:
This is what it should look like:
MWE:
\documentclass[a4paper, 14pt, english]{extreport}
\usepackage[T2A]{fontenc} ...
2
votes
1answer
51 views
Getting back the paragraph in cleanThesis?
I want to use http://cleanthesis.der-ric.de/ for my PhD diss because I dont get into classicThesis. But unfortunately if I press return in my latex code this does not produce an paragraph as usual but ...
3
votes
1answer
38 views
Testing and modifying white space around an environment
I'm trying to create something similar to marginpar but without the hassle of floats (particularly because I'm going to have a lot of these).
First issue These notes always appear at the beginning of ...
3
votes
1answer
53 views
Beamer - mystery indent
I've got the following frame:
\begin{frame}
\frametitle{TP-Basis}
Ausgangspunkt:
\begin{align*}
s(x) = \begin{cases} a+bx & x \leq k \\ c+dx & x > k \end{cases}
\end{align*}
...
4
votes
1answer
25 views
How to set lengths only for a specific environment (parindent for paracol in this case)?
Is it possible to set a length specifically for an environment? I know it is possible to change lengths for parts of the document only, by placing the \setlength command between {}, but when using an ...
2
votes
2answers
73 views
How can I eliminate section headers, while keeping the first paragraph of each section unindented?
I would like to have the sections of my document to just be separated by a vertical space, with no visible section header. Furthermore, I would like the first paragraph of each section start without ...
3
votes
2answers
59 views
No indentation after \paragraph command not working
I'm trying to create a new command called \domanda{}, that makes use of the \paragraph{} to create a series of questions with Q: in-built, together with their answers on a new line, WITHOUT ...
2
votes
1answer
32 views
LyX: Removing indentation from a table
I want to make a table that has terms on the left side with .25\textwidth and descriptions on the right side with .75\textwidth Like
Name: asdjoia
Position: ...
5
votes
0answers
41 views
Avoid stanza indentation in eledpar
I'm typesetting epic verse in parallel text format, i.e. with the original langugage on one page and the translation on the facing page. Having played around with a number of parallel packages, it ...
4
votes
1answer
48 views
Indent ONLY the first paragraph of a section/subsection/subsubsecion
I need to indent only the first paragraph of each section/subsection/subsubsection. Is it possible in a more clever way than using the indentfirst package and \noindent on each non-first paragraph?
6
votes
1answer
75 views
Endnotes numbered by regular arabic numbers (instead of superscripts) and without indentation
The Latex document below (from my earlier question Chapter name appearing in the endnotes) produces endnotes which are numbered by arabic numbers in the superscript, and there is indentation for each ...
2
votes
2answers
33 views
Setting text indentation inside itemize
Inside my LaTeX file I code something like this:
\begin{itemize}
\item Item NO 1
\\paragraph no1 paragraph no1 paragraph no1 paragraph no1 paragraph no1
paragraph no1 paragraph no1 paragraph no1 ...
5
votes
1answer
74 views
LyX: Paragraphs ignored in PDF output
I have a document with article class. Here's the minimal example:
#LyX 2.0 created this file. For more info see http://www.lyx.org/
\lyxformat 413
\begin_document
\begin_header
\textclass article
...
7
votes
2answers
54 views
Indentation in the algorithm package after \Ensure, \Require
I have this piece of code:
\documentclass[11pt]{article}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{varwidth}
\begin{document}
\begin{algorithmic}
\Require ...
6
votes
1answer
72 views
Indentation of shorthands list
A subdivision of my of my references is a shorthands list. In order to get it to look like the other subdivision, a regular authoryear-ibid bibliography, I've added this to the preamble:
...
0
votes
2answers
35 views
First indent is shorter than it should be
I am using \paragraph{} at the beginning of chapter. All my paragraphs are intended automatically but first indent is always little bit shorter than others (I mean that white space).
Does anyone ...
2
votes
0answers
57 views
Reliable code for automatic \noindent after specific environments?
There are a number of environments which I never want to follow up with an indented paragraph. itemize, enumerate, theorem, definition, etc. I know there are people who think this is bad style. But ...
3
votes
1answer
47 views
Inhibit indentation in paragraph after using the “quoting” package
A little while ago I asked this questions concerning how to quote in the style of "quotation" but without the first paragraph being indented. The answer I got was to use the quoting package instead of ...
5
votes
1answer
45 views
Change font size and indentation in reference section
I am writing a paper for a conference. They provided the a LaTeX style file however the compiled reference section is different from their own requirement. They require font size 8, no indentation, ...
3
votes
1answer
43 views
How to add more indentation for section in table of contents
I would like to move sections in my TOC more to the right =) The picture will explain all:
Here is my code so far (This code will give me the upper part in the picture):
...
4
votes
1answer
95 views
Fool-proof paragraph skipping
I'm using XeLaTeX, and I need to have paragraphs that are only separated by vertical space, and with no indentation. However, no matter what I try, I always get indented paragraphs. This is my ...
7
votes
1answer
79 views
How to add horizontal whitespace in my text?
I have the following problem:
Is there an easy and quick way to change the upper part to the lower? I tried using \hspace, but it had no effect. I'm new to TeX so bear with me ;D
0
votes
1answer
45 views
Apply ToC part indenting to chapter
I have a problem with my ToC chapter titles similar to one posted a long while back about part titles. I'm looking for guidance on how to apply these changes to chapter titles. I'm working with the ...
1
vote
0answers
34 views
TOC formatting edited chapters indentation issue [closed]
I am using a style file for an edited book that I didn't create and can't figure out a TOC command. Here's the problem: The list of authors in the TOC spans two lines, but the second line is not ...
5
votes
2answers
72 views
New enumeration
\begin{enumerate}
\item
\item
\item
\item
\end{enumerate}
How to define new numeration: I would like to have bigger spaces between every two points and equal indents for all points.
...
42
votes
6answers
1k views
Starting a line where the previous line finishes
I have been using LaTeX for standard things like letters and scientific reports.
I recently came to visit my grandmother who writes some poetry and told her I could make a nice pdf from her ...
2
votes
1answer
57 views
Inhibit indentation of first paragraph of quotation
I'm using LyX. Would it be possible to format something as "quotation" in a way in which the first paragraph doesn't get indented but the subsequent paragraphs does, like the way in which text ...
3
votes
1answer
45 views
Implementing indent in algorithm environment
I am using the algorithm environment in the algorithm2e package. What I want is to able to indent various portions. I tried \indent but that is doing me no good. Here is the MWE:
...
5
votes
3answers
64 views
Aligning equation numbers within enumitem
Take a look at the following minimal working example:
\documentclass[a4paper, 11pt, leqno]{article}
\usepackage{amsmath, enumitem}
\title{}
\author{Who knows?}
\date{}
\begin{document}
\maketitle
...
4
votes
2answers
92 views
How can I get legal style indentation on section, subsection, subsubsec.. using titlesec?
So far, I've been trying code from various examples, and landed with:
\usepackage(titlesec)
\titleformat{\section}[block]{\bfseries}{\thesection.}{1em}{}
...
7
votes
4answers
124 views
No indent in modified \maketitle in article
I am looking to have the title left justified along with the name of the author and teacher and the date. I have managed to get it left justified but the name is being indented, this is not what I ...
5
votes
1answer
58 views
Set indentation of choice in exam documentclass
I want to create an multiple choices question with this indenting format
1. ########
A. ###
B. ###
C. ###
2. ########
########
A. ###
B. ###
C. ###
The choices have same ...
4
votes
1answer
79 views
BibLaTeX: Wrong indentation when changing font size?
BibLaTeX seems to calculate wrong indentation when I change the fontsize. The lines following the first one are a little to the left than the first line (see the red line).
MWE:
...
0
votes
1answer
69 views
Issues aligning equations
I thought I was doing everything correctly, but clearly not. I want my equations (all whether I use \begin{flalign} or \begin{equation}) to be aligned each other (have the same indent), and then when ...
5
votes
1answer
94 views
Indented box that split in multiple pages
I am doing a document with exercises and corrections.
I would like the corrections to be easily remarkable so that no student read it by accident and get its exercise spoiled.
I have written an ...
0
votes
1answer
60 views
double indentation of `\subsubsection` in toc [closed]
I have the toc showing up to \subsubsection, by
\setcounter{tocdepth}{3}
\tableofcontents
The problem is that the \subsection and \subsubsection are listed at the same distance from the left ...
2
votes
1answer
87 views
Appendix package ToC control
I want to change the alignment of the appendices. I'm using
\documentclass[12pt]{report}
...
\usepackage{titletoc}
\usepackage[toc,titletoc]{appendix}
\usepackage{tocloft}
...
1
vote
1answer
45 views
lst include has first line indented [duplicate]
When I'm including a source file, by way of \lstinputlistings{file/path/to/file}
However, This results in the following below:
Why is the first line not being formatted correctly? And how do i fix ...
3
votes
1answer
64 views
Indenting equations
I'm using amsmath[fleqn] but I'd like to also indent equations outside equation/align/gather environments. A natural choice would be to indent using the same length amsmath uses, but I don't know how ...
1
vote
1answer
85 views
Global typewriter tab stops every 1/2 inch
What is the best method, please, for setting up the equivalent of global (document-wide) typewriter tab stops every 1/2 inch?
I'm reluctant to set up a tabular definition \begin{tabbing} at the ...
5
votes
3answers
105 views
\phantom inside tabularx
I tried to improve the alignment in the following table using a \hphantom:
\documentclass{article}
\usepackage{tabularx}
\begin{document}
\begin{tabularx}{\linewidth}{p{2.8cm} X}
1/00\,--\,2/00 ...
6
votes
2answers
122 views
Indent Theorem like \hangindent, but for multiple paragraphs
I would like to create a theorem style which indents the theorem exactly like a \hangindent would do, expect that the indention should continue for all paragraphs of the theorem.
For example:
...
2
votes
1answer
32 views
How to Change tabsize in tabbing-enviroment?
I did a lot of Google searches, but I did not found any ideas how to change the tabsize (~~ the indent) for a tab in the tabbing-environment.
I think the indent is set to around 4 characters. But how ...
2
votes
1answer
74 views
Correct indented sections in Beamer's TOC
Following Indent subsections in Beamer's TOC and The LaTeX Beamer Class / Bugtracker / indentation in table of contents - ID: 2882539 I want to correct the behavior that if a section-title exceeds the ...
1
vote
1answer
68 views
Indentation after section title on a first item of “easylist” item
The code:
% XeLaTeX
\documentclass[12pt]{article}
\usepackage{geometry}
\geometry{letterpaper}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage[50, sharp]{easylist}
\usepackage{titlesec}
...
8
votes
2answers
103 views
How remove indention in theorem environment?
How is it possible to remove the indention at the beginning of the theorem text?
\documentclass{article}
\usepackage{amsthm}
\usepackage{thmtools}
\declaretheorem[thmbox=L]{boxtheorem L}
...




