LaTeX Makes Me Angry
jmtd.net
LaTeX Makes Me Angry
1–10 of 103 posts
Re: LaTeX Makes Me Angry
#2Re: LaTeX Makes Me Angry
#3Re: LaTeX Makes Me Angry
#4Eventually you need to actually build the real document though.
Re: LaTeX Makes Me Angry
#5In Word, you are stuck in a write format, write format cycle. In LaTeX, you are stuck in a write google, write google cycle. We deserve to have a write, write, write, write cycle!
Re: LaTeX Makes Me Angry
#6Re: LaTeX Makes Me Angry
#7Recently had to track down and update my resume. When I finally found it I was able to quickly add last few years of updates on the commandline and run xelatex and done. It took much longer to track down the files than to update and ship it off, that is why I like latex. Building latex docs from scratch is incredibly daunting, fortunately there are many templates and often they are mandated for use.
Re: LaTeX Makes Me Angry
#8On more than one occasion I have started writing a paper draft in Sublime + Markdown because the scaffolding of LaTeX felt too distracting. Eventually you need to actually build the real document though.
Edit: and creating tables in org mode is _so_ much better than in plain LaTeX. If you find yourself manually working on tables, the Emacs + org mode combo is worth investing time in.
Re: LaTeX Makes Me Angry
#9On more than one occasion I have started writing a paper draft in Sublime + Markdown because the scaffolding of LaTeX felt too distracting. Eventually you need to actually build the real document though.
Re: LaTeX Makes Me Angry
#10Unfortunately, the thing I would like most is a complete replacement for LaTeX that offers these features:
* Text-based - no binary file formats
* A unique DSL for all features
* Complete control over layout and formatting
* Complete control over typography (alignment, leading, kerning, spacing, document grid alignment, etc.)
* Support for tables, including captions, headers, styling, and the ability to span multiple pages
* Support for images and image formatting (resizing, borders, alignment, margins, etc.)
* Reusable libraries/packages
* A package management system (de-emphasis on this one because good package management systems are... difficult to make)