Compare commits

..

No commits in common. "d88ced8f288b7d6451bc3d57cbf760d6794a7e8e" and "810c44b44578e8ca3dd4fcf2a5fa7ca6a33f324a" have entirely different histories.

View file

@ -3,15 +3,12 @@
% Sections
% Part: On one line
\renewcommand*{\partformat}{\partname~\thepart:~}
\RedeclareSectionCommand[
runin=false,
afterskip=0pt,
beforeskip=0pt,
%beforeskip=0pt,
font=\normalsize,
prefixfont=\normalsize,
afterindent=false,
style=section,
]{part}
\RedeclareSectionCommand[
runin=false,
@ -145,32 +142,3 @@
% Incollection: No shorttitle in footnote, caveat: Makes footnote no longer clickable
\newbibmacro*{cite:title:incollection}{}
\newbibmacro{fshowcited}{%
\iftoggle{tnbcbx@fshowcited}
{\iffieldundef{shorttitle}
{}
{\setunit{\addspace}%
\printtext[parens]{%
\bibstring{zitiertals}%
\setunit{\space}%
\printnames[labelname]{author}%
\setunit{\addcomma\space}%
\printfield{shorttitle}%
}}}%
{}}%
\renewbibmacro{finentry}{%
\ifentrytype{commentary}{%
\usebibmacro{howcited}\newunit\newblock}%
{}%
\ifentrytype{book}{%
\usebibmacro{fshowcited}\newunit\newblock}%
{}%
\ifentrytype{incollection}{%
\usebibmacro{fshowcited}\newunit\newblock}%
{}%
\ifentrytype{online}{%
\usebibmacro{fshowcited}\newunit\newblock}%
{}%
\finentry}%