4
votes
1answer
109 views

Customizing a biblatex style - can I start with lockstep's post?

I want to customize a biblatex style based on authoryear (and thus based on standard as well). So when I read this, does it mean I have to work with the cumulated paste of both .bbx-files or can I ...
0
votes
1answer
53 views

How to change the font of URL in the bibliography [duplicate]

When using the natbib package the URLs are printed and formatted in the bibliography in a different font from the rest of the document which looks nasty i.e. monospace Typewriter. I am having ...
3
votes
1answer
59 views

biblatex-juradiss and german juristic commentaries

I'm writing my master’s thesis and I'm having troubles formatting citations the way I need to. I've tried to modify the solution given in this thread but without success. I'm using biblatex with ...
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 ...
3
votes
1answer
195 views

Changing formatting of URL in biblatex \footcite

I've switched from bibtex to biblatex due to having to use \footcite based on university's requirements for writing a report. It may be worth noting that I'm also very new to (La)TeX. I'm only having ...
3
votes
2answers
206 views

Bibliography with biblatex: how to achieve bold labels using the authoryear-style?

I am currently writing my thesis with LaTeX using biblatex for citations and bibliography. I try to match a formal request regarding the first part of the bibliographic entries which have to look like ...
8
votes
1answer
98 views

Align/avoid numeration and labels in a custom biblatex format

I need list references with a custom format, with a label showing the type of entry (@article, @book, etc.) and labeling fix/variable fields in a tabular environment. I have successfully obtained ...
6
votes
1answer
321 views

Biblatex - \DeclareFieldFormat

I'm writing a thesis in french law and I was able to, after many, many hours of hard work, customize some entry type to fit my needs. Here is my example of my @BOOKLET that I use for legislation: ...
4
votes
1answer
210 views

Biblatex \autocite in case of would-be nested footnotes

I have the same situation as the following user: biblatex: Enhancing \autocite in case of would-be nested footnotes I want to use \autocite within a \footnote. This results in the citation being ...
5
votes
3answers
190 views

Citation within caption => avoid italics (biblatex)

In my document, the captions are set in italics. I use a customized biblatex author/year citation style. If I \cite within a caption, the citation is set in italics as well. How can I avoid that?
4
votes
2answers
289 views

Bold author if source is an article

i got some articles i cite in my thesis. The author should be bold in the bibliography but i dont know how. I tried to use \textbf in the bibtex file but then the format isn't correct anymore. Would ...
7
votes
2answers
228 views

How to insert invisible linebreaks in urls?

I'm using biblatex and I'm quoting a commit on github that looks like this: http://github.com/torvalds/linux/commit/693d92a1bbc9e42681c42ed190bd42b636ca876f The biblatex-entry looks like this, ...
6
votes
1answer
133 views

biblatex: how to abbreviate forenames

I have several full names in my rather large bibiography. Since I do not want to change all these I'd like to have the forename shortened to an initial. So "Lieschen Mueller" should get "Mueller ...
6
votes
1answer
335 views

Biblatex's citesetup and citetext

I am using biblatex to make the citation numbers bold by redefining \citesetup to include a \bfseries: \renewcommand*{\citesetup}{% \bfseries \biburlsetup \frenchspacing} This makes the reference ...
8
votes
2answers
1k views

How do I get “et al.” to appear in italics when using \textcite or \citeauthor with biblatex

I'm using biblatex with the chem-rsc package option. I sometimes make use of the \textcite{<key>} or \citeauthor{<key>} commands to put the authors' name into text. When there are many, ...
7
votes
1answer
976 views

Formatting back references in bibliography

I would like to change the way the back references are shown in the bibliography, such that they are all shown within parentheses. So I would like to see (page x, y, z) after my bibitems. This ...
5
votes
1answer
499 views

Biblatex: How to insert dots into abbreviated journal names in bibliography

For example: "Philos Trans R Soc" should become "Philos. Trans. R. Soc."
5
votes
1answer
372 views

Can you invoke stylizing commands in a .bib-file when using the BiBLaTeX apa package?

This question has been heavily rewritten. That's why some of the comments and answers might be a little bit odd (they were responses to earlier versions of the question). I'm using the BiBLaTeX apa ...
6
votes
1answer
679 views

How to format the references heading when using multiple bibliographies

I have what I hope is a simple question. I finally figured out how to get the multiple bibliographies to work (mostly) like I want it. The one additional formatting thing I would like is to make the ...
3
votes
1answer
486 views

Custom “online” entry formatting with biblatex+biber: use organisation in place of author when author is missing

I am using the superb biblatex package (with biber as backend) to typeset the bibliography of my thesis (compiled with pdflatex). I would like to customise the formatting of @ONLINE type entries. By ...
8
votes
4answers
686 views

How can I automatically abbreviate page ranges in citations (biblatex)

I am using biblatex for my citations, and I was wondering if there was a way to automatically abbreviate the page ranges in citations. (The reason I ask is because I have them all in long-style, and I ...
5
votes
1answer
322 views

biblatex: What's the first character of a field?

I would like to know, what's the first character of the value of the editor field. If the character is a curly bracket "{" the value should be printed for example bold, if the first character is ...
2
votes
1answer
1k views

How to fix “Invalid format of field 'X'”

When I'm compiling my tex-files, I'm getting this error: pdflatex> Package biblatex Warning: BibTeX reported the following issues pdflatex> (biblatex) with 'xyz': pdflatex> ...
3
votes
2answers
1k views

Biblatex: Changing the font of citation-marks and the references?

In my main text I use a roman font with oldstyle figures In all tables I use the same roman font, but with modern figures. Since some of the columns may consist of mainly figures and it looks abit ...