Welcome to the new Linux Foundation Forum!
Non- "WYSIWYG" Text Editing?
in Applications
What is the best non-WYSIWYG editor for writing a technical manual or a book? I would love to begin committing to paper several ideas which have been on my to-do list for some time. Thanks to anyone in advance for help!
0
Comments
http://vim-latex.sourceforge.net/
Once you've mastered LaTeX somewhat, any editor will do; I personally prefer Vim, but I have to admit that the preview-latex package for Emacs is quite awesome. If you want something semi-wysiwig, Gummi is also a bit interesting.
Depending on your needs, you might also want to consider something like LyX or txt2tags. Both of them has the ability to generate TeX output for you, which can be compiled into the same professional-looking output that using LaTeX directly would offer.
Thank you for posting this link! I am currently su apt-getting it right now.
Would LaTeX also be advisable for non-technical works as well? I ask because I would like to compose several non-Linux related works, such as a science fiction book? Thank you for your help in this matter.
LaTeX is commonly used for most professional documentations such as books and mathematic uses. The language syntax can be a little difficult since it is a markup language, but the resulting professional output will be well worth the effort.
But to answer your questions clearly, yes it can be used for any writing you wish. I personally use LaTeX for my resume, personal manuals other read-only documents that I wish to share.
When you're done, you can then tweak the appearance of the document by modifying your "preamble". You can of course play with fonts, margins and section headings - but there's a lot more available, like proper ligatures and smallcaps by default, and support for microtypography. If you ever wonder how to make the document look exactly how you want it, someone has probably made a TeX package that lets you do it.
I've seen very powerfull things with LateX. It is one of the things on my ToDo list...
Someday...
Regards