Tagged Questions

9
votes
5answers
3k views

Using LaTeX, how can I have a list of references at the end of each section?

I want to generate the bibliography for each section, and have it at the end of the section. When I do this at the moment it generates the full bibliography and places it after each section. Is there ...
5
votes
5answers
1k views

What are some good BibTeX key conventions?

A common BibTeX key convention is last name of lead author followed by year (e.g. Knuth1972). Sometimes this choice is problematic: It could lead to key collisions due to authors with same last name ...
5
votes
4answers
2k views

Create own BibTeX style or customize existing one?

I'm looking for a way to define new BibTeX style or to customize existing one. I have two reasons for this: I want the author names/editors to be italic (for articles in book, book, magazines, ...
3
votes
2answers
713 views

IEEE bibliography style for BibLaTeX (not BibTeX)?

Does anyone have or know where to find o bibliography style file like IEEEtr or IEEEtran for BibLaTeX? I've been searching all over, but could only find the ones for BibTeX. BibTeX can't really do the ...
3
votes
1answer
223 views

LaTeX: Cite, but don't reference

I'm producing a set of documents in LaTeX, and I would like to provide a single, global bibliography page for the whole set. This is because each document is page-limited: I don't want to take up ...
2
votes
1answer
782 views

How do I sort my references in LaTeX by order of appearance, whilst still showing URLs?

I want to sort my references by order of appearance rather than alphabetically, and I'm led to believe that I need to use the 'unsrt' style to do that. However, the 'unsrt' style doesn't support ...
2
votes
2answers
1k views

LaTeX and Bibtex: command to print a single full reference from a bib file?

I'd like to be able to print a single reference from a Bibtex .bib file anywhere in my LaTeX document -- not cite it, but print the reference, exactly as it would appear in the normal bibliography ...
2
votes
3answers
625 views

MLA-style bibliography with BibLaTeX: How to organise by section?

I'm using the MLA authoring style. I would like to print out a bibliography subdivided into different sections. I also want annotations on each source. Is this possible with BibLaTeX? Should I just do ...
2
votes
2answers
1k views

How to modify the size of the space before a chapter title in LaTeX?

I have been working with tetex on Zenwalk and now that I compile my report with texlive, the behavior is a bit different. I would like my bibliography to fit in one page like before and I just need ...
2
votes
3answers
503 views

References style without line breaks

I'm writing a grant application and space is at a premium. I want LaTeX to print my references section without line breaks, so References [1] [2] [3] becomes References [1], [2], [3] I ...
1
vote
4answers
208 views

using html/css, i would like to automatically generate a bibliography at the bottom of my website akin to latex's \bibliography command

I'll ask my question first, then give some background for those who are interested: I would like to know if there is a command in html that will automatically generate a bibliography from a .bib ...
1
vote
2answers
684 views

Can I remove the labels from the bibliography, while keeping them in citations?

I'm writing the bibliography of my report with thebibliography environment because I don't need a BibTeX database (or I don't have the time for learn how to customize or write a style). Well, using ...
0
votes
1answer
19 views

Exporting Jabref data between computers

I'll be moving from my Mac OS X 10.5.8 to Ubutnu 11.10 shortly. I realized that I have about 150+ references along with files (in .pdf format) managed in Jabref. Is there anyway to export my .bib file ...
0
votes
1answer
254 views

latex: footnote in glossaries entry

I need help with the latex glossaries package. I just need a footnote within a glossary entry. Example: \newglossaryentry{glos:vo}{ name=ValueObject, description={a very good explanation for ...
0
votes
3answers
176 views

How to selectively choose the items to output in Bibliography in Latex?

I'd like to ask about choosing item for Bibliography part in Latex. The situation is like this: I currently use JabRef for bibliography management (great software), (engine MikTex 2.8, IDE ...
0
votes
1answer
339 views

How to break lines in LaTeX Bibliography

I have a very long url in my bibliography that it's not broken so appears outside margins. How could I fixed id? some breakline stuff? Thanks!
0
votes
1answer
206 views

Getting “longnamesfirst” option to work with natbib in LaTeX - custom .bst

Hey all, I'm writing an MSc dissertation and I'm having difficulty getting the longnamesfirst option working in natbib. My University has a very specific referencing style a little like APA, but not ...
0
votes
4answers
3k views

Latex: Citations in section headings put into table of contents first

I have some citations for sections of my document that I have put in the section heading: \section{The title \cite{abc}, \cite{def}} Text I am also using the table of contents function, but Latex ...