tcolorbox: créer une tcolorbox personnalisée contenant un environnement (minted ou autre)
Quelle commande, si c'est possible, utiliser pour créer une tcolorbox contenant un environnement minted? Cette tcolorbox correspondrait donc à
\begin{tcolorbox}[<title=Un titre,...>]
\begin{minted}{Tex}
<Y mettre du code LaTeX...>
\end{minted}
\end{tcolorbox}
J'imagine quelque-chose comme:
comme ce qui suit:
% La syntaxe pourrait être quelque chose comme:
%\\tcbmintJT{texte
\\tcbmintJT{texte avant}{code LaTeX}{texte après}{options tcolorbox, comme % title=Titre,sidebyside=true}
Et la tcolorcox créé comme:
\DeclareTotalTColorBox{\tcbmintJT}{specifications}{#4}{#1 \begin{minted}{Tex} #2 \end{minted} #3}
sans trouver les arguments «spécification», que la doc de tcolorbox renvoie à \\DeclareDocumentCommand