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
1
vote
1 answer

Org-mode fails to export when the plural cite macros of biblatex are used

When I try to export an Org buffer containing plural biblatex cite macros the export fails and I get the following message: org-export-latex-preprocess: Wrong type argument: stringp, nil A plural biblatex macros is macros, such as \autocites,…
N.N.
  • 8,336
  • 12
  • 54
  • 94
1
vote
1 answer

Is it possible to have an AFP entry with documentation that uses BibLatex as opposed to Bibtex?

I have submitted an entry to the Archive of Formal Proofs (AFP). In the documents folder, I have a root.tex and a root.bib that work with BibLatex. The automated system seems to be trying to use Bibtex to process the bibliography. Is it just not…
Ann Dorian
  • 41
  • 3
1
vote
1 answer

Capitalize and keep in italics the main title of an edited book in biblatex bibliography

@samcarter has very helpfully shown how to capitalize article, journal and book titles in biblatex bibliography (see here) and subtitles (see here). However, new instances of bibliographic references where I need to capitalize the major words in a…
Daniel
  • 77
  • 5
1
vote
2 answers

Clash with package Hyperref

Please consider the small reproducible example below. I am getting an error when trying to use hyperref links. I am getting an error saying that there is a clash, however, I have only called the package one time. I wonder if some one can give a hand…
Salvador
  • 1,229
  • 1
  • 11
  • 19
1
vote
1 answer

Capitalize article, journal and book titles in biblatex bibliography

I would like to capitalize not only article and journal titles as in here and in the MWE below that simply reproduces the latter, but also book titles when using biblatex. My MWE for the main text is…
Daniel
  • 77
  • 5
1
vote
1 answer

Capitalize journal title for apa in Latex

I am using overleaf to put together my references that follow the apa 7th edition. The journal titles however are not capitalized. How do I correct that? Note that I tried the method suggested in this post Capitalize journal name in latex but it…
cliu
  • 933
  • 6
  • 13
1
vote
1 answer

How to automatically generate a publication list on a Quarto website?

Is there an (easy) way to automatically generate a publication list (from a bib-file) on Quarto website using R? I plan to build a new academic website using quarto. To reduce the weekly/monthly maintenance load, I intend to structure/organize/build…
feder80
  • 1,195
  • 3
  • 13
  • 34
1
vote
0 answers

How to cite all references in a .bib file when having multiple ones

I have added multiple .bib files each holds references relative to a certain topic \usepackage[backend=biber, style=numeric, …
1
vote
0 answers

How to add reference in Rmarkdown in R?

I have tried to make auto-reference in my rmarkdown document, unfortunately, I couldn't figured out the proper way of inserting Reference. Here is my report in my [github][1] account, which I put as a links all my references. I have already…
1
vote
1 answer

Latex adds a "In:" in the references of my bibliography

I had some difficulties making my references look the way I wanted in my document. Currently, I am using these parameters for biblatex: \usepackage[backend=bibtex, url=false, style=authoryear, syle=verbose-ibid, maxbibnames=99]{biblatex} I then…
GaecKo
  • 33
  • 3
1
vote
1 answer

Capitalize article title in latex

I have a sample.bib with a main.tex as below, using Chicago Style. I was wondering if there is a way to see the title with all capital letters A Formula for the {E}uler Characteristic of Singular Hypersurfaces in the References. It may be the syle…
Seyma Kalay
  • 2,037
  • 10
  • 22
1
vote
1 answer

Capitalize journal name in latex

I have a sample.bib with a main.tex as below, using Chicago Style. I was wondering if there is a way to see the journal's name with all capital letters American Review rather than American review, without changing sample.bib by hand. Many thanks in…
Seyma Kalay
  • 2,037
  • 10
  • 22
1
vote
1 answer

biber and biblatex incompatible versions

I'm using Texmaker and the configuration PDFLatex > Bib(la)tex > 2x PDFLatex > View PDF for Quick Build. But after compiling I get the following error: INFO - This is Biber 2.17 INFO - Logfile is 'paper.blg' INFO - Reading 'paper.bcf' ERROR -…
M_to_the_J
  • 229
  • 1
  • 11
1
vote
0 answers

Citations in Latex not working using biber backend and biblatex

I am working on a presentation and for some reason, none of my citations are working. I have created presentations with Latex before and never encountered this problem. The following is a minimal example which is not…
1
vote
1 answer

Is there a way to redefine the bibliography output in biblatex w/ apacite citestyle? The german translation seems to be wrong

I am trying to create a bibliography for my thesis using biblatex with the APA-citestyle. I also use the babel with german option since my thesis is in German. My bibfile looks like this: % literature.bib @misc{A01, author = {Author, A. and…
jnthn
  • 13
  • 3