Curricula Vitae / Résumés ⇒ Picture of signature in \makeletterclosing
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Picture of signature in \makeletterclosing
how can I add an picture of my signature in the part \makeletterclosing between \closing and the name part?
Markus_811
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Picture of signature in \makeletterclosing
Just add your picture to the \closing command like this:
Code: Select all
\closing{Sincerely yours,\\
\vspace{10pt}\includegraphics[width=0.1\linewidth]{pictures/picture.jpg}}
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Picture of signature in \makeletterclosing
Markus_811
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Picture of signature in \makeletterclosing
Markus_811
Picture of signature in \makeletterclosing
Just add \vspace{} wherever you want more space with a value in the curly brackets (e.g.
\vspace{10pt}
).Cheers,
Vel