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
2
votes
1 answer

Is `RefManageR` the new `citr` package in R?

I konw that's kind of a meta question but here it is: Is RefManageR the new citr package in R? I am using citr since 1 year now and I just realized that it is not maintained on the CRAN anymore…
FrsLry
  • 348
  • 4
  • 19
2
votes
2 answers

BibTeX: I didn't find a database entry for "" -- empty database entry?

I am working on a Latex template and I keep getting the following error: BibTeX: I didn't find a database entry for "" At first I though something in my bib had an unexpected empty citation, but there is none. I've also tried to rename the bib file,…
Lilian Garza
  • 21
  • 1
  • 2
2
votes
2 answers

How to underline specific author name automatically in LaTex bibiolgraphy

For a CV, I want to underline my name wherever it appears in a bibliography. I am using LaTex with biblatex. Is there an easy way to automatically underline a certain name? Thanks! For example, I want "Name Surname" to be underlined automatically in…
Alex
  • 427
  • 6
  • 12
2
votes
1 answer

adding \url link to function in .bst file

How can I add a \url{} command to a .bst function. In this case, if the URL field is empty I want it to fill it with data from the DOI field, See the code below. I need to add this to the 4th line, but every way I have tried just causes it to…
Austin Downey
  • 943
  • 2
  • 11
  • 28
2
votes
1 answer

make4ht with biblatex fails for records using \url when title field used but not when title field eliminated

When I use make4ht (or htlatex) to compile a .tex file containing a biblatex bibliography, I get the error: ! Illegal parameter number in definition of \blx@tempa. 1 l.19…
Morey
  • 166
  • 1
  • 5
2
votes
1 answer

How to unbalance bibliography columns in latex?

I would like the two columns of the references to be uneven, such as that the references appear on the left column until there is no more space, and then on the right column. Thanks in advance! This is what I…
Marie
  • 267
  • 1
  • 8
  • 16
2
votes
0 answers

Appendix after references not working with biblatex

I wonder if it is possible to put an appendix after references when using biblatex. These question and answer or this answer showed how to do so without citation_package: biblatex but do not work anymore when I add this in YAML. Using child document…
bretauv
  • 7,756
  • 2
  • 20
  • 57
2
votes
1 answer

Reference on same slide in beamer and with \pause

I have been searching for some automated way of numbering the references on the same slide in beamer Madrid with biblatex. This works fine with \pause and \footcite{}. But when I have multiple bullets on the same slide (e.g. 5), and I want to cite…
Curious
  • 197
  • 1
  • 7
2
votes
1 answer

Latex highlighting the citations in the Reference section using different background colors

I am using three different background colors to highlight edits I am doing against three different types of comments received for my submitted article to a journal. I am successful in highlighting the text and citations and references in main body…
Mainland
  • 4,110
  • 3
  • 25
  • 56
2
votes
1 answer

Adding a new bibliography style with R Markdown and TinyTex

I'm writing a paper using R Markdown and TinyTex, using Biblatex for referencing. It works fine with default referencing styles, but I need to add a custom bibliography and citation style for the journal I'm writing for. I need to follow the Unified…
JaydenM-C
  • 289
  • 1
  • 9
2
votes
1 answer

Citation not showing

I have a problem, my citation are not showing but latex file is running probably. I have created a bib file called thesis with jabref, I used texmaker and the pdf file is produced without an error, but the citation are not appearing, only keys are…
user460329
  • 21
  • 3
2
votes
1 answer

Compiler errors when using BibTeX

I have tried to compile some work in LaTeX, using the command pdflatex seminararbeit first, which compiled well. After that, I tried bibtex seminararbeit, which resulted in this: I found no \citation commands---while reading file seminararbeit.aux I…
shutterpp
  • 65
  • 5
2
votes
0 answers

IPython nbconvert citations issue

I'm trying to use citations in IPython. I'm having some isssues. My notebook has one markdown cell, (Debreu, 1959) My template looks like this: ((*- extends 'article.tplx' -*)) ((* block bibliography…
bramtayl
  • 4,004
  • 2
  • 11
  • 18
2
votes
1 answer

Knitr with the "--biblatex" option

I'm writing a document in R Markdown with RStudio. While the default citations/bibliography options work well, when doing a TeX/PDF export I would prefer to have the intermediate .tex source use the \autocite and \autocites commands instead of…
Bruno K
  • 43
  • 6
2
votes
1 answer

Pandoc performs very slowly when referencing large biblatex file

Whenever I have a pandoc markdown file that I am converting to PDF or HTML, and it contains a reference to a large biblatex file (> 100 KB) for citations, the performance is incredibly slow. I end up needing to convert directly to tex first and then…
user1027169
  • 2,627
  • 3
  • 27
  • 50
1 2
3
9 10