Tagged Questions

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 ...
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 ...
9
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
476 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
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 ...
3
votes
2answers
782 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
529 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
141 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
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
1answer
507 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
623 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
805 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
501 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
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
17 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
0answers
190 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
213 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
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
313 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 ...
1
vote
1answer
227 views

Which command is used by bibtex to create the bibliography header?

I'm using multibib to create a list of articles in an appendix. %Preamble... %Create new macros for citation in "lit" group \newcites{lit}{My list of articles} %The appendix \appendix \chapter{My ...
1
vote
2answers
811 views

How do I cite range of references using latex and bibtex

Hello Suppose I have 3 references that goes one after another i.e [1][2][3]. But I want to see [1]-[3]. What should I do. Thank you.
1
vote
2answers
450 views

How to change citation format?

I'm using Harvard citations in a paper. I use the following options: \usepackage{natbib} \bibpunct{(}{)}{,}{a}{}{;} ... \bibliographystyle{plainnat} \bibliography{Comparison} When I use \cite and ...
1
vote
1answer
150 views

bibtex and label/ref

I was wondering how I can add \label into bibtex so that when I cite in my document and I can also \ref to it by clicking it and jumping to the Bibliography at the end? for example: ...
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
1answer
98 views

strange bibtex error

I was writing a scientific paper with latex and left it aside for a while, when I came back to it some days ago, I was unable to get bibtex working, though I did not change the file. I get an error ...
0
votes
1answer
398 views

Natbib texmaker

Hi I am using following test program in texmaker For e.g. \documentclass[english]{article} \usepackage[T1]{fontenc} \usepackage[latin9]{inputenc} \usepackage{graphicx} \usepackage{babel} ...
0
votes
1answer
115 views

Hyphenations in bibtex

Good morning/afternoon/evening. I want to get automatic hyphenation placement in a BibTeX (with babel). My google-fu skill isn't enough to find solution. Everything that i found is manual hyphenation ...
0
votes
1answer
1k views

Wrap URL (ignores margin) in BibTeX using pdfLaTeX

I'm using the breakurl package and the hyperref package with pdfLatex and BibTeX to cite a url. The url is breaking, but not according to my margins. Is there any way I can make the url recognize my ...
0
votes
1answer
349 views

How to preserve quotes in BibTeX

I'm new to LaTeX and BibTeX, so excuse my ignorance. I have the following entry: @Article{Hart, author = {P.E. Hart, N.J. Nilsson, B. Raphael}, title = {Correction to \"A Formal Basis for the ...
0
votes
1answer
357 views

bib-style format for bibtext bst file- explained by an example

my question is regarding the way a bibtex-style field is defined in a bst file. I would like to have the following example below explained piece by piece, to understand what each piece is doing. I ...