Stop the Math Press's Presses — Knuth Announces iTex
After Donald Knuth's anticipated "earthshaking announcement," it's safe to say that the world is still here. yowlanku writes "Christoper Adams tweeted live from TUG 2010 Conference that 'Donald Knuth's TeX successor will be named iTeX.' " Knuth "also stated that this successor of TeX will have features like 3-D printing, animation, stereographic sound."
I hear it's already been rejected from the App store.
When you're afraid to download music illegally in your own home, then the terrorists have won!
Name it after some other deliberately mispronounced form of fetish-wear. I'd happily write papers in buttplug (pronounced bootploog).
here:
http://slashdot.org/comments.pl?sid=1702818&cid=32752126
It was an hilarious presentation in the spirit of his first publication... http://www.codinghorror.com/blog/2008/01/the-enduring-art-of-computer-programming.html (scroll down to Potrzebie)
to repeat (w/o the geocoord)
a successor to TeX which he has been working on for some time
scratch tex78 and tex82
so making up for assumptions which don't fit the internet age
jokes about measuring and math in TeX .4pt == .3999pt
maxdimen too small, 1sp too large
tunnel vision caused by computers of the day
subset of XML uses Unicode automatic everything
all directions and all dimensions
hypertext
text audio video sensors GPScoords accelerometers haptics
midi input to score and back to music
no macros --- menu driven like Word but enhanced
spoken command and gestures
\i \TeX (wrapped on a sphere)
spoken name accompanied by (optional) ringing bell
not programmed directly
1289 bugs in TeX
571 bugs in metafont
Project Marianne
www.projectmarianne.com
Project Biturgical
written in Scheme using all buzzwords
pricing - monthly subscription on cloud
first year one month free
pricing based on internet speed
will change everyday
life is too short to reread anything
will benefit world's economy, user's can sell documents
network of certified consultants
online help
- for dummies
- for wizards
- personalized on-line
symbolic equations
graphics
maps
satellite photos
\i\TeX hyper document
math mode like mathml --- must evaluate
avatars
hyperbolic geometry
videoconferencing
world-class photo retouching
character, face, speech recignition
cognition
output format:
- lasercutters
- embroidering machines
- 3D printers
- plasma cutters
interactive cookbook
life as hypertext document
released next month
pending patent applications
Sphinx of black quartz, judge my vow.
It's usually referred to as Rapid Prototyping, and properties are limited to whatever the particular technology you're using can support. The good news is some companies (disclaimer - previous employer) like Stratasys have evolved their FDM technology to the point of creating usable plastic parts.
Sadly, the venerable, verbose, and error-prone STL file format is still the standard input for most of these systems.
So, perhaps Tex will support STL output for 3D printing :)
according to google, his presentation was a hoax.
MidnightBSD: The BSD for Everyone
Is it a plane ? Is it a bird ? No, it's a Woosh !
Perhaps you meant "keming"?
The way I see it, he's announced that the proof of P = NP will fit easily in the margin of an iTeX file...
I wonder if this would surprise him: at 4AM Pacific today, I searched for "knuth announcement".
Google told me that was the 27th most common search over the preceding hour.
As always, all IMO. Insert "I think" everywhere grammatically possible.
All 27 users of TeX will be quite excited about this.
Ah yes, the reliable old joke: all X people who care will be happy, where X is a humorously small number. Classic!
But kidding aside, TeX is in heavy use. Most TeX users use LaTeX or even LyX to wrap TeX and make it easier, but TeX is in there doing the work.
My understanding is that TeX is standard in the academic world, because it can correctly typeset serious math equations. Also, Wikipedia uses TeX to process all <math> tags (see here for details).
I have many times read discussion boards where people said something like "I started writing my thesis in Microsoft Word using its equation editor. After my fourth bout of heavy drinking and depression, my friend showed me LaTeX, and I was able to finish my thesis with just a few wine coolers and hardly any Prozac."
steveha
lf(1): it's like ls(1) but sorts filenames by extension, tersely
I know, WTF indeed. This iTEX is even going to have TrueType fonts! And he rewrote it in Java. Knuth has really gone soft in his old age.
Fascism trolls keeping me up every night. When I starts a preachin', he HITS ME WITH HIS REICH!
I did my thesis in LaTeX; in fact I learned LaTeX to do the thesis so I wouldn't have to use MS Word. I probably didn't save any time since I was starting from scratch with LaTeX and had to update the school's age-old LaTeX template to work with the newer versions, but man, when I saw everyone else struggling with Word and whatever awful math plugin they had to use, I was glad I took the extra time.
Now I use LaTeX whenever I can since the output is so beautiful and I can type lists and tables a lot faster than I can mouse them in in Word.
I highly recommend it.
If moderation could change anything, it would be illegal.
please move along
God spoke to me.
Lyx is cool, but I like LaTeX by hand because it's just faster. Anything repetitive I write my own definitions (i.e. macros) for, so it's a huge time saver.
I really dislike WYSIWYG. I want to type, never use a mouse, and have the program format it for me.
If moderation could change anything, it would be illegal.
I did my thesis in LaTeX - and I don't believe there was a single mathematical equation in it. I chose to use it so that I could focus on the structure of the document, rather than formatting. There's lots of good things about it beyond just math!
Of course, I may have been the only person in the Faculty of Education at my university ever to use LaTeX for their thesis - at least outside of the math education folks. I had to use a LaTeX style from our computer science department - only CS, physics, and math seem to have LaTeX thesis styles at my school.
Now I use LaTeX whenever I can since the output is so beautiful and I can type lists and tables a lot faster than I can mouse them in in Word.
And, as a bonus, it's actually amenable to version control. Nothing like being able to throw a document into cvs/svn/git/what-have-you, and have real, sensible diffs to tell you how the document changed over time, without resorting to storing all that version info in the damn document format itself where it can't be accessed by anything but specialized software designed to work with that format.