Re: Abbellimenti

#66189
Up
0
Down
::


`
\NewDocumentCommand{\longentry}{s m}{%
\IfBooleanTF{#1}
{\smash{\dolongentry{#2}}}
{\dolongentry{#2}}}
\newcommand{\dolongentry}[1]{\begin{tabular}[t]{@{}l@{}}#1\end{tabular}}

`

Go to top