We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be great to have an ability to do this:
\documentclass{article} \usepackage{minted} \mintedmacro{foo}{framesep=6pt,framerule=1pt} \newminted[abc]{text}{foo,rulecolor=red,frame=rightline} \newminted[xyz]{text}{foo,rulecolor=gray,frame=leftline} \begin{document} \begin{xyzcode} Hello, world! \end{xyzcode} \end{document}
Simply put, the newly defined "macro" foo should be copied into the list of options in \newminted.
foo
\newminted
See also this SO question: https://tex.stackexchange.com/questions/629489/how-to-define-a-part-of-style-for-newminted?noredirect=1#comment1569860_629489
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would be great to have an ability to do this:
Simply put, the newly defined "macro"
foo
should be copied into the list of options in\newminted
.See also this SO question: https://tex.stackexchange.com/questions/629489/how-to-define-a-part-of-style-for-newminted?noredirect=1#comment1569860_629489
The text was updated successfully, but these errors were encountered: