From 7ee0876f9778d51e6cc1eee85d9792a9f47a775c Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Mon, 7 Apr 2025 17:40:53 +0200 Subject: [PATCH] add \commentary command --- layout.sty | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/layout.sty b/layout.sty index fd9b4b29..f8357f33 100644 --- a/layout.sty +++ b/layout.sty @@ -1212,6 +1212,23 @@ bookmarks=true]% \end{figure*} } +\newcommand\commentary[3][b]{ + \begin{figure*}[#1!] + {\scshape\large Commentary} + \ifstrequal{#1}{b}{% + \bigLine + }{} + \begin{multicols}{2} + {\sf #2} + \par + #3 + \end{multicols} + \ifstrequal{#1}{t}{% + \bigLine + }{} + \end{figure*} +} + \newenvironment{boxtable}[1][cL] { \vspace{0.5em} -- GitLab