[~] cat compila.sh #!/bin/bash # # source='documento_tex' pdfview='evince' # for -dDEVICEWIDTHPOINTS=363 -dDEVICEHEIGHTPOINTS=273 # @see http://bbs.archlinux.org/viewtopic.php?pid=612482#p612482 latex $source.tex && dvips $source.dvi && ps2pdf -dDEVICEWIDTHPOINTS=363 -dDEVICEHEIGHTPOINTS=273 $source.ps && $pdfview $source.pdf


September 26, 2009 at 10:01 am
Fantastic, straight to the point and very usable … wish all documentation was the same .
September 26, 2009 at 4:36 pm