Slashdot Mirror


MS Word 2010 Takes On TeX

alphabetsoup writes "Office 2010 Technology preview was leaked a few days back. With its leak, a feature which was rumored to be present can now be confirmed. Office 2010 finally adds support for Advanced Typographic features (ligatures, number forms, alternates, etc.) of OpenType, allowing one to create documents so far possible only in TeX or InDesign. Between this, the new equation editor and styles, what are the chances of Word replacing LaTeX as the editor of choice in academia?"

33 of 674 comments (clear)

  1. Low by bcmm · · Score: 5, Insightful

    Something usually free is already widely used.

    --
    # cat /dev/mem | strings | grep -i llama
    Damn, my RAM is full of llamas.
    1. Re:Low by Red+Flayer · · Score: 3, Insightful

      Is LaTeX 3 out yet? Lack of support for hyperlinks is annoying.

      The summary is a bit off, with the question about Word replacing LaTeX as the editor of choice. LaTeX is a document markup language (plus more), not a text editor. You can currently use Scientific Word as your text editor if you want, and have it write LaTeX files that can be read by Tex (typesetter).

      So my question is:

      By "support", does this mean Word is trying to supplant Tex as the dominant typesetter in academia? Or does this support just mean that Scientific Word (as a text editor) will be able to use more of the options available in LaTex, and will still be able to write LaTeX files?

      --
      "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
    2. Re:Low by nitroamos · · Score: 5, Insightful

      Something usually free is already widely used.

      remember that Linux came along as a free alternative to challenge the established OS, with mixed success. now, we have a non-free alternative coming along to challenge Latex (e.g. TexShop). Somehow it seems the odds of success are marginal.

      Here's what Tex/Latex have going for them, as viewed by a grad student currently writing his thesis, like myself:
        * Knuth designed Tex to be more than just words on paper, he designed formulas to help make your documents beautiful. I think he's getting it right, which is why his version numbers are converging to pi.

      * Part of the reason is that Latex is not just about formulas. It's also about styles, lists, bibliography, cross referencing within your doc, etc, which WYSIWYG has not been able to get right so far, and for the needs of power-users, I suspect it never will. I use both, and I still struggle to get Word lists to do what I want.

      * User experience. Now that I've spent time on the Tex learning curve, and I can typically get it to do what I want, why would I want to get on another learning curve?

      * Free. With software like TexShop, I already have all I want, in a great package.

    3. Re:Low by JasterBobaMereel · · Score: 5, Insightful

      LaTeX is not an editor

      Word is not a document publishing system

      If I want to write an academic paper to be published LaTeX is my first choice but Word would not be my second, a proper document layout and publishing system would be

      If I want to write a help document, letter, or similar Word/OpenOffice would be my first choice (if on Windows)

      Different tools for different problems - not a one tool for everything

      Word is a very bad text editor, a quite good document editor (my opinion), and a very bad document layout system, use it for what it is good for ....

      --
      Puteulanus fenestra mortis
    4. Re:Low by Abreu · · Score: 5, Insightful

      You are right,

      Word is not a text editor
      Word is not a desktop publishing software
      Word is not a email client ...and yet a lot of people still use it that way!

      (and don't get me started on what some people use Excel for!)

      Why? Because they don't want to buy/download/get the correct tool for the job. And even if the correct tool for the job is easily available, they don't want to learn how to use it!

      The sad reality is that, if Word starts offering decent academic publishing features, it will overtake LaTeX in a blink... Even worse, clueless professors will start demanding that documents be submitted in .docx format!

      --
      No sig for the moment.
    5. Re:Low by Werthless5 · · Score: 5, Insightful

      As a scientest, I can assure you that science departments use mostly linux. I have a few colleagues who use Mac as well.

      I have a feeling that you're not a troll, just very confused

    6. Re:Low by calmofthestorm · · Score: 3, Insightful

      I see a fairly even split between OS X and linux and desktops/laptops and pure linux on servers. What's this windows you speak of? I think they have a few of them in the library.

      --
      93rd rule of Slashdot: No matter how obvious my sarcasm is, my comment will be taken seriously by someone.
    7. Re:Low by MaskedSlacker · · Score: 5, Insightful

      What you don't seem to understand is that LaTeX is FASTER to write up than any other system.

      Your inability to distinguish between "easy to use" and "easy to learn" marks you as a fool.

    8. Re:Low by Atlantis-Rising · · Score: 5, Insightful

      Your teacher should have been fired unless they were teaching a course in LaTex.

      --
      "It is possible to commit no errors and still lose. That is not a weakness. That is life." -Peak Performance
    9. Re:Low by jhfry · · Score: 4, Insightful

      Here goes all the moderating I did on this thread, but I want to get one thing clear before it confuses anyone else.

      I have never used LaTeX, but I understand it and know why it's important, I hope that I can help you and anyone else who might be interested.

      TeX allows the content creators to create the content without knowledge of the finished formatting. If your a writer, you just write with everything left justified in a clean screen font without regard to how your creation will appear on the printed page. Sure, you might need to know a handful of basic formatting tags; a few written on an index card is enough unless your doing equations or some other complex work.

      Ultimately, the content creator is freed from concerning themselves with anything but content. This alone is a huge productivity booster!

      I think the worst thing LaTeX has going for it is that the examples provided on webpages try to show the power and not the ease of use. Below is some typical markup in LaTeX for normal text, certainly not overwhelming (from here )

      \documentstyle[12pt]{article}

      \begin{document}

      This is a sample document. I can just keep typing without regard to formatting, unless of course I want to ensure that something {\em important} is emphasized.

      \begin{myspecialtag}
      I can, as the content creator, specify blocks of text, like this one, that will later have special formatting applied. I don't worry about what that formatting will be, I just create a new label on the fly, or reuse ones I have already used or were provided by my template developer.
      \end{myspecialtag}

      The fact that I am free to just type, and only tag blocks of text for later formatting frees me from thought about what the final document will look like and keeps me focused on the content that I am creating.

      \end{document}

      --
      Sometimes the best solution is to stop wasting time looking for an easy solution.
  2. If it works... by frinkster · · Score: 4, Insightful

    If Word 2010 does this extremely well, perhaps they deserve to become the editor of choice.

    How well does OpenOffice.org do this?

    1. Re:If it works... by Tetsujin · · Score: 5, Insightful

      does OpenOffice.org do this?

      Ask this question first. :)

      --
      Bow-ties are cool.
  3. less than low by goffster · · Score: 5, Insightful

    The guys who need this stuff are already geeky, and why would geeky guys use something "for pay" that comes out of a budget? And since this will be in a proprietary format, why would they risk these documents becoming unreadable?

    1. Re:less than low by Abreu · · Score: 4, Insightful

      Yes, the guys who need this stuff TODAY already know how to use TeX.

      The kid who will be entering college in 2011 will probably not want to learn TeX if Word can produce acceptable results

      --
      No sig for the moment.
  4. Not for me by xZgf6xHx2uhoAj9D · · Score: 4, Insightful

    I use LaTeX not only for its nice typographic properties, but because of how flexible it is. It's trivial to generate LaTeX code for automatically generating documentation, for instance. LaTeX may still be ahead in a couple areas (e.g., citations. Does Word beat out BibTeX yet?), but I'm not sure. As long as Word is GUI-based, I can't see it ever being anywhere near as flexible as LaTeX is.

    This is still very cool though. I hate seeing flyers and menus and then that scream from 20 feet away "I WAS MADE IN WORD! MY TYPOGRAPHY WILL BURN YOUR EYES!" Anything that improves the quality of print around me is a good thing, I say.

  5. When it replaces notepad by blackchiney · · Score: 4, Insightful

    So it can do something LaTex so what? It can also do HTML but I don't see Adobe or any other web writing tool throwing in the towel.

    The big question is can it write it effectively. Word already has the tendency of turning a basic document into a code of spaghetti when saved as HTML. Somehow I don't see this being any different

  6. Wrong question by Anonymous Coward · · Score: 5, Insightful

    There is not a question about Word taking over from LaTeX in academia since Word already dominates academia.

    In most disciplines in academia (all of the humanities and social sciences for example) no one has heard of TeX or LaTeX, and people mostly don't have the technical skills to use either program easily. And they are _already_ all using Word.

    By contrast, in mathematics and other disciplines where LaTeX is a good solution, it is very hard to imagine something as clunky, bug prone, bloated and hard to use as Word taking over from something robust and easy to use (if you think the way mathematicians think) like LaTeX.

  7. Earth Science too (partly) by hcpxvi · · Score: 3, Insightful

    In earth science one gets the whole culture clash between the hard-core physics/computer types who like LaTeX and the biologist/ecologist types who like Word. I get a little depressed by the extent to which Word seems to be replacing LaTeX, especially given how much less nice the final result looks. If MS can really improve the typesetting then the "Not a chance" posts above are likely to prove wrong once Word 2010 becomes prevalent.

  8. Comment removed by account_deleted · · Score: 4, Insightful

    Comment removed based on user account deletion

  9. Missing the Point by thethirdwheel · · Score: 5, Insightful

    TeX won't be replaced by Word because TeX's whole purpose is to provide a way to separate content and layout. Publishers care about this because the same content can be reshaped to fit their typesetting needs. Word is by its very nature a WYSIWYG. Why would publishers leave established infrastructure and a seamless way of assuring documents meet their typesetting needs to trust layout to amateurs and receive files which must be manually edited in order to modify layout?

  10. TeX vs. Office by Chris_Jefferson · · Score: 4, Insightful

    Office will take over from TeX when (at the least)

    * It works on Linux (which lots of academics use.
    * It works well with version control, making it easy to merge edits made by different people
    * It is easy to generate tables from scripts and glue them into the document
    * It is easy to take a pre-written document and put it in a new style.

    Now, it's possible Office already does a few of those, and it's also very possible TeX does an awful lot more than that.

    The cost isn't really that much of an issue for academics, as every university tends to have a site-licence for Office and other apps. Despite this, I still never use it.

    --
    Combination - fun iPhone puzzling
  11. I'll bid this by Weaselmancer · · Score: 5, Insightful

    I'd say the odds of MS Word replacing LaTeX are about the same as Microsoft releasing the source to Word so we can fix problems and add features as we need them.

    A lot of these open source projects grew out of a direct need. There was a vacuum to be filled. The need shaped what the product wound up being. Trying to pound the square peg of MS Word into the round hole LaTeX fills is most likely impossible.

    Support or not, they're just too different.

    --
    Weaselmancer
    rediculous.
  12. faulty logic. by oneiros27 · · Score: 3, Insightful

    Some of the folks using TeX are also owners of Mathematica, IDL and other software that costs thousands of dollars per license -- because it increases their productivity.

    It's not an issue of cost, it's an issue of the benefit for the cost -- and I don't think there will be the benefit unless MS Word decouples the content from the presentation. (which allows the TeX users to write their paper once, and then have it formatted correctly for whatever journal it'll be published in) As for becoming unreadable -- so long as you can export it to PDF, Post Script, or whatever, you're fine for archiving.

    And would MS Word replace InDesign? I don't think so, but if they've got this support in MS Word, I can only assume they'll bring it over to MS Publisher, and they might be able to pick up some users.

    --
    Build it, and they will come^Hplain.
  13. Re:As soon as Word is non WYSIWYG by Locke2005 · · Score: 3, Insightful

    You've obviously never used TROFF or its kin.

    --
    I've abandoned my search for truth; now I'm just looking for some useful delusions.
  14. Re:Not only that by morgan_greywolf · · Score: 4, Insightful

    Right. The difference being that Word doesn't always truly separate content from presentation, nor does it enforce any separation of content from presentation.

    IOW, TeX is like making a webpage using HTML 4 strict with a text editor, and Word is like making a webpage in Microsoft FrontPage.

  15. Re:Apples to Oranges by MikeUW · · Score: 4, Insightful

    As a user of LyX, I generally agree. However, it still is in need of improvement in a variety of areas. In particular, if you have to prepare a document that needs to be formatted in a very specific way, you better hope for one of the following:

    1) the format is simple, so not much work involved in setting it up.
    2) one of the default templates/options gives you what you need (optionally append #1 here for variations if needed)
    3) you've been provided a template (I wish...but very unlikely).
    4) you are a wizard at TeX/LaTeX/LyX, and/or you can become one (RTFM, Google, etc.).

    Option #4 is available to everyone with the learning capacity, inclination, and time to spend on it. Personally, I'm lacking somewhat in at least the latter two categories (and perhaps the former as well, as I've found setting up/configuring documents in LyX to be ridiculously frustrating). I've started using LaTeX recently, but only because I could only find a template for what I needed in only that format, and unfortunately importing/exporting LaTeX is not an option (it tends to get things pretty messed up).

  16. Re:!editor by lahvak · · Score: 4, Insightful

    I think it means exactly what he think it means. I think that what you mean is it is much harder to learn.

    --
    AccountKiller
  17. Much more than you think leaves Word & Co. by itomato · · Score: 5, Insightful

    People have little care or concern over what results are deemed "professional".

    There are entire books and manuals that aren't made with the "proper" tools, because most people can't comprehend why Word or Publisher don't meet the criteria for "professional" results. With Publisher, it usually takes the harsh step of producing their document, from the raw material delivered by the customer.

    "It looks fine on my Inkjet at home! Why does it look like so much dogshit on the floor?"

    With Word, it's usually "good enough" for most people, even though the outcome isn't what you or they would really like. Give a Tech Writer a copy of Word, and they may "make-do", but I doubt you'll find many who prefer it to FrameMaker, InDesign, or even Pagemaker. That same Tech Writer will churn out a document with Word, and because it's "good enough", it will fly around the Globe, and even make it out as trade conference detritus or long-lived corporate gospel.

    TeX, on the other hand, is not something most people care about learning. You *must* learn it to be able to use it confidently. There's no "good enough" with TeX - it either works, or it doesn't.

    TeX is a Science. Word is a Comedy. People like comedy.

    1. Re:Much more than you think leaves Word & Co. by stewbacca · · Score: 4, Insightful

      There are entire books and manuals that aren't made with the "proper" tools,

      There aren't entire books that are PUBLISHED using Word and other, non-professional typesetting tools. You can't type up 50 pages and staple them together and say, "see, this book wasn't made in InDesign!"

      And not using "proper" publishing tools only makes your manuals look amateur. All things being equal, I gladly shop with the people who took a little time to do the small things right.

  18. Excel - not just for spreadsheets anymore by itomato · · Score: 4, Insightful

    Phew - the shit I have seen crammed into a spreadsheet.. With pride.

    Any higher function than SUM should require certification.

    "You got a license for that Pivot Table, Son?"

    Features on top of features, with no real signposts to guide their implementation. Gag.

  19. Academic does not necessarily mean Computer Scienc by gwolf · · Score: 3, Insightful

    ...I work at the Economics Research Institute at UNAM, Mexico's (and Latin America's) largest university. Researchers here are social scientists â" Their texts do include the ocassional formula, yes, but they mainly deal with straight text. Even so, I am painfully aware on how inconvenient a word-processor-minded program can be for them (i.e. try to get them to distinguish between cosmetic and semantic tagging â" No way). They literally use the computer as a fancy typewriter.
    I have shown LyX to a couple of people, and are initially interested, even more looking at the quality of the results... But after I mention it cannot import (with formatting) Word documents, and that they won't be able to share their works (except as an unmodifiable PDF) with other colleagues, they go back to what they already know.

    So, no, TeX is not necessarily widely used in all of academia. Just in the portion we, the computer-minded geeks, like looking at.

  20. Re:TeX is neither obsolete, or Un-usable by ldj · · Score: 3, Insightful

    so it costs the most precious thing of all?

    To use any word processor to create "good" (for some definitions of "good") quality documents with proper structuring, it takes time to learn. Personally, I've probably wasted more time fighting MS Word's formatting (e.g., arbitrary bullet indentation changes, anyone?) over the years than the time it took me to learn enough LaTeX to be happy and productive.

    --
    Open Source: I'll show you mine if you show me yours.
  21. Re:TeX is neither obsolete, or Un-usable by Ornedan · · Score: 4, Insightful

    So I've got a $BIGNUM of screws to screw in and I could use either a screwdriver or a power tool, which I don't know how to use yet.
    Clearly the screwdriver is the superior option, because I have better things to do than wasting my time learning tools.