mirror of
https://gitlab.com/tiggr/faltstern.git
synced 2024-12-24 15:31:06 +01:00
biblatex for (inactive) source list
This commit is contained in:
parent
2c65522b19
commit
b42fc67e8f
4
.gitignore
vendored
4
.gitignore
vendored
@ -9,3 +9,7 @@
|
|||||||
*.log
|
*.log
|
||||||
*.out
|
*.out
|
||||||
*.toc
|
*.toc
|
||||||
|
*.bcf
|
||||||
|
*.fdb_latexmk
|
||||||
|
*.fls
|
||||||
|
*.run.xml
|
||||||
|
8
main.tex
8
main.tex
@ -19,10 +19,13 @@
|
|||||||
\usepackage[activate=true,tracking=true]{microtype}
|
\usepackage[activate=true,tracking=true]{microtype}
|
||||||
\usepackage[titles]{tocloft}
|
\usepackage[titles]{tocloft}
|
||||||
\usepackage[textsize=small,colorinlistoftodos]{todonotes}
|
\usepackage[textsize=small,colorinlistoftodos]{todonotes}
|
||||||
|
\usepackage{biblatex}
|
||||||
|
|
||||||
% input all style definitions :-)
|
% input all style definitions :-)
|
||||||
\input{styles}
|
\input{styles}
|
||||||
|
|
||||||
|
\bibliography{sources}
|
||||||
|
|
||||||
\title{Faltstern-Workshop}
|
\title{Faltstern-Workshop}
|
||||||
\date{24. März 2018, Neu-Isenburg\\[8pt]7. April 2018, Neu-Isenburg}
|
\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/}
|
\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}{Faltanleitung von Florian Janich}
|
||||||
\addcontentsline{toc}{section}{Teilnehmerliste}
|
\addcontentsline{toc}{section}{Teilnehmerliste}
|
||||||
|
|
||||||
|
% \cleardoublepage
|
||||||
|
% \appendix
|
||||||
|
% \nocite{florian, basteln, funkelfaden, xmas01}
|
||||||
|
% \printbibliography[title={Quellen für Faltanleitungen}]
|
||||||
|
|
||||||
\makeatletter
|
\makeatletter
|
||||||
\providecommand\@dotsep{5}
|
\providecommand\@dotsep{5}
|
||||||
\makeatother
|
\makeatother
|
||||||
|
26
sources.bib
Normal file
26
sources.bib
Normal file
@ -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
|
||||||
|
|
||||||
|
}
|
@ -157,3 +157,7 @@
|
|||||||
|
|
||||||
% for todonotes
|
% for todonotes
|
||||||
\setlength{\marginparwidth}{2cm}
|
\setlength{\marginparwidth}{2cm}
|
||||||
|
|
||||||
|
% bibliography
|
||||||
|
\setlength{\bibitemsep}{1em}
|
||||||
|
\renewcommand*{\newunitpunct}{\addcomma\space}
|
||||||
|
Loading…
Reference in New Issue
Block a user