1
vote
0answers
36 views

space bibliography [duplicate]

my bibliography looks like Abowd, J.M., F. Kramarz, and D.N. Margolis. 1999. High-wage Workers and High-wage Firms.Econometrica, 67(2): 251333. Abowd, J.M., R.H. Creecy, and F. Kramarz. 2002. ...
4
votes
1answer
114 views

How do you remove the vertical distance between references in lyx?

Using LyX, a BibTeX file and the unsrt bibliography style. The program automatically leaves an empty line between each reference, wasting lots of space in the process! Is there any way to force LyX ...
1
vote
1answer
81 views

Increasing vertical distance between bibliography items [duplicate]

Numeration in the bibliography looks like 1. Book1 2. Book2 I want to change it to [1] Book1 [2] Book2 Also, I would like to increase a space between separate item. I'm using the ...
1
vote
1answer
96 views

How to increase space between bibliography without using biblatex

Is there a way to increase space between bibliography without using biblatex?
6
votes
3answers
145 views

Default article-like classes with compact bibliography

In most academic journal styles, the bibliography is typeset in a much more compact fashion than in the usual classes. Compare for instance these two: The former is obtained with siamltex.cls, ...
6
votes
1answer
147 views

Condense the space between bibliographic entries

In order to save space, I would like to condense the bibliography, specifically, reduce the amount of vertical space between entries. Currently, it seems there is double-space between consecutive ...
5
votes
1answer
97 views

excessive space between edition and location, bib entry of type inbook

My issue is with the space that appears between the edition and the location. I am using the IEEE citation sytle guide. I have been trying to remove the space that appears but to no avail. Any help ...
1
vote
1answer
210 views

titlesec - set top margin for the appendix and bibliography

A while ago I was helped using titlesec to format the chapter title for my thesis. Today a reviewer says that the appendix and the bibliography need 1in top margin. How do I do it? Thanks. ...
1
vote
1answer
202 views

Make “Reference” in Bibliography Smaller / Spacing in Bibliography

I have trouble making my bibliography section smaller. This is important because I am applying for the NSF Graduate Fellowship and they want everything to fit 2 pages. Here is what it looks like right ...
1
vote
1answer
231 views

Change the vertical spacing between “References” heading and bibliographic entries

I am using BibTeX with the amsart class. Is there a way to decrease the vertical spacing between the "References" section heading and the bibliographic entries?
7
votes
1answer
175 views

Remove indent with \cite

I don't want to have a space between my bracket and the default square bracket generate by the package cite. When I write: (\cite{ref1,ref2}) the result is: ( [1], [2]) instead of ([1], ...
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 ...
1
vote
1answer
665 views

Vertical space after Bibliography name

I am using Bibtex and need to change (smaller size) between bibliography name and authors names. The document class is report and I am using the natbib package. ...
8
votes
3answers
270 views

How to put a non-breaking space in \cite

How do I put a non-breaking space inside a \cite macro with several citations? \cite{ref1,~ref2} causes an error. If I leave the space out, one is inserted and this is causing the citation to span two ...
1
vote
1answer
419 views

How to lower the bibliography's title by 3.3cm? And change its alignment?

I'm running a pretty hacked-up template for my thesis, and the bibliography chapter's title is now too high. (This is due to various changes to the 'normal' chapter titles and their alignment/spacing, ...
4
votes
2answers
3k views

Avoiding vertical spaces between bibitems while using IEEEtran

I'm using IEEEtran class and bibliography style and I see that the references section that it generates leaves empty lines between bibitems when the compsocconf option is used. Is there a way to avoid ...
3
votes
1answer
424 views

How to remove extra space after volume number in References section

When I compile my manuscript, in the references section extra space is added after the volume number. My corrector told me to remove it, but the problem I don't know how to remove it. MANUSCRIPT.TEX ...
6
votes
2answers
2k views

How to change \parskip in bibliography section?

I want to change a vertical interval between \bibitem-s in my bibliography section. Now it is the same as in the document: \documentclass{article} [...] \begin{document} \setlength{\parskip}{0.3cm} ...