yochju / latex-makefile

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

Output with dvipng #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be fine if you could add an option to generate a png-Output with
dvipng.

cu
rigo

Original issue reported on code.google.com by conven...@gmail.com on 7 Apr 2009 at 8:30

GoogleCodeExporter commented 9 years ago
To clarify, did you mean that you want the entire document to be output as a 
png?  Or
is this for graphic inclusion?

Original comment by shiblon on 8 Apr 2009 at 1:49

GoogleCodeExporter commented 9 years ago
>To clarify, did you mean that you want the entire document to be output as a 
png?

Exactly.

Original comment by conven...@gmail.com on 8 Apr 2009 at 2:41

GoogleCodeExporter commented 9 years ago
This seems like an awfully specific request - I have been trying to keep fringe
requests like this out of the already enormous makefile.  You might be able to 
get
away with adding something like this to your own Makefile.ini (make sure to use 
tabs
instead of leading spaces):

%.png: %.dvi
  dvipng -o $@ $<

Then try typing

make myfile.png

If it works, I will consider this for inclusion.

Original comment by shiblon on 10 Apr 2009 at 1:57

GoogleCodeExporter commented 9 years ago
Did you get a chance to try the above suggestion?  I'd be interested to see if 
it worked 
for you.  I'm marking this as WontFix, but will reopen it if I hear back.

Original comment by shiblon on 19 Nov 2009 at 6:45