Sébastien Dailly
2017-04-28 07:29:55 UTC
Hello,
I want to configure a user defined admonition with rst2latex.
Generating latex with docutils » [1], but I cannot create a command
You told me that the latex writer as been rewritten in the last docutils
version. Is the problem still present ?
[1] http://docutils.sourceforge.net/docs/user/latex.html#admonitions
Thanks a lot !
I want to configure a user defined admonition with rst2latex.
.. admonition:: test
This is a test
\DUadmonition[admonition-test]{
\DUtitle[admonition-test]{test}
This is a test
}
Now I want to apply a custom style to this block, as described in «This is a test
\DUadmonition[admonition-test]{
\DUtitle[admonition-test]{test}
This is a test
}
Generating latex with docutils » [1], but I cannot create a command
\newcommand{\DUadmonitionadmonition-test}[1]{…}}
Latex does not allow to create a command with a « - »You told me that the latex writer as been rewritten in the last docutils
version. Is the problem still present ?
[1] http://docutils.sourceforge.net/docs/user/latex.html#admonitions
Thanks a lot !
--
Sébastien
Sébastien