From 92760cff14228725a347709d1285d4e744fed461 Mon Sep 17 00:00:00 2001 From: valentin <valentinb@fsmpi.rwth-aachen.de> Date: Mon, 3 Jun 2019 10:48:41 +0200 Subject: [PATCH] handout: correction in bibliography --- workshops/latex/handout.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workshops/latex/handout.tex b/workshops/latex/handout.tex index 63bfed3..182a1ad 100644 --- a/workshops/latex/handout.tex +++ b/workshops/latex/handout.tex @@ -451,7 +451,7 @@ Fußnoten sind einfach\footnote{Mit \texttt{\textbackslash footnote[label]\{Text \verb|}|\vspace{-2pt} % \section{Bibliographie} -\begin{minipage}[t]{.52\linewidth} +\begin{minipage}[t]{.5\linewidth} In \texttt{quellen.bib}:\\ \small% \verb|@article{Heisenberg1927,|\\ @@ -467,11 +467,11 @@ Fußnoten sind einfach\footnote{Mit \texttt{\textbackslash footnote[label]\{Text \verb| doi="10.1007/BF01397280"}| %\verb|}| \end{minipage}% -\begin{minipage}[t]{.48\linewidth} +\begin{minipage}[t]{.5\linewidth} In der Präambel:\\ %\verb|\usepackage[backend=biber]{biblatex}| \verb|\usepackage{biblatex}| - \verb|\addbibresource{quellen}| + \verb|\addbibresource{quellen.bib}| \\[6pt] Im Text:\\ \verb|\cite{Heisenberg1927}| \\[6pt] -- GitLab