Questions relating to different typefaces and their use in various Mathematica outputs, including graphics, notebooks and exported output.
5
votes
1answer
58 views
Default FontFamily for PlotLabel
This is probably a rather basic question and I presume I am simply unable to make proper use of the Options[] function: I am trying to figure out what the default ...
6
votes
2answers
81 views
Setting OperatorSubstitution to False has issues with PDF and EPS exports. Are these bugs?
In Plot, I would like to use my own font, eg Inconsolata, for operators such as ×, so I set OperatorSubstitution to ...
1
vote
0answers
35 views
A Symbol with Subscript and Superscript as an Axis Label
I am trying to have the symbol $\epsilon_{9/2,4}^-$ as the axis label in a graph in Mathematica. First problem is that: when I use Subscript[$\epsilon$,9/2,4], 9/2 changes to $\frac{9}{2}$ (which I ...
5
votes
1answer
103 views
Why ImportString[ExportString[, “PDF”], “PDF”] sometimes gives an extra point
Consider this code:
...
1
vote
2answers
62 views
Font size in PlotLegends, using Table to generate the list in the legend
I am currently trying to get to graph with several functions as below. My problem is that I cannot change the font size in the legend (authomatically generated numbers by "Table" function). This code ...
14
votes
3answers
164 views
Is it possible to embed fonts in a .cdf?
I am trying to use a special font with musical symbols in a .cdf that I send to some friends. The font is called "Tempera" and is freely distributed here:
...
1
vote
1answer
88 views
Making axis numbers larger on Mathematica plot
I want the numbers along the axis to be larger than the default value. Can this be done?
The reason I am asking is because I frequently make charts in Mathematica and use them in Word. I export ...
9
votes
2answers
126 views
Font sizes in graphics
I'm trying to find an explanation for the different sizes I'm seeing for fonts added to graphics in different ways, and haven't yet located an easy to understand explanation. Here's a minimal ...
5
votes
1answer
143 views
Font size in PDF export with legended plots not working
I need to export plots as PDF with a given image and font size. Everything is working fine if there is no legend for that plot. However, if I want to export legended plots, the font size is decreased ...
0
votes
0answers
107 views
How can I change the default font for all notebooks?
In Mathematica 8 I tried to change the default font for all notebooks in Format > Option Inspector > Global Preferences > Formatting Options > Font Options > large font selection screen > selection ...
8
votes
2answers
271 views
Alternative Math Font
Are there other fonts that can be used for mathematical symbols?
I have noticed, that choosing another font (via Stylesheet) does not change the math font (e.g. for greek symbols). Symbols will just ...
5
votes
1answer
169 views
How to avoid font substitution with Mathematica fonts?
When I export a Plot to PDF, a journal publisher complains that they do not have the Mathematica fonts.
I believe there is a way ...
5
votes
0answers
90 views
FontSubstitutions: how do they work?
I'm puzzled by FontSubstitutions. The help says this:
FontSubstitutions
is an option for Style and Cell that gives a list of substitutions to try for font ...
11
votes
1answer
324 views
How to find out available fonts from within Mathematica?
How to find out available fonts on the system from within Mathematica? When I do
Style["foobar", FontFamily -> "Foobar"]
how do I know which font the ...
16
votes
3answers
504 views
Scale Insetted Characters to Plot
I am trying to place a curly brace within a plot such that the top/bottom of the curly brace line up with two horizontal lines in the plot:
I have not been able to find a way to make the curly ...
0
votes
0answers
94 views
Is there a way to export text to SVG as text, rather than paths?
When I use Export to export graphics in SVG format, all text in the the exported file seems to get converted to paths. Is there a way to prevent this?
Is there a ...
1
vote
0answers
46 views
Fit text to a path [duplicate]
Possible Duplicate:
Movable text on a curve
This is a common feature among vector-based graphics suites (e.g. Illustrator), so I was wondering how it could be done in Mathematica. Here's an ...
5
votes
3answers
165 views
4
votes
1answer
273 views
Invisible \[Conjugate] glyph in the linux frontend
I have a very annoying problem.
The Conjugate glyph (*) does not show when I type.
That is, if I type \[Conjugate] or ⋮co⋮ then ...
8
votes
3answers
216 views
Inconsistent display of TraditionalForm in version 9
After installing version 9, the default style sheet uses Arial font in text and formula cells. So far, so bad. At least one would hope this is done consistently.
But now I see this:
You can see ...
5
votes
1answer
224 views
How do I prevent fonts sizes and line weights from scaling in exported graphics?
It's common to export graphics from Mathematica that are subsequently scaled to various sizes that cannot (at least not conveniently) be anticipated. This is problematic in cases where (as is common) ...
14
votes
1answer
1k views
Version 9 Blue Screen or Self-Test Error on Windows 7 64-bit
Update There is now an official response from Wolfram Support on this issue.
Having recently installed Mathematica version 9 64-bit on Windows 7, I keep running into Self-Test Errors evaluating ...
6
votes
1answer
264 views
Monospaced fonts are not monospaced
I'm using Linux-x86-64 as operating system. Can someone explain this behaviour and maybe give a hint how to resolve it? Here are two lines of exact the same number of letters of a monospaced font:
...
9
votes
1answer
107 views
Order/Dependency of Styles in a Stylesheet
How exactly is a custom stylesheet processed?
Which style depends on (inherits from) which other style.
Consider e.g. setting a font.
I would expect that setting the font for "Section" to YY after ...
0
votes
0answers
93 views
How to set Math text size & line spacing
I have chosen different font for text. Unfortunately this font is larger than the standard Times font. So all math symbols (e.g. greek) are now a little too small. If I could just set the FontSize for ...
4
votes
1answer
248 views
Exporting Cyrillics in PDF on Linux
I'm using Mathematica from Ubuntu. I need a normal font to display cyrillics inside PDFs. Any default font is very ugly, letters are too close together:
...
0
votes
0answers
47 views
Custom Magnification Setting [duplicate]
Possible Duplicate:
In Mathematica 7 for Windows, is it possible to use custom GUI magnifications?
I am able to use a custom Magnification by setting ...
4
votes
2answers
359 views
Set default font for Output
Is it possible to set the font family to Arial for axes, legends and labels globally?
I found out about
...
0
votes
0answers
219 views
5
votes
3answers
146 views
How to preserve clipping when exporting a framed histogram with font embedding?
I work with histograms and would like to export it to EPS format. I've noticed that my exported image loses the PlotRangeClipping option that I set up when I export the plot. This is true for at least ...
2
votes
1answer
305 views
Mathematica PDF import and fonts
I am trying to put nice LaTeX labels on my Mathematica plots. I can do this manually, or by introducing an extra GNUPlot step into my workflow, but it would streamline the process considerably if ...
2
votes
2answers
177 views
How can I italicize FrameLabel directives?
Suppose that I use Frame -> True in Plot. Then I can use ...
14
votes
2answers
311 views
Is there a way to outline text?
If I have:
Graphics[
{Red, EdgeForm[Directive[White, Thick]],
Inset[Style[Text@"Hi!", 44], {0, 0}]}, Background -> Black
]
I unfortunately get:
...
6
votes
1answer
181 views
Why does Installing small caps fonts in OS X cause notebook Text cells to use that font?
I installed Adobe Type 1 Times Roman SC (small caps) and Times Roman Bold SC fonts on my Mac OS X system. Now every old or newly-created Text style cell in every ...
6
votes
1answer
346 views
Support for pro font families?
While researching this question, I encountered an issue with Mathematica’s font selection mechanism when rich families of pro fonts are used.
I can plot text in a given font with:
...
23
votes
2answers
1k views
How to embed fonts when exporting Mathematica graphics as PDF
Upon exporting a Mathematica graphics expression as a PDF, Mathematica does not seem to embed any nonstandard fonts used. When you open the resulting PDF document with a PDF viewer, all the text items ...
9
votes
2answers
318 views
Keeping Text Size the Same Throughout Entire Notebook File
Is there a way in which when you choose to format the size of the font within your notebook, for a particular cell, when you go into another cell, the default size font (12pt) will not be ...
6
votes
1answer
129 views
How can I make CurrentValue for font characteristics pick up the font of the output not the input cell?
The command CurrentValue (documentation) allows you to access various properties of fonts, such as x-height, line height, and various measures of width such as ...
11
votes
2answers
1k views
Fontsize is too small
I have this annoyance for a long time now: every Text cell uses the default font size, though it appears too small on my screen. See comparison of same text, same font (Times New Roman), same fontsize ...



