Skip to main content

Questions tagged [biblatex]

{biblatex} is a complete reimplementation of the bibliographic facilities provided by LaTeX. It has its own backend {biber} which can be used instead of {bibtex} and which supports, e.g., full {unicode}, highly customisable sorting, data source filtering, and customisable field inheritance.

0 votes
0 answers
28 views

Avoid hours of debugging to fix formatting error into bibliography file

often I found that critical and not easy to debug problems, often not spotted as error during compiling, are due to malformed bibliography file, like missing comma, esotic character, etc. I'm using ...
Alexander Beerhoff's user avatar
3 votes
1 answer
85 views

Dumb replacement for cites command

I need a command that can serve me as a drop-in replacement for the \cites command of biblatex when required to use bibtex/natbib due to template restrictions. To do so, I want all optional arguments ...
Bastian's user avatar
  • 668
2 votes
0 answers
30 views

Making sure that a citation always has the same number

I know this will sound quite weird. However I can assure you that I have a very good (easter-egg related) reason to do this. I would like a certain hidden citation - i.e. not shown in the text - to ...
mranvick's user avatar
  • 420
2 votes
1 answer
113 views

Deleting the comma before the "and" before the final author in a list of authors

I have the following code: \documentclass{article} \usepackage[ sorting=nty, citestyle=authoryear, backend=biber, bibstyle=authoryear, autolang=hyphen, maxbibnames=99, ...
Weiss's user avatar
  • 119
0 votes
1 answer
27 views

(MLA/biblatex-mla) How to edit \printbibliography to have "Works Cited" be properly formatted?

I've reworked my question and finally narrowed down the problem. So, what the problem seems to be is \printbibliography tries to have "Works Cited" flushed to the left, and I want this to be ...
Ferrius Undermine's user avatar
1 vote
0 answers
41 views

Why the xelatex-biber-xelatex-xelatex compile failed?

I compile the following .tex file get compile error. Why? I compiled it using recipes xelatex-biber-xelatex-xelatex,then get the error message. Is the xampl.bib didn't fit the case? Here below is the ...
Explorer's user avatar
  • 135
0 votes
2 answers
41 views

How to use verbatim code in the bib file?

I have tried using \mintinline but it adds braces which should not be there when used in the bib file. \documentclass{article} \usepackage{biblatex} \usepackage{minted} \addbibresource{main.bib} \...
jakun's user avatar
  • 6,085
0 votes
0 answers
27 views

Execute Bibliography Options just for a type

I need to customize the bibliographic style and I need to use the \autocite command to easily switch its output according to the type of bibliographic entry: in my specific case, I want autocite=...
cicciocontini's user avatar
0 votes
0 answers
25 views

Too Many Authors in Reference List Entry

I'm using \usepackage[backend=biber,style=apa,]{biblatex} \addbibresource{biblio.bib} \begin{document} ... \printbibliography \end{document} which works well. However, one of my articles is ...
s28's user avatar
  • 107
0 votes
0 answers
37 views

Vietnamese warnings with babel and biblatex

\documentclass{article} \usepackage[T5,T1]{fontenc} \usepackage[vietnamese, british]{babel} \usepackage{csquotes} \usepackage{biblatex} \begin{document} \foreignlanguage{vietnamese}{Ngô Bảo Châu} \...
Gargantuar's user avatar
  • 1,241
0 votes
0 answers
26 views

A blank space or character after a reference when using kaobook (biblatex) sidecite, but no space anywhere in the text nor in the used library

I have a fallowing blank space after \sidecite citation (the one before the dot and after ciation), even though there is no space defined anywhere. The sidecite in the kaobook is defined as: % ...
Daniel Wiczew's user avatar
1 vote
1 answer
43 views

Changing parentheses in footnote-dw

I am trying to change the parentheses around the "see notes" string (wie Anm. in German) to square brackets. Judging from the source code of footnote-dw (https://mirrors.ctan.org/macros/...
aretaon's user avatar
  • 13
1 vote
0 answers
19 views

Automatically citing a first bibliography in a second bibliography

Short version I have a document where the bibligraphic information (from a .bib file) is printed twice, first in chronological order (with labels 1, 2, etc.), and then a second time in alphabetical ...
Greg Martin's user avatar
0 votes
1 answer
33 views

avoid using the information in the "Extra" section of Zotero

I'm using biblatex and Zotero to manage reference on my paper. However, I keep adding the information stored in the "Extra" section of Zotero to the bibliogrphy, so the reference became like ...
some's user avatar
  • 1
1 vote
0 answers
62 views

Custom biblatex style (looks like natbib)

I would like to create a personalized biblatex style with the following properties: Support for \cite{} with the output Author (year) Support for \citeauthor{} with the same output as \cite{} minus ...
cgss's user avatar
  • 311

15 30 50 per page
1
2 3 4 5
615