Skip to content
Snippets Groups Projects
Verified Commit 7ee0876f authored by Malin Freeborn's avatar Malin Freeborn
Browse files

add \commentary command

parent e5d195c3
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment