0
votes
0answers
12 views

Too many BibTeX entries with identical values for author field [migrated]

I got a custom \bibliographstyle from my University. I exceeded the number 26 with my Entries which do not have an Author and a Year. For the Author I put in "o.V". Normally I got as Key in my .bbl ...
0
votes
0answers
20 views

BibTeX can't find database entry [closed]

LaTeX can't find any of my bibtex entries and keeps giving the error: Warning-- I didn't find a database entry for "x" I tried using the .bib file with only one entry (to find out if there's an ...
0
votes
0answers
15 views

Adding condition into BibTex .bst file [migrated]

I am trying to edit to bst file such that it only prints the language part for example "(in German)" if is not English but I do not have any idea how I should modify this part: FUNCTION ...
0
votes
0answers
11 views

How to create bib. file for internet citation without author [migrated]

my internet citation is without author, I have created the bib file as following: @MISC{AARI2012, author = {}, title = {{Russian Antarctic Expendition - Project Antarctica - ...
-1
votes
1answer
59 views

LaTex - BibTex: Comma at the End of Citation [closed]

When I cite something in my Latex-File the rendered citation alsways has a comma behind the last one (see the Picture)... How can I make this comma disappear? The citations in the BibTex-File all ...
0
votes
0answers
76 views

Cite two papers with same first author and year [closed]

I am using chicago.sty to reference papers. At one point, I have to reference two papers with the same first author and the same year. I don't want to use the cite option that shows all the authors. ...
0
votes
0answers
145 views

Looking for a nice bibtex manager that works with Eclipse? [closed]

I am using Eclipse to write LaTeX documents and manage BibTeX files as well. Although Eclipse has a built-in .bib editor, I would like to know whether there is some third-part BibTeX manager that ...
0
votes
1answer
131 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 ...
1
vote
0answers
1k 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 ...
0
votes
1answer
322 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 ...
4
votes
1answer
2k 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 ...
0
votes
1answer
2k 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} ...
1
vote
4answers
428 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 ...
2
votes
1answer
554 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 ...
2
votes
1answer
226 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 ...
1
vote
1answer
519 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 ...
0
votes
1answer
623 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 ...
4
votes
2answers
4k 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 ...
5
votes
1answer
1k 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
5k 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.
4
votes
2answers
5k 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 ...
0
votes
1answer
2k 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 ...
3
votes
1answer
1k 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 ...
4
votes
2answers
2k 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 ...
2
votes
1answer
2k 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 ...
1
vote
2answers
2k 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 ...
3
votes
1answer
833 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
3answers
1k 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 ...
12
votes
2answers
9k 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 ...
6
votes
7answers
14k 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}, ...
9
votes
3answers
3k 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}, ...
1
vote
1answer
297 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: ...
2
votes
1answer
910 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. ...
9
votes
4answers
8k views

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

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 ...
7
votes
4answers
9k 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
2answers
3k 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 ...
15
votes
2answers
17k 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 = ...
3
votes
2answers
2k 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
473 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 ...
24
votes
5answers
13k 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 ...
2
votes
2answers
5k 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. ...
3
votes
2answers
1k 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 ...
4
votes
2answers
2k views

a bib style to capitalize book titles but not paper titles [closed]

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, ...
6
votes
5answers
3k 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 ...
2
votes
3answers
882 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 ...
8
votes
4answers
6k 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, ...
6
votes
4answers
5k views

Different encoding of latex and bibtex files [closed]

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 ...
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: If have looked ...
3
votes
2answers
156 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 ...
10
votes
4answers
15k 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 ...

1 2