mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Merge branch 'master' into miktex-moderncvcolors
This commit is contained in:
commit
676585f4fe
2 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
version next
|
version next
|
||||||
- Change moderncvcolors.tex to a .sty file for MikTeX compatibility (#199)
|
- Change moderncvcolors.tex to a .sty file for MikTeX compatibility (#199)
|
||||||
|
- Fix error when omitting the photo in contemporary style (#201)
|
||||||
|
|
||||||
version 2.4.1 (18 Jul 2024)
|
version 2.4.1 (18 Jul 2024)
|
||||||
- Fix commons/colors.tex not found in package (#194)
|
- Fix commons/colors.tex not found in package (#194)
|
||||||
|
|
|
||||||
|
|
@ -145,6 +145,8 @@
|
||||||
% Users may define `\@moderncvheadBackground` for additional background decoration
|
% Users may define `\@moderncvheadBackground` for additional background decoration
|
||||||
\ifthenelse{\isundefined{\@moderncvheadBackground}}{}{\@moderncvheadBackground}
|
\ifthenelse{\isundefined{\@moderncvheadBackground}}{}{\@moderncvheadBackground}
|
||||||
|
|
||||||
|
% case with no photo: assure defined \@photoframewidth with 2pt
|
||||||
|
\ifthenelse{\isundefined{\@photo}}{\@initializelength{\@photoframewidth}\setlength{\@photoframewidth}{2pt}}{}%
|
||||||
\path[draw,line width=\@photoframewidth]
|
\path[draw,line width=\@photoframewidth]
|
||||||
(head-bg.south west) edge[color=headhr!85!black] ([xshift=8em]head-bg.south west)
|
(head-bg.south west) edge[color=headhr!85!black] ([xshift=8em]head-bg.south west)
|
||||||
([xshift=8em]head-bg.south west) edge[color=headhr] ([xshift=-8em]head-bg.south east)
|
([xshift=8em]head-bg.south west) edge[color=headhr] ([xshift=-8em]head-bg.south east)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue