Closed Ducasse closed 3 months ago
A first version
!!note texte
should generate
\begin{note} texte \end{note}
!!important texte
\begin{important} texte \end{important}
If the user writes
!!imporTant texte
we still generate
\begin{important} fooooooo texte \end{important}
!!Foooo texte
\begin{note} Foooo texte \end{note}
We can extend it so that if the
\newenvironment{annotatedParagraph}{% \begin{leftbar}\textsf{\textbf{#1}}\quad }{\end{leftbar}}
!! Undefined texte
generates
\begin{annotatedParagraph}{Undefined} texte \end{annotatedParagraph}
Task 2.
A first version
should generate
should generate
Points to consider
If the user writes
we still generate
If the user writes
we still generate
For later
We can extend it so that if the
\newenvironment{annotatedParagraph}{% \begin{leftbar}\textsf{\textbf{#1}}\quad }{\end{leftbar}}
generates