Text Formatting ⇒ Why are hanging indents appearing?
-
- Posts: 16
- Joined: Sat Dec 06, 2008 7:55 pm
Why are hanging indents appearing?
I'm formatting a book of poetry. Most pages use /begin{verse} text /end{verse}. I have a section of the book which is prose for which the verse package is not called. Each of the paragraphs in that section appear with hanging indents. What's causing this and what can I do about it?
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Why are hanging indents appearing?
This is just a default setting to optically separate two paragraphs. You can switch of this indent globally by modifying the according length for paragraph indentation.Dr. Doerke wrote:[...] What's causing this and what can I do about it?
Code: Select all
\setlength{\parindent}{0em}
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 16
- Joined: Sat Dec 06, 2008 7:55 pm
Re: Why are hanging indents appearing?
My document class is book. The \noindent solves one problem and creates another. With \noindent the paragraphs are properly blocked (ie left and right justified), but the entire paragraphs are indented as though my margins have been reset leaving my text looking like a narrow column. I should note that the subsection heading is also indented unlike the earlier sections and subsections. Looking for more help...
-
- Posts: 16
- Joined: Sat Dec 06, 2008 7:55 pm
Re: Why are hanging indents appearing?
Found the source of the trouble. Sorry. A missing \end{verse} many pages and sections earlier created the problem.