summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/chemmacros/chemmacros-codehelper.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/chemmacros/chemmacros-codehelper.tex')
-rw-r--r--Master/texmf-dist/doc/latex/chemmacros/chemmacros-codehelper.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/chemmacros/chemmacros-codehelper.tex b/Master/texmf-dist/doc/latex/chemmacros/chemmacros-codehelper.tex
index 1cc6589bef9..3840f198640 100644
--- a/Master/texmf-dist/doc/latex/chemmacros/chemmacros-codehelper.tex
+++ b/Master/texmf-dist/doc/latex/chemmacros/chemmacros-codehelper.tex
@@ -637,12 +637,17 @@
\NewDocumentCommand \da { m }
{ \texttt { ( #1 ) } }
+\makeatletter
\NewDocumentCommand \achtung { m }
{
+ \par\addvspace{\baselineskip}
\begin{mdframed}[linecolor=red,backgroundcolor=red!10]
#1
\end{mdframed}
+ \par\addvspace{\baselineskip}
+ \@endpetrue
}
+\makeatother
\cs_new:Nn \chemmacros_doc_todo:nn
{ \todo [ #1 ] { #2 } }