mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Fix minor horizontal spacing issue in 'contemporary' style header
This commit is contained in:
parent
9bb975402b
commit
7c7385ee4c
2 changed files with 3 additions and 2 deletions
|
|
@ -11,6 +11,7 @@ version next
|
|||
- Fix tikz icon color in contemporary style (#224)
|
||||
- Add contemporary CV header style to cover letter, which also makes icons
|
||||
visible (#186)
|
||||
- Fix minor horizontal spacing issue in 'contemporary' style header
|
||||
|
||||
version 2.4.1 (18 Jul 2024)
|
||||
- Fix commons/colors.tex not found in package (#194)
|
||||
|
|
|
|||
|
|
@ -157,9 +157,9 @@
|
|||
\usebox{\makecvheadnamebox}%
|
||||
\hfill%
|
||||
\llap{\usebox{\makecvheaddetailsbox}}% \llap is used to suppress the width of the box, allowing overlap if the value of makecvheadnamewidth is forced
|
||||
\usebox{\makecvheadqrbox}\fi%
|
||||
\hspace{.5ex}\usebox{\makecvheadqrbox}\fi%
|
||||
\if@right%
|
||||
\usebox{\makecvheadqrbox}%
|
||||
\usebox{\makecvheadqrbox}\hspace{.5ex}%
|
||||
\rlap{\usebox{\makecvheaddetailsbox}}% \llap is used to suppress the width of the box, allowing overlap if the value of makecvheadnamewidth is forced
|
||||
\hfill%
|
||||
\usebox{\makecvheadnamebox}%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue