Tagged Questions
6
votes
1answer
152 views
Shipout line like Shipout page
In lineno package guide, I found:
Attaching line numbers after TeX has broken the paragraph into lines
is already quite a difficult job for TeX. Why? Because TeX does not
normally give you any ...
7
votes
1answer
678 views
Line length in fancyvrb
What I'm doing: Typsetting source code using pygments.
What is happening: the code typsets fine, but because pygments puts the code into a Verbatim environment, some of the lines are far too long.
...