Is LaTeX worth learning today? - Stack Overflow most recent 30 from stackoverflow.com2009-12-10T05:02:35Zhttp://stackoverflow.com/feeds/question/874576http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/874576/is-latex-worth-learning-today47Is LaTeX worth learning today?EnderMB2009-05-17T13:01:17Z2009-12-02T15:45:27Z
<p>I know that LaTeX is big in the world of academia, and was probably a big name in desktop publishing before the glory days of WordPerfect and Microsoft Office but as a Windows user that is interested in the power of LaTeX and the general smoothness of a LaTeX generated page is it really worth learning?</p>
<p>In a couple of months I'll be starting my final year in Computer Science and LaTeX has been bounced around the campus by many of the Linux geeks. In reality, is there any need to use it today? What will I actually gain from it and will I enjoy using it?</p>
<p>Finally, how does one use LaTeX on a Windows machine? What software do I really need? I've read a couple of guides but many of them seem like overkill.</p>
<p>Please help break a LaTeX newbie into the world of professional academic publishing!</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/874582#87458221Answer by Fabian Steeg for Is LaTeX worth learning today?Fabian Steeg2009-05-17T13:06:04Z2009-05-17T13:06:04Z<p>The thing I like about it is it turns paper writing into programming. And the result looks great.</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/874585#87458565Answer by John Feminella for Is LaTeX worth learning today?John Feminella2009-05-17T13:07:18Z2009-05-18T01:08:58Z<p>I'd say it's definitely still worth learning. LaTeX documents continue to be one of the <em>de facto</em> standards for research papers and conference submissions, regardless of whether they're academic or not. Additionally, I'd say that I (subconsciously?) give a certain amount of street cred to developers who submit their resumes in LaTeX.</p>
<p>However, if you're interested in the general separation of content from form, there are a number of reasonable alternatives to LaTeX; <a href="http://www.docbook.org/" rel="nofollow"><strong>DocBook</strong></a>, for example, is very popular in the technical community for writing books.</p>
<p><hr/></p>
<p><strong>edit:</strong> The OP added some additional questions later.</p>
<blockquote>
<p>Finally, how does one use LaTeX on a Windows machine? What software do I really need? I've read a couple of guides but many of them seem like overkill.</p>
</blockquote>
<p>Using LaTeX on Windows is a less than terrific experience because many of the binaries you'll need won't come installed by default. But it's not too bad; try just downloading <strong><a href="http://miktex.org/" rel="nofollow">MiKTeX</a></strong> and seeing if that does the job for you.</p>
<p><hr/></p>
<p>To get LaTeX working, you need the following (all but the text editor are provided by MiKTex).</p>
<ul>
<li><p><em>Text editor, so you can compose documents.</em> There's no shortage of these. Pick an effective one that you like and that you'll grow into.</p></li>
<li><p><em>Virtual PostScript printer to convert graphics into EPS.</em> Sometimes printer drivers come with these (e.g. specialized Print-to-File mechanisms), but often not. Getting the <strong><a href="http://www.adobe.com/support/downloads/product.jsp?product=pdrv&platform=win" rel="nofollow">Generic PostScript printer</a></strong> from Adobe is easiest.</p></li>
<li><p><em>LaTeX compiler.</em> You need a way to turn your LaTeX source into PostScript documents. <strong>MiKTeX</strong> provides this.</p></li>
<li><p><em>PostScript viewer.</em> Finally, you'll want a way to see the resulting documents themselves! <strong>MiKTeX</strong> also provides this, but there are plenty of alternatives, like <strong><a href="http://www.cs.wisc.edu/~ghost/" rel="nofollow">GSView</a></strong>.</p></li>
</ul>
<p>You can also get a GUI wrapper around LaTeX composition, like that provided by <strong><a href="http://wiki.lyx.org/Windows/Windows" rel="nofollow">LyX</a></strong>. This may be a good way to hit the ground running and then drop into source mode as your comfort level with LaTeX increases.</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/874587#8745877Answer by Adam Jaskiewicz for Is LaTeX worth learning today?Adam Jaskiewicz2009-05-17T13:08:16Z2009-05-17T13:08:16Z<p>The depth you need to go into to get a simple document out is pretty simple. Anything fancier than that, you can learn as you go. It makes formatting math stuff really easy, too. You might as well learn it.</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/874592#87459214Answer by shoosh for Is LaTeX worth learning today?shoosh2009-05-17T13:10:21Z2009-05-17T13:10:21Z<p>If you ever consider going to grad school and eventually publishing anything in a scientific journal or publication, LaTeX is practically the only way to go. If this is your case, it is never too early to start getting some real experience with it.<br />
Other than that, one of the more popular uses for it is for writing formulas an math equations where it is arguably much better than any other solution, most notably MS Equation.</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/874594#87459438Answer by Andrioid for Is LaTeX worth learning today?Andrioid2009-05-17T13:11:41Z2009-05-17T13:34:34Z<p>My opinions of LaTex. These are not set in stone but are based on my experience with LaTeX.</p>
<p><strong>Where LaTeX is good</strong></p>
<ul>
<li>Collaboration. When many people are editing the same report, it helps that no layout settings are shared across multiple documents and most work can be done without conflicts. I recommend some sort of version control system as well.</li>
<li>Math. If you're writing a lot of formulas and stuff like that, I prefer LaTeX to the fancy formula editors of Office and OpenOffice</li>
<li>Printing. LaTeX to Postscript or PDF shows your report almost exactly like it will get printed. PDF creation also features automatic indexing, table of contents and other fancy stuff.</li>
<li>Bibliography. If you have a large collection of books that you need to cite, LaTeX has some nice integration modules for <a href="http://en.wikibooks.org/wiki/LaTeX/Bibliography%5FManagement" rel="nofollow">bibliography</a>. </li>
</ul>
<p><strong>Where LaTeX isn't that great</strong></p>
<ul>
<li>Usability. Error reporting is rather poor. Sometimes it can take up to a half an hour to find a typo or some sort of mistake in the LaTeX syntax. The Python project <a href="http://www.pps.jussieu.fr/~beffara/soft/rubber/" rel="nofollow">Rubber</a> helps with this.</li>
<li>Learning a new language. It is a mark-up-language, so there is some learning curve. This can be worked around, by using <a href="http://www.lyx.org/" rel="nofollow">LyX</a> (a LaTeX frontend). The language by itself is not that complicated and Wikibooks have a <a href="http://en.wikibooks.org/wiki/LaTeX" rel="nofollow">section on LaTeX</a> that has been very useful to me.</li>
</ul>
<p><strong>Getting started on Windows</strong></p>
<ol>
<li>Download <a href="http://www.tug.org/texlive/" rel="nofollow">TeX live</a>. It's a huge download but it has a lot of features.</li>
<li>Pick an editor. I'm using <a href="http://notepad-plus.sourceforge.net/uk/site.htm" rel="nofollow">Notepad++</a> or just try LyX (link above).</li>
<li>Decide if you're going to make postscript documents or if you're going to work with PDF files directly from pdflatex (it's what I do, it simplifies things a bit). Then you run pdflatex on your files, instead of latex.</li>
<li>Get a nice PDF viewer (Adobe's bloatware is simply not good enough). I recommend <a href="http://blog.kowalczyk.info/software/sumatrapdf/index.html" rel="nofollow">Sumatra</a>.</li>
</ol>
<p>I learned it and I'm not sorry I did, but I'm probably one of those Linux geeks, so decide for yourself :)</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/874597#87459715Answer by Ed Woodcock for Is LaTeX worth learning today?Ed Woodcock2009-05-17T13:12:13Z2009-05-17T13:12:13Z<p>I'm currently in my final year at uni, and believe me, LaTeX is actually brilliant.</p>
<p>If I'd had to do my project, or even 90% of the pieces of coursework I've done this year, in Open Office or Word, I would have spent twice as long and they would not have looked half as nice.</p>
<p>Also, LaTeX's referencing and general formatting abilities completely destroy any WYSIWGY document editor, once you get your head around the odd way you have to format tables, and putting pictures inside figures, etc., it's actually remarkably simple and intuitive.</p>
<p>Also, the fact that it's basically code means you can work remotely using something like VIM over SSH, which for me was a big bonus as it meant I could work from home without having to carry around multiple copies of my entire report!</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/874600#8746006Answer by nagnatron for Is LaTeX worth learning today?nagnatron2009-05-17T13:13:27Z2009-05-17T13:13:27Z<p>It's not hard to learn and it is very good for math typesetting. I say it's definitely worth it.</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/874608#8746087Answer by dF for Is LaTeX worth learning today?dF2009-05-17T13:20:01Z2009-05-17T13:20:01Z<p>I don't use LaTeX for much else, but I do find it indispensible for academic publishing. What you gain compared to e.g. Office, is:</p>
<ul>
<li><p>Sane and straightforward handling of figures, equations and references. Sure you can sort of get that in Office with external add-ons (MathType, Endnote) but if you're moving between computers or exchanging the file with others, as you often will, you can't rely on these being installed.</p></li>
<li><p>Compatibility: It's just a text file, it works the same on any architecture and OS.</p></li>
</ul>
<p>What you lose:</p>
<ul>
<li><p>WYSIWYG, of course.</p></li>
<li><p>Precise control over the appearance of the document. Yes it's possible but depending on what you want to do it can be a major pain. But for academic papers you don't care anyway, since it will be reformatted for the journal later.</p></li>
</ul>
<p>What I'd suggest is getting a copy of <a href="http://www.lyx.org/" rel="nofollow">LyX</a>. It's a "what you see is what you <em>mean</em>" GUI that will generate (readable) LaTeX. It's free, and bridges the gap between a word processor and LaTeX code. It's a great way to learn LaTeX since if you want you can highlight any part of your document and look at a live view of the generated code. And generating a PDF is just a click of a button.</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/874610#87461011Answer by John D. Cook for Is LaTeX worth learning today?John D. Cook2009-05-17T13:20:52Z2009-05-17T13:46:26Z<p>Word is easier for small, simple tasks; LaTeX is easier for large, complex tasks. It's easier to do a resume in Word. But past some level of complexity, LaTeX becomes easier. I'd rather write a memo in Word but write a book in LaTeX. </p>
<p>LaTeX wins hands down for mathematical typesetting. That's why math and CS journals accept (sometimes <em>require</em>) LaTeX. </p>
<p>But LaTeX is also good for complex non-mathematical typesetting. For example, if you need to have fine control of typographical details (e.g. kerning) or you need to mix languages (e.g. using right-to-left language like Arabic or Hebrew and a left-to-right language like English in one document).</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/874615#87461519Answer by Agos for Is LaTeX worth learning today?Agos2009-05-17T13:25:15Z2009-05-17T13:25:15Z<p>Pros and cons have already been discussed in other answers, so I'll just my 2*10^-2€.<br/>
Last year, a lot of my friends began writing their master thesis. I suggested (both when prompted and on my initiative) using LyX (a frontend for TeX), but was confronted with the usual diffidence: "I don't have the time to learn to use another program". My answer: "I don't have the time <strong>nor the will</strong> to learn how to cope with MS Word (or OpenOffice, or NeoOffice, etc) nonsense".<br/>
None of them did switch, and they all fought with word processors to have them to their job.<br/>
Since you're a programmer, learning a new language is in your mindset: if you at least once in your life found yourself struggling to get a word processor do what you told him, then probably LaTeX is a very good choice for you.
Community support is great also, so any issue can be easily solved (at least IME).</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/874621#8746213Answer by Ole Lynge for Is LaTeX worth learning today?Ole Lynge2009-05-17T13:27:34Z2009-05-17T13:27:34Z<p>For your last question:</p>
<blockquote>
<p>how does one use LaTeX on a Windows machine? What software do I really need?</p>
</blockquote>
<p>I use <a href="http://miktex.org/" rel="nofollow">MiKTeX</a> as the LaTeX compiler and write the source .tex file in some texteditor like notepad, programmer's notepad or notepad++.</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/874670#8746706Answer by Maxfrank for Is LaTeX worth learning today?Maxfrank2009-05-17T14:04:49Z2009-05-17T14:04:49Z<p>Can't help to agree that LaTeX is a fantastic tool for publication. I'm currently writing my thesis with a friend, and before we did anything we sat up a subversion repo for the .tex files.
Two things that is worth mentioning:
You can divide your project into smaller .tex files. Let's say you have a "part1.tex", with the command: /input{part1} you can simply include the contents of that file.</p>
<p>Another thing you have to look into is BibTeX, which simply is staggering. More info here: <a href="http://www.bibtex.org/Using/" rel="nofollow">http://www.bibtex.org/Using/</a></p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/874730#8747306Answer by Johan for Is LaTeX worth learning today?Johan2009-05-17T14:29:41Z2009-05-17T15:58:17Z<p>As stated above LaTeX and a version control system (like svn or git) works great,
since it is just text. No problem with branching and merging when you work more that one person on a file.</p>
<p>The possibility to add comments in your document that don't show in print.</p>
<p>Have scripts that add stuff into the LaTeX file when you create the pdf,
I usually add some "svn info" to the end so I know what version I printed.</p>
<p>etc etc</p>
<p>So if you like stuff like that, LaTeX is really worth the time it takes to learn it.</p>
<p>(On windows you probably just install cygwin...? )</p>
<p>/Johan</p>
<p><hr /></p>
<p>Update: Pictures and LaTeX is often painful thou...</p>
<p>Update: WYSIWYG takes focus away content and forces you to focus on layout,
it happens since you react on the things you see.
But if you write something important you should not react to layout issues,
you shall focus on what you are writing. </p>
<p>Update: And your text will be readable in 10-20 years time, that has definitely not been the case for the different office programs. Try open a 20 year old MS Office document and see if Office 2007 can read it? </p>
<p>Shall we call this long term stability, since LaTeX is open source it will still be around 20 years from now.... </p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/874826#8748267Answer by Cheeso for Is LaTeX worth learning today?Cheeso2009-05-17T15:25:00Z2009-06-11T10:07:28Z<h2>You Cannot Be Serious?</h2>
<p>NO NO NO. If you ever look forward to a professional life outside of the university, do not expend the effort to learn LaTeX! If you place value on being commercially relevant, do not travel down that academic cul-de-sac. There are many better things to do with your time than spend it on a baroque 1970's technology for page layout. </p>
<p>I think there's a named disorder in the DSM-IV for the phenomenon where after a person has invested (time, money, emotion) in a particular thing, the thing becomes more lovely or more valuable in his or her eyes. The responses from people above about LaTeX seem to fit that pattern to me. They say: "I spent my entire life in LaTeX, and finally figured out how to get a sub-bullet to appear the way I had imagined... I love LaTeX!" It's the Patty Hearst syndrome or something. Based on the effort expended and the skill so hard won, LaTeX becomes precious. To admit otherwise is to admit that they have frittered away their time, that they have made sub-optimal choices. No one wants to admit that. </p>
<p>The things you can do with a modern word processing program are astounding. It's not just page layout - it's collaboration with markup notes; it's versioning, rights management, instant re-sizing of graphics, embedding other documents, embedding data from external applications, voice dictation, automation. And WYSIWYG is implicitly valuable. Anyone who dismisses modern word processing tools is engaging in a dramatic self-deception, or willful ignorance. </p>
<h2>LaTeX Strengths - Really?</h2>
<p>Look at some of the things LaTeX experts have said: </p>
<ul>
<li><em>LaTeX has the ability to add comments into the doc that don't appear in print.</em> In MS-Word, this has been possible since...? Word 97? And - the comments from different parties appear in different colors on the screen. </li>
<li><em>Word is for small simple tasks. LaTeX is for complex ones.</em> This is opinion. If a person spent the time developing skill in Word rather than LaTeX, the person would feel the opposite way. </li>
<li><em>no layout settings are shared across multiple documents.</em> huh?? This is also not hard to do in a modern word processor. </li>
<li><em>by obscuring presentation and design, LaTeX lets me focus on content.</em> Right. Design is so useless. That's why ipods will never take off, and why haircuts are stupid (everyone should just shave their heads), and showering is a waste of time. It's all about content. </li>
</ul>
<h2>And What About these Tricks?</h2>
<p>Have you ever used the speech-to-text feature of Word to dictate a document? Have you ever compared two versions of a doc side-by-side <em>in WYSIWYG mode</em>? Reset a paragraph property and watch the page breaks re-flow automatically in front of your eyes? This is useful stuff. </p>
<p>If you did not know about some of these features or have not used them, then are you really fit to make pronouncements about how good LaTeX is in comparison to the alternatives?</p>
<h2>Be Open to using Modern Tools </h2>
<p>Why are all you LaTeX people not using the Motif library for constructing GUI applications? or better, X-Intrinsics? Why? Because there are better tools and frameworks out there now, that's why. And the same is true for LaTeX. </p>
<p>Why are you not all using TCP and ONC RPC? Because better tools and frameworks - HTTP and REST and JSON and XML - have come around. Modern tools are commercially useful, beyond the academic arena. </p>
<p>LaTeX advocates to me are like expert C programmers who swore off learning anything new 20 years ago, who assert that OO is too memory inefficient, that scripting is for kids, that GUI designers are shortcuts, that garbage collection is for sloppy programmers. Whatever. Have that opinion if you like. Everyone is entitled to hold unfounded opinions.</p>
<h2>Surprise!</h2>
<p>Here is the radical thing that no one has mentioned: if you really prefer markup languages, OOXML is a markup language that you can work in directly, yet still allow normal humans to read your work in MS-Word. You get all the joys of non-WYSIWYG emacs-based document construction, yet other people can actually use what you've produced. </p>
<h2>Bottom Line</h2>
<p>LaTeX was justified when the cost of commercial tools was high, and the quality was low. Now, for any university student, the cost of modern word-processing tools is very low. Once upon a time, LaTeX made sense. Not anymore.</p>
<p><strong><em>Update</em></strong>: What I find funny is that this answer got upvoted and downvoted many times - but I still see nothing in the comments that disputes what I wrote. Only variations on "I disagree." Clearly the topic is subjective. But the interesting thing is how LaTeX advocates are so unwilling to admit that alternative viewpoints are valuable. I bet all you downvoters think you are open-minded, huh? </p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/874845#8748453Answer by Joshua for Is LaTeX worth learning today?Joshua2009-05-17T15:35:58Z2009-05-17T15:35:58Z<p>Added bonus -- LaTeX is amenable to source control, which can come in handy if you're writing program documentation in it.</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/874850#8748504Answer by lhahne for Is LaTeX worth learning today?lhahne2009-05-17T15:42:18Z2009-05-17T15:42:18Z<p>I've had plenty of terrible experiences with Word and OO.o when editing large files. Usually at some point styles, references, and numbering just break down and there's no easy way to fix those.</p>
<p>I've done several larger documents in Latex and I've never had such problems with it. It is likely because in Latex you edit mainly the structure, not the presentation. In addition, Bibtex is really nice for managing citations as all the major article databases give you the Bibtex codes.</p>
<p>I just finished writing my Bachelor's thesis with Latex and had pretty much no problems whatsoever whereas people using Word were complaining about everything breaking down all the time. I'm currently of the opinion that when writing lond and complex documents, people using Latex are much more productive than people using Word or OO.o. But for short documents I wouldn't use Latex because of its initial overhead.</p>
<p>Whatever your platform is, Tex Live is currently the shiznit.</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/874881#8748817Answer by Uri for Is LaTeX worth learning today?Uri2009-05-17T16:05:53Z2009-05-17T16:05:53Z<p>If you are going to be doing academic publishing in CS - yes, definitely learn LaTeX. As you handle more figures, more references, more stringent formatting requirements, more math, etc., LaTeX is the way to go.</p>
<p>Many conferences will only give a Word template as a secondary option - to really adhere to their requirements, you should use LaTeX. The only exception is typically HCI conferences where more people come from a non-CS background. </p>
<p>If you version control your stuff (e.g., dissertation, large papers, etc.) - LaTeX is great. Better than Word. Things also really look the same on every machine - I have not yet been able to achieve that with MS tools. </p>
<p>To me the main drawback of LaTeX used to be that I could not see the source file and the result at the same time, back when I was writing my masters thesis 9 years ago on my old T20. <strong>As far as I am concerned the drawback is gone - If you have dual monitors.</strong> </p>
<p>I really don't think that "learning" LaTeX is such a problem, and you can always use books or google searches or SO for small things.</p>
<p>Just use it when it applies - You'll probably write your CVs, cover letters, etc. in Word, there is no point using LaTeX for them although it is possible. </p>
<p>LaTeX is also extremely portable - I use Linux, Mac, and Windows and can compile my text on all of them. The only drawback is that the good editor for Windows (WinEDT) costs money but it is quite worth it. The LaTeX distribution (MikTeX) is of course free. Installation on Mac is much easier, and on Linux it is trivial. </p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/874946#8749462Answer by bromfiets for Is LaTeX worth learning today?bromfiets2009-05-17T16:37:53Z2009-05-17T16:37:53Z<p>Yes, because LaTeX appeals to programmers.</p>
<p>LaTeX is not without problems, but for many it's about using the same tools (like your favourite text editor) for your code and your documentation or thesis or whatever on the same platform side by side.</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/874958#874958-2Answer by warpr for Is LaTeX worth learning today?warpr2009-05-17T16:43:06Z2009-05-17T16:43:06Z<h2>XHTML</h2>
<p>It depends on what your needs are. For me, using LaTeX is overkill, I use XHTML instead.</p>
<h2>Pros</h2>
<ul>
<li>Seperates content from presentation very well. (Or not at all if you prefer).</li>
<li>It's easy to create a good looking .pdf if you have access to prince xml (www.princexml.com).</li>
<li>As a webdeveloper, I don't have to learn anything new to use it.</li>
<li>Easily version controlled (svn/git/bzr/etc...)</li>
<li>If you need to publish on the web, no conversion needed :)</li>
</ul>
<h2>Cons</h2>
<p>There is basically one very big downside to it, which is that XHTML is rather limited, and definitely not suited for publishing on paper. So you will often have to add a number of custom XML tags, with some XSL style sheets to parse them and replace them with whatever you need. (For example, princexml doesn't generate a table of contents for you, this isn't too complicated to do with some XSLT, but it will be quite a challenge if you don't speak XPath).</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/875981#8759812Answer by Matt G for Is LaTeX worth learning today?Matt G2009-05-18T02:02:15Z2009-05-18T02:02:15Z<p>You don't necessarily need to <em>write</em> LaTeX in order to get the benefits of a LaTeX. <a href="http://fletcherpenney.net/multimarkdown/" rel="nofollow">MultiMarkdown</a> lets you use an extended version of <a href="http://daringfireball.net/projects/markdown/" rel="nofollow">Markdown</a> to generated LaTeX documents. (Markdown in the markup language used for Stackoverflow messages). The webpage has samples of what you can do with it. For some documents you are still going to need to hand write LaTeX, you'd be surprised at how far you can get without resorting to that.</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/876099#8760991Answer by mlp for Is LaTeX worth learning today?mlp2009-05-18T03:12:28Z2009-05-18T05:53:10Z<blockquote>
<p>What will I actually gain from it</p>
</blockquote>
<p>I prefer my documents to appear the same within the limits of the output device's ability to put dots on media, whether it's an old impact printer or a phototypesetter. The DVI (device independent) output format is my friend, and may be yours too.</p>
<p>(Skip this paragraph if you don't care for an illustrative anecdote.)
Back in the mid '90s our corporate Standard Operating Environment included MS Office, and we had a couple of generations of HP LaserJet printer around the site. Having been a LaTeX and DVI fan for some time, I naively expected that a document would look identical, modulo resolution issues (e.g. 300dpi vs 600dpi), whatever printer I pushed it out to. But no, Word insisted that the printers were so different that changing from a LaserJet III to a LaserJet 4 caused the <em>line breaks</em> to move (i.e. break after <em>different words</em>). After the next version of Office was released and we were all sent to a training course I asked the trainer if the behaviour of the new Word was the same. The response was "Of course - why wouldn't it be?"</p>
<blockquote>
<p>and will I enjoy using it?</p>
</blockquote>
<p>That depends on what type of programmer you are, and what front-end you choose to drive *TeX (LaTeX being a macro package on the front of TeX, and <a href="http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/874670#874670" rel="nofollow" title="previous reference to BiBTeX">BiBTeX</a> a companion tool).</p>
<ul>
<li>If you like programming in an imperative language with source code in text files (e.g. C, BASIC, PHP, Java ...) then you may like LaTeX.</li>
<li>If you are happy with Makefiles and the Edit/Compile/Test cycle you'll probably love it like I do (editor, Xdvi, and terminal to type <code>make foo.{dvi,lj,pdf}</code>; Xdvi auto-refreshes when the DVI file changes).</li>
<li><a href="http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/874585#874585" rel="nofollow" title="previous reference to LyX">LyX</a> will give you a WYSIWYG interface if you prefer.</li>
<li>If you need to do something that LaTeX can't then you have access to raw TeX under the hood.</li>
<li><a href="http://ctan.org/" rel="nofollow" title="the Comprehensive TeX Archive Network">CTAN</a> has lots of info and add-ons</li>
<li>If you don't like to <a href="http://rads.stackoverflow.com/amzn/click/0201529831" rel="nofollow" title="LaTeX: A Document Preparation System - Lamport">RTFM</a>, you won't like it. The <a href="http://rads.stackoverflow.com/amzn/click/0201541998" rel="nofollow" title="The Latex Companion - Goossens, Mittelbach & Samarin">Companion</a> is good, and has apparently been <a href="http://rads.stackoverflow.com/amzn/click/0321514432" rel="nofollow" title="The LaTeX Companions Third Revised Boxed Set">revised and expanded</a>. And the <a href="http://rads.stackoverflow.com/amzn/click/0201134489" rel="nofollow" title="Knuth">TeXbook</a> and <a href="http://rads.stackoverflow.com/amzn/click/0201134446" rel="nofollow" title="Knuth">METAFONTbook</a> can be thought of as the exploded diagram with full parts list and timing diagrams.</li>
</ul>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/876153#8761534Answer by John Knox for Is LaTeX worth learning today?John Knox2009-05-18T03:34:06Z2009-05-18T03:34:06Z<p>I wouldn't consider myself a LaTeX expert, but I have used it to write a book I later self-published using <a href="https://www.createspace.com/" rel="nofollow">Create Space</a>. You can probably guess that I like it.</p>
<p>Here are a few points which might be of interest:</p>
<ul>
<li>LaTeX offers some really precise control over how the page is laid out -- if you're patient and get really technical.</li>
<li>But in general LaTeX lets you focus on writing while it worries about layout.</li>
<li>LaTeX works really well with source control.</li>
<li>You can edit your document using vim <em>or</em> vi. Maybe some other editors too.</li>
<li>Images live outside of the source file, where you can edit them with real image editors. When you build again, the updated version will get baked into the output.</li>
<li>You can easily use scripts to automate the creation of pretty PDFs, complete with images, internal links, and hyperlinks. Software documentation, anyone?</li>
<li>LaTeX justifies and kerns the output to look professionally typeset. I don't think that Word output looks nearly as good.</li>
</ul>
<p>That said, if you're looking to tweak a document to make it look <em>exactly so</em>, you might drive yourself crazy in the process. The design of LaTeX favors a more relaxed attitude towards placement: <em>don't worry, LaTeX will find a spot for everything</em>. Usually everything works out okay, and the placements are acceptable. Sometimes you need to debug.</p>
<p>A WYSIWYG editor generally gives faster feedback and generally leaves layout up to you. That said, Word sometimes responds to formatting tweaks by throwing all the images randomly across the document. Then you get to spend an hour dragging everything back into place. Pick your poison.</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/876608#8766081Answer by Hao Wooi Lim for Is LaTeX worth learning today?Hao Wooi Lim2009-05-18T07:39:18Z2009-05-18T07:39:18Z<p>I really can't speak for everyone. However, learning how to use LaTeX is in my opinion the single most worthy knowledge that I gained in the realm of academic publication. I find LaTeX invaluable in helping me to focus on the content and less on the way the document is to be formatted. This is important because back when I was writing my thesis, I felt like I spent a quarter of my life trying to tame Microsoft Word, dealing with stuff like page number, citations, mathematical equations etc. In terms of using LaTeX, I did took a shortcut that enable me to not learn the LaTeX syntax. What I did was I got a copy of Bakoma TeX WYSIWYG editor. As such, I do not really consider myself a real LaTeX user. But, suffice to say that if you are going to write thesis with many mathematical equations, or you're writing a conference paper and you wanted it to look professional, you will find that LaTeX is a godsend. Do note however, do expect to google around for LaTeX-related problems even if you're using WYSIWYG editor. It's a small price to pay; It's not going to be free. At least not for me.</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/877535#8775351Answer by Adam Pope for Is LaTeX worth learning today?Adam Pope2009-05-18T12:41:09Z2009-05-18T12:41:09Z<p>For anybody looking to use LaTeX on Mac OS X, I can recommend TexShop. It provides a nice GUI (not WYSIWYG) for text editing and macros and has a 1-click publish to PDF. Very easy to setup and get going with.</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/980420#9804201Answer by Alex Basson for Is LaTeX worth learning today?Alex Basson2009-06-11T10:37:53Z2009-06-11T10:37:53Z<p>I'm a high school math teacher by day, and I write absolutely everything in LaTeX, for many reasons, most of which have already been mentioned. But I'll add one more:</p>
<p>Because LaTeX files are plain text, it's incredibly easy to generate them programmatically. For example, I've written a number of PHP scripts that randomly generate certain quiz questions (e.g. sin(pi/3), cos(5pi/6), etc.), based on parameters that I can specify. And because I can invoke LaTeX from the command line (I'm running it on Mac OS X, btw, not sure if this applies to Windows), the scripts automatically take the resulting plain text file, run it through pdflatex, and produce the final pdf. This way I can produce multiple versions of the same quiz really easily and with minimal effort.</p>
<p>FWIW, no one else in my department ever learned LaTeX, or had even heard of it until I arrived. The steep learning curve still prevents them from learning it -- everyone else still uses MathType in Word -- and yet everyone is amazed at the high quality of the printed output, so much so that my department head thinks I should consider submitting my worksheets for publication. Nevermind that the content of the worksheets don't merit publication; she's that impressed by the <em>beauty of the printed page</em>.</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/989345#9893451Answer by bluebrother for Is LaTeX worth learning today?bluebrother2009-06-12T22:24:12Z2009-06-12T22:24:12Z<p>While a lot of reasons for using LaTeX have already been named I'm still missing something:</p>
<ul>
<li>Word is a word processor. LaTeX is a typesetting program.</li>
</ul>
<p>There is a rather important difference between both. I learned LaTeX during my uni years and I'd <em>never</em> regretted it. Why? Because it teaches you the beauty of typesetting. Even if you have to use worse tools later (like MS Word -- it <em>is much</em> worse than LaTeX, even with the problems LaTeX does have!) you get a good feeling about how a text should look like and the system behave. For example, correct spacing between words and paragraphs (Word completely fails to do this <em>pleasantly looking</em> to the eye), formulae (this is one thing where you can easily see the difference between Word and LaTeX: Word look butt-ugly. Wrong spacing in almost every possible location, I've seen formulae that got almost unreadable due to broken spacing), producing PDF files (if you have Acrobat you can create a hyperlinked PDF from Word. If you don't, you almost can't), handling references and other things generated from the text like table of contents. LaTeX just works in this aspect while Word does <em>somewhat</em> work.</p>
<p>One important hint from my perspective: don't use DVI. While the idea is nice <code>pdflatex</code> works absolutely fine, can (in contrast to the standard <code>latex</code>) cope with jpg, png and other image formats directly and is a format everyone should be able to read.</p>
<p>If you care for a good typographic result: <em>never</em> use Word. And as a side-note: I even used LaTeX for typesetting sheet music in the past. Once you get used to it the syntax isn't that confusing anymore, and the result is amongst the best I've ever seen for sheet music.</p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/1016992#10169921Answer by ustun for Is LaTeX worth learning today?ustun2009-06-19T08:58:10Z2009-06-19T08:58:10Z<p>Another option is to use XeTeX which allows you to use UTF-8 and system fonts easily. See:<a href="http://en.wikipedia.org/wiki/Xetex" rel="nofollow">Wikipedia Article on XeTeX</a></p>
http://stackoverflow.com/questions/874576/is-latex-worth-learning-today/1833740#18337400Answer by Charles Stewart for Is LaTeX worth learning today?Charles Stewart2009-12-02T15:45:27Z2009-12-02T15:45:27Z<p>I agree that latex has the edge over MS word for publishing in intensively mathematical sciences, but talk of word's lousy formula layout is a bit complacent: Word 2007 has tremendously improved support for formulae; the word team essentially started from scratch with a new formula layout engine modelled on the tex algorithm. A blog post by <a href="http://blogs.msdn.com/murrays/archive/2006/11/15/lineservices.aspx" rel="nofollow">Murray Sargent of the Word team, talking</a> of his meeting with Knuth about representation of equations, may be of interest.</p>