#13817: Add documentation about how to use Type-1 fonts in graphics
-----------------------------+----------------------------------------------
Reporter: ppurka | Owner: mvngu
Type: enhancement | Status: new
Priority: major | Milestone: sage-5.6
Component: documentation | Keywords:
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
-----------------------------+----------------------------------------------
See this [http://ask.sagemath.org/question/2066/fonts-in-graph-graph-
theory-pictures-are-type-3 ask.sagemath thread].
The default matplotlib behavior is to use Type-3 fonts in graphics.
However, some (many?) publications have a strict stipulation of using
Type-1 fonts only in the document. The method to force matplotlib to have
this behavior is to add a matplotlibrc file in the working directory with
the following contents:
{{{
rcParams['ps.useafm'] = True
rcParams['pdf.use14corefonts'] = True
rcParams['text.usetex'] = True
}}}
This tidbit should be added to the main graphics documentation in some
nice way. A `..note` maybe?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13817>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.