▲ | wildzzz 4 hours ago | |
Maybe the best compromise here is a markdown interpreter that converts to latex so you can use existing libraries and templates but not have to worry as much about syntax. | ||
▲ | gucci-on-fleek 2 hours ago | parent | next [-] | |
Pandoc can do this [0], and there's also the "markdown" LaTeX package [1]. | ||
▲ | volemo 3 hours ago | parent | prev | next [-] | |
I don't think syntax is the problem here. Using some tool that transpiles to LaTeX, you'll still have to fight your TeX engine sometimes, but now you also add friction and gotchas of your tool that does transpiling. I've tried writing Org and compiling it to LaTeX, but gave up this idea because ultimately I had to figure out idiosyncrasies of both LaTeX and Org-mode engines. | ||
▲ | afiori 4 hours ago | parent | prev [-] | |
There are already good html to pdf solutions, people using latex generally would not be satisfied with those |