I'm curious because my professor is introducing us to it and it seems that tech users use it. My textbooks are seem to be all written in Latex. It looks really nice, but I'm wondering how easy it is to learn.
Printable View
I'm curious because my professor is introducing us to it and it seems that tech users use it. My textbooks are seem to be all written in Latex. It looks really nice, but I'm wondering how easy it is to learn.
Docbook XML is probably easier to learn and better for automated parsing, but LaTeX is, well, LaTeX, and it won't be disappearing anytime soon. There is a free document processor called LyX that does (almost) all the LaTeX work for you. It's a really great program, and there's an Aqua version available.
Better still is TeXMacs, which does do all the LaTeX stuff for you. It's a great program in itss own right; I use it for all my essays, reports etc. Writing mathematical equations in it - and anything in general - is easy and flawless.
You'll find it in Synaptic in Ubuntu, and their's a native Windows port, too. OS X is supported, too (though not quite as easily).
http://www.texmacs.org/Samples/texmacs-1.png
You can export staight to PDF, too.
Looked at TeXMac and I knew about LyX. I don't want a WYSIWYG editor, that's why I'm considering using LaTeX. I have iWork for that. I'm looking at MacTeX right now, it might be nice.
Identity X, TeXmacs looks cool. It doesn't appear to run as well as LyX does on Windows and Mac OS X, but its UI is a lot more appealing than that of LyX. What you see on screen is actually what you get (WYSOSIAWYG, anyone? :D ).
LyX and TeXmacs are not like WYSIWYG word processors. Instead of formatting text manually, you just tell the program what kind of content it's supposed to be, and the program does the formatting automagically. LyX is a lot more practical than LaTeX and gives you just as much power because you can insert raw LaTeX code if you feel like it. I assume TeXmacs is similar.
I've heard that MacTeX is good. As a back-end to LyX, I use the older teTeX instead of MacTeX and it works just as well. You can install it with Fink via "sudo apt-get update && sudo apt-get upgrade && sudo apt-get install tetex".