Tagged Questions
16
votes
2answers
671 views
Ensure verbatim code block is copy/paste-able
After rendering a document containing this code block
\begin{verbatim}
if [ ! -d .git ]; then git init; fi # Initialises a new Git repository, if doesn't already exist.
if [ ! -f README.md ]; ...
4
votes
4answers
881 views
Verbatim environment with background color (PDFLaTeX and tex4ht)
I need to make a verbatim environment with gray background color, such as:
That needs to work with PDFTeX and tex4ht on an older TeX installation (from 2009 I believe). My approach so far is
...
3
votes
1answer
175 views
checking for whitespace inside verbatim environment
I would like to determine whether a line inside a verbatim environment starts with 3 spaces.
I'm using pdflatex and the \pdfmatch primitive. I see that the verbatim environment sets the category ...
1
vote
1answer
481 views
LaTeX Combined hyper reference and footnote lacks verbatim argument behaviour [duplicate]
Possible Duplicate:
Getting those %#!^& signs in the footnote!
Here's my first version of a clever command for URL-footnotes. It combines pdftex's hyperlink behaviour with a \footnote ...
