|
|
@ -179,14 +179,40 @@ $endif$
|
|
|
|
\usepackage[T1]{fontenc}
|
|
|
|
\usepackage[T1]{fontenc}
|
|
|
|
|
|
|
|
|
|
|
|
$if(csl-refs)$
|
|
|
|
$if(csl-refs)$
|
|
|
|
\newlength{\cslhangindent}
|
|
|
|
\newlength{\cslhangindent}
|
|
|
|
\setlength{\cslhangindent}{1.5em}
|
|
|
|
\setlength{\cslhangindent}{1.5em}
|
|
|
|
\newenvironment{cslreferences}%
|
|
|
|
\newlength{\csllabelwidth}
|
|
|
|
{$if(csl-hanging-indent)$\setlength{\parindent}{0pt}%
|
|
|
|
\setlength{\csllabelwidth}{3em}
|
|
|
|
\everypar{\setlength{\hangindent}{\cslhangindent}}\ignorespaces$endif$}%
|
|
|
|
\newlength{\cslentryspacingunit} % times entry-spacing
|
|
|
|
{\par}
|
|
|
|
\setlength{\cslentryspacingunit}{\parskip}
|
|
|
|
|
|
|
|
\newenvironment{CSLReferences}[2] % #1 hanging-ident, #2 entry spacing
|
|
|
|
|
|
|
|
{% don't indent paragraphs
|
|
|
|
|
|
|
|
\setlength{\parindent}{0pt}
|
|
|
|
|
|
|
|
% turn on hanging indent if param 1 is 1
|
|
|
|
|
|
|
|
\ifodd #1
|
|
|
|
|
|
|
|
\let\oldpar\par
|
|
|
|
|
|
|
|
\def\par{\hangindent=\cslhangindent\oldpar}
|
|
|
|
|
|
|
|
\fi
|
|
|
|
|
|
|
|
% set entry spacing
|
|
|
|
|
|
|
|
%\setlength{\parskip}{#2\cslentryspacingunit}
|
|
|
|
|
|
|
|
}%
|
|
|
|
|
|
|
|
{\par}
|
|
|
|
|
|
|
|
\usepackage{calc}
|
|
|
|
|
|
|
|
\newcommand{\CSLBlock}[1]{#1\hfill\break}
|
|
|
|
|
|
|
|
\newcommand{\CSLLeftMargin}[1]{\parbox[t]{\csllabelwidth}{#1}}
|
|
|
|
|
|
|
|
\newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth - \csllabelwidth}{#1}\break}
|
|
|
|
|
|
|
|
\newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1}
|
|
|
|
$endif$
|
|
|
|
$endif$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%$if(csl-refs)$
|
|
|
|
|
|
|
|
%\newlength{\cslhangindent}
|
|
|
|
|
|
|
|
%\setlength{\cslhangindent}{1.5em}
|
|
|
|
|
|
|
|
%\newenvironment{CSLReferences}%
|
|
|
|
|
|
|
|
% {$if(csl-hanging-indent)$\setlength{\parindent}{0pt}%
|
|
|
|
|
|
|
|
% \everypar{\setlength{\hangindent}{\cslhangindent}}\ignorespaces$endif$}%
|
|
|
|
|
|
|
|
% {\par}
|
|
|
|
|
|
|
|
%$endif$
|
|
|
|
|
|
|
|
|
|
|
|
$if(numbersections)$
|
|
|
|
$if(numbersections)$
|
|
|
|
\setcounter{secnumdepth}{$if(secnumdepth)$$secnumdepth$$else$5$endif$}
|
|
|
|
\setcounter{secnumdepth}{$if(secnumdepth)$$secnumdepth$$else$5$endif$}
|
|
|
|
$else$
|
|
|
|
$else$
|
|
|
@ -375,32 +401,70 @@ $endif$
|
|
|
|
|
|
|
|
|
|
|
|
$body$
|
|
|
|
$body$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
% ----------------------------------------------------------------------------------------------------------
|
|
|
|
% ----------------------------------------------------------------------------------------------------------
|
|
|
|
% Literatur
|
|
|
|
% Literatur
|
|
|
|
% ----------------------------------------------------------------------------------------------------------
|
|
|
|
% ----------------------------------------------------------------------------------------------------------
|
|
|
|
$if(biblatex)$
|
|
|
|
|
|
|
|
\pagebreak
|
|
|
|
|
|
|
|
\lhead{}
|
|
|
|
|
|
|
|
\rhead{QUELLENVERZEICHNIS} %hier kann die rechte Seite der Kopfzeile editiert werden!
|
|
|
|
|
|
|
|
\renewcommand{\refname}{Quellenverzeichnis}
|
|
|
|
|
|
|
|
\printbibliography$if(biblio-title)$[title=$biblio-title$]$endif$
|
|
|
|
|
|
|
|
\pagebreak
|
|
|
|
|
|
|
|
$endif$
|
|
|
|
|
|
|
|
$if(natbib)$
|
|
|
|
$if(natbib)$
|
|
|
|
$if(bibliography)$
|
|
|
|
$if(bibliography)$
|
|
|
|
\pagebreak
|
|
|
|
$if(biblio-title)$
|
|
|
|
\lhead{}
|
|
|
|
$if(has-chapters)$
|
|
|
|
\rhead{QUELLENVERZEICHNIS} %hier kann die rechte Seite der Kopfzeile editiert werden!
|
|
|
|
\renewcommand\bibname{$biblio-title$}
|
|
|
|
\renewcommand{\refname}{Quellenverzeichnis}
|
|
|
|
$else$
|
|
|
|
\bibliography{$for(bibliography)$$bibliography$$sep$,$endfor$}
|
|
|
|
\renewcommand\refname{$biblio-title$}
|
|
|
|
$endif$
|
|
|
|
$endif$
|
|
|
|
|
|
|
|
$endif$
|
|
|
|
|
|
|
|
$if(beamer)$
|
|
|
|
|
|
|
|
\begin{frame}[allowframebreaks]{$biblio-title$}
|
|
|
|
|
|
|
|
\bibliographytrue
|
|
|
|
|
|
|
|
$endif$
|
|
|
|
|
|
|
|
\bibliography{$for(bibliography)$$bibliography$$sep$,$endfor$}
|
|
|
|
|
|
|
|
$if(beamer)$
|
|
|
|
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
$endif$
|
|
|
|
|
|
|
|
$endif$
|
|
|
|
$endif$
|
|
|
|
$endif$
|
|
|
|
$if(csl-refs)$
|
|
|
|
|
|
|
|
\lhead{}
|
|
|
|
$if(biblatex)$
|
|
|
|
\rhead{QUELLENVERZEICHNIS} %hier kann die rechte Seite der Kopfzeile editiert werden!
|
|
|
|
$if(beamer)$
|
|
|
|
|
|
|
|
\begin{frame}[allowframebreaks]{$biblio-title$}
|
|
|
|
|
|
|
|
\bibliographytrue
|
|
|
|
|
|
|
|
\printbibliography[heading=none]
|
|
|
|
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
$else$
|
|
|
|
|
|
|
|
\printbibliography$if(biblio-title)$[title=$biblio-title$]$endif$
|
|
|
|
|
|
|
|
$endif$
|
|
|
|
$endif$
|
|
|
|
$endif$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$for(include-after)$
|
|
|
|
|
|
|
|
$include-after$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$endfor$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%$if(biblatex)$
|
|
|
|
|
|
|
|
% \pagebreak
|
|
|
|
|
|
|
|
% \lhead{}
|
|
|
|
|
|
|
|
% \rhead{QUELLENVERZEICHNIS} %hier kann die rechte Seite der Kopfzeile editiert werden!
|
|
|
|
|
|
|
|
% \renewcommand{\refname}{Quellenverzeichnis}
|
|
|
|
|
|
|
|
% \printbibliography$if(biblio-title)$[title=$biblio-title$]$endif$
|
|
|
|
|
|
|
|
% \pagebreak
|
|
|
|
|
|
|
|
%$endif$
|
|
|
|
|
|
|
|
%$if(natbib)$
|
|
|
|
|
|
|
|
% $if(bibliography)$
|
|
|
|
|
|
|
|
% \pagebreak
|
|
|
|
|
|
|
|
% \lhead{}
|
|
|
|
|
|
|
|
% \rhead{QUELLENVERZEICHNIS} %hier kann die rechte Seite der Kopfzeile editiert werden!
|
|
|
|
|
|
|
|
% \renewcommand{\refname}{Quellenverzeichnis}
|
|
|
|
|
|
|
|
% \bibliography{$for(bibliography)$$bibliography$$sep$,$endfor$}
|
|
|
|
|
|
|
|
% $endif$
|
|
|
|
|
|
|
|
%$endif$
|
|
|
|
|
|
|
|
%$if(csl-refs)$
|
|
|
|
|
|
|
|
% \pagebreak
|
|
|
|
|
|
|
|
%\lhead{}
|
|
|
|
|
|
|
|
%\rhead{QUELLENVERZEICHNIS} %hier kann die rechte Seite der Kopfzeile editiert werden!
|
|
|
|
|
|
|
|
%\renewcommand{\refname}{Quellenverzeichnis}
|
|
|
|
|
|
|
|
%$endif$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%$if(biblatex)$
|
|
|
|
%$if(biblatex)$
|
|
|
|
% ----------------------------------------------------------------------------------------------------------
|
|
|
|
% ----------------------------------------------------------------------------------------------------------
|
|
|
|