Sent out the next TeX/TUG newsletter. Boris (Veytsman) has been working hard on more book reviews and publisher discounts, it's been great to have him on board :).
Sent out the next TeX/TUG newsletter. Boris (Veytsman) has been working hard on more book reviews and publisher discounts, it's been great to have him on board :).
Finally changed mktexlsr (in the TeX Live pretest) to support trees with spaces in the name. Long ago had lazily processed args with simply
trees="$trees $1" # which obviously loses when $1 contains a space
Since we certainly can't use arrays or any other advanced (ba)sh features, and rewriting in Perl would have been much more work, I now just write $1 to a temp file and then read it back with IFS='
Posted the initial abstracts and participants for TUG'11 in Kerala, India. More, please!
The TUG books page has some new book reviews, member discounts, and other info. Thanks to Boris Veytsman for taking this on.
Belatedly discovered that removing trailing whitespace with s/\s*$// instead of s/\s+$// was costing a full second of runtime every time the texlive.tlpdb file was read (about 50% of the read time). Furthermore, we apparently don't need to remove trailing whitespace at all (more savings). Unless I'm missing something obvious, this should be a nice fix for the 2011 release :).
New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!