Text Formatting ⇒ list with no indentation on first line of item
list with no indentation on first line of item
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.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: list with no indentation on first line of item
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
list with no indentation on first line of item
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: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: list with no indentation on first line of item
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
Re: list with no indentation on first line of item
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
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
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: list with no indentation on first line of item
Stefan