Admonition with custom title to latex #692
Unanswered
pcsi3physiquestan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'd like to customize the admonition environment in latex. It's possible with classic directive
{attention},{danger}...
but if I use an admonition block with a custom title, the builder create a "sphinxnote" environment whatever the class is.Is there a way to change this behavior : transform an admonition block with custom title to the correct environment (class attention => sphinxattention, class important => sphinximportant ...) ?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions