Slashdot Log In
Stix Scientific Fonts Reach Beta Release
Posted by
Zonk
on Sat Nov 03, 2007 06:33 PM
from the make-sure-to-!-after-the-word-science dept.
from the make-sure-to-!-after-the-word-science dept.
starseeker writes "At long last, the STIX project has posted a Beta release of their scientific fonts. The mission of the STIX project has been the 'preparation of a comprehensive set of fonts that serve the scientific and engineering community in the process from manuscript creation through final publication, both in electronic and print formats.' The result is a font set containing thousands of characters, and hopefully a font set that will become a staple for scientific publishing. Among other uses, it has long been hoped that this would make the wide scale use of MathML in browsers possible. Despite rather long delays the project has persisted and is now showing concrete results."
Related Stories
[+]
Developers: Free STIX Fonts to be Released in September 27 comments
tbspit writes "The STIX fonts project has announced that version 1.0 of the STIX fonts should be released in September 2005. The comprehensive font set is to include mathematical symbols and alphabets, and is intended to serve the scientific and engineering community for electronic and print publication. The STIX fonts should be available as fully hinted Type 1 and True Type fonts. The STIX project will also create a TeX implementation. Progress towards release can be monitored here."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
arg (Score:5, Insightful)
Licensing is a critical part of the software. (Score:5, Interesting)
Because the license allows distribution of the fonts and "the associated documentation files", you could probably find a copy of the font software somewhere that doesn't make you go through a click-through, as well as a sample rendering.
Parent
Re:Licensing is a critical part of the software. (Score:5, Informative)
http://lists.debian.org/debian-legal/2007/11/threads.html [debian.org]
Parent
Re:Licensing is a critical part of the software. (Score:4, Informative)
Why are they doing this? There's a nice FLOSS license for fonts: the OFL [sil.org].
As a linguist I do not like the SIL as a institution, but their fonts and the license under which the fonts are distributed are without any doubt great.
Parent
Re: (Score:2)
Re:Licensing is a critical part of the software. (Score:5, Informative)
They discredited linguistics as a science in many countries of Asia, Africa and South America - especially through their missionary work and their connections to US governmental agencies (e.g. CIA) and US corporations. That's not the SIL alone, but they are the biggest and most powerful organization of that kind. And, they actually carry linguistics in their name. You can't work as a linguist in many countries without being permanently considered as a missionary or worse.
Because of their religious and political activity they were thrown out of several Latin American states where they acted much more aggressively than in Africa and Asia. (There are several books on that subject, but I can't tell which is actually good. The SIL says - of course - none.)
To sum it up, they use science as a cover for their religious-political agenda - as a scientist that makes me very angry.
But to be fair, their fonts [sil.org] (and XeTeX [sil.org] for that matter) are great stuff and a lot of people associated with them do respectable, even tremendous, work.
Parent
Re:arg (Score:5, Informative)
They don't validate the e-mail address.
Parent
Re: (Score:3, Interesting)
They don't validate the e-mail address.
Re: (Score:2)
Where's navigation (going to)? (Score:2)
Re: (Score:2)
Re: (Score:3, Informative)
Really all that new? (Score:4, Interesting)
Basically: what's new about the Stix font set?
Re: (Score:3, Informative)
Re: (Score:2)
They haven't. Read the license.
Re:Really all that new? (Score:4, Informative)
http://lists.debian.org/debian-legal/2007/11/threads.html [debian.org]
Parent
Re: (Score:2)
math typography (Score:2, Insightful)
The one question I have about these fonts is this: Are they designed to sit well in various types of body copy? That is, do the weight and color of the STIX Fonts blend in well with the various serifs and san serifs typefaces used in differen
Re: (Score:3, Informative)
conditions for use (Score:2)
Re: (Score:2, Informative)
mathml (Score:5, Informative)
There's nothing new about being able to produce good-looking math output using free software and free fonts; people have been doing that for decades using tex/latex, and the relevant fonts are free enough that they can be distributed with linux distributions.
What's really new and important about STIX is that it will work better with technologies other than latex, especially web browsers. Mathml has been kicking around since 1999, but browser supported has always sucked to high heaven. One of the things holding browsers back from implementing mathml well has been the issue of fonts. Mathml is xml, so it naturally should use unicode. Latex dates back to long before the creation of unicode, so all its fonts are in obscure non-unicode encodings. The approach so far has been to cobble together something that works by building a Frankenstein's monster made out of various fonts that weren't designed to look good together, and that come from various sources. Even though Firefox now has mathml enabled by default, and I have the recommended witches' brew of fonts installed on my linux box, firefox still nags me about its fonts every time it needs to render mathml. The only way this is going to get better is with the STIX fonts.
For an example of how screwed up things have been, take a look at the archives of the Wikiproject Mathematics talk page on Wikipedia. WP's software uses software that renders LaTeX math into bitmaps, and that software has only very limited mathml output functionality, which is not actually being used. There was a project by a math grad student at harvard to make something better, called blahtex, which would have allowed mathml to be output as well. A user who was interested in mathematical topics, and who had Firefox, could set a preference on his WP account so that math would always be displayed to him in mathml, which would look much better (both on the screen and on paper) than the crappy screen-resolution bitmaps. Well, he wrote the thing, got it working great, tested it extensively on a huge number of equations harvested from actual WP pages, built support for it among WP editors. And when all was said and done, the Mediawiki developers wouldn't take his code. Basically the reasoning seems to have been that browser support for mathml sucked, so there was no point in disturbing mediawiki's codebase for a feature nobody cared about.
Ouch.
It's been a real chicken-and-egg thing. Since mathml support in IE requires a plugin, nobody's bothered to put much effort into making mathml content. MS's motivation for building mathml support into IE has been low, because nobody was using mathml, and the fonts weren't available. Although firefox has mathml support, it's extremely buggy, and the motivation to fix the bugs has been low, because nobody was using mathml, and the fonts weren't available. The fact that STIX is finally coming out may finally generate some excitement among developers about making mathml into a going concern on the web.
Anothing thing holding everyone back is that people are still expecting to be able to write html as if it was 1995, with no quotes around attributes, unbalanced tags, etc. That isn't going to work for xml-based technologies like mathml, and in fact firefox won't render mathml if it occurs on a page that's not valid xhtml. That seems to have been one of the big factors holding back adoption of mathml by mediawiki, for example, because the html code generated by mediawiki isn't valid xml.
I'm really hoping that sometime soon square roots won't look messed up on the screen in firefox's rendering of mathml, and a printed mathml web page won't look so horrible.
Re: (Score:3, Informative)
I think you have to keep in mind that MathML is intended to be a more general mark-up than what you get in TeX or your typical word processor's equation editor. For example, the ⁢ entity in MathML means the presentation is unambiguous and can be parsed in different ways, perhaps even spoken by a screen reader, and has no equivalent in the other notations under discussion here. MathML is verbose, and certainly not friendly to human writers, but it was never intended to be a replacement for
Computer modern. (Score:2)
We can do better than Computer Modern (Score:3, Insightful)
If anything can do it, it'll be an initiative something like the STIX work.
In any case, Computer Modern is far from everyone's taste. Knuth did a great job designing a highly legible font that could both typeset mathematics elegantly and survive the scanning, photocopying and other abuse scientific papers tend to suffer. However, notwithstanding Knuth's personal preferences, aesthetically the Computer Modern set leaves a lot to be desired. Many people prefer a different style on paper, and on screen the l
Small font sizes (Score:4, Insightful)
Compare these to the fonts of yore, such as Times or Arial or essentially any font that existed in the early Mac and Windows days. The font designers took great care to ensure that bit maps were customized for best appearance at small point sizes, given the inherent limitation of the black-and-white screens and resolution available then.
Now it seems it is universally assumed that everyone will have smoothing turned on. Modern fonts may look professional and polished at larger point sizes, but the unsmoothed bitmap versions of many of them at small sizes tend to look rough and amateurish, with ugly artifacts and inconsistent line widths and sometimes barely legible. Even the smoothed ones aren't necessarily great at small sizes - the smoothing can make them blurry with poor contrast, unlike the crisp black and white of well-designed bitmaps.
Perhaps I am alone, but I am more efficient working with small font sizes for things like programming, so I can have the maximum amount of information simultaneously available on the screen. So I almost always have smoothing turned off and use old-fashioned (and typically mono) fonts that have clean, carefully crafted bitmaps suited for that purpose. But when I switch to web browsing, if the site sports a trendy font and I have smoothing turned off, it can be an eyesore.
Re: (Score:2)
Windows is a bit funny when it comes to font smoothing. The standard option has a font size floor, below which nothing is smoothed. IMHO, this is actually rather large. ClearType seems to try to smooth everything regardless, which leads to the bizarre situation that I actually prefer to have ClearType on even on a CRT, because text at moderate sizes looks much better antialiased even if the subpixel effects sometimes cause artifacts because they were designed for TFT screens.
Crashes FontBook (Score:2)
Re: (Score:2)
Re:chicken (Score:4, Funny)
Parent
Re: (Score:2, Informative)
Re: (Score:3, Insightful)
Re:awesome (Score:5, Informative)
Parent
Re: (Score:2)
they needed a font set that had all the symbols you'd ever want to type in science
Re: (Score:3, Informative)
Re: (Score:3, Funny)
Summary says:
Ramen, meet Summary. Summary, meet Ramen. MathML FTW, natch.
Re: (Score:3, Informative)
Re:awesome (Score:5, Insightful)
Umm, no. It's a fucking lot of Latin characters, but pitiful wrt scientific notation. Check out the AMS symbol fonts in LaTeX if you want to get a clue.
Parent
Re: (Score:3, Informative)
Re: (Score:2, Informative)
With all the other systems, there is a learning curve, but you are trading a little bit of work now to learn them versus a lot of wasted work over the course of being lazy and using equatio
How do you get the journals to accept Open Office? (Score:3, Interesting)
Re: (Score:2)
Re:Equation Editor/Matlab (Score:5, Informative)
Before you complain about TeX being complicated: even my younger brother, whose still in high-school, figured out (with no help from me!) what a piece of shit Equation Editor is, and switched to TeX. Equation Editor, like Word itself, is barely sufficient for writing high-school lab reports, much less university-level science and engineering work!
Parent
Re: (Score:2, Informative)
Re: (Score:3, Informative)
This is my preferred way of typesetting equations for Keynote or Powerpoint presentations, btw. (There are simil
Re:Equation Editor/Matlab (Score:5, Funny)
Parent
Re: (Score:2)
Re: (Score:2)
Re: (Score:2, Insightful)
On the other hand, those default fonts of TeX (Computer Modern) are not very suitable for reading from screen. STIX Fonts have Times-like appearance.
Re: (Score:3, Insightful)
Now that is ironic. Although I disagree that Times is a better font for screen reading. It's all squishdy and pointy.