Live data from Hacker News

LaTeX Makes Me Angry

jmtd.net

11–20 of 103 posts

Re: LaTeX Makes Me Angry

#11

On 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.

What's the missing feature that has your going back to latex?

I switched to markdown and sublime a while ago. No more sideways tables, true. But even for that there is a workaround. And much less distraction in return.

Re: LaTeX Makes Me Angry

#13

I've build MonsterWriter [1] to fight the LaTeX struggles. In 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! [1] https://www.monsterwriter.app/

For the sake of completeness. You can also setup a pandoc [1] + markdown editor toolkit ... but then you are back at yak shaving.

[1] https://pandoc.org/

Re: LaTeX Makes Me Angry

#15

I write LaTeX documents in VSCode because there's a syntax highlight plugin there for it. If I could, I would write in Sublime Text, because it's faster. However, no Sublime Text plugin for LaTeX exists. Unfortunately, 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 form…

And how would it be different from (La)TeX?

Re: LaTeX Makes Me Angry

#16

I write LaTeX documents in VSCode because there's a syntax highlight plugin there for it. If I could, I would write in Sublime Text, because it's faster. However, no Sublime Text plugin for LaTeX exists. Unfortunately, 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 form…

> If I could, I would write in Sublime Text, because it's faster. However, no Sublime Text plugin for LaTeX exists.

I'm using the Latex and LatexTools packagest, so I don't follow your point. It's pretty good and can also be set up to properly autocomplete `\cite` and `\ref` in multi-file projects quite easily.

Re: LaTeX Makes Me Angry

#17
post #9

On 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.

You may like Texmacs.

https://www.texmacs.org/tmweb/home/welcome.en.html

Note that despite the name, TeXmacs is not an extension to emacs, but is its own standalone system.

Re: LaTeX Makes Me Angry

#18

I write LaTeX documents in VSCode because there's a syntax highlight plugin there for it. If I could, I would write in Sublime Text, because it's faster. However, no Sublime Text plugin for LaTeX exists. Unfortunately, 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 form…

> However, no Sublime Text plugin for LaTeX exists.

... anymore. https://github.com/LaTeXing used to exist, but has been dead for about 5 years.

Re: LaTeX Makes Me Angry

#19
For short stuff, i've started using org-mode as "markdown for latex" (whereas markdown is markdown for html).

Takes a lot of the visual clutter out, dumps to PDF smoothly, and you can tweak the tex if you like in between.

Re: LaTeX Makes Me Angry

#20
I personally often go to pandoc markdown. Quick translations to latex. Has first class support for latex packages (just include them in your pandoc's header). TeX like syntax for math with `$\delta$` for inline and `$$x=2$$` for newlines. Subscript/Superscript is `CO~2~` and `e=mc^2^`.

A very comfy way to work once you get used to it.

Post reply on HN