Hacker News new | ask | show | jobs
by howhardisit 2659 days ago
Making a full fledged latex document is as easy as making a plain text file with the following content:

\documentclass{article} \begin{document}

Your whole life story goes here.

\end{document}

That's fscking difficult.