Tagged Questions
4
votes
2answers
268 views
Define my own short-verb like macro?
I'm trying to define shorthand macros for \texttt that are a bit like the \verb ones. The end result is to do +asdf+ and this have the same effect as \texttt{asdf}. This is like the DefineShortVerb ...