From b42fc67e8f525dc90c429539bd0ccb2f493c9222 Mon Sep 17 00:00:00 2001 From: "Marcus J. Ertl" Date: Fri, 5 Jan 2018 18:57:06 +0100 Subject: [PATCH] biblatex for (inactive) source list --- .gitignore | 4 ++++ main.tex | 8 ++++++++ sources.bib | 26 ++++++++++++++++++++++++++ styles.tex | 4 ++++ 4 files changed, 42 insertions(+) create mode 100644 sources.bib diff --git a/.gitignore b/.gitignore index 84e487e..00cfd8a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,7 @@ *.log *.out *.toc +*.bcf +*.fdb_latexmk +*.fls +*.run.xml diff --git a/main.tex b/main.tex index 7376abf..873b243 100644 --- a/main.tex +++ b/main.tex @@ -19,10 +19,13 @@ \usepackage[activate=true,tracking=true]{microtype} \usepackage[titles]{tocloft} \usepackage[textsize=small,colorinlistoftodos]{todonotes} +\usepackage{biblatex} % input all style definitions :-) \input{styles} +\bibliography{sources} + \title{Faltstern-Workshop} \date{24. März 2018, Neu-Isenburg\\[8pt]7. April 2018, Neu-Isenburg} \author{https://www.rodgauer-workshop.de/\\https://www.drachenforum.net/\\http://www.bannerinnung.de/} @@ -289,6 +292,11 @@ Eine Befestigungsschlaufe am Ende komplettiert den Schwanz. \addcontentsline{toc}{section}{Faltanleitung von Florian Janich} \addcontentsline{toc}{section}{Teilnehmerliste} +% \cleardoublepage +% \appendix +% \nocite{florian, basteln, funkelfaden, xmas01} +% \printbibliography[title={Quellen für Faltanleitungen}] + \makeatletter \providecommand\@dotsep{5} \makeatother diff --git a/sources.bib b/sources.bib new file mode 100644 index 0000000..d09fac0 --- /dev/null +++ b/sources.bib @@ -0,0 +1,26 @@ +@online{florian, + title = "Transparent-Faltsterne zur Weihnachtszeit", + author = "Florian Janich", + url = "http://www.florian-janich.de/bastelanleitungen/faltsterne.htm", + year = 2016, +} + +@online{basteln, + title = "Stern-basteln.de", + author = "Michael Mezger", + url = "https://www.stern-basteln.de/transparentpapier/", +} + +@online{funkelfaden, + title = "Funkelfaden", + author = "Julia Schmidt --- DIY-Blog", + url = "https://funkelfaden.de/diy-einfache-transparentpapiersterne/", +} + +@book{xmas01, + title = "Festliche Fenstersterne zur Advents- und Weihnachtszeit: Sterne aus Transparentpapier", + author = "Alexandra Dirk and Roger Y. Weber", + publisher = "nice papers Q-Verlag", + year = 2010 + +} diff --git a/styles.tex b/styles.tex index 60e7393..fa55512 100644 --- a/styles.tex +++ b/styles.tex @@ -157,3 +157,7 @@ % for todonotes \setlength{\marginparwidth}{2cm} + +% bibliography +\setlength{\bibitemsep}{1em} +\renewcommand*{\newunitpunct}{\addcomma\space}