yochju / latex-makefile

Automatically exported from code.google.com/p/latex-makefile
Other
0 stars 0 forks source link

"touch" pdf after creation reloads document in evince #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For some reason, evince doesn't reload the pdf file after make is called. 
touch-ing the file after generating the document fixes this issue.

diff is attached.

Original issue reported on code.google.com by fel...@gmail.com on 7 Sep 2009 at 6:12

Attachments:

GoogleCodeExporter commented 9 years ago
What version of the makefile are you using?

(run "make version")

This sounds similar to issue 37.  Have you checked out the resolution to that 
issue?

Original comment by shiblon on 9 Sep 2009 at 1:23

GoogleCodeExporter commented 9 years ago
$ make version
LaTeX Makefile Version 2.1.30
by Chris Monson

SVN info: $Id: Makefile 55 2009-08-28 15:19:09Z shiblon $

This was a checkout from svn.  It's odd that deleting and moving the file 
doesn't
refresh it, but I think touch is less intrusive than rm/move.

Original comment by fel...@gmail.com on 9 Sep 2009 at 1:58

GoogleCodeExporter commented 9 years ago
Yeah, unfortunately touching isn't sufficient for some viewers.  I altered the 
patch a bit 
(to only touch when make-pdf is successful) and commited r56.  Would you mind 
having a look before I create a binary?

Original comment by shiblon on 9 Sep 2009 at 2:54

GoogleCodeExporter commented 9 years ago
Works great.

Original comment by fel...@gmail.com on 9 Sep 2009 at 4:07

GoogleCodeExporter commented 9 years ago
Okay, I'm uploading the new version now.  Thanks for the patch and the issue 
report.

Original comment by shiblon on 10 Sep 2009 at 1:53