{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.

learn more… | top users | synonyms

7
votes
2answers
93 views

pdf without footnotes

I have written a paper which I will give at a conference. My paper contains many and long footnotes (as I am quoting quite a lot of source texts in the footnotes). Now, the organiser of the conference ...
7
votes
1answer
119 views

Is it possible to mark designated entries in a bibliography with an asterisk?

I am using biblatex to produce a bibliography with several sections like this: \defbibheading{cvpubs}[List of Publications]{\section{#1}} ...
2
votes
1answer
97 views

comma after last author field in biblatex

My apologies for not doing a proper search before asking my question. This is a last minute thing and I am very short on time for thesis submission. Currently, my references (not citations) have no ...
0
votes
0answers
41 views

How do I cite range of references? [duplicate]

I have to cite in LaTeX a range of sources (I'm using Miktex 2.9, TexnicCenter and Bibtex), all together. If I write ... in 1990 \cite{ref1,ref2,ref3,ref4,ref5} I would like to get "... in 1990 ...
3
votes
1answer
31 views

Biblatex: No \postnotedelim for citations that aren't numerals

When I am citing pages in books, I use the citation format (Author 1982:45) But when I am citing something like paragraphs or online data with an ID number (i.e. things that aren't a plain ...
4
votes
1answer
202 views

Set biblatex smartand to small caps

I want to apply small caps to the final name delimiter using BibLaTeX. I tried the following \documentclass{article} \usepackage[spanish,es-minimal]{babel} \usepackage[style=american]{csquotes} ...
6
votes
0answers
82 views

Biblatex: online isbn versus print isbn

The following book is referenced through two distinct isbn numbers: the online isbn and the print isbn. Is there a way to reflect this with biblatex? @BOOK{AcaryBrogliato201011, title={Numerical ...
1
vote
1answer
220 views

ShareLaTeX Bibliography in ApJ format

I am trying to use ShareLaTex to compile my bibliography in the Astrophysical Journal (ApJ) format. The document compiles in ApJ format just fine, but the bibliography is compiled in some generic ...
0
votes
0answers
13 views

Compress multiple year citations for same authors using biblatex [duplicate]

I have two references by same authors in two different years. Wright & Fisher (1932) Wright & Fisher (1934) I would like for them to appear as: Wright & Fisher (1932,1934) However, what ...
3
votes
1answer
77 views

How to set prenote for \cite globally using biblatex?

How can I set prenote for \cite globally with the possibility to pass an individual option via optional parameter to a single \cite command? It should work like this: \cite{key} --> ...
4
votes
1answer
73 views

Character strings in biblatex's PART and VOLUME fields

When the PART and VOLUME fields in a bibliographic entry are numerals, biblatex puts out something very reasonable (see below). But when these fields are character strings, which they often are for ...
5
votes
2answers
90 views

a,b Designation for a lead author with different co-authors in the same year

Biblatex/biber citation sorting: ynt bibliography sorting: nyt Citation1 - Appeared first in 2010 Darwin et al (2010): Citation2 - Appeared second in 2010 Darwin et al (2010) When cited, the ...
2
votes
1answer
264 views

CV Template: Having issues with biblatex

I'm using the CV template created by Rob J Hyndman and MWE is given below. In past, every thing was working fine but now biblatex is not working properly (see below snap). Even I updated the packages ...
2
votes
1answer
84 views

biblatex: why no comma after abbreviated shorttitle?

Sorry, this is only a minor question, but I just realised for the first time that when you cite a bibliographic item which has no shortitle, then -- using style=verbose -- you usually get (apart from ...
2
votes
1answer
40 views

Customize how the reference numbers appear in the bibliography when using biblatex?

I wish to customize the font for when printing the reference numbers (the to the left of all references, commonly surrounded by brackets) in the biblatex package. I hope that there is some command ...
7
votes
2answers
251 views

TeXcount and biblatex

I have recently switched from BibTeX to the biblatex package (using the Biber back-end) and I can only subscribe what others have already said about its many virtues. This question is not so much ...
1
vote
1answer
206 views

package keyval error: bibtex8 undefined [closed]

I'm using this CV template and it was working fine in the past. But now the same file gives the following error: package keyval error: bibtex8 undefined I tried the following two different ...
0
votes
1answer
291 views

Setting up TexMaker on Ubuntu “biblatex.sty not found.”

--UPDATE-- I've installed biblatex via the command "sudo apt-get install biblatex". However I now get a partially generated pdf like this: instead of the desired output of: --UPDATE-- I've ...
10
votes
1answer
113 views

Complex formatting of page numbers (postnote) in biblatex citations

I'm trying to change the way that page numbers are displayed in biblatex citations to mimic a journal's (moderately) complex style. The problem is that the formatting changes depending on whether the ...
2
votes
0answers
35 views

How to get language dependent quotation marks in citations with biblatex? [duplicate]

I cite german and french articles. In my bibliography the titles are given in quotation marks. Now, I would like to have the quotation marks dependent on the language of the article. I thought ...
4
votes
1answer
195 views

Omit heading in biblatex with printbibliography

Is it possible to omit the heading when I use the \printbibliography command? I want to print two different bibliographies one after the other and need to add some text between the second heading and ...
3
votes
1answer
109 views

Manually URL linebreak with Biblatex

First I should say that I don't have much experience with LaTeX. I'm using BibLaTeX and Biber. My Problem: I have a (justified) bibliography with long URL's containing long words. BibLaTeX makes a ...
4
votes
2answers
291 views

Harvard Reference using Biblatex

I'm trying to build a Harvard reference template using biblatex. I at first gave the Harvard package a try but was then informed that this package is out-dated and instead should use biblatex. After ...
2
votes
2answers
449 views

ShareLaTeX and biblatex

I'm writing my thesis with my friend but I'm having serious problems getting biblatex to work with ShareLaTeX, it apparently has support (according to this blog: http://www.clarusft.com/sharelatex/). ...
5
votes
1answer
151 views

biblatex and German juristic commentaries

I need to get my manuscript ready for my publisher, and can't seem to get a few things fixed with biblatex. I'm using biblatex with the biblatex-juradiss style together with jurabook as a document ...
3
votes
1answer
103 views

Referencing bib files with spaces in the filename

I am using a Mac with TeX Live and Mendeley for automatically generating .bib files, some of which have spaces in the file names. I would like to know how to reference such files from LaTeX as using ...
2
votes
1answer
273 views

A complete Biblatex example - from start to end

I've just joined this site and recently started using LaTeX so please excuse me if I come across as a little naive of anything. I installed TexMaker in Windows 7 and tried to follow this example: ...
2
votes
0answers
85 views

biblatex-chicago with option authordate does not work anymore [closed]

sorry if I just got something stupidly wrong, but I encountered a serious problem with the biblatex-chicago package.... Have to say: I just updated to the most recent MacTex version and this might be ...
2
votes
1answer
176 views

How to use \cite with biblatex in figures? (using style=footnote-dw) [duplicate]

After googling for a while, I decided to ask this question on here.. I am desperately trying to make a citation inside a figure (using BibLaTeX and the footnote-dw style [the sources are added as ...
0
votes
1answer
111 views

biber/bilatex: article journal field not printed/displayed [closed]

\documentclass[10pt,a4paper]{report} \usepackage[english]{babel} \usepackage[backend=biber,citestyle=numeric,natbib=true]{biblatex} \addbibresource{bibliography.bib} \begin{document} \cite{lin1973} ...
0
votes
1answer
95 views

Small bibliography inside a document with its own bibliography [duplicate]

A document (class article) has a bibliography (using biblatex) printed at the end. But inside the document, a small section (call included section in my example) has its own bibliography (not part of ...
0
votes
0answers
130 views

Including bibliography in toc (memoir class) [closed]

I'm using memoir class and biblatex and having consulted the documentation for both, I still cannot figure out how to include my bibliography in the TOC. The bibliography is included in the backmatter ...
2
votes
1answer
68 views

New command to create a new type of citation

I defined a new command to an specific type of citation: \newcommand{\apud}[4]{\citeauthor{#1} \mkbibparens{\citeyear{#1},\space{#2} apud \cite{#3},\space{#4}}} That produce this output: Carnap ...
8
votes
1answer
145 views

Manipulate title field's strings in biblatex

I need to take the first string (considering First~Second a single string) from the title field from anonym entries and: Format this first string differently from the rest of the title, e.g.: ...
4
votes
1answer
96 views

biblatex: uppercase in \parencite, but not in \textcite

How can I make \parencite produce an uppercase output, but normal case for \textcite? Result: \parencite{CARNAP1934} -> (CARNAP, 1934) \textcite{CARNAP1934} -> Carnap (1934) MWE: ...
0
votes
1answer
354 views

Harvard Style Citation and Bibliography

I am new to LaTeX and I am having problems with my bibliography. What I want : I am writing my thesis and I want to have Harvard style citation and bibliography. ...
5
votes
1answer
75 views

Citing specific slides of a presentation

I encouter the following problem to which I simply can't find a solution. I'm working on a homework, and I want to cite the slides the professor gave us. So, if I type \cite[20]{presentationOne} I ...
8
votes
2answers
115 views

Dashed bibliography with alphabetic style

I recently switched a document where the bibliography was generated with bibtex using the amsalpha bibstyle to biblatex. The alphabetic style looks nice enough, but I am missing the dashes that ...
4
votes
1answer
74 views

Can't compile XeLaTeX document with biblatex and gb4e together

The following document will not compile (using xelatex, biber) if the package gb4e is activated. If you comment out the gb4e package it works fine: \documentclass{article} \usepackage{fontspec} ...
0
votes
1answer
49 views

Biblatex replace & with 'and' in bibliography [closed]

When my references get printed, it current lists authors as Alpha, A., Bravo, B., & Charlie, C. How do I replace the & with 'and'? I assume it's to do with \renewbibmacro but I don't ...
8
votes
0answers
146 views

What is the equivalent of Biblatex in Context?

How do I do bibliography in Context, that is more than just bibtex? In the manual there is no explanation of this. Source code doesn't tell me much either... Are there any "packages" that provide ...
9
votes
2answers
193 views

Brackets in biblatex entries

Following typical conventions, bibliographical information missing from the publication, but which can be reliably recovered, should be printed between square brackets []. When this applies to the ...
11
votes
3answers
199 views

Biblatex and entries with no date

I have a bibliographic entry with no date. I would like this to be printed both in the citation (i.e. in the text) and in the references with "n.d.", otherwise it shouldn't be different from a regular ...
3
votes
1answer
76 views

Temporarily override biblatex reference options

I am using biblatex-chicago with the option url=false, but I want to include a URL for just a few references. Is there a command that would allow me to reintroduce the URL for just these references ...
3
votes
0answers
84 views

Is the biblatex toggle behavior expected or should the result stabilize [closed]

In my previous question an issue arose due to the use of multiple bibliographies in the given solution, that I extended here. So the issue is that the numbering in the second bibliography toggles ...
1
vote
1answer
54 views

nath and biblatex incompatibility

I try to use nath and couldn't get it to work within my document. So I started to track down the error with a minimal and adding all packages that I use after and after. I saw that I can load every ...
1
vote
2answers
98 views

Get next section to put bibliography in TOC

I'd like to show the bibliography in the TOC. This is how far I got: \clearpage \def \nextsection{\thesection + 1} \addcontentsline{toc}{section}{\nextsection Bibliography} \printbibliography ...
5
votes
2answers
124 views

Biblatex/biber keep cycling and not settle when using custom sort

I'm trying to do a custom sort: citation order -> year/month -> author -> title I think I got it in the style in the code below. However, when I run it: pdflatex -> biber -> pdflatex -> pdflatex. ...
2
votes
1answer
143 views

Citation not shown in pdf [closed]

I have some troubles with citations and biber. I'm citing a paper several times and point to different sections in that paper. But sometimes the citation is not shown in the pdf. I can't comprehend ...
2
votes
1answer
123 views

What's the best way to cite a photo from wikimedia?

I'm wanting to cite this image here, in a piece of work I'm doing. As I'm using biblatex what's the best method of citing it?

1 2 3 4 5 25