mirror of
https://github.com/moderncv/moderncv.git
synced 2026-06-03 15:47:00 +02:00
Merge branch 'master' into horizontal-space-tikzicon
This commit is contained in:
commit
23fcf867dd
2 changed files with 3 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ version next
|
|||
- 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)
|
||||
- Eliminate extra horizontal space for tikz icons (#259)
|
||||
- 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