From 11dc2304b779b2b00454ab2e82fb08b0d85deb4a Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Fri, 24 Dec 2021 02:20:54 +0100 Subject: Bibliography --- the_crown_bar.tex | 95 ++++++++++++++++++++++++++++++++----------------------- 1 file changed, 56 insertions(+), 39 deletions(-) (limited to 'the_crown_bar.tex') diff --git a/the_crown_bar.tex b/the_crown_bar.tex index 81b95dc..74b7fab 100644 --- a/the_crown_bar.tex +++ b/the_crown_bar.tex @@ -1,6 +1,6 @@ \documentclass[ % show when a line is too long (drafting) - overfullrule, + % overfullrule, % page size and margins paper = a4, twoside, BCOR = 5mm, headinclude, footexclude, @@ -26,13 +26,23 @@ \usepackage[german=swiss]{csquotes} +\usepackage[ + backend = biber, + style = authoryear-comp +]{biblatex} + +\setcounter{biburllcpenalty}{5000} +\setcounter{biburlucpenalty}{8000} + + +\addbibresource{the_crown_bar.bib} + \usepackage{pdflscape} \usepackage{pdfpages} \usepackage{float} \usepackage{parskip} \usepackage{mdframed} - \usepackage{ltablex} \usepackage{booktabs} \usepackage{colortbl} @@ -648,43 +658,46 @@ kristallisieren sich drei Personas heraus die wir nun definieren wollen: % TODO for tables, fix CHF symbols \begin{table}[H] - \begin{center} - \begin{tabularx}{\linewidth}{ Xrrr } - \toprule - \bfseries\sffamily Kennzahl - & \bfseries\sffamily Segment 1 - & \bfseries\sffamily Segment 2 - & \bfseries\sffamily Total \\ - \midrule - Einwohnerzahl Geografisches Segment - & -- - & -- - & \cellcolor{lightgray!30} 35'000 \\ - \% Alterskategorie Kanton St. Gallen - & \cellcolor{lightgray!30} 12\% - & \cellcolor{lightgray!30} 15\% - & 27\% \\ - Relevante Bevölkerung - & 4'200 - & 5'250 - & 9'450 \\ - Verfügbares Einkommen - & \cellcolor{lightgray!30} CHF 6'400 - & \cellcolor{lightgray!30} CHF 7'800 - & CHF 7'178 \\ - Warenkorb 2020: Getränke in Rest. und Cafés - & -- - & -- - & \cellcolor{lightgray!30} 1.436 \\ - Ausgaben für Gastro - & CHF 92 - & CHF 112 - & CHF 103 \\ - \bottomrule - \end{tabularx} - \end{center} - \vspace{\parskip} - {\footnotesize\textsuperscript{*}Hinterlegte Felder müssen ausgefüllt werden.} + \begin{tabularx}{\linewidth}{ Xrrr } + \toprule + \bfseries\sffamily Kennzahl + & \bfseries\sffamily Segment 1 + & \bfseries\sffamily Segment 2 + & \bfseries\sffamily Total \\ + \midrule + Einwohnerzahl Geografisches Segment + & -- + & -- + & \cellcolor{lightgray!30} 35'000 \\ + \% Alterskategorie Kanton St. Gallen + & \cellcolor{lightgray!30} 12\% + & \cellcolor{lightgray!30} 15\% + & 27\% \\ + Relevante Bevölkerung + & 4'200 + & 5'250 + & 9'450 \\ + Verfügbares Einkommen + & \cellcolor{lightgray!30} CHF 6'400 + & \cellcolor{lightgray!30} CHF 7'800 + & CHF 7'178 \\ + Warenkorb 2020: Getränke in Rest. und Cafés \ + & -- + & -- + & \cellcolor{lightgray!30} 1.436 \\ + Ausgaben für Gastro + & CHF 92 + & CHF 112 + & CHF 103 \\ + \bottomrule + \end{tabularx} + + \vspace{.5\baselineskip} + + {\footnotesize + \textsuperscript{*}Hinterlegte Felder müssen ausgefüllt werden. + Daten von \cite{bfs-alkoholkonsum,bfs-staendige-wohnbevoelkerung,bfs-warenkorb,bfs-haushaltseinkommen}. + } \caption{Marktgr\"ossen} \end{table} @@ -1752,6 +1765,10 @@ Flüssigen Mittel. Die % --------------------------------------------------------------------- +\printbibliography + +% --------------------------------------------------------------------- + \appendix \chapter{Anhang} -- cgit v1.2.1