-
Notifications
You must be signed in to change notification settings - Fork 29
/
biblio.sty
23 lines (23 loc) · 989 Bytes
/
biblio.sty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\usepackage[backend=biber,style=authoryear,firstinits=true,sorting=ynt,maxnames=5,minnames=3,hyperref=false,isbn=false,doi=false,url=false,safeinputenc=true,language=english]{biblatex}
\usepackage[autostyle,english=american]{csquotes}
\addsectionbib[label=definition]{bibliography/bib-definition.bib}
\addsectionbib[label=method]{bibliography/bib-method.bib}
\addsectionbib[label=archetypes]{bibliography/bib-archetypes.bib}
\addsectionbib[label=tools]{bibliography/bib-tools.bib}
\addsectionbib[label=models]{bibliography/bib-models.bib}
\addsectionbib[label=synthesis]{bibliography/bib-synthesis.bib}
\addsectionbib[label=appendices]{bibliography/bib-appendices.bib}
\addsectionbib[label=biblio]{bibliography/biblio.bib}
% bibliography sections
\newcommand{\bibsec}[2]{
\section{Βιβλιογραφία}
\begin{refsection}[#1]
\nocite{*}
\begin{refcontext}
\begin{english}
\printbibliography[heading=none]
\end{english}
\end{refcontext}
\end{refsection}
}
\endinput