-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoutput.tex
More file actions
30 lines (25 loc) · 711 Bytes
/
output.tex
File metadata and controls
30 lines (25 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[english,czech]{babel}
\usepackage{csquotes}
\usepackage[style=iso-authoryear]{biblatex}
\addbibresource{mybib.bib}
\defbibenvironment{bibliography}
{\list
{}
{\setlength{\labelwidth}{0pt}%
\setlength{\leftmargin}{20pt}%
\setlength{\itemindent}{-10pt}%
%\setlength{\itemsep}{\bibitemsep}%
%\setlength{\parsep}{\bibparsep}}%
}%
\renewcommand*{\makelabel}[1]{\hss##1}}
{\endlist}
{\item}
%% Since the `thebibliography` environment does not support
%% citing by the method author-year, only references are tested
%% for correctness
\begin{document}
\nocite{*}
\printbibliography
\end{document}