show/hide this revision's text 5 added 10 characters in body

I'd say it's definitely still worth learning. LaTeX documents continue to be one of the de facto 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.

However, if you're interested in the general separation of content from form, there are a number of reasonable alternatives to LaTeX; DocBook, for example, is very popular in the technical community for writing books.


edit: The OP added some additional questions later.

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.

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 MiKTeX and seeing if that does the job for you.


To get LaTeX working, you need the following (all but the TeX text editor are provided by MiKTex).

  • Text editor, so you can compose documents. There's no shortage of these. Pick an effective one that you like and that you'll grow into.

  • Virtual PostScript printer to convert graphics into EPS. Sometimes printer drivers come with these (e.g. specialized Print-to-File mechanisms), but often not. Getting the Generic PostScript printer from Adobe is easiest.

  • LaTeX compiler. You need a way to turn your LaTeX source into PostScript documents. MiKTeX provides this.

  • PostScript viewer. Finally, you'll want a way to see the resulting documents themselves! MiKTeX also provides this, but there are plenty of alternatives, like GSView.

You can also get a GUI wrapper around LaTeX composition, like that provided by LyX. This may be a good way to hit the ground running and then drop into source mode as your comfort level with LaTeX increases.

show/hide this revision's text 4 added 148 characters in body

I'd say it's definitely still worth learning. LaTeX documents continue to be one of the de facto 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.

However, if you're interested in the general separation of content from form, there are a number of reasonable alternatives to LaTeX; DocBook, for example, is very popular in the technical community for writing books.


edit: The OP added some additional questions later.

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.

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 MiKTeX and seeing if that does the job for you.

To get LaTeX working, you need the following :(all but the TeX editor are provided by MiKTex).

  • Text editor, so you can compose documents. There's no shortage of these. Pick an effective one that you like and that you'll grow into.

  • Virtual PostScript printer to convert graphics into EPS. Sometimes printer drivers come with these (e.g. specialized Print-to-File mechanisms), but often not. Getting the Generic PostScript printer from Adobe is easiest.

  • LaTeX compiler. You need a way to turn your LaTeX source into PostScript documents. MiKTeX provides this.

  • PostScript viewer. Finally, you'll want a way to see the resulting documents themselves! MiKTeX also provides this, but there are plenty of alternatives, like GSView.

You can also get a GUI wrapper around LaTeX composition, like that provided by LyX. This may be a good way to hit the ground running and then drop into source mode as your comfort level with LaTeX increases.

show/hide this revision's text 3 deleted 6 characters in body

I'd say it's definitely still worth learning. LaTeX documents continue to be one of the de facto 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 LaTeXto me.

However, if you're interested in the general separation of content from form, there are a number of reasonable alternatives to LaTeX; DocBook, for example, is very popular in the technical community for writing books.

edit: The OP added some additional questions later.

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.

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. To get LaTeX working, you need the following:

  • Text editor, so you can compose documents. There's no shortage of these. Pick an effective one that you like and that you'll grow into.

  • Virtual PostScript printer to convert graphics into EPS. Sometimes printer drivers come with these (e.g. specialized Print-to-File mechanisms), but often not. Getting the Generic PostScript printer from Adobe is easiest.

  • LaTeX compiler. You need a way to turn your LaTeX source into PostScript documents. MiKTeX provides this.

  • PostScript viewer. Finally, you'll want a way to see the resulting documents themselves! MiKTeX also provides this, but there are plenty of alternatives, like GSView.

  • You can also get a GUI wrapper around LaTeX composition, like that provided by LyX. This may be a good way to hit the ground running and then drop into source mode as your comfort level with LaTeX increases.

    show/hide this revision's text 2 edited body
    show/hide this revision's text 1