Does it have mathematical typesetting like Tex?
You can use MathJax inside Pollen today. As far as building more integrated support for math typesetting, I'd like to do that, but what I'm not sure about yet are the ergonomics. Ideally, you'd just be able to drop TeX-style math expressions into the markup, indicating whether they're inline or block, and Pollen would do the right thing in terms of handling the rendering (based on whether the output is a web page vs.…
Pollen: the book is a program
31–40 of 56 posts
Re: Pollen: the book is a program
#32Earlier quoted context omitted.
This is the real kicker for some applications. After all, Knuth didn't write TeX because he needed a typography solution, he wrote it because he needed a typography solution for mathematics. All these years later, and TeX (with or without LaTeX) is far and away the best solution I know of. As for the mass market: Word's typesetting of mathematics is terrible, as is the interface (for anything but the simplest express…
Mathematica has a pretty decent typesetting system, but it's not open source or free...
Re: Pollen: the book is a program
#33Re: Pollen: the book is a program
#34Does it have mathematical typesetting like Tex?
You can use MathJax inside Pollen today. As far as building more integrated support for math typesetting, I'd like to do that, but what I'm not sure about yet are the ergonomics. Ideally, you'd just be able to drop TeX-style math expressions into the markup, indicating whether they're inline or block, and Pollen would do the right thing in terms of handling the rendering (based on whether the output is a web page vs.…
Re: Pollen: the book is a program
#35Beautiful, and I'll use it for my first book. But I have to call out the claim: > I think Pollen just won the Hello World Tournament. That tournament was won permanently by the M4 language in 1977. http://en.wikipedia.org/wiki/List_of_Hello_world_program_exa...
I was considering an esoteric (joke) language that would compile a blank file to print "Hello, world!", q to a quine, g to guess, and similar. I never got around to creating it though.
Re: Pollen: the book is a program
#36also used scheme for writing books, provided for embedding code execution, tex for math, targeting html and paper, etc. i made it in 1996 to write my phd dissertation, based on markup by jar@mit.
Re: Pollen: the book is a program
#37Re: Pollen: the book is a program
#38According to the "package 6.0" bugreport it looks like things are not going to change very soon:
As far as I understand, the build system and general organization of
racket has been changed quite a lot for 6.0. I'm not sure how soon I'll
find time and motivation to work on this, especially since I'm committed
to using 5.3.6 at $WORK through the end of April.
I cant remember the last time I saw a self extracting shell archive installation and/or a shar without a gpg signature.Re: Pollen: the book is a program
#39I have been looking forward to trying this out ever since I heard about pollen in one of MB's talks on typography. Unfortunately it requires racket 6.0 and Debian only has 5.3.6 in unstable and nothing in experimental. According to the "package 6.0" bugreport it looks like things are not going to change very soon: As far as I understand, the build system and general organization of racket has been changed quite a lot…
You can see the SHA1 hashes of the distribution here: http://www.cs.utah.edu/plt/snapshots/
Re: Pollen: the book is a program
#40Earlier quoted context omitted.
You can use MathJax inside Pollen today. As far as building more integrated support for math typesetting, I'd like to do that, but what I'm not sure about yet are the ergonomics. Ideally, you'd just be able to drop TeX-style math expressions into the markup, indicating whether they're inline or block, and Pollen would do the right thing in terms of handling the rendering (based on whether the output is a web page vs.…
How do you think about MathJax vs. pre-rendering formulae to images and using those, with the TeX input as the alt attribute? Oh, and using STIX or whatever as web font.