It would be a great additional if you could create readme, eula, changelog, etc. by using the know typesetting format called TeX.
An example of LaTeX:
Code: Select all
\documentclass{article}
\title{Cartesian closed categories and the price of eggs}
\author{Jane Doe}
\date{September 1994}
\begin{document}
\maketitle
Hello world!
\end{document}
Another example of a full page written using LaTeX.Cartesian closed categories and the price of eggs
Jane Doe
September 1994
Hello world!
Birger
