Re: Re: export pdf font question
- To: mathgroup at smc.vnet.net
- Subject: [mg89618] Re: [mg89612] Re: export pdf font question
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Sun, 15 Jun 2008 06:12:56 -0400 (EDT)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- References: <g2tj7g$8hc$1@smc.vnet.net> <200806140932.FAA22977@smc.vnet.net>
- Reply-to: murray at math.umass.edu
I just tried some variants of the LaTeX font specification shown below.
They display properly within Mathematica. However, when I export as
EPS and then view in GhostScript, they don't display as those fonts.
This is the case, for example, for eufm10 and bbold10.
Jean-Marc Gulliet wrote:
> mathfeel wrote:
>
>> When I use Export["filename.pdf",SomethingIDrew] to export a figure to
>> pdf, Mathematica uses Wolfram fonts like Mathematica1 etc. This often
>> mess up various things such as pdflatex when I do includegraphics.
>>
>> I have seen on the web several instructions on how to add Map
>> wolfram.map etc to updmap.cfg so that things can work, but I suspect
>> that if I were to submit my article to someone for publication, they
>> might or might not have support for Mathematica fonts. Is it possible
>> to tell Mathematica to use more "standard" latex font? Seriously, how
>> do people generate graphics on Mathematica and include in latex do it
>> generally anyway?
>
> You could use a Text[] directive to control precisely the font, weight,
> size, etc., of each textual element (or options such as AxesStyle and
> LabelStyle for more global settings). For instance,
>
>
> Plot[Sin[x], {x, 0, 2 Pi},
> PlotLabel ->
> Style[TraditionalForm[Sin[x]], FontFamily -> "cmmi10",
> FontWeight -> Bold, FontSlant -> Italic, Black, FontSize -> 24]]
>
>
> Regards,
> -- Jean-Marc
>
>
--
Murray Eisenberg murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower phone 413 549-1020 (H)
University of Massachusetts 413 545-2859 (W)
710 North Pleasant Street fax 413 545-1801
Amherst, MA 01003-9305
- References:
- Re: export pdf font question
- From: Jean-Marc Gulliet <jeanmarc.gulliet@gmail.com>
- Re: export pdf font question