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
1answer
222 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
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
622 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
3answers
2k views

Convert bibliographic references from a document into bibtex or endnote

I got a text document (word or pdf) which has at the end a lot of bibliographic references. Do you know about some approach/program that can export them to bibtex or endnote? Thanks
2
votes
3answers
499 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
1answer
115 views

Research Assistant Plugin for PDF viewer

Hi guys i'm looking for a way to provide some functionality that would help researchers out while viewing papers. I want to make a plugin that would integrate with the hyperlinks of the citations so ...
1
vote
2answers
162 views

Replace only within a XML tag; exporting from Referencer .reflib to bibtex format with filenames intact and URL-encoding removed, with a bash command

I have many references in Referencer. I'm trying to include filenames in my bibtex file when exporting from Referencer. Since the software doesn't do this by default I'm trying to use a sed command ...
0
votes
1answer
18 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
0answers
11 views

Is there an easy way to standardize .bib entries with JabRef?

For example, I discovered that one journal title is "Journal of X" for some .bib entries, but "The Journal of X" for other entries (they should all include "The"). Or an author is "John Public" for ...