Tagged Questions
6
votes
1answer
748 views
Inline code and short verb with minted
I it possible to use minted for inline code and to add a short verb sing for minted? Like \lstMakeShortInline| in listings.sty?
\documentclass{article}
\usepackage{minted}
\newminted{tex}{}
...
6
votes
1answer
696 views
Using minted to define a new environment
Can I define a newenvironment that has inside it a minted environment?
eg and environment that would be a quickhand for the following code:
\begin{figure}[htp]
\centering
...