Tagged Questions
2
votes
1answer
56 views
How to make letter spacing in verbatim/fancyvrb look like listings
I've just noticed that the spacing between letters is different in verbatim vs. lstlisting environments:
Given that I add the option columns=flexible to the lstlisting environment, the spacing in ...
3
votes
1answer
126 views
Using math mode escapes with listings enabled fancyvrb
I am trying to escape math mode within Verbatim, using this answer. This works fine, until I use the listings package with fancyvrb=true
\documentclass{article}
\usepackage{fancyvrb}
...
2
votes
1answer
99 views
Moving from fancyvrb to listing – need to reconstruct my font settings
I have happily used the fancyvrb package with the Verbatim environment so far, but I want to change my figures to use the listing package with the lstlisting environment in order to have bold-faced ...
1
vote
1answer
224 views
How to make my unusual environment accept one argument?
I cannot find a good title to express my question. Therefore, please parse the following code first.
Minimal Code
\documentclass[dvips,dvipsnames,cmyk,table]{book}
...
