Dear all,
a friend of mine needs help to write her PhD thesis with LaTeX and unfortunately I couldn't help her. She is building a two columns glossary terms list using the nomencl package. It seems that everything works fine for her except that when the explanation is longer than one line, the following ones have an indentation that she would like to remove. Is that possible? Which option should she specify, or which command has to be renewed? (and how?)
Thanks a lot in advance to everybody!
Text Formatting ⇒ nomencl | Remove Indentation in multi-line Entries
-
- Posts: 5
- Joined: Mon Oct 31, 2011 9:17 pm
nomencl | Remove Indentation in multi-line Entries
Last edited by Stefan Kottwitz on Mon Oct 31, 2011 9:35 pm, edited 1 time in total.
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
nomencl | Remove Indentation in multi-line Entries
It would be very kind if you mention when doing a crossposting [1]*. This is only fair because it prevents others from double efforts and waste of time.
* According to the rules you are obliged to do so.
[1] {TeX} SX – Nomencl: how to remove indentation in two columns multiline entries
Thorsten
* According to the rules you are obliged to do so.
[1] {TeX} SX – Nomencl: how to remove indentation in two columns multiline entries
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
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: nomencl | Remove Indentation in multi-line Entries
The indentation is not done by default. So you should show us a code example, which does it, from your friend, so we could tell you which part of that code causes that undesired indentation.
Stefan
Stefan
LaTeX.org admin
-
- Posts: 5
- Joined: Mon Oct 31, 2011 9:17 pm
nomencl | Remove Indentation in multi-line Entries
Sorry localghost.. I posted on stackexchange as well but I didn't know it was forbidden (I confused crossposting with multiposting apparently,It would be very kind if you mention when doing a crossposting [1]*.
so I didn't think to be making something wrong...)
Thanks Stefan, I'll try ask her the code and if I can get it I'll post it here to have some advice!
Cheers!
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
nomencl | Remove Indentation in multi-line Entries
It is not forbidden. It just has to be mentioned and a direct link has to be added (see rules).eroeurbano wrote:[…] I posted on stackexchange as well but I didn't know it was forbidden (I confused crossposting with multiposting apparently, so I didn't think to be making something wrong...) […]
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: 2
- Joined: Sun Oct 30, 2011 6:54 pm
nomencl | Remove Indentation in multi-line Entries
You can simply include the command:
anywhere on the lines that you don't want indented
Code: Select all
\noindent
anywhere on the lines that you don't want indented