I'm currently converting my thesis into LaTeX, and i have an issue: being an IT thesis, I have tons of code quotes.
The problem is not about the blocks of code: they are not that many and i can wrap them with {verbatim} tags. The problem is about the millions of inline single terms which should be formatted the same way.
Is there a way, for example, to define a macro or shortcut or whatever which, is i select one word and click it, automatically wraps it with {verbatim} (or equivalent) tags?
Hope I've been clear. This could really spare me hours of tedious work, thank You in advance!
\lstMakeShortInlinecommand… – GuM Jun 23 '15 at 16:24