Ask HN: Is there something more convenient than LaTeX to write math (Markdown?)
I used LaTeX during my thesis, it was ok (long learning curve, but ok at the end).
Then I spent years using Markdown for other things (mostly programming/forums, and then document etc.)
Now I need to produce math+programming documents again. But once you have used Markdown, you find it veryyyyyy boring to use
\begin{itemize}
\item hello
\item world
\end{itemize}
instead of just (in Markdown): * hello
* world
But on the other hand, Markdown alone is not enough.Question: is there a modern mix between these 2 worlds? Something handier than LaTeX to typeset documents?
(the math environment is totally ok: $$x^2 - 1$$, the boring part in LaTeX is itemization, code blocks, inline code, tables, URL links, etc.)
6 comments
[ 3.3 ms ] story [ 28.0 ms ] threadWould you have an example of document with chapters mixing Markdown and LaTex?
I find it much easier to write: