Tagged Questions

0
votes
0answers
4 views

Convert bibliographic references from a document into bibtex or endnote

Hi, 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? …
0
votes
4answers
283 views

How to add a URL to a latex bibtex file?

I'm using bibtex for my bibliography in latex. I have some URL's I need to cite in the paper. How do I add URLs into the bibtex? A typical section in my bibtex file looks like thi …
1
vote
3answers
69 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 …
1
vote
5answers
590 views

Bibliography as section in LaTeX / BibTeX

I'm writing a short document using sections rather than chapters as the top-level (documentclass report). However, \bibliographystyle{amsplain} \bibliography{general} causes th …
1
vote
4answers
73 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, bo …
4
votes
2answers
2k views

How do I cite author in Latex?

How do I cite authors in Latex? I tried using natbib package ---- doc.tex ---- ... \usepackage{natbib} ... \citeauthor{736184} ... ---- doc.bib ---- @inproceedings{736184, …
0
votes
3answers
77 views

Different encoding of latex and bibtex files.

Does LaTeX handle situation when a .bib file has different encoding than .tex file? For instance, .tex is in ISO-8859-2 and .bib in UTF-8. Can the encoding be converted on the fly …
0
votes
1answer
63 views

How to edit the BibTeX .bst FUNCTION {format.names} ?

After trying several .bst files I am still mostly satisfied with the layout of the ChicagoReedWeb.bst file. However, I don't like the handling of entries by the same author, eg: l …
6
votes
6answers
3k views

How do I order citations by appearance using BibTeX?

By default (using th plain style) BibTeX orders citations alphabetically. How do I order the citations by order of appearance in the document?
0
votes
0answers
36 views

How do I create multiple entries in Jabref from bibtex data?

Suppose I have bibtex data for, say, 10 articles. Is there a way to, within jabref, create 10 entries from this? A solution is to just open the .bib file and paste the data in.
2
votes
1answer
40 views

Is there any RAK-WB style for bibtex?

RAK-WB is a specific bibliographical standard mostly for libraries in germany; the standard goes as follows: RAK-WB. However, there seems to be no bibtex package/style for this st …
0
votes
1answer
31 views

Editing multiple entries in Jabref

Is there a way to edit multiple Jabref entries? E.g. add the same data to an empty field, like "keywords", of multiple files?
1
vote
3answers
213 views

Odd Bibtex behaviour in a Latex document

I added a line "\cite{test}" as a test to my working Latex document. When I compiled the bibtex "!bibtex name_of_my_file, I got the expected error: Warning--I didn't find a dat …