[OS X TeX] Re: Alternative Method of Labeling Figures with Illustrator

Jung-Tsung Shen jushen at gmail.com
Mon Jun 26 19:00:28 CEST 2006


On 6/26/06, Jung-Tsung Shen <jushen at gmail.com> wrote:
> Hi, I recently came across a very interesting method to label figures
> with Illustrator.
>
> During the past, I have been using the wonderful WARMFigToPDF to label
> figures ( http://www.esm.psu.edu/mac-tex/WFTPDF/ ). WARMFigToPDF works
> very well, and suits my purpose wonderfully. The new method, as
> described below, however, involves less steps, and to some people,
> might have the appeal of being somewhat more direct.
>
> From the author:
>
> =====================================
> Most graphing programs do not allow you to typeset complicated axis
> labels. It can be particularly difficult to create labels that include
> mathematical symbols. It would be nice if you could simply generate
> the labels in LaTeX and drop them into the Illustrator document.
>
> In fact, you can. The only impediment to doing this is that the
> Computer Modern fonts don't follow Adobe's PostScript font naming
> convention and so aren't recognized by Illustrator. Alberto Arabia's
> Tex-Illustrator fonts package provides Type 1 PostScript versions of
> Computer Modern with the correct names:
>
> http://www.math.jussieu.fr/~arabia/TeX/TeX-Illustrator.sea.hqx
> http://www.math.jussieu.fr/~arabia/TeX/TeX-Cyr-Illustrator.sea.hqx
>
> (These and other free font sets are available from
> http://www.esm.psu.edu/mac-tex. A very good commercial alternative is
> the OpenType font UniMath from Applied Symbols.) On MacOS X, the fonts
> should be installed in the /Library/Application
> Support/Abode/Fonts/Reqrd/ directory.
>
> When creating a label, it's best to use the minimal latex document
> class, which suppresses page numbers, headers, footers, and whatnot;
> e.g.,
>
> \documentclass{minimal}
> \usepackage{amsmath}
> \begin{document}
> $1/\sqrt{\bar{N}_{\text{c}}}$
> \end{document}
>
> =========================
>
> The author is Kevin Beach ( http://people.bu.edu/ksdb/ ). You can take
> a look at the method, with further information, here (
> http://people.bu.edu/ksdb/eps_tips.html ).
>
> I have briefly tested the method myself, and it worked perfectly. The
> only problem I had actually was to produce the exact output as in the
> example in the author's web page (the  division symbol, "/", showed up
> as a rotated triangle in my PDF output); but for every other examples
> I devised, it worked flawlessly. I would be very interested if the
> members and experts of this forum could have further examination.
>
> Regards,
> JT
>

A more direct URL: http://people.bu.edu/ksdb/eps_tips.html#ComputerModern

Also, there's some caution at the end of this method which I didn't
include in the previous message:

==============
The file should be processed in two steps, as follows:

% latex label.tex
% dvips -Ppdf -o label.pdf label.dvi

(Do not use pdflatex; Illustrator cannot handle its font encoding.)
The resulting pdf file can be opened, edited, and manipulated with
Illustrator.
==============

However, for my primitive tests, I could use either pdflatex, or TeX
and Ghostscript, within TeXShop without any problems.

JT
------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
          & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/




More information about the macostex-archives mailing list