shiblon / latex-makefile

A Makefile for LaTeX - drop it in, type make, and magic happens.
Other
186 stars 30 forks source link

Output with dvipng #45

Closed shiblon closed 8 years ago

shiblon commented 8 years ago

Originally reported on Google Code with ID 32

It would be fine if you could add an option to generate a png-Output with
dvipng.

cu
rigo

Reported by conventum on 2009-04-07 08:30:35

shiblon commented 8 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?

Reported by shiblon on 2009-04-08 13:49:32

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

Exactly.

Reported by conventum on 2009-04-08 14:41:43

shiblon commented 8 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.

Reported by shiblon on 2009-04-10 13:57:54

shiblon commented 8 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.

Reported by shiblon on 2009-11-19 18:45:37