Hi!

Sanjoy Mahajan wrote:

> 
> xpdf has a -remote option, so a Makefile rule could make the pdf and
> then tell xpdf to reload it, via the command line.  But I've never
> managed to get -remote to work with xpdf.
> 

I use it that way and -remote option works for me.

You open the file with

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>


Jano

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to