[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: In-buffer viewer for DVI files
From: |
Tassilo Horn |
Subject: |
Re: In-buffer viewer for DVI files |
Date: |
Wed, 22 Aug 2007 16:39:16 +0200 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) |
Tassilo Horn <address@hidden> writes:
Hi,
> that's really nice. Indeed I wanted to write something like that for
> quite some time, but I never did so...
>
> Anyway, you could make it even better by making it a generic viewer
> for DVI, PostScript and PDF files. ImageMagick's `convert' tool can
> convert any of those formats to PNG.
>
> $ convert <pdf/dvi/ps file> </some/dir/>bar.png
>
> converts every page to a file bar-X.png in /some/dir/ where X is a
> number starting with 0 (page 1).
I started writing that mode and basically it works. I need to fix some
things before it's really usable, but I think I can post it tomorrow.
:-)
Bye,
Tassilo