Is there a latex document writer?

  • Context: LaTeX 
  • Thread starter Thread starter epkid08
  • Start date Start date
  • Tags Tags
    Latex writer
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
epkid08
Messages
264
Reaction score
1
Sort of a like Word except implements latex?
 
Physics news on Phys.org
When you say "implements latex", do you mean just the equations like here on PF? Because LaTeX is actually a full mark-up language for typesetting documents, so you don't need a word processor at all once you get the hang of it.
 
If you want something WYSIWYG (What You See Is What You Get--like most word processor applications) you can use LyX, which acts as a front-end to LaTeX:
http://www.lyx.org/
 
I use the TeXnicCenter/MiKTeX combo on my windows machine. I wrote my thesis with it and highly recommend it.
 
Of course you can use word to write Latex. Just save it as a txt file :-)
Seriously speaking, one of the advantages of Latex is that you are in fact programming your document using a simple text file. If you get used to a good editor like emacs, vim, etc, you have mighty tools available to help you, e.g. regex search and replace, column wise editing, macros for inserting commands, references etc.