Is there a latex document writer?

  • Context: LaTeX 
  • Thread starter Thread starter epkid08
  • Start date Start date
  • Tags Tags
    Latex writer
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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.
 
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.