Re: English versus German



On Jul 2, 5:00 pm, Nathan Sanders <nsand...@xxxxxxxxxxxx> wrote:
In article <7a4q45pm47b2nq4qm0ga2m9fuut0l27...@xxxxxxx>,
 Ruud Harmsen <z...@xxxxxxxxx> wrote:

Thu, 02 Jul 2009 13:08:37 -0400: Nathan Sanders
<nsand...@xxxxxxxxxxxx>: in sci.lang:

I'm still waiitng to hear of something it can do better or easier than
Word. (Other than mathematical equations, which are of no concern to
me or to 99.9995% of users. That's one in a million.)

As I've already mentioned, ligatures, kerning, and whole-page
hyphenation algorithms.

Word (and TrueType in general) does ligatures and kerning too.

I just tested these in Word 2008, out of the box:

_One_ query to the Word newsgroup, just in the last few days, suggests
that Word2008 (the Mac version of 2007) has introduced some DTP
features that are not in 2007 (including "master pages" -- bizarre,
since Word doesn't think by pages -- and guides). So maybe you can
find such things by studying your manual.

No ligatures for fi, fl, ff, ffi, or ffl.

Kerning is terrible.  "Table" has the wrong spacing between T and a,
and tall italics characters inside parentheses bump into the
right-hand parenthesis.

Hunting around the menus, I managed to find something called "kerning
for fonts" and turned it on.  "Table" and tall italics inside
parentheses are still incorrectly kerned.

I haven't yet found how to get ligatures.

Multiple accent marks on the same character (e.g., acute over macron).

Possible in any system that supports Unicode.

TeX was able to handle this easily before Unicode.  

Uh, so what? This is 2009.

It still handles
it easily: \'\=a puts an acute over a macron over "a".  I know how to
get an acute accent over "a" in Word, and I've modified my keyboard to
allow me to get a macron (this is not an out-of-the-box ability!), but
I don't know of a simple way to get both accents on the same character
in Word.

Have you not discovered the Insert Symbol button? Have you not
realized that you can assign a keyboard shortcut to every character in
Unicode, if you so choose? I've done a wonderfully mnemonic and
efficient set of shortcuts for just about every diacriticized letter I
ever want.

And if you haven't even discovered the Combining Diacritical Marks
range of Unicode, you have very, very little business criticizing its
linguistic abilities.

I just put an acute accent over an "m" in Word, and it changed the
font from Cambria to MS Reference Sans Serif, and now, everything I
type after that is in the new font!

Then you should learn how to use Word properly. And you shouldn't be
using a font that doesn't have the additional character ranges for
doing linguistics.

If the accented character is not a pre-composed character in the font
(as acute-m is not in Cambria), TeX will compose the accented
character on the fly.  There is no font change for either that
character or the following ones.

Just like Word!

Language-specific hyphenation and ligatures.

Hyphenation is language-specific in Word too.

Can Word handle multiple languages within the same document?

Of course!

 In
LaTeX, it's as easy as:

\usepackage[french,german,english]{babel}
...
\selectlanguage{german}
...
\selectlanguage{french}
...
\selectlanguage{german}
...
\selectlanguage{english}

It's a hell of a lot easier than that in Word.

Cost and portability: (La)TeX is free and the source files are written
in plain text, so anyone can read your document without having to buy
proprietary software, without cross-platform conversion issues, and
without legacy version issues.

Word doesn't have these either.

Since when is Word free?!?  Last I checked, the latest version of
Office was on the order of $300 to buy it new, or about $200 to
upgrade from a previous version.

You get what you pay for.

Someone, obviously, is subsidizing LaTeX.

Can you send a Word file to a colleague who doesn't own the same
version of Word as you (or no version at all!), and/or is working on a
a different OS than you (Mac versus PC... god forbid he's on Linux!),
and he'll be able to open your file and it will look the same as on
your machine?  As recently as last year, that wasn't true for me when
I was collaborating with a colleague.  Random symbols were missing,
pagination was different, and even the fonts weren't consistent.

If the same fonts were installed on both computers, the fonts were not
a problem. If the document was assigned to the same printer driver on
the different computers, there would be no formatting problem.

How about a Word file from 10 years ago?  If you open it on a modern
machine running the latest version of Word, will it have the same
layout as it originally did?  Will you even be able to open the file
at all?

I think you need to change a Registry entry in order to open a
document in a pre-97 format. That was apparently a security measure
introduced with 2007.

None of these are problems with TeX, because TeX source files are all
plain text files, the most basic text file you can possibly have, free
and common to every computer system, every operating system, and every
time period.

And therefore consuming lots of extra computing power every time
they're opened.

Handling of large-documents: Word often crashes unpredictably on
large, complex documents,

After so many years of using several versions (6, 97, 2007), I can
hardly remember such events. Word 2000 was very buggy, yes, that's
true.

It's gotten better, but it's still buggy.

Evidence?

ut (La)TeX doesn't; a 1000-page document is
just as stable as a 1-page document.  

Why not split that into chapters?

I'm counting the entire finished product as a "document".  Of course
it should consist of multiple individual files if it's large enough.  
Doing this in TeX is trivial, and the resulting document is just as
stable as a 1-page document.

My experience with the "master document" functionality in Word is that
it is cumbersome (difficult to initiate, difficult to change,
difficult to work on individual pieces) and unreliable (formatting and
styles between subparts gets broken, files are prone to corruption,
etc.).

DO NOT EVER try to use "Master Documents" in Word. They never worked
correctly, they are not explicated in Help, and they corrupt
immediately.

Instead, use RD fields, or simply make a really big file. Word can
handle it.

Perhaps that's changed in the past few years since I worked with it,
but this aspect of TeX has always been straightforward and stable.

I wish you hadn't been making me defend Word so much (I'd much prefer
to be able to continue with FrameMaker), but from everything you've
said, it is considerably superior to (La)TeX.
.