Long underscore in LaTeX for signature

This post introduces how to add long underscore in LaTeX for signature

You can use \underline and  \hspace:

See the following example:

\documentclass{article}

\begin{document}
Name \underline{\hspace{3cm}}
Signature \underline{\hspace{3cm}}

\end{document}

 

Leave a Reply

Your email address will not be published. Required fields are marked *