-
Notifications
You must be signed in to change notification settings - Fork 31
/
bibpok.tex
43 lines (39 loc) · 1.23 KB
/
bibpok.tex
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
31
32
33
34
35
36
37
38
39
40
41
42
43
\documentclass[a4paper,10pt]{article}
\usepackage[english,czech]{babel}
\usepackage{fontspec,realscripts}
%\usepackage{unicode-math}
\usepackage{csquotes}
\usepackage[margin=1.5cm]{geometry}
\DeclareQuoteStyle{czech}% [variant]{style}
{\quotedblbase }% opening outer mark
{\textquotedblleft}% closing outer mark
{\textquoteleft}% opening inner mark
{\textquoteright}%
%\DeclarePlainStyle{,,}{''}{,}{'}
\setquotestyle{czech}
%\setmainfont{OFL Sorts Mill Goudy}
\setmainfont{TeX Gyre Termes}
%\setmainfont{Inconsolata}
\defaultfontfeatures{Scale=MatchLowercase,Ligatures=TeX}
%\setsansfont{TeX Gyre Adventor}
%\setmathfont{asana-math.otf}
%\setsansfont[Scale=MatchLowercase]{Latin Modern Sans}
%\setmonofont{Inconsolata}
\usepackage[
backend=biber
,style=iso-authoryear
,sorting=nyt
,autocite=footnote
,maxnames=5
,minnames=3
,autolang=other
,spacecolon=true
]
{biblatex}
%\usepackage[authordate]{biblatex-chicago}
\addbibresource{biblatex-iso690-examples.bib}
\begin{document}
\nocite{*}
Více isbn je třeba zadávat oddělené čárkou. Zpracovájí se pomocí makra docsvfield.
\printbibliography[title={Seznam literatury},heading=bibnumbered]
\end{document}