Tagged Questions
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
120 views
Omit hanging indent in bibtex
I use \bibliographystyle{alpha} with bibtex (not biblatex). The document class is scrreprt. The output looks like
[Abc07] Example Abc. The title and all other stuff.
dddd. 2007.
[Bcd08] Ex ...
4
votes
2answers
72 views
Multibib & indentation
I use multibib to apply more than one bibliography in my document. The problem is when using more than 9 entrys, there occurs an indentation.
\documentclass{article}
...
4
votes
1answer
101 views
Latex leaves blank space in references
I am using the official IEEE template for writing a paper in latex. The references are not stored in a separate file, but are appended at the end of the main .tex file in the \begin{thebibliography} ...
7
votes
1answer
126 views
Manual bibliography
I need to create a manual bibliography, in order to follow very precise layout guidelines.
Here's what I'm doing:
\begin{thebibliography}{111}
\raggedright
\bibitem{} Anscombe, E. 1981/1971. ...
1
vote
1answer
99 views
How to redefine the second line indent for the author-citation references?
I am using elsarticle-harv.bst for author-citation references. However, the indent value for second line is a bit small, see e.g.:
\documentclass[12 pt,a4paper,twoside] {article}
\usepackage{natbib} ...
5
votes
1answer
450 views
Remove bibliography title indentation in ClassicThesis with multibib
I use the multibib package to manage multiple bibliographies within a document adopting the classicthesis style. I would like to remove the indentation that is automatically placed before each ...
1
vote
1answer
325 views
Can I use hanging indentations for my bibliography references with bibtex?
I have used hangparas from the hanging package, tried setting bibhang, setting parskip and leftindent to no avail. I have an author-year citation format and plainnat.bst and savetrees package if this ...
1
vote
1answer
234 views
How to remove labels but preserve hanging indenting in the memoir class
I am writing my humanities PhD in the memoir class. I need to have hanging indents for the bibliography, but no numbers or bullets. I have added
\makeatletter
\renewcommand\@biblabel[1]{}
...
1
vote
1answer
255 views
bibliography - hanging+label
I'm using a simple thebibliography environment in my PhD thesis, using the book document style:
\begin{thebibliography}{99}
\bibitem{Kress10}
\noun{Kress},G.
\emph{Multimodality: A Social ...
5
votes
1answer
783 views
Hanging indents in bibliography
I can't imagine this isn't covered elsewhere, but for the life of my I can't find it. (Forgive me, I'm very new to LaTeX.)
I'm running pandoc to generate PDFs based on a markdown document, but right ...
6
votes
1answer
245 views
Hang alignment in bibliography
My problem is rather simple but I wasn't able to find a satisfactory answer after some searching on the web and here.
I'm trying to build a bibliography manually and would like to modify the ...
8
votes
2answers
2k views
Indent second line of a bibliography
I am writing a bibliography :
\begin{thebibliography}{9}
\bibitem{Lorem}\textsc{Lorem ipsum dolor sit}
\texttt{Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vitae purus mi. Fusce quam ...
4
votes
1answer
744 views
Don't indent the bibliography
How can I prevent the items in the bibliography from being automatically moved approximatively 1 cm to the right?
If I use \bibitem[label]{...} they are nicely aligned with the rest of the text, but ...
4
votes
1answer
382 views
Fake MLA-style bibliography fix?
\leftskip0.5in \parindent-0.5in Author. Title. Place: Publisher, Date. Medium.
convincingly fakes the hanging indent of MLA-style bibliography. Is there a way to set this for a region at every new ...
4
votes
2answers
208 views
custom horizontal space between entries and their corresponding labels in bibliography
I would like to define the horizontal space between entries and their corresponding labels in my .bst bibliography, obtained with makebst.
I tried with:
\newlength\biblabelsep
...
1
vote
1answer
314 views
BibTeX alpha long keys cause indentation of entry [closed]
I'm using BibTeX with the alpha style to keep track of my references. Whenever there is an entry with 4 or more authors, the entry id composed of their names and publication years causes the first ...
4
votes
3answers
805 views
Fixing the bibliography key margin when using AMSALPHA
I'm using the following bibliography code at the end of my document:
\documentclass[...]{book}
...
\begin{singlespace}
\begin{footnotesize}
\addcontentsline{toc}{chapter}{References}
...
