Tagged Questions
3
votes
1answer
143 views
Command right after closing a verbatim environment
I need to use a form of a verbatim environment, so that after the closing of the environment, there immediately follows another command. In particular I need something like the following - assuming ...
7
votes
0answers
412 views
using \input and pygmentize together: trying to get line numbers to show [closed]
I am using pygments to highlight the code I insert in my lyx document.
The external file gets inserted in my document like this:
{\small \input{listings/blah.tex} }
And I use this command to ...
11
votes
1answer
985 views
Alternatives to $\backslash$
Background
Instead of marking up the text with bold or emphasis, I read (and agree) that it is better to define a command, or environment, that describes the content. Then apply text formatting ...