
23 Mai
2014
23 Mai
'14
00:25
Thomas Köhler jean-luc@picard.franken.de wrote:
printing http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grml-chea... isn't easy as there are some long lines especially in the "Configuration settings" section where word-wrap looks aw- ful.
Is there a PDF (A4) version available somewhere?
You can easily create one yourself:
wget -O cheatcodes.txt "http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grml-chea..." a2ps -1 -l 120 cheatcodes.txt -o cheatcodes.ps ps2pdf cheatcodes.ps cheatcodes.pdf
That just scales down the text so that there is no word- wrap, but also makes the text hard to read due to its size while leaving 30 % of the page empty.
Tim