-
Notifications
You must be signed in to change notification settings - Fork 0
/
list-of-publications.tex
63 lines (54 loc) · 1.55 KB
/
list-of-publications.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
\documentclass[11pt,a4paper]{article}
\usepackage[shorthands=off,english]{babel} % package for multilingual support
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{csquotes}
\usepackage[ backend=biber
, style=alphabetic % numeric
, sortlocale=en_US
, bibencoding=UTF8
, maxnames=100
]{biblatex}
\DeclareSourcemap{
\maps[datatype=bibtex, overwrite]{
\map{
\step[fieldset=editor, null]
\step[fieldset=language, null]
\step[fieldset=url, null]
\step[fieldset=note, null]
}
}
}
\usepackage{xcolor}
\definecolor{dark-red}{rgb}{0.6,0.15,0.15}
\definecolor{dark-green}{rgb}{0.15,0.4,0.15}
\definecolor{medium-blue}{rgb}{0,0,0.5}
\usepackage[ pdfauthor={Vladimir Still}
, pdftitle={Publications: Vladimír Štill},
, pdfsubject={List of Publications},
, plainpages=false
, pdfpagelabels
, unicode
, draft=false
, colorlinks=true
, linkcolor={black}
, citecolor={black}
, urlcolor={black}
, unicode=true
]{hyperref}
\usepackage{microtype}
\usepackage{xspace}
\newcommand{\fcite}[1]{\emergencystretch 3em\fullcite{#1}}
\def\mcite{\cite}
\addbibresource{my.bib}
\usepackage[pass]{geometry}
\usepackage{setspace}
\setcounter{secnumdepth}{0}
\newif\ifthesis
\thesisfalse
\begin{document}
\section{Publications: Vladimír Štill}
\let\section=\subsection
\let\subsection=\subsubsection
\input{papers}
\end{document}