compila.sh

[~] 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
Posted in latex. 2 Comments »

2 Responses to “compila.sh”

  1. oes tsetnoc Says:

    Fantastic, straight to the point and very usable … wish all documentation was the same . ;-)


Leave a Reply