[Tex/LaTex] Realistic handwritten document

fontsformatting

Is there a template/package that generates realistic handwritten documents?

The font should preferably reflect an average handwritting (readable).

Letters would follow a handwritting style but would change very little each time.

Has anyone got any news/updates?

Best Answer

There is HandLaTeX that could do it.

Edit: Beware, this package does not include any font, it just randomize the appearance of the text. Used with an handwritten-like font, it gives a satisfactory result.

Example, using the Fountain Pen Frenzy font:

\usepackage[]{hand}

\begin{document}
\begin{handpar}
Lorem ipsum dolor sit amet, feugiat ad metus vestibulum at
eget. Condimentum est dictumst, quis cras congue et turpis, ornare
lacinia hendrerit platea in. Nulla est proin pellentesque hendrerit
nulla vitae.
\end{handpar}
\end{document}

Output:

enter image description here

Related Question