mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Merge branch 'master' into classic-colors
This commit is contained in:
commit
783d5579a9
2 changed files with 2 additions and 5 deletions
|
|
@ -3,6 +3,7 @@ version next
|
||||||
- Fix error when omitting the photo in contemporary style (#201)
|
- Fix error when omitting the photo in contemporary style (#201)
|
||||||
- Fix spacing between first and last name (#204)
|
- Fix spacing between first and last name (#204)
|
||||||
- Include social icons in cover letter for styles classic, fancy and banking (#170)
|
- Include social icons in cover letter for styles classic, fancy and banking (#170)
|
||||||
|
- Update Oldstyle to use symbols instead of marvosym (#209)
|
||||||
|
|
||||||
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)
|
||||||
|
|
|
||||||
|
|
@ -47,11 +47,7 @@
|
||||||
|
|
||||||
% symbols
|
% symbols
|
||||||
\if@symbols
|
\if@symbols
|
||||||
\ifxetexorluatex
|
\moderncvicons{symbols} % use marvosym symbols pdflatex is used
|
||||||
\moderncvicons{awesome} % use font-awesome symbols if lualatex or xelatex is used
|
|
||||||
\else
|
|
||||||
\moderncvicons{marvosym} % use marvosym symbols pdflatex is used
|
|
||||||
\fi
|
|
||||||
\else
|
\else
|
||||||
\moderncvicons{letters} % do not use symbols, use letters
|
\moderncvicons{letters} % do not use symbols, use letters
|
||||||
\fi
|
\fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue