Hi,
I find that there’s too much space between lines in the Verbatim environment. How to make a Verbatim environment more compact?
Nicolas
Changing the line spacing for Verbatim environment
I would do it this way
<assign|verbatim|<macro|body|<with|font-family|tt|language|verbatim|par-sep|0.1fn|<arg|body>>>>
adjusting the value of par-sep to my liking. The fn length unit according to the manual is the one to be used when specifying vertical spacings between lines.
G.
It works with par-par-sep:
<assign|verbatim2|<macro|body|<with|font-family|tt|language|verbatim|par-par-sep|0.0fn|<arg|body>>>>
Thanks,
The verbatim-code environment gives too a compact code but adds a tabulation to the text.