[dev-context] using xpdf instead of acrobat

Taco Hoekwater taco at elvenkind.com
Fri Jan 20 15:52:01 CET 2006


Attached is a small patch for texexec (perl version) and
a minimalistic shell script. This allows

   texexec --autopdf --xpdf --pdf test.pdf

It will use xpdf instead of acroread. This removes the need
to press 'R' in xpdf, nothing else. It is mostly useful when
running texexec from an editor

Cheers, Taco
-------------- next part --------------
A non-text attachment was scrubbed...
Name: texexec-xpdf.diff
Type: text/x-patch
Size: 1388 bytes
Desc: not available
URL: <http://mailman.ntg.nl/pipermail/dev-context/attachments/20060120/78f3bc1b/attachment.bin>
-------------- next part --------------
#!/usr/bin/env sh
screen xpdf -remote TeXExec $* &


More information about the dev-context mailing list