mirror of
https://gitlab.com/tiggr/patchwork.git
synced 2024-12-25 05:41:02 +01:00
Lesevorschläge - YouTube
This commit is contained in:
parent
5f411ecb13
commit
40a3f2c7a3
26
main.tex
26
main.tex
@ -2,9 +2,22 @@
|
|||||||
% !TeX encoding = UTF-8
|
% !TeX encoding = UTF-8
|
||||||
|
|
||||||
\documentclass[a4paper,twoside,twocolumn,11pt,ngerman,open=right]{scrbook}
|
\documentclass[a4paper,twoside,twocolumn,11pt,ngerman,open=right]{scrbook}
|
||||||
|
|
||||||
% input all style definitions :-)
|
% input all style definitions :-)
|
||||||
\input{styles}
|
\input{styles}
|
||||||
|
|
||||||
|
% Leseliste
|
||||||
|
% https://tex.stackexchange.com/questions/10104/two-bibliographies-with-two-different-styles-in-the-same-document/10106
|
||||||
|
\defbibenvironment{nolabelbib}
|
||||||
|
{\list
|
||||||
|
{}
|
||||||
|
{\setlength{\leftmargin}{\bibhang}%
|
||||||
|
\setlength{\itemindent}{-\leftmargin}%
|
||||||
|
\setlength{\itemsep}{\bibitemsep}%
|
||||||
|
\setlength{\parsep}{\bibparsep}}}
|
||||||
|
{\endlist}
|
||||||
|
{\item}
|
||||||
|
|
||||||
\renewcommand{\topfraction}{.35}
|
\renewcommand{\topfraction}{.35}
|
||||||
\renewcommand{\bottomfraction}{.45}
|
\renewcommand{\bottomfraction}{.45}
|
||||||
\renewcommand{\dbltopfraction}{.50}
|
\renewcommand{\dbltopfraction}{.50}
|
||||||
@ -14,7 +27,8 @@
|
|||||||
|
|
||||||
\usepackage{multirow}
|
\usepackage{multirow}
|
||||||
|
|
||||||
\addbibresource{quellen.bib}
|
\addbibresource[label=default]{quellen.bib}
|
||||||
|
\addbibresource[label=moretoread]{moretoread.bib}
|
||||||
|
|
||||||
\setcounter{topnumber}{4}
|
\setcounter{topnumber}{4}
|
||||||
\setcounter{bottomnumber}{4}
|
\setcounter{bottomnumber}{4}
|
||||||
@ -100,6 +114,7 @@ In diesem Dokument werden Icons aus der Reihe \glqq{}small-n-flat\grqq{} von Pao
|
|||||||
\clearpage
|
\clearpage
|
||||||
\twocolumn
|
\twocolumn
|
||||||
|
|
||||||
|
\begin{refsection}[default]
|
||||||
\part{Grundlagen}
|
\part{Grundlagen}
|
||||||
\input{grundlagen.inc.tex}
|
\input{grundlagen.inc.tex}
|
||||||
|
|
||||||
@ -147,7 +162,14 @@ In diesem Dokument werden Icons aus der Reihe \glqq{}small-n-flat\grqq{} von Pao
|
|||||||
|
|
||||||
\listoffigures
|
\listoffigures
|
||||||
|
|
||||||
\printbibliography[title={Literatur und Quellen}]
|
\printbibliography[title={Quellen}]
|
||||||
|
\end{refsection}
|
||||||
|
|
||||||
|
\begin{refsection}[moretoread]
|
||||||
|
\nocite{*}
|
||||||
|
\printbibliography[title={Lesevorschläge}]
|
||||||
|
\end{refsection}
|
||||||
|
|
||||||
|
|
||||||
\listoffixmes
|
\listoffixmes
|
||||||
|
|
||||||
|
27
moretoread.bib
Normal file
27
moretoread.bib
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
@online{yt:jordanfabrics,
|
||||||
|
title = {Jordan Fabrics},
|
||||||
|
author = {YouTube},
|
||||||
|
url = {https://www.youtube.com/channel/UCx44Zf6KYNL53ikyk7insIA},
|
||||||
|
urldate = {202-01-26},
|
||||||
|
}
|
||||||
|
|
||||||
|
@online{yt:midnightquiltshow,
|
||||||
|
title = {Midnight Quilt Show},
|
||||||
|
author = {YouTube},
|
||||||
|
url = {https://www.youtube.com/channel/UCLjp-yIkiW1qAM-OX4StCCg},
|
||||||
|
urldate = {202-01-26},
|
||||||
|
}
|
||||||
|
|
||||||
|
@online{yt:missourystar,
|
||||||
|
title = {Missouri Star Quilt Company},
|
||||||
|
author = {YouTube},
|
||||||
|
url = {https://www.youtube.com/channel/UCWnhR7raxVFDHmDXqCIzuAw},
|
||||||
|
urldate = {202-01-26},
|
||||||
|
}
|
||||||
|
|
||||||
|
@online{yt:irenaswanson,
|
||||||
|
title = {Irena Swanson},
|
||||||
|
author = {YouTube},
|
||||||
|
url = {https://www.youtube.com/channel/UCeJQNp4f-_9MALkUwr-HNfg},
|
||||||
|
urldate = {202-01-26},
|
||||||
|
}
|
@ -21,7 +21,6 @@
|
|||||||
\usepackage[activate=true,tracking=true]{microtype}
|
\usepackage[activate=true,tracking=true]{microtype}
|
||||||
\usepackage[titles]{tocloft}
|
\usepackage[titles]{tocloft}
|
||||||
\usepackage{fixme}
|
\usepackage{fixme}
|
||||||
\usepackage[citestyle=numeric-comp]{biblatex}
|
|
||||||
\usepackage{hologo}
|
\usepackage{hologo}
|
||||||
\usepackage{varioref}
|
\usepackage{varioref}
|
||||||
\usepackage{nameref}
|
\usepackage{nameref}
|
||||||
@ -36,6 +35,8 @@
|
|||||||
\usepackage{blindtext}
|
\usepackage{blindtext}
|
||||||
\usepackage{balance}
|
\usepackage{balance}
|
||||||
\usepackage{comment}
|
\usepackage{comment}
|
||||||
|
\usepackage[backend=biber,citestyle=numeric-comp]{biblatex}
|
||||||
|
|
||||||
|
|
||||||
\newcolumntype{L}[1]{>{\raggedright\arraybackslash}p{#1}} % linksbündig mit Breitenangabe
|
\newcolumntype{L}[1]{>{\raggedright\arraybackslash}p{#1}} % linksbündig mit Breitenangabe
|
||||||
\newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}} % zentriert mit Breitenangabe
|
\newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}} % zentriert mit Breitenangabe
|
||||||
|
Loading…
Reference in New Issue
Block a user