Tagged Questions
4
votes
4answers
240 views
Export terminal display to PDF
I want to include the display of my terminal in a beamer presentation. Simply taking a screenshot, however, produces a fairly low-resolution png that looks poor in the presentation. I would like it ...
2
votes
1answer
261 views
Printing files as PDF with syntax highlighting via terminal [duplicate]
Possible Duplicate:
syntax_highlight <source_file> | lpr
I have about 20 Python scripts that I wish to print as PDF. I wish to print them the way GEdit would allow me to, with:
...