Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

50%
+0 −0
Q&A LaTex vs. Word vs. etc

Any text-based "markup" format -- LaTeX, HTML, various XML schemas like DocBook, etc -- will serve you better than binary formats like Word, Pages, FrameMaker, etc. (I am aware that some of these ...

posted 12y ago by Monica Cellio‭  ·  last activity 4y ago by System‭

Answer
#3: Attribution notice added by user avatar System‭ · 2019-12-08T02:10:38Z (over 4 years ago)
Source: https://writers.stackexchange.com/a/4936
License name: CC BY-SA 3.0
License URL: https://creativecommons.org/licenses/by-sa/3.0/
#2: Initial revision by (deleted user) · 2019-12-08T02:10:38Z (over 4 years ago)
Any text-based "markup" format -- LaTeX, HTML, various XML schemas like DocBook, etc -- will serve you better than binary formats like Word, Pages, FrameMaker, etc. (I am aware that some of these tools export XML or SGML.) The reasons include:

- Decoupling from editors. You can use your favorite tool to edit any of these, which gives you more flexibility.

- Conversion to other formats is probably easier and at least no worse. If you want to take your Word document and convert it to HTML for your blog, probably you're going to end up cutting and pasting and re-adding the format directives. Converting from LaTeX to HTML, on the other hand, can probably be largely scripted (hedge because I'm very rusty with LaTeX). If your document is 5 pages long maybe you don't care much; if it's 500 pages, or you're going to be doing this a lot, you do.

- It's a better foundation for producing output for multiple platforms. Depending on what you're doing you might only need to change a style sheet to go from book-style output to newsletter-style output, for instance.

#1: Imported from external source by user avatar System‭ · 2012-02-02T15:33:06Z (about 12 years ago)
Original score: 12