From cfa3a34aaa56f7a686adbce8ca18ba2303c15b85 Mon Sep 17 00:00:00 2001 From: Wandmalfarbe Date: Sat, 25 Nov 2023 14:46:43 +0100 Subject: [PATCH] fix: merge changes from the pandoc default latex template --- eisvogel.tex | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/eisvogel.tex b/eisvogel.tex index 911d5f2..109cb83 100644 --- a/eisvogel.tex +++ b/eisvogel.tex @@ -432,7 +432,6 @@ \NewDocumentCommand\citeproctext{}{} \NewDocumentCommand\citeproc{mm}{% \begingroup\def\citeproctext{#2}\cite{#1}\endgroup} -% avoid brackets around text for \cite: \makeatletter % allow citations to break across lines \let\@cite@ofmt\@firstofone @@ -458,7 +457,7 @@ \setlength{\itemsep}{#2\baselineskip}}} {\end{list}} \usepackage{calc} -\newcommand{\CSLBlock}[1]{\hfill\break#1\hfill\break} +\newcommand{\CSLBlock}[1]{\hfill\break\parbox[t]{\linewidth}{\strut\ignorespaces#1\strut}} \newcommand{\CSLLeftMargin}[1]{\parbox[t]{\csllabelwidth}{\strut#1\strut}} \newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth - \csllabelwidth}{\strut#1\strut}} \newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1} @@ -734,7 +733,7 @@ $endif$ % -% remove paragraph indention +% remove paragraph indentation % \setlength{\parindent}{0pt} \setlength{\parskip}{6pt plus 2pt minus 1pt} @@ -1096,4 +1095,4 @@ $include-after$ $endfor$ -\end{document} \ No newline at end of file +\end{document}