mirror of
https://github.com/moderncv/moderncv.git
synced 2026-06-06 09:07:01 +02:00
fix contemporary - reinsert first and last name into letter-header (#279)
* fix contemporary - reinsert first and last name into letter-header * Chaneglog entry for #278
This commit is contained in:
parent
29a34bfb55
commit
b344c4a3ee
2 changed files with 3 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ version next
|
|||
- Adding optional \postscript{PS text} command to cover letter in all current styles (#271)
|
||||
- Decreasing the size of born symbol to "tiny" and raising it by .5ex,
|
||||
to look typograpically more in line with born symbols outside moderncv (#273)
|
||||
- Fix missing Senders Name in Header (#278)
|
||||
|
||||
version 2.5.1 (31 Jan 2026)
|
||||
- Fix french babel breaking contemporary style (#219)
|
||||
|
|
|
|||
|
|
@ -194,6 +194,7 @@
|
|||
\addressfont\color{headtext}%
|
||||
\if@left\begin{tabular}[b]{@{}r@{}}\fi%
|
||||
\if@right\begin{tabular}[b]{@{}l@{}}\fi%
|
||||
{\bfseries\upshape\@firstname~\@lastname}\@firstdetailselementfalse%
|
||||
\ifthenelse{\isundefined{\@addressstreet}}{}{\makenewline\addresssymbol\@addressstreet%
|
||||
\ifthenelse{\equal{\@addresscity}{}}{}{\makenewline\@addresscity}% if \addresstreet is defined, \addresscity and addresscountry will always be defined but could be empty
|
||||
\ifthenelse{\equal{\@addresscountry}{}}{}{\makenewline\@addresscountry}}%
|
||||
|
|
@ -215,7 +216,7 @@
|
|||
\end{tikzpicture}%
|
||||
|
||||
\hfill
|
||||
\llap{\usebox{\makeletterdetailsbox}}% \llap is used to suppress
|
||||
\llap{\usebox{\makeletterdetailsbox}}% \llap is used to suppress
|
||||
\\[.15em]%
|
||||
\tikzmark{letter-head-end}\\[.15em]%
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue