|
|
|
|
|
by BeetleB
2852 days ago
|
|
>I’ve never understood the impetus for not using full LaTeX in an academic contex, given that the boiler plate is so minimal and presumably one has a built up a personal template over time. I don't find the boilerplate minimal at all. Contrast the following: \begin{itemize}
\item First
\item Second
\item Third
\end{itemize}
with - First
- Second
- Third
I won't even get into the hell that is tables.I loved LaTeX until I discovered Org Mode. Pandoc also scratches the same itch. |
|