Tagged Questions
6
votes
2answers
96 views
Custom verbatim that sets all spaces (“ ”) as visible spaces (“␣”) that can line-break
It makes sense to typeset code in a monospaced font. Sometimes such code needs to be embedded in a paragraph context, and then it will be useful to allow it to linebreak. In order to visualize spaces ...
3
votes
1answer
93 views
passing text to alltt embeded in command (extra newline needed)
I wanted to close alltt inside a command (to add some ornaments around the text), but the spaces that were used for putting the monospaced text into columns was not preserved.
I found the solution ...
3
votes
1answer
155 views
How to set the Top Margin for a custom Verbatim environment (fancyvrb)
From the fancyvrb documentation, it looks like I can set left and right margins (paragraph 4.1.13) only. How can I set the top margin for my environment?
More specifically, given that I have a frame ...
6
votes
1answer
1k views
control vertical space before and after verbatim environment?
How do I control how much vertical space appears before and after a verbatim environment?
With the following source (run through pdflatex):
\documentclass[varwidth]{standalone}
\begin{document}
text ...
5
votes
1answer
238 views
Proper spaces with verbatim
there is following code:
\begin{verbatim}
pc:~$ ls
folder1 Documents folder2 New Folder folder3
folder4444 Downloads folder5 Pictures ...
12
votes
4answers
1k views
Hard whitespace
I am using plainTeX and would like to typeset some (python) code examples.
Switching to \tt gets me partway there, but I (obviously) need
the whitespace respected. Is there a trick for doing this? The ...
9
votes
2answers
988 views
How do I backcolor in verbatim?
I have some code I want to typeset as verbatim (lstlisting would be ok as well) - but I want to highlight some parts of it via a different background color, i.e. something like this:
\begin{verbatim}
...