Text Formatting ⇒ list with no indentation on first line of item
list with no indentation on first line of item
Hello,
I would like to produce a list with the following requirements:
1) the first line of each item should have no indentation.
2) the subsequent lines of the item should all have the same (small) indentation.
Of course I would like to avoid doing this by hand and (if possible) without getting into the specifics of the special bib files.
Leo
I would like to produce a list with the following requirements:
1) the first line of each item should have no indentation.
2) the subsequent lines of the item should all have the same (small) indentation.
Of course I would like to avoid doing this by hand and (if possible) without getting into the specifics of the special bib files.
Leo
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
Re: list with no indentation on first line of item
Hi Leo,
did you already try it? If yes, perhaps post your try as a sample which we can compile and modify. So we could come up with a concrete way instead of talking about modifying indentation in a theoretical way.
Stefan
did you already try it? If yes, perhaps post your try as a sample which we can compile and modify. So we could come up with a concrete way instead of talking about modifying indentation in a theoretical way.
Stefan
LaTeX.org admin
list with no indentation on first line of item
Unfortunately I have no idea how to do it concretely. Maybe there is a bibliography package that does it. I can produce an (artificial) example like this:
Code: Select all
\documentclass[11pt,b5paper]{book}
\begin{document}
\noindent {\textbf{Bob and Alice Cryptos}}, {\it{An alien way of crypting the universe}}, Journal \hspace*{0.2cm} of Imaginative Theoretical Science {\bf{12}}, Special issue, University Press of \hspace*{0.2cm} Nancago, 2054, xii-xvi.
\noindent {\textbf{Bob and Alice Cryptos}}, {\it{Another alien way of crypting the universe}}, \hspace*{0.2cm} Journal of Imaginative Theoretical Science {\bf{14}}, Special issue, University \hspace*{0.2cm} Press of Nancago, 2055, i-ix.
\end{document}
- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
Re: list with no indentation on first line of item
Hi Leo,
now I understand that it's not just a list, but you would like to create a bibliography or list of references. I notice the additional mentioning of bib files in the first post now.
Do you use BibTeX? Do you use natbib, or biblatex? Any bibliography style, or are you doing all manually?
Stefan
now I understand that it's not just a list, but you would like to create a bibliography or list of references. I notice the additional mentioning of bib files in the first post now.
Do you use BibTeX? Do you use natbib, or biblatex? Any bibliography style, or are you doing all manually?
Stefan
LaTeX.org admin
Re: list with no indentation on first line of item
Yes I need to produce a list of works, which are loosely connected to the main text. So there are no actual "references" in the text to the works in the list. So in a sense, it is simpler case of bibliography.
Right now, my list is a real manual list, that is, I haven't made a .bbl file. (I do use biblatex for my articles, but this is a work of a different kind.)
[On the other hand, it is a bit more complicated than a regular bibliography because the list contains works or references that are difficult to present in a standardized format.]
I am ready to go through the bibtex format and the entry types but only if I really need to.
I hope I answered your question.
Right now, my list is a real manual list, that is, I haven't made a .bbl file. (I do use biblatex for my articles, but this is a work of a different kind.)
[On the other hand, it is a bit more complicated than a regular bibliography because the list contains works or references that are difficult to present in a standardized format.]
I am ready to go through the bibtex format and the entry types but only if I really need to.
I hope I answered your question.
list with no indentation on first line of item
After more searching, I found an answer. I'll post the link here, it may be useful to other users:
http://stackoverflow.com/questions/3254 ... econd-line
http://stackoverflow.com/questions/3254 ... econd-line
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
list with no indentation on first line of item
To sum it up, the link suggests to use package hanging to achieve paragraphs with hanging indentation.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
Re: list with no indentation on first line of item
Great, thanks for posting the solution!
Stefan
Stefan
LaTeX.org admin