mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 05:58:33 +00:00
Updated awesome-cv.cls
Escaped the space between \@firstname and \@lastname in \makeletterclosing, so that the whitespace between the first and last name actually shows up.
This commit is contained in:
parent
289ca00392
commit
3f30a9d592
1 changed files with 2 additions and 2 deletions
|
@ -663,7 +663,7 @@
|
||||||
\newcommand*{\makeletterclosing}{
|
\newcommand*{\makeletterclosing}{
|
||||||
\vspace{3.4mm}
|
\vspace{3.4mm}
|
||||||
\lettertextstyle{\@letterclosing} \\\\
|
\lettertextstyle{\@letterclosing} \\\\
|
||||||
\letternamestyle{\@firstname \@lastname}
|
\letternamestyle{\@firstname\ \@lastname}
|
||||||
\ifthenelse{\isundefined{\@letterenclosure}}
|
\ifthenelse{\isundefined{\@letterenclosure}}
|
||||||
{\\}
|
{\\}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue