Questions tagged [biblatex]

It is a management software for formatting lists of references, intended for use together with Latex.

BibTeX makes it easy to cite sources in a consistent manner, by separating bibliographic information from the presentation of this information, similarly to the separation of content and presentation/style supported by LaTeX itself.

Basic structure

In the words of the program's author: "Here's how BibTeX works. It takes as input

(a) an .aux file produced by LaTeX on an earlier run;

(b) a .bst file (the style file), which specifies the general reference-list style and specifies how to format individual entries, and which is written by a style designer [..] in a special-purpose language [..], and

(c) .bib file(s) constituting a database of all reference-list entries the user might ever hope to use.

BibTeX chooses from the .bib file(s) only those entries specified by the .aux file (that is, those given by LaTeX's \cite or \nocite commands), and creates as output a .bbl file containing these entries together with the formatting commands specified by the .bst file [..]. LaTeX will use the .bbl file, perhaps edited by the user, to produce the reference list.

149 questions
12
votes
4 answers

BibTeX You can't pop an empty literal stack

I know just the basic of latex, and I got an error inside the bibliography files iet.bst a bibliography file modified by IET and offered as latex files to write a paper to be published. The error is in @webpage bibliography entry type, as I already…
Leozítor
  • 136
  • 1
  • 5
12
votes
1 answer

Error when using biblatex with ACM-reference-format

I am using the ACM-Reference-Format. I need to sort the reference based on the order they appear in the paper, so I tried to use biblatex package like below: \usepackage[sorting=none]{biblatex} \bibliographystyle{ACM-Reference-Format} But then I…
Edamame
  • 23,718
  • 73
  • 186
  • 320
12
votes
2 answers

citep and citet not working even when using natbib package

I am writing a document in latex and I have a big .bib file and a large number of citations. I want to have citations in the form [Author, year] format and am using the package natbib, but can't get citep or citet working, though plain cite is…
Dronacharya
  • 471
  • 1
  • 4
  • 15
12
votes
1 answer

pandoc not converting latex style citations correctly

I want to use latex-style citations \cite{key} in my markdown so that I can create tex and pdf documents nicely using pandoc. However, when I cite something, it shows the keyword in brackets instead of the citation style, such as author name or…
user1027169
  • 2,627
  • 3
  • 27
  • 50
11
votes
3 answers

IEEE bibliography style for BibLaTeX (not BibTeX)?

Does anyone have or know where to find o bibliography style file like IEEEtr or IEEEtran for BibLaTeX? I've been searching all over, but could only find the ones for BibTeX. BibTeX can't really do the things I want, but my thesis has to conform with…
usimon
  • 415
  • 1
  • 5
  • 8
10
votes
1 answer

How to change citation style in biblatex in R Markdown?

When citation_package: biblatex is included in the YAML of an .Rmd file, is it possible to specify the citation style? I can't find any information on this in the various R markdown manuals.
Namenlos
  • 475
  • 5
  • 17
9
votes
5 answers

Avoid \printbibliography being swallowed by Org-mode headings

When using Org-mode and its LaTeX export BibTeX or Biblatex is often used to handle references. In that case the LaTeX command \printbibliography is often included in the org file. \printbibliography is placed in the org file where LaTeX is supposed…
N.N.
  • 8,336
  • 12
  • 54
  • 94
8
votes
1 answer

Use advanced cite commands (e.g., citetitle, citeauthor, footcite from biblatex/natbib) in R markdown file compiled as both PDF & HTML

Both natbib and biblatex offer a great variety of commands to insert citations. However, only a few of them seem to be available in R markdown: Description R markdown natbib Command biblatex Command Classical Citation: Author, year, and…
mavericks
  • 1,005
  • 17
  • 42
7
votes
0 answers

pandoc citations in revealjs from markdown

I use pandoc to generate Reveal.js slides from a Markdown file. All the citations are dumped in in the last slide, so I finish the .md file with the title # References, which is fitting. However, all references are in the same slide, and they would…
Trylks
  • 1,458
  • 2
  • 18
  • 31
7
votes
1 answer

rmarkdown: hanging-indent citation

The rmarkdown package uses the biblatex with the chicago author-date style as default. I would like to use hanging-indent in the references, like it the biblatex-chicago package. This suggestion by David Sanson of using…
Bastiaan Quast
  • 2,802
  • 1
  • 24
  • 50
6
votes
0 answers

multiple independent reference sections in Rmarkdown

I want to include separate references sections for main text and supplementary text in an Rmarkdown document. The approach suggested here and here largely works, but if there are references that appear in both specified .bib files, then they appear…
5
votes
1 answer

citation-package: biblatex not working in R bookdown

EDIT: After some investigation, this question is really about the following option in the output yml: citation-package: biblatex Without this option, bookdown is using the default citeproc and it's not clear how to modify the number of authors.…
julianhatwell
  • 1,074
  • 1
  • 8
  • 17
5
votes
2 answers

Latex Bibliography Reference Going Off The Page

I have the following reference in my bibliography and the URL is going off of the side of the page. I am using the following package and need it on the page for printing margin guidlines: \usepackage[style=authoryear]{biblatex} Here is one of the…
James
  • 1,471
  • 3
  • 23
  • 52
5
votes
1 answer

no automatically word wrap with bibliography

I have a problem with my biblatex. My booktitles don't automaticly break lines in my bibliography. Has someone got a hint how to solve this? Is it possible to get an automatic break or do I have to set them manually? And if I so, how do I do…
MarcelHodan
  • 580
  • 1
  • 7
  • 27
4
votes
2 answers

Latex biblatex: bibliography titles aren't doing a break line, they overflow instead [ ]

I recently discovered a problem in my bibliography and I somehow can't solve it. It's appearing when the titles are too long, but its working with URLs normally as you see in the 2nd example as long the as the title is short enough. It seems that…
Supportic
  • 119
  • 1
  • 2
  • 12
1
2 3
9 10