6
votes
1answer
72 views

Indentation of shorthands list

A subdivision of my of my references is a shorthands list. In order to get it to look like the other subdivision, a regular authoryear-ibid bibliography, I've added this to the preamble: ...
4
votes
1answer
80 views

BibLaTeX: Wrong indentation when changing font size?

BibLaTeX seems to calculate wrong indentation when I change the fontsize. The lines following the first one are a little to the left than the first line (see the red line). MWE: ...
3
votes
1answer
267 views

Biblatex: Indent second line of Inproceedings title?

I customized the numeric style of biblatex, in order to reduce the \newblock commands for entry types of inproceedings. The next step is that long titles of inproceedings, which create a second line, ...
4
votes
1answer
573 views

Left-margin alignment of biblatex's bibliography list [duplicate]

Possible Duplicate: Move biblatex label into margin Is there a simple solution to force the numerals of biblatex's bibliography list (via \printbibliography) into the left column such that ...
8
votes
1answer
871 views

Printing bibliography with biblatex in Tufte-handout fullwidth environment

I'm trying to print the bibliography (using biblatex) inside the fullwidth environment. But when I place the \printbibliography command inside the fullwidth environment, every line other than the very ...
6
votes
1answer
779 views

using biblatex -formatting References section

I am studying biblatex and I'm using just a basic file... \documentclass[12pt,a4paper]{article} %\usepackage[style=authortitle]{biblatex} %\usepackage[style=authoryear]{biblatex} ...
2
votes
0answers
179 views

Indentation of sub-entries in bibliography [closed]

I am using biblatex for generating a bibliography, and I am using xelatex. It is working perfectly, but in some entries my sub-entries, which should be 1em indented, appear 1pt or 2pt extra indent. ...
6
votes
1answer
320 views

Move biblatex label into margin

I'm trying to move everything nonessential into the margins. But I couldn't find how BibLaTeX generates the entries' labels (like [1] generated by \cite and in front of the item in the list, don't ...
9
votes
1answer
2k views

Hanging references using \fullcite

I need APA style hanging references using \fullcite. For example I need \fullcite because I want the reference cited where I want in the document, unlike at the end of the document using \cite. ...