Tagged Questions
The bibtex tag has no wiki summary.
21
votes
6answers
28k 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?
14
votes
2answers
18k 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,
author = {Broder, ...
12
votes
5answers
5k views
How to manually equalize columns in an IEEE paper if using BibTex?
IEEE conference publications in two-column format require authors to manually equalize the lengths of the columns on the last page of the final submission. I have typically done this by inserting a ...
11
votes
2answers
3k views
LaTeX: bibliography per chapter
I am helping a colleague with his PhD thesis and we need to present the bibliography at the end of each chapter.
The question is: does anyone have a minimal working example for this case using ...
10
votes
3answers
396 views
How to represent “{{” in a django template?
I'm trying to output in bibtex format in Django and the template looks like this:
@{{ pubentry.type }{,
author = {{% for author in pubentry.authors.all %}{{ author.first_name }} {{ ...
9
votes
4answers
2k views
Preserving all capitalization in BibTeX
I have a huge .bib file generated automatically from Papers for Mac and all the capitalization in the .bib is already the way I want it, but it doesn't have {} brackets on word like RNA.
Is there a ...
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 ...
8
votes
2answers
4k views
Compiling LaTex bib source
I am writing my thesis in Latex, and I have the references in an own thesis.bib
file which look as follows
@Article{xxx,
author = "D.A. Reinhard",
title = "Case Study",
year = ...
7
votes
4answers
6k 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 the bibliography to be ...
6
votes
4answers
3k views
How do I cite the title of an article in LaTeX?
I'm using LaTeX and BibTeX for an article, and I want to able to cite the title of an article I reference. What is the command to do this?
I'm using \bibliographystyle{chicago} and it does not appear ...
5
votes
3answers
473 views
Capital in Bibtex
I want to show some letters in Bibliography as capital. For example:
@misc{libsvm,
abstract = {LIBSVM is an implbmentation of Support vector machine (SVM).},
author = {Chang, Chih-Chung},
...
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, ...
5
votes
3answers
2k 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 by LaTeX? Or the ...
4
votes
3answers
5k views
linebreak in url with Bibtex and hyperref package
Why is this item not shown properly in my bibliography?
@misc{ann,
abstract = {ANN is an implbmentation of nearest neighbor search.},
author = {David M. Mount and Sunil Arya},
...
4
votes
3answers
1k views
a bib style to capitalize book titles but not paper titles
I've heard that title capitalization in bibliography is the bibliography style's role (the bst file). Is there a bibliography style file that capitalizes book titles but not paper titles? For example, ...
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 ...
3
votes
1answer
141 views
regex to eliminate field in bibtex file
I am trying to slim down the bib text files I get from my reference manager because it leaves extra fields that end up getting mangled when I put it into LaTeX.
A characteristic entry that I want to ...
3
votes
2answers
776 views
Splitting a bibliography: how to overcome Multibib/Latex's file limitation (16 max)
I'm writing a thesis where I'm asked to split the bibliography into different sections, and so far I've been using Multibib which was really perfect for what I wanted to do:
\newcites{ltex}{\TeX\ and ...
3
votes
1answer
525 views
How can I get BibTeX to show months in another language than English?
I'm using three-letter abbreviations in BibTex for the months, but when I compile my document, the month-names come out in English.
Can I somehow change the output language?
I'm using natbib, but ...
3
votes
2answers
860 views
How to indicate “accessed” attribute in Bibtex file when citing urls with IEEE?
According to the IEEE citation style reference, in case we cite urls the access time of the url should be indicated as well.
Does anybody know how to indicate this when using BibTeX?
Thanks,
Zoltan
3
votes
4answers
264 views
LaTeX \cite giving a [?]
in blah.tex , I have a
\cite{blah}
I have a 'blah' entry in blah.bib
I run my file with :
latex blah.tex && blah.tex && dvipdf blah.dvi
The blah.pdf results in [?]
How do I ...
3
votes
2answers
125 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 standard. Is there any ...
2
votes
1answer
102 views
BibTex grammar for ANTLR
I'm looking for a bibtex grammar in ANTLR to use in a hobby project. I don't want to spend my time for writing ANTLR grammar (this may take some time for me because it will involve a learning curve). ...
2
votes
3answers
114 views
help with regex - extracting text
Suppose I have some text files (f1.txt, f2.txt, ...) that looks something like
@article {paper1,
author = {some author},
title = {some {T}itle} ,
journal = {journal},
volume = {16},
number = {4},
...
2
votes
1answer
139 views
emacs: navigating multifile latex docs with tags
I find Emacs tags a very useful feature to navigate through source code that can be in different files. Since some of my documents in LaTeX are very long and with many \include's, I thought it would ...
2
votes
1answer
325 views
converting bibtex files to html with python (maybe pybtex?)
Hi I want to parse a bibtex publications file and sort for specific fields (e.g. year) and filter certain content, to then put it on a website. I came across pybtex, which works as far as reading and ...
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
394 views
Bibtex on a webpage?
Are there any python packages to parse a Bibtex file, and output the result using html/xhtml format, with a customizable styles?
Preferably, I would like to use python, otherwise what are the most ...
2
votes
1answer
505 views
How to cite a document with multiple authors using natbib
I would like to cite a paper by three authors so that all three of them appear in the text. I'm using natbib with the apalike bibliography style. According to natbib's documentation, the way to do ...
2
votes
3answers
621 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
1answer
606 views
Showing labels in BibTex [LaTeX]
I'm currently using the apalike style for my bibliography, using natbib for author-year, however when I generate the bibliography I lose the labels that normally precede the reference,
i.e. [S. ...
2
votes
1answer
549 views
How do I enter angle brackets in bibtex?
I want to put a title field in a bibtex citation that includes angle brackets:
@article{
title= { <foo> }
}
but when it compiles I get upside down '!' and '?' instead. How to escape the ...
2
votes
2answers
3k views
Remove header from bibliography pages
I use this LaTeX code to add a bibliography section:
\bibliographystyle{plain}
\bibliography{bp}
The first page looks fine. It contains the Bibliography title, no header and a list of citations. ...
2
votes
2answers
802 views
Is there a way to override a bibtex style file for a particular entry?
My preferred bibtex style file cites via author's initials. However, there are various texts which should be cited differently (for example, Elements Geometrie Algebrique should always be cited as ...
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
498 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 ...
2
votes
1answer
2k 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:
link text
If have ...
2
votes
1answer
241 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?
2
votes
3answers
1k 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 database entry for ...
1
vote
0answers
16 views
Creating bibtex file containing only the cited references of a bigger bibtex file [migrated]
Normally, latex will only create references for the bibtex entries cited in the text. Is there a way of extracting these entries into a different bibtex file automatically ? For example if I have a ...
1
vote
0answers
8 views
Bibtex handling of the Dutch “van” name prefix with natbib [migrated]
I want to produce the following with LaTeX/BibTeX:
In the running text:
... we refer the reader to the work of Van Noort (2010).
In the bibliography:
Thomas van Noort. An important paper. ...
1
vote
0answers
15 views
Custom keys in latex [migrated]
I am preparing a publication list in latex in which I'd like to have custom keys to differentiate between paper types. For instance, if I originally I have:
[1] journal publication 1
[2] journal ...
1
vote
3answers
44 views
Using sed to erase field in bibtex entry
I'm faced with a text file containing multiple bibtex instances like this one
@article{Lindgren1989Resonant,
abstract = {Using a simple model potential, a truncated image barrier, for the
Al(111) ...
1
vote
0answers
185 views
batch script for pdflatex-makeindex-bibtex that works on current file in notepad++
I have written a batch file that I use to create a file containing abbreviations and references from a latex file. It works very well. I use this from within notepad++ Run menu. My problem is that I ...
1
vote
1answer
31 views
Graphical front-end for references in Eclipse
is there any graphical plugin/front-end for eclipse to handle/search for references
like in Mendeley or Endnote. I know that the texClipse plugin comes with a bibtex editor but it takes quite a while ...
1
vote
1answer
212 views
Automatically abbreviate authors' first names in LaTeX
Using natbib/Latex/Bibtex, in the references section I get references with full first names like:
Vladimir Iosifovich Levenshtein. Binary codes capable of correcting deletions, insertions, and ...
1
vote
2answers
424 views
Writing a compiler
I basically need to make a compiler for bibtex files, such that a given bibtex database can be queried. Now I'm familiar with certain aspects of theory, like automata, grammars, SLR,LR(1) and LALR ...
1
vote
4answers
207 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
311 views
Text highlighting and cross-reference warning in Vim LaTeX with harvard.sty on MikTex 2.9
I used Vim LaTeX for six months with natbib and had no problems. But to use a new bib style file (i.e., rfs.bst) I started using harvard.sty, which gives me two minor problems:
(1) syntax ...