16 Jan
2007
16 Jan
'07
2:51 a.m.
xpdf -remote
<file>.pdf
is whatever you name it When needed (e.g. *.tex file has chaned) Makefile generates PDF and calls the server to reload it with
xpdf -reload -remote
Thanks, that works! I must have had the syntax wrong before. Now I tried xpdf -remote foo notes.pdf & And then both these worked: xpdf -raise -remote foo xpdf -reload -remote foo In practice (for Makefiles) I'll combine them into xpdf -reload -raise -remote foo -Sanjoy `Not all those who wander are lost.' (J.R.R. Tolkien)