> xpdf -remote <your_server_name> <file>.pdf
> 
> <your_sever_name> 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 <your_server_name>

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)
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to