{fancyvrb} is a package that provides sophisticated facilities for reading and writing verbatim TeX code.
0
votes
1answer
35 views
What is the counter name for verbments?
I'm trying to use the verbments package with the cleveref package. I need to find the name of the counter which is usually used for \ref{listing_label} to be able to define the name cleveref uses for ...
3
votes
0answers
71 views
Combining DefineVerbatimEnvironment with UseVerbatim
I would like to combine the power of \DefineVerbatimEnvironment with \UseVerbatim within a combined beamer presentation and handout scenario. I have already defined the environment coding, and now I ...
1
vote
0answers
37 views
code-block directive causing error Empty verbatim environment
When I use directive .. code-block:: c in rst on Ubuntu 12.04 version
and compile using latexpdf
Error:
(/usr/share/texmf-texlive/tex/latex/psnfss/t1pcr.fd)
! FancyVerb Error:
Empty verbatim ...
0
votes
0answers
223 views
commandchars in fancyvrb?
I generate latex from sphinx, and I use UFT8, so I stick to xelatex.
Code listings are given in the Verbatim environment. And long lines get out of the page.
The only way I found to keep long lines ...