The title page of documentation generated from xDoc via Latex looks very "puristic". A nice option would be to be able to add some image, e.g. a logo, a screenshot or some other picture (maybe a photo of the author :-) ). This is very flexible and allows some individualization.
In latex, this could be converted to:
\usepackage{titlepic} <== as part of the usepackage list
...
\titlepic{\includegraphics{images/niceTitleImage.png}} <== after the \author... line
The title page of documentation generated from xDoc via Latex looks very "puristic". A nice option would be to be able to add some image, e.g. a logo, a screenshot or some other picture (maybe a photo of the author :-) ). This is very flexible and allows some individualization.
In latex, this could be converted to:
\usepackage{titlepic} <== as part of the usepackage list
...
\titlepic{\includegraphics{images/niceTitleImage.png}} <== after the \author... line