Tagged Questions
4
votes
1answer
341 views
Colored line numbers with algorithmicx?
The fancyvrb allows me to customize line number style which I find very useful. I'm using it to give line numbers a different color and then use that same color in the text describing the code. I ...
8
votes
2answers
929 views
Background color for fancyvrb
For reasons unclear to me, fancyvrb doesn't have a background option. However, the minted package, which it is based on, has one, which suggests it should not be too difficult to add.
The relevant ...