Curricula Vitae / RésumésReducing space between signature picture and name

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
StefanH
Posts: 3
Joined: Wed Nov 18, 2015 2:49 pm

Reducing space between signature picture and name

Post by StefanH »

Hi guys,

thank your for the great looking "ModernCV and Cover Letter"-template. :)

I'm currently using the classic style, so I wanted to know, how can I reduce the space between my signature picture (.png) and my name in the cover letter?
In my point of view, there are too many blank lines between them.

I've tried to change the relevant sys-file, but now I'm running out of ideas.


Greetings,
Stefan

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Reducing space between signature picture and name

Post by Johannes_B »

Welcome,

place the following block in your preamble and adjust to your needs.

Code: Select all

Code, edit and compile here:
\makeatletter
\renewcommand*{\makeletterclosing}{
\@closing\\[3em]%
{\bfseries \@firstname~\@familyname}%
\ifthenelse{\isundefined{\@enclosure}}{}{%
\\%
\vfill%
{\color{color2}\itshape\enclname: \@enclosure}}}
\makeatother
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
StefanH
Posts: 3
Joined: Wed Nov 18, 2015 2:49 pm

Re: Reducing space between signature picture and name

Post by StefanH »

Hi,

thanks for your hint. Everything is working in a perfect way. :D

Greetings,
Stefan
StefanH
Posts: 3
Joined: Wed Nov 18, 2015 2:49 pm

Reducing space between signature picture and name

Post by StefanH »

Hi,

just for a better understanding: why I cannot change the \@closing\\[3em]% line in the *.sys-file?
Why do I have to move the paragraph to the *.text-file and change it there?

Greetings,
Stefan
Last edited by cgnieder on Mon Nov 23, 2015 9:00 pm, edited 1 time in total.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Reducing space between signature picture and name

Post by Johannes_B »

License? Please read the first few lines in all the files starting with moderncv.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply