LaTeX Is there a latex document writer?

  • Thread starter Thread starter epkid08
  • Start date Start date
  • Tags Tags
    Latex writer
AI Thread Summary
The discussion centers around alternatives to traditional word processors for typesetting documents, particularly those that involve mathematical equations. MathType is mentioned as a costly option, but it lacks the ability to include diagrams or tables. LaTeX is highlighted as a comprehensive markup language for document preparation, which eliminates the need for a word processor once mastered. For users seeking a WYSIWYG interface, LyX is recommended as a front-end to LaTeX. The TeXnicCenter/MiKTeX combination is also suggested for Windows users, with one participant noting its effectiveness for writing a thesis. The advantages of LaTeX include its text-based programming approach, which allows for advanced editing capabilities through editors like emacs or vim, enabling features such as regex search and replace, column editing, and macros for efficient document management.
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.
 

Similar threads

Back
Top