Re: Epstopdf and Lucida fonts in labels
Taco Hoekwater <[email protected]> Thu, 21 Apr 2005 12:45:40 +0200
| Newsgroups | gmane.comp.tex.metafont |
|---|---|
| Message-ID | <[email protected]> |
Laurence Finston wrote: > On Thu, 21 Apr 2005, Taco Hoekwater wrote: > > I don't quite get your point. My point was that where you now apparently go through a complex bit with mogrify cropping A4 or letter sized pages generated by dvips, you can just use *only* dvips to get the same effect, by using it's -E commandline (it makes dvips create pages that are the exactly the size of the 'bounding box' of the stuff on the DVI page). > TeX, dvips, and ImageMagick are all > available. All I've done is combine them. Other suggestions specifically > involved PDF, which I'm not particularly interested in. I'm perfectly > happy to use `ps2pdf' to convert PS to PDF. So you go through these steps mp->tex->dvi->ps (pstopdf optional, dvi unwanted) mptopdf does mp->tex->pdf->ps (pdf unwanted) both are fine. I was just amazed why you wanted/used mogrify. Taco