Group Abstract Group Abstract

Message Boards Message Boards

8
|
17.5K Views
|
7 Replies
|
13 Total Likes
View groups...
Share
Share this post:

Mathematica 10.4 Release

7 Replies

Of the following lines, only the first one gives what I was expecting:

Style[TraditionalForm[a + b <= 1], 
 FontFamily -> "Latin Modern Roman"]
Style[TraditionalForm[a + b <= 1], FontFamily -> "Latin Modern Math"]
Style[TraditionalForm[a + b <= 1], FontFamily -> "Computer Modern"]
Style[TraditionalForm[a + b <= 1], FontFamily -> "LaTeX"]
Style[a + b <= 1, FontFamily -> "LaTeX"]

The purpose was to imitate the standard TeX look.

POSTED BY: Gianluca Gorni

Thanks. This command shows all the fonts installed on my computer. When I execute this command in 10.3.1, I get fewer fonts.

I see, for example, the Felipa, Alegreya SC, fonts with 10.4, but not with 10.3.

Are the additional finds those provided by Wolfram in the installation? Is there an easy way to get the fonts included in the Mathematica Package. (I could do this by hand, by comparing the lists, but we like automation here ;-)) If I did that, I would miss any fonts included with Mathematica that I already have on my system.

Thanks.

FileNames["*",FileNameJoin[{$InstallationDirectory, "SystemFiles", "Fonts", "TrueType"}] ]

That will give you a listing of the font files included in the layout. In 10.3, this directory only included the files for Mathematica and Source Sans Pro. The file name is generally a good hint...

POSTED BY: Ian Hojnicki

Thanks. Forgot about looking in the System Files folder. We now have a universally available form of Garamond -- at least for 10.4 or later.

Some of the other fonts look promising. I will make a test style sheet and see what they can do.

Now, if the glitch in OpenGL (OS X) can get fixed....

@George Woodrow III - does $FontFamilies do what you're looking for? It lists all font families, but I don't think there's a way to see when each one was added unless you have an older version to compare. But at least you can see all the fonts:

Style[#,FontFamily->#]&/@$FontFamilies

I think there are a few my computer doesn't like and renders as boxes...

enter image description here

POSTED BY: Bianca Eifert

I can find no documentation about the 24 new font families. Any clue where to look?

Thanks Jennafyr for sharing that list. @Silvia Hao has made this comprehensive infograph of the new functionality in M10.4 using ClusteringTree:

MMA 10.4 ClusteringTree

POSTED BY: Bernat Espigulé
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard