-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.tex
82 lines (73 loc) · 2.06 KB
/
test.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
\documentclass[paper=a4,
fontsize=11pt,
twoside=true,
index=totoc, % Index im Inhaltsverzeichnis
listof=totoc, % Abb.- und Tab.verzeichnis im Inhalt
bibliography=totoc, % Literaturverzeichnis im Inhalt
%headings=normal,
headings=optiontohead, % Optional head nicht in ToC
numbers=noenddot,
captions=tableabove,
greek,french,italian,english,ngerman,
draft=false,
]{scrbook}
\usepackage{ifxetex}
\ifxetex
\usepackage{fontspec} % Relevant when using XeLaTeX
%\setmainfont{Sabon LT Std}
%\setmainfont{Times New Roman} % One can load Windows fonts!
\usepackage{libertine}
\else
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc} % output font encoding
\usepackage{textcomp}
\usepackage{lmodern} % To cover all fonts apart from Sabon
%\usepackage{lsabon} % ebgaramond, lsabon, libertine
%\usepackage{avant} % Set sans serif font: helvet,avant,...
\fi
\usepackage[style=german,german=guillemets]{csquotes}
\usepackage{babel} % Sprachen sind in \documentclass vermerkt
\usepackage{xspace}
\usepackage[
backend=biber,
style=arthistory-bonn,
indexing=cite,
%firstcitefull=true,
enddot=true,
pagesfull,
allnamesfamilygiven,
width=10em,
isbn=false,
doi=false,
eprint=false,
useprefix=false,
]{biblatex}
\addbibresource{arthistory-bonn-examples.bib}
\def\psq{\sqspace\bibstring{sequens}\xspace}%
\begin{document}
%\nocite{*}
\cite[\pno~123\psq und \pno234]{Tjarks2005}
\footcite{bierbaum2014}
%
% Hello\footcite{Tjarks2005} world.\footcite[A.~3]{Tjarks2005}
%
% Dideldum\footcite{Kanz2002}
%
% Helter\footcite{AusstMuenchen2006} hallo\footcite{Kanz2002,strupp1993} Skelter\footcite{Luettichau2006}.
%
% \footcite{strupp1993}
%
% \footcite{May2011}
\printbibheading[% statt \printbibliography
heading=bibliography,%
title={Literaturverzeichnis}]
\printbibliography[%
keyword=source,%
heading=subbibliography,
title={Primärliteratur}]
\printbibliography[%
%notkeyword=Ausstellung,%
notkeyword=source,%
heading=subbibliography,%
title={Sekundärliteratur}]
\end{document}