help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: want a file format easily edited and read by emacs that allows (mult


From: Emanuel Berg
Subject: Re: want a file format easily edited and read by emacs that allows (multiple) pictures to be included
Date: Thu, 07 Dec 2017 22:23:24 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Yuri Khan wrote:

>> Mostly I got them with fbgrab and, in X,
>> gnome-screenshot . So I can't redo them.
>> But perhaps they (the programs) can be
>> configured to output SVGs from now on...
>
> Screenshots are bitmaps to begin with.
> They are a lost cause.

What about the output of groff? Can it do EPS
or SVG? No hits in the manpage...

Here is how I get the PDF, PS and PNG:

    ${pdf}: ${src}
       groff -p $< -T pdf > $@
       pdfcrop --margins 12 $@ $@ > /dev/null

    ${ps}: ${src}
       groff -p $< -T ps > $@

    ${png}: ${ps}
       convert -density 400 $< $@

-- 
underground experts united
http://user.it.uu.se/~embe8573


reply via email to

[Prev in Thread] Current Thread [Next in Thread]