Curricula Vitae / RésumésPicture of signature in \makeletterclosing

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Picture of signature in \makeletterclosing

Post by templateuser »

Hi,

how can I add an picture of my signature in the part \makeletterclosing between \closing and the name part?

Markus_811

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Picture of signature in \makeletterclosing

Post by Vel »

Hey,

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}}
Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Picture of signature in \makeletterclosing

Post by templateuser »

Works, Thanks

Markus_811
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Picture of signature in \makeletterclosing

Post by templateuser »

Btw. What can I do to have more space at the end on the Cover Letter

Markus_811
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Picture of signature in \makeletterclosing

Post by Vel »

Hey,

Just add \vspace{} wherever you want more space with a value in the curly brackets (e.g. \vspace{10pt}).

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply