mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Merge branch 'master' into gh-action-userguide
This commit is contained in:
commit
7716d105a4
47 changed files with 399 additions and 220 deletions
6
.github/workflows/build-pdf.yml
vendored
6
.github/workflows/build-pdf.yml
vendored
|
|
@ -16,20 +16,20 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build pdf
|
- name: Build pdf
|
||||||
run: latexmk -pdflua ./template.tex
|
run: latexmk -pdflua ./template.tex
|
||||||
|
|
||||||
- name: Upload pdf
|
- name: Upload pdf
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: template.pdf
|
name: template.pdf
|
||||||
path: ./template.pdf
|
path: ./template.pdf
|
||||||
|
|
||||||
- name: Upload log
|
- name: Upload log
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: template.log
|
name: template.log
|
||||||
path: ./template.log
|
path: ./template.log
|
||||||
|
|
|
||||||
33
CHANGELOG
33
CHANGELOG
|
|
@ -1,6 +1,24 @@
|
||||||
version 2.?.? (29 Jun 2023)
|
version next
|
||||||
- Rewrote user guide, thanks to David Seus (#58, #169). The new user guide is
|
- Fix Inspire HEP social link (#241)
|
||||||
still incomplete.
|
- Change moderncvcolors.tex to a .sty file for MikTeX compatibility (#199)
|
||||||
|
- Fix error when omitting the photo in contemporary style (#201)
|
||||||
|
- Fix spacing between first and last name (#204)
|
||||||
|
- Include social icons in cover letter for styles classic, fancy and banking (#170)
|
||||||
|
- Update Oldstyle to use symbols instead of marvosym (#209)
|
||||||
|
- Added SimpleX and Threema social (#217)
|
||||||
|
- Fix spacing between first and last name again (#220)
|
||||||
|
- Make header details flush against sides for casual, classic, and contemporary
|
||||||
|
styles (#229)
|
||||||
|
- 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)
|
||||||
|
|
||||||
|
version 2.4.0 (08 Jul 2024)
|
||||||
|
- Rewrote user guide, thanks to David Seus (#58, #106, #169).
|
||||||
- Fixed "Underfull \hbox (badness 10000)" warning in \makecvtitle (#162).
|
- Fixed "Underfull \hbox (badness 10000)" warning in \makecvtitle (#162).
|
||||||
- Fixed unnecessary academicons warning when academicons aren't used (#161).
|
- Fixed unnecessary academicons warning when academicons aren't used (#161).
|
||||||
- Fixed page counts unnecessarily linking to the last page of the PDF (#159).
|
- Fixed page counts unnecessarily linking to the last page of the PDF (#159).
|
||||||
|
|
@ -21,11 +39,12 @@ version 2.?.? (29 Jun 2023)
|
||||||
- Added Codeberg and Mastodon social icons (#107).
|
- Added Codeberg and Mastodon social icons (#107).
|
||||||
- New \social options: arXiv, INSPIRE (#185)
|
- New \social options: arXiv, INSPIRE (#185)
|
||||||
- Systematize colors and make them user adjustable. See documentation for details.
|
- Systematize colors and make them user adjustable. See documentation for details.
|
||||||
This requires the \moderncvcolor to be issued BEFORE \moderncvstyle.
|
This requires the \moderncvcolor to be issued BEFORE \moderncvstyle (#151).
|
||||||
- all styles: make the head options 'details' and 'nodetails' available to the user. (previously they were hidden). Oldstyle does not respond too well to nodetails.
|
- all styles: make the head options 'details' and 'nodetails' available to the user. (previously they were hidden). Oldstyle does not respond too well to nodetails (#150).
|
||||||
- casual style: make the head options 'alternate', 'details' and 'nodetails' available to the user. (previously they were hidden).
|
- casual style: make the head options 'alternate', 'details' and 'nodetails' available to the user. (previously they were hidden) (#150).
|
||||||
- Setting \listitemsymbolspace allows custom spacing between list symbol and text item (for \cvlistitem and \cvlistdoubleitem).
|
- Setting \listitemsymbolspace allows custom spacing between list symbol and text item (for \cvlistitem and \cvlistdoubleitem) (#74).
|
||||||
- Introducing \cvtripleitem command for items in three columns. Closing feature request #174.
|
- Introducing \cvtripleitem command for items in three columns. Closing feature request #174.
|
||||||
|
- Fixed wrong cvlistitem vspace caused by multiline section titles in fancy style (#69).
|
||||||
|
|
||||||
version 2.3.1 (21 Feb 2022)
|
version 2.3.1 (21 Feb 2022)
|
||||||
- Fix duplicate GitLab icon (#105).
|
- Fix duplicate GitLab icon (#105).
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1,4 +1,4 @@
|
||||||
%% moderncv_userguide.tex as shipped with 2022/02/21 v2.3.1 modern curriculum vitae and letter document class (moderncv)
|
%% moderncv_userguide.tex as shipped with 2024-07-18 v2.4.1 modern curriculum vitae and letter document class (moderncv)
|
||||||
%% 2021 David Seus, cryptointerest@posteo.de
|
%% 2021 David Seus, cryptointerest@posteo.de
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
|
|
@ -9,11 +9,13 @@
|
||||||
|
|
||||||
\title{%
|
\title{%
|
||||||
\texttt{moderncv} User Guide\\
|
\texttt{moderncv} User Guide\\
|
||||||
{\small Package v2.3.1}%
|
{\small Package v2.4.1}%
|
||||||
}
|
}
|
||||||
% Cristina Sambo,
|
% Cristina Sambo,
|
||||||
\author{%
|
\author{%
|
||||||
Package by Xavier Danaux\\
|
Package by Xavier Danaux\\
|
||||||
|
and\\
|
||||||
|
moderncv community\\
|
||||||
{\small Documentation by David Seus}%
|
{\small Documentation by David Seus}%
|
||||||
}
|
}
|
||||||
\date{\today}
|
\date{\today}
|
||||||
|
|
@ -349,11 +351,13 @@ The following values are supported for \code{<platform>}:
|
||||||
\item \code{researcherid}
|
\item \code{researcherid}
|
||||||
\item \code{researchgate}
|
\item \code{researchgate}
|
||||||
\item \code{signal}
|
\item \code{signal}
|
||||||
|
\item \code{simplex}
|
||||||
\item \code{skype}
|
\item \code{skype}
|
||||||
\item \code{soundcloud}
|
\item \code{soundcloud}
|
||||||
\item \code{stackoverflow}
|
\item \code{stackoverflow}
|
||||||
\item \code{steam}
|
\item \code{steam}
|
||||||
\item \code{telegram}
|
\item \code{telegram}
|
||||||
|
\item \code{threema}
|
||||||
\item \code{tiktok}
|
\item \code{tiktok}
|
||||||
\item \code{twitch}
|
\item \code{twitch}
|
||||||
\item \code{twitter}
|
\item \code{twitter}
|
||||||
|
|
|
||||||
12
moderncv.cls
12
moderncv.cls
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncv.cls'.
|
%% start of file `moderncv.cls'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesClass{moderncv}[2022-02-21 v2.3.1 modern curriculum vitae and letter document class]
|
\ProvidesClass{moderncv}[2024-07-18 v2.4.1 modern curriculum vitae and letter document class]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|
@ -290,6 +290,8 @@
|
||||||
% - "battlenet"
|
% - "battlenet"
|
||||||
% - "arxiv"
|
% - "arxiv"
|
||||||
% - "inspire"
|
% - "inspire"
|
||||||
|
% - "simplex"
|
||||||
|
% - "threema"
|
||||||
\collectionnew{socials}
|
\collectionnew{socials}
|
||||||
\NewDocumentCommand{\social}{O{}O{}m}{%
|
\NewDocumentCommand{\social}{O{}O{}m}{%
|
||||||
\ifthenelse{\equal{#2}{}}%
|
\ifthenelse{\equal{#2}{}}%
|
||||||
|
|
@ -323,7 +325,9 @@
|
||||||
\ifthenelse{\equal{#1}{playstation}} {\collectionadd[playstation]{socials} {#3}} {}%
|
\ifthenelse{\equal{#1}{playstation}} {\collectionadd[playstation]{socials} {#3}} {}%
|
||||||
\ifthenelse{\equal{#1}{battlenet}} {\collectionadd[battlenet]{socials} {#3}} {}%
|
\ifthenelse{\equal{#1}{battlenet}} {\collectionadd[battlenet]{socials} {#3}} {}%
|
||||||
\ifthenelse{\equal{#1}{arxiv}} {\collectionadd[arxiv]{socials} {\protect\httpslink[#3]{arxiv.org/a/#3}}} {}%
|
\ifthenelse{\equal{#1}{arxiv}} {\collectionadd[arxiv]{socials} {\protect\httpslink[#3]{arxiv.org/a/#3}}} {}%
|
||||||
\ifthenelse{\equal{#1}{inspire}} {\collectionadd[inspire]{socials} {\protect\httpslink[#3]{inspirehep.net/authoris/#3}}} {}%
|
\ifthenelse{\equal{#1}{inspire}} {\collectionadd[inspire]{socials} {\protect\httpslink[#3]{inspirehep.net/authors/#3}}} {}%
|
||||||
|
\ifthenelse{\equal{#1}{simplex}} {\collectionadd[simplex]{socials} {\protect\httpslink[#3]{simplex.chat/#3}}} {}%
|
||||||
|
\ifthenelse{\equal{#1}{threema}} {\collectionadd[threema]{socials} {\protect\httpslink[#3]{threema.id/#3}}} {}%
|
||||||
}
|
}
|
||||||
{\collectionadd[#1]{socials}{\protect\httpslink[#3]{#2}}}}%
|
{\collectionadd[#1]{socials}{\protect\httpslink[#3]{#2}}}}%
|
||||||
|
|
||||||
|
|
@ -391,6 +395,8 @@
|
||||||
\newcommand*{\battlenetsocialsymbol} {}
|
\newcommand*{\battlenetsocialsymbol} {}
|
||||||
\newcommand*{\arxivsocialsymbol} {}
|
\newcommand*{\arxivsocialsymbol} {}
|
||||||
\newcommand*{\inspiresocialsymbol} {}
|
\newcommand*{\inspiresocialsymbol} {}
|
||||||
|
\newcommand*{\simplexsocialsymbol} {}
|
||||||
|
\newcommand*{\threemasocialsymbol} {}
|
||||||
|
|
||||||
% other
|
% other
|
||||||
%------
|
%------
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvbodyi.sty'.
|
%% start of file `moderncvbodyi.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvbodyi}[2022-02-21 v2.3.1 modern curriculum vitae and letter body variant: 1]
|
\ProvidesPackage{moderncvbodyi}[2024-07-18 v2.4.1 modern curriculum vitae and letter body variant: 1]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvbodyiii.sty'.
|
%% start of file `moderncvbodyiii.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvbodyiii}[2022-02-21 v2.3.1 modern curriculum vitae and letter body variant: 3]
|
\ProvidesPackage{moderncvbodyiii}[2024-07-18 v2.4.1 modern curriculum vitae and letter body variant: 3]
|
||||||
|
|
||||||
% rules type options: "fullrules", "shortrules", "mixedrules" (default) or "norules"
|
% rules type options: "fullrules", "shortrules", "mixedrules" (default) or "norules"
|
||||||
\@initializeif{\if@fullrules}\@fullrulesfalse
|
\@initializeif{\if@fullrules}\@fullrulesfalse
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvbodyiv.sty'.
|
%% start of file `moderncvbodyiv.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvbodyiv}[2022-02-21 v2.3.1 modern curriculum vitae and letter body variant: 4]
|
\ProvidesPackage{moderncvbodyiv}[2024-07-18 v2.4.1 modern curriculum vitae and letter body variant: 4]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvbodyv.sty'.
|
%% start of file `moderncvbodyv.sty'.
|
||||||
%% Copyright 2015-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2015-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvbodyv}[2022-02-21 v2.3.1 modern curriculum vitae and letter body variant: 5]
|
\ProvidesPackage{moderncvbodyv}[2024-07-18 v2.4.1 modern curriculum vitae and letter body variant: 5]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|
@ -77,7 +77,8 @@
|
||||||
\addvspace{2.5ex}%
|
\addvspace{2.5ex}%
|
||||||
\phantomsection{}% reset the anchor for hyperrefs
|
\phantomsection{}% reset the anchor for hyperrefs
|
||||||
\addcontentsline{toc}{section}{#2}%
|
\addcontentsline{toc}{section}{#2}%
|
||||||
\noindent\rlap{\@cvitem{\raggedleft\sectionstyle{#2}}{}}%
|
% minipage for correct spacing with multiline sections #69
|
||||||
|
\noindent\rlap{\@cvitem{\begin{minipage}[t][1ex]{\hintscolumnwidth}\raggedleft\sectionstyle{#2}\end{minipage}}{}}%
|
||||||
\nobreak\@afterheading\@aftersectiontrue\ignorespaces}
|
\nobreak\@afterheading\@aftersectiontrue\ignorespaces}
|
||||||
|
|
||||||
%\@initializeif{\if@aftersubsection}\@aftersubsectionfalse%
|
%\@initializeif{\if@aftersubsection}\@aftersubsectionfalse%
|
||||||
|
|
@ -88,7 +89,8 @@
|
||||||
\par\ignorespaces\fi%
|
\par\ignorespaces\fi%
|
||||||
\phantomsection{}% reset the anchor for hyperrefs
|
\phantomsection{}% reset the anchor for hyperrefs
|
||||||
\addcontentsline{toc}{subsection}{#2}%
|
\addcontentsline{toc}{subsection}{#2}%
|
||||||
\noindent\rlap{\@cvitem{\if@aftersection\else\@moderncvstrut{4pt}{24pt}\fi\raggedleft\subsectionstyle{#2}}{}}%
|
% minipage for correct spacing with multiline subsections #69
|
||||||
|
\noindent\rlap{\@cvitem{\begin{minipage}[t][1ex]{\hintscolumnwidth}\if@aftersection\else\@moderncvstrut{4pt}{24pt}\fi\raggedleft\subsectionstyle{#2}\end{minipage}}{}}%
|
||||||
\nobreak\@afterheading\@aftersectiontrue\ignorespaces}
|
\nobreak\@afterheading\@aftersectiontrue\ignorespaces}
|
||||||
|
|
||||||
\renewcommand*{\cvitem}[3][.5ex]{%
|
\renewcommand*{\cvitem}[3][.5ex]{%
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvcollection.sty'.
|
%% start of file `moderncvcollection.sty'.
|
||||||
%% Copyright 2013-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2013-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvcollection}[2022-02-21 v2.3.1 moderncv collections]
|
\ProvidesPackage{moderncvcollection}[2024-07-18 v2.4.1 moderncv collections]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvcolorblack.sty'.
|
%% start of file `moderncvcolorblack.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,18 +10,21 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvcolorblack}[2022-02-21 v2.3.1 modern curriculum vitae and letter color scheme: black]
|
\ProvidesPackage{moderncvcolorblack}[2024-07-18 v2.4.1 modern curriculum vitae and letter color scheme: black]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% color scheme definition
|
% color scheme definition
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\input{commons/colors}
|
\usepackage{moderncvcolors}
|
||||||
|
|
||||||
\colorlet{color0}{black}% black
|
|
||||||
\colorlet{color1}{black}% black
|
|
||||||
\colorlet{color2}{black}% black
|
|
||||||
|
|
||||||
|
\colorlet{color0}{black}
|
||||||
|
\colorlet{color1}{black}
|
||||||
|
\colorlet{color2}{black}
|
||||||
|
\colorlet{headTL}{lightblack}
|
||||||
|
\colorlet{headBR}{color1}
|
||||||
|
\colorlet{headtext}{white}
|
||||||
|
\colorlet{headhr}{color2}
|
||||||
|
|
||||||
\endinput
|
\endinput
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvcolorblue.sty'.
|
%% start of file `moderncvcolorblue.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,17 +10,21 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvcolorblue}[2022-02-21 v2.3.1 modern curriculum vitae and letter color scheme: blue]
|
\ProvidesPackage{moderncvcolorblue}[2024-07-18 v2.4.1 modern curriculum vitae and letter color scheme: blue]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% color scheme definition
|
% color scheme definition
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\input{commons/colors}
|
\usepackage{moderncvcolors}
|
||||||
|
|
||||||
\colorlet{color0}{black}% black
|
\colorlet{color0}{black}
|
||||||
\colorlet{color1}{lightblue}% light blue
|
\colorlet{color1}{lightblue}
|
||||||
\colorlet{color2}{darkgrey}% dark grey
|
\colorlet{color2}{darkgrey}
|
||||||
|
\colorlet{headTL}{lightskyblue}
|
||||||
|
\colorlet{headBR}{color1}
|
||||||
|
\colorlet{headtext}{white}
|
||||||
|
\colorlet{headhr}{color2}
|
||||||
|
|
||||||
|
|
||||||
\endinput
|
\endinput
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvcolorburgundy.sty'.
|
%% start of file `moderncvcolorburgundy.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,18 +10,21 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvcolorburgundy}[2022-02-21 v2.3.1 modern curriculum vitae and letter color scheme: burgundy]
|
\ProvidesPackage{moderncvcolorburgundy}[2024-07-18 v2.4.1 modern curriculum vitae and letter color scheme: burgundy]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% color scheme definition
|
% color scheme definition
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\input{commons/colors}
|
\usepackage{moderncvcolors}
|
||||||
|
|
||||||
\colorlet{color0}{black}% black
|
|
||||||
\colorlet{color1}{burgundy}% burgundy
|
|
||||||
\colorlet{color2}{darkgrey}% dark grey
|
|
||||||
|
|
||||||
|
\colorlet{color0}{black}
|
||||||
|
\colorlet{color1}{burgundy}
|
||||||
|
\colorlet{color2}{darkgrey}
|
||||||
|
\colorlet{headTL}{darkred}
|
||||||
|
\colorlet{headBR}{color1}
|
||||||
|
\colorlet{headtext}{white}
|
||||||
|
\colorlet{headhr}{color2}
|
||||||
|
|
||||||
\endinput
|
\endinput
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,14 +17,15 @@
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% color scheme definition
|
% color scheme definition
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\definecolor{color0}{rgb}{0,0,0}% black
|
\usepackage{moderncvcolors}
|
||||||
\definecolor{color1}{HTML}{0081a7}% cerulean
|
|
||||||
\definecolor{color2}{HTML}{4d908e}% dark cyan
|
|
||||||
\definecolor{headTL}{HTML}{00afb9}% verdigris
|
|
||||||
\colorlet{headBR}{color1}
|
|
||||||
\definecolor{headtext}{HTML}{ffffff}% white
|
|
||||||
\colorlet{headhr}{color2}
|
|
||||||
|
|
||||||
|
\colorlet{color0}{black}
|
||||||
|
\colorlet{color1}{cerulean}
|
||||||
|
\colorlet{color2}{darkcyan}
|
||||||
|
\colorlet{headTL}{verdigris}
|
||||||
|
\colorlet{headBR}{color1}
|
||||||
|
\colorlet{headtext}{white}
|
||||||
|
\colorlet{headhr}{color2}
|
||||||
|
|
||||||
\endinput
|
\endinput
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvcolorgreen.sty'.
|
%% start of file `moderncvcolorgreen.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,17 +10,21 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvcolorgreen}[2022-02-21 v2.3.1 modern curriculum vitae and letter color scheme: green]
|
\ProvidesPackage{moderncvcolorgreen}[2024-07-18 v2.4.1 modern curriculum vitae and letter color scheme: green]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% color scheme definition
|
% color scheme definition
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\input{commons/colors}
|
\usepackage{moderncvcolors}
|
||||||
|
|
||||||
\colorlet{color0}{black}% black
|
\colorlet{color0}{black}
|
||||||
\colorlet{color1}{green}% green
|
\colorlet{color1}{green}
|
||||||
\colorlet{color2}{darkgrey}% dark grey
|
\colorlet{color2}{darkgrey}
|
||||||
|
\colorlet{headTL}{palegreen}
|
||||||
|
\colorlet{headBR}{color1}
|
||||||
|
\colorlet{headtext}{white}
|
||||||
|
\colorlet{headhr}{color2}
|
||||||
|
|
||||||
|
|
||||||
\endinput
|
\endinput
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvcolorgrey.sty'.
|
%% start of file `moderncvcolorgrey.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,18 +10,21 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvcolorgrey}[2022-02-21 v2.3.1 modern curriculum vitae and letter color scheme: grey]
|
\ProvidesPackage{moderncvcolorgrey}[2024-07-18 v2.4.1 modern curriculum vitae and letter color scheme: grey]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% color scheme definition
|
% color scheme definition
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\input{commons/colors}
|
\usepackage{moderncvcolors}
|
||||||
|
|
||||||
\colorlet{color0}{black}% black
|
|
||||||
\colorlet{color1}{darkgrey}% dark grey
|
|
||||||
\colorlet{color2}{darkgrey}% dark grey
|
|
||||||
|
|
||||||
|
\colorlet{color0}{black}
|
||||||
|
\colorlet{color1}{darkgrey}
|
||||||
|
\colorlet{color2}{darkgrey}
|
||||||
|
\colorlet{headTL}{lightgrey}
|
||||||
|
\colorlet{headBR}{color1}
|
||||||
|
\colorlet{headtext}{white}
|
||||||
|
\colorlet{headhr}{color2}
|
||||||
|
|
||||||
\endinput
|
\endinput
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvcolororange.sty'.
|
%% start of file `moderncvcolororange.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,18 +10,21 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvcolororange}[2022-02-21 v2.3.1 modern curriculum vitae and letter color scheme: orange]
|
\ProvidesPackage{moderncvcolororange}[2024-07-18 v2.4.1 modern curriculum vitae and letter color scheme: orange]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% color scheme definition
|
% color scheme definition
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\input{commons/colors}
|
\usepackage{moderncvcolors}
|
||||||
|
|
||||||
\colorlet{color0}{black}% black
|
|
||||||
\colorlet{color1}{orange}% orange
|
|
||||||
\colorlet{color2}{darkgrey}% dark grey
|
|
||||||
|
|
||||||
|
\colorlet{color0}{black}
|
||||||
|
\colorlet{color1}{orange}
|
||||||
|
\colorlet{color2}{darkgrey}
|
||||||
|
\colorlet{headTL}{lightorange}
|
||||||
|
\colorlet{headBR}{color1}
|
||||||
|
\colorlet{headtext}{white}
|
||||||
|
\colorlet{headhr}{color2}
|
||||||
|
|
||||||
\endinput
|
\endinput
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvcolorpurple.sty'.
|
%% start of file `moderncvcolorpurple.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,17 +10,21 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvcolorpurple}[2022-02-21 v2.3.1 modern curriculum vitae and letter color scheme: purple]
|
\ProvidesPackage{moderncvcolorpurple}[2024-07-18 v2.4.1 modern curriculum vitae and letter color scheme: purple]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% color scheme definition
|
% color scheme definition
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\input{commons/colors}
|
\usepackage{moderncvcolors}
|
||||||
|
|
||||||
\colorlet{color0}{black}% black
|
\colorlet{color0}{black}
|
||||||
\colorlet{color1}{purple}% purple
|
\colorlet{color1}{purple}
|
||||||
\colorlet{color2}{darkgrey}% dark grey
|
\colorlet{color2}{darkgrey}
|
||||||
|
\colorlet{headTL}{lavender}
|
||||||
|
\colorlet{headBR}{color1}
|
||||||
|
\colorlet{headtext}{white}
|
||||||
|
\colorlet{headhr}{color2}
|
||||||
|
|
||||||
|
|
||||||
\endinput
|
\endinput
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvcolorred.sty'.
|
%% start of file `moderncvcolorred.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,17 +10,21 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvcolorred}[2022-02-21 v2.3.1 modern curriculum vitae and letter color scheme: red]
|
\ProvidesPackage{moderncvcolorred}[2024-07-18 v2.4.1 modern curriculum vitae and letter color scheme: red]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% color scheme definition
|
% color scheme definition
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\input{commons/colors}
|
\usepackage{moderncvcolors}
|
||||||
|
|
||||||
\colorlet{color0}{black}% black
|
\colorlet{color0}{black}
|
||||||
\colorlet{color1}{red}% red
|
\colorlet{color1}{red}
|
||||||
\colorlet{color2}{darkgrey}% dark grey
|
\colorlet{color2}{darkgrey}
|
||||||
|
\colorlet{headTL}{firebrick}
|
||||||
|
\colorlet{headBR}{color1}
|
||||||
|
\colorlet{headtext}{white}
|
||||||
|
\colorlet{headhr}{color2}
|
||||||
|
|
||||||
|
|
||||||
\endinput
|
\endinput
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,42 @@
|
||||||
|
%% start of file `moderncvcolors.sty'.
|
||||||
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com)
|
||||||
|
%% Copyright 2024-2024 moderncv maintainers (github.com/moderncv).
|
||||||
|
%
|
||||||
|
% This work may be distributed and/or modified under the
|
||||||
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
% available at http://www.latex-project.org/lppl/.
|
||||||
|
|
||||||
|
%-------------------------------------------------------------------------------
|
||||||
|
% identification
|
||||||
|
%-------------------------------------------------------------------------------
|
||||||
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
|
\ProvidesPackage{moderncvcolors}[2024-07-18 v2.4.1 modern curriculum vitae and letter base colors]
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% built-in colors
|
% built-in colors
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|
||||||
\definecolor{black}{RGB}{0, 0, 0}
|
\definecolor{black}{RGB}{0, 0, 0}
|
||||||
|
\definecolor{white}{HTML}{ffffff}
|
||||||
\definecolor{red}{rgb}{0.95, 0.20, 0.20}
|
\definecolor{red}{rgb}{0.95, 0.20, 0.20}
|
||||||
\definecolor{darkgrey}{rgb}{0.45, 0.45, 0.45}
|
\definecolor{darkgrey}{rgb}{0.45, 0.45, 0.45}
|
||||||
|
\definecolor{lightgrey}{HTML}{d3d3d3}
|
||||||
\definecolor{orange}{rgb}{0.95, 0.55, 0.15}
|
\definecolor{orange}{rgb}{0.95, 0.55, 0.15}
|
||||||
\definecolor{burgundy}{rgb}{0.596078, 0, 0}% 139/255 (0.545098) or 152/255 (0.596078)
|
\definecolor{burgundy}{rgb}{0.596078, 0, 0}% 139/255 (0.545098) or 152/255 (0.596078)
|
||||||
\definecolor{purple}{rgb}{0.50, 0.33, 0.80}
|
\definecolor{purple}{rgb}{0.50, 0.33, 0.80}
|
||||||
\definecolor{lightblue}{rgb}{0.22, 0.45, 0.70}
|
\definecolor{lightblue}{rgb}{0.22, 0.45, 0.70}
|
||||||
\definecolor{green}{rgb}{0.35, 0.70, 0.30}
|
\definecolor{green}{rgb}{0.35, 0.70, 0.30}
|
||||||
|
\definecolor{cerulean}{HTML}{0081a7}
|
||||||
|
\definecolor{darkcyan}{HTML}{4d908e}
|
||||||
|
\definecolor{verdigris}{HTML}{00afb9}
|
||||||
|
\definecolor{lightskyblue}{HTML}{b1dffc}
|
||||||
|
\definecolor{darkred}{HTML}{d60000}
|
||||||
|
\definecolor{palegreen}{HTML}{a6fca6}
|
||||||
|
\definecolor{lightorange}{HTML}{ffbb3d}
|
||||||
|
\definecolor{lavender}{HTML}{9090e9}
|
||||||
|
\definecolor{firebrick}{HTML}{ce2727}
|
||||||
|
\definecolor{lightblack}{HTML}{3d3d3d}
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% default colors
|
% default colors
|
||||||
|
|
@ -33,3 +60,5 @@
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|
||||||
% \definecolor{tsinghua}{HTML}{791CB5}
|
% \definecolor{tsinghua}{HTML}{791CB5}
|
||||||
|
|
||||||
|
%% end of file `moderncvcolors.sty'.
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvcompatibility.sty'.
|
%% start of file `moderncvcompatibility.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvcompatibility}[2022-02-21 v2.3.1 modern curriculum vitae and letter compatibility patches]
|
\ProvidesPackage{moderncvcompatibility}[2024-07-18 v2.4.1 modern curriculum vitae and letter compatibility patches]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvdebugtools.sty'.
|
%% start of file `moderncvdebugtools.sty'.
|
||||||
%% Copyright 2013-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2013-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvdebugtools}[2022-02-21 v2.3.1 modern curriculum vitae and letter debug tools]
|
\ProvidesPackage{moderncvdebugtools}[2024-07-18 v2.4.1 modern curriculum vitae and letter debug tools]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvfooti.sty'.
|
%% start of file `moderncvfooti.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvfooti}[2022-02-21 v2.3.1 modern curriculum vitae and letter footer variant: 1]
|
\ProvidesPackage{moderncvfooti}[2024-07-18 v2.4.1 modern curriculum vitae and letter footer variant: 1]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvheadi.sty'.
|
%% start of file `moderncvheadi.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvheadi}[2022-02-21 v2.3.1 modern curriculum vitae and letter header variant: 1]
|
\ProvidesPackage{moderncvheadi}[2024-07-18 v2.4.1 modern curriculum vitae and letter header variant: 1]
|
||||||
|
|
||||||
% details options: "details" (default) or "nodetails"
|
% details options: "details" (default) or "nodetails"
|
||||||
\@initializeif{\if@details}\@detailsfalse
|
\@initializeif{\if@details}\@detailsfalse
|
||||||
|
|
@ -92,7 +92,7 @@
|
||||||
\ifthenelse{\equal{\@homepageprotocol}{http}}{\httplink{\@homepage}}{\httpslink{\@homepage}}}%
|
\ifthenelse{\equal{\@homepageprotocol}{http}}{\httplink{\@homepage}}{\httpslink{\@homepage}}}%
|
||||||
\socialsdetails% needs to be pre-rendered as loops and tabulars seem to conflict
|
\socialsdetails% needs to be pre-rendered as loops and tabulars seem to conflict
|
||||||
\ifthenelse{\isundefined{\@extrainfo}}{}{\makenewline\@extrainfo}%
|
\ifthenelse{\isundefined{\@extrainfo}}{}{\makenewline\@extrainfo}%
|
||||||
\end{tabular}
|
\end{tabular}%
|
||||||
}\fi%
|
}\fi%
|
||||||
% optional photo (pre-rendering)
|
% optional photo (pre-rendering)
|
||||||
\@initializebox{\makecvheadpicturebox}%
|
\@initializebox{\makecvheadpicturebox}%
|
||||||
|
|
@ -106,9 +106,9 @@
|
||||||
\setlength{\fboxrule}{\@photoframewidth}%
|
\setlength{\fboxrule}{\@photoframewidth}%
|
||||||
\ifdim\@photoframewidth=0pt%
|
\ifdim\@photoframewidth=0pt%
|
||||||
\setlength{\fboxsep}{0pt}\fi%
|
\setlength{\fboxsep}{0pt}\fi%
|
||||||
\framebox{\includegraphics[width=\@photowidth]{\@photo}}}%
|
\framebox{\includegraphics[width=\@photowidth]{\@photo}}%
|
||||||
\if@right%
|
\if@right%
|
||||||
\hspace*{\separatorcolumnwidth}\fi}%
|
\hspace*{\separatorcolumnwidth}\fi}}%
|
||||||
% name and title (pre-rendering)
|
% name and title (pre-rendering)
|
||||||
\@initializelength{\makecvheaddetailswidth}\settowidth{\makecvheaddetailswidth}{\usebox{\makecvheaddetailsbox}}%
|
\@initializelength{\makecvheaddetailswidth}\settowidth{\makecvheaddetailswidth}{\usebox{\makecvheaddetailsbox}}%
|
||||||
\@initializelength{\makecvheadpicturewidth}\settowidth{\makecvheadpicturewidth}{\usebox{\makecvheadpicturebox}}%
|
\@initializelength{\makecvheadpicturewidth}\settowidth{\makecvheadpicturewidth}{\usebox{\makecvheadpicturebox}}%
|
||||||
|
|
@ -120,7 +120,7 @@
|
||||||
\begin{minipage}[b]{\makecvheadnamewidth}%
|
\begin{minipage}[b]{\makecvheadnamewidth}%
|
||||||
\if@left\raggedright\fi%
|
\if@left\raggedright\fi%
|
||||||
\if@right\raggedleft\fi%
|
\if@right\raggedleft\fi%
|
||||||
\firstnamestyle{\@firstname}~\lastnamestyle{\@lastname}%
|
\firstnamestyle{\@firstname\ }\lastnamestyle{\@lastname}%
|
||||||
\ifthenelse{\equal{\@title}{}}{}{\\[1.25em]\titlestyle{\@title}}%
|
\ifthenelse{\equal{\@title}{}}{}{\\[1.25em]\titlestyle{\@title}}%
|
||||||
\end{minipage}}%
|
\end{minipage}}%
|
||||||
% raise boxes if top option is set
|
% raise boxes if top option is set
|
||||||
|
|
@ -180,6 +180,8 @@
|
||||||
\ifthenelse{\isundefined{\@email}}{}{\makenewline\emailsymbol\emaillink{\@email}}%
|
\ifthenelse{\isundefined{\@email}}{}{\makenewline\emailsymbol\emaillink{\@email}}%
|
||||||
\ifthenelse{\isundefined{\@homepage}}{}{\makenewline\homepagesymbol%
|
\ifthenelse{\isundefined{\@homepage}}{}{\makenewline\homepagesymbol%
|
||||||
\ifthenelse{\equal{\@homepageprotocol}{http}}{\httplink{\@homepage}}{\httpslink{\@homepage}}}%
|
\ifthenelse{\equal{\@homepageprotocol}{http}}{\httplink{\@homepage}}{\httpslink{\@homepage}}}%
|
||||||
|
\collectionloop{socials}{% the key holds the social type (=symbol command prefix), the item holds the link
|
||||||
|
\makenewline\csname\collectionloopkey socialsymbol\endcsname\collectionloopitem}%
|
||||||
\ifthenelse{\isundefined{\@extrainfo}}{}{\makenewline\@extrainfo}}\fi%
|
\ifthenelse{\isundefined{\@extrainfo}}{}{\makenewline\@extrainfo}}\fi%
|
||||||
\end{minipage}\\[2em]
|
\end{minipage}\\[2em]
|
||||||
% recipient block
|
% recipient block
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvheadii.sty'.
|
%% start of file `moderncvheadii.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvheadii}[2022-02-21 v2.3.1 modern curriculum vitae and letter header variant: 2]
|
\ProvidesPackage{moderncvheadii}[2024-07-18 v2.4.1 modern curriculum vitae and letter header variant: 2]
|
||||||
|
|
||||||
% details options: "details" or "nodetails" (default)
|
% details options: "details" or "nodetails" (default)
|
||||||
\@initializeif{\if@details}\@detailsfalse
|
\@initializeif{\if@details}\@detailsfalse
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvheadiii.sty'.
|
%% start of file `moderncvheadiii.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvheadiii}[2022-02-21 v2.3.1 modern curriculum vitae and letter header variant: 3]
|
\ProvidesPackage{moderncvheadiii}[2024-07-18 v2.4.1 modern curriculum vitae and letter header variant: 3]
|
||||||
|
|
||||||
% details options: "details" (default) or "nodetails"
|
% details options: "details" (default) or "nodetails"
|
||||||
\@initializeif{\if@details}\@detailsfalse
|
\@initializeif{\if@details}\@detailsfalse
|
||||||
|
|
@ -83,7 +83,7 @@
|
||||||
\parbox{\makeheaddetailswidth}{%
|
\parbox{\makeheaddetailswidth}{%
|
||||||
\centering%
|
\centering%
|
||||||
% name and title
|
% name and title
|
||||||
\firstnamestyle{\@firstname}~\lastnamestyle{\@lastname}%
|
\firstnamestyle{\@firstname\ }\lastnamestyle{\@lastname}%
|
||||||
\ifthenelse{\equal{\@title}{}}{}{\titlestyle{~|~\@title}}% \isundefined doesn't work on \@title, as LaTeX itself defines \@title (before it possibly gets redefined by \title)
|
\ifthenelse{\equal{\@title}{}}{}{\titlestyle{~|~\@title}}% \isundefined doesn't work on \@title, as LaTeX itself defines \@title (before it possibly gets redefined by \title)
|
||||||
% optional detailed information
|
% optional detailed information
|
||||||
\if@details{%
|
\if@details{%
|
||||||
|
|
@ -159,6 +159,8 @@
|
||||||
\ifthenelse{\isundefined{\@email}}{}{\makenewline\emailsymbol\emaillink{\@email}}%
|
\ifthenelse{\isundefined{\@email}}{}{\makenewline\emailsymbol\emaillink{\@email}}%
|
||||||
\ifthenelse{\isundefined{\@homepage}}{}{\makenewline\homepagesymbol%
|
\ifthenelse{\isundefined{\@homepage}}{}{\makenewline\homepagesymbol%
|
||||||
\ifthenelse{\equal{\@homepageprotocol}{http}}{\httplink{\@homepage}}{\httpslink{\@homepage}}}%
|
\ifthenelse{\equal{\@homepageprotocol}{http}}{\httplink{\@homepage}}{\httpslink{\@homepage}}}%
|
||||||
|
\collectionloop{socials}{% the key holds the social type (=symbol command prefix), the item holds the link
|
||||||
|
\makenewline\csname\collectionloopkey socialsymbol\endcsname\collectionloopitem}%
|
||||||
\ifthenelse{\isundefined{\@extrainfo}}{}{\makenewline\@extrainfo}}\fi%
|
\ifthenelse{\isundefined{\@extrainfo}}{}{\makenewline\@extrainfo}}\fi%
|
||||||
\end{minipage}\\[2em]
|
\end{minipage}\\[2em]
|
||||||
% recipient block
|
% recipient block
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvheadiv.sty'.
|
%% start of file `moderncvheadiv.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvheadiv}[2022-02-21 v2.3.1 modern curriculum vitae and letter header variant: 4]
|
\ProvidesPackage{moderncvheadiv}[2024-07-18 v2.4.1 modern curriculum vitae and letter header variant: 4]
|
||||||
|
|
||||||
% details options: "details" (default) or "nodetails"
|
% details options: "details" (default) or "nodetails"
|
||||||
\@initializeif{\if@details}\@detailsfalse
|
\@initializeif{\if@details}\@detailsfalse
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
{\setlength{\makecvheadnamewidth}{\textwidth-\makecvheadpicturewidth}}%
|
{\setlength{\makecvheadnamewidth}{\textwidth-\makecvheadpicturewidth}}%
|
||||||
{}%
|
{}%
|
||||||
\begin{minipage}[b]{\makecvheadnamewidth}%
|
\begin{minipage}[b]{\makecvheadnamewidth}%
|
||||||
\firstnamestyle{\@firstname}~\lastnamestyle{\@lastname}%
|
\firstnamestyle{\@firstname\ }\lastnamestyle{\@lastname}%
|
||||||
\ifthenelse{\equal{\@title}{}}{}{\\[1.25em]\titlestyle{\@title}}%
|
\ifthenelse{\equal{\@title}{}}{}{\\[1.25em]\titlestyle{\@title}}%
|
||||||
\end{minipage}%
|
\end{minipage}%
|
||||||
% optional photo
|
% optional photo
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvheadv.sty'.
|
%% start of file `moderncvheadv.sty'.
|
||||||
%% Copyright 2015-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2015-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvheadv}[2022-02-21 v2.3.1 modern curriculum vitae and letter header variant: 5]
|
\ProvidesPackage{moderncvheadv}[2024-07-18 v2.4.1 modern curriculum vitae and letter header variant: 5]
|
||||||
|
|
||||||
% details options: "details" (default) or "nodetails"
|
% details options: "details" (default) or "nodetails"
|
||||||
\@initializeif{\if@details}\@detailsfalse
|
\@initializeif{\if@details}\@detailsfalse
|
||||||
|
|
@ -94,7 +94,7 @@
|
||||||
% name and optional title
|
% name and optional title
|
||||||
\newlength{\makecvheadpictureboxskip}%
|
\newlength{\makecvheadpictureboxskip}%
|
||||||
\setlength{\makecvheadpictureboxskip}{\totalheightof{\usebox{\makecvheadpicturebox}}}%
|
\setlength{\makecvheadpictureboxskip}{\totalheightof{\usebox{\makecvheadpicturebox}}}%
|
||||||
\firstnamestyle{\@firstname}~\lastnamestyle{\@lastname}%
|
\firstnamestyle{\@firstname\ }\lastnamestyle{\@lastname}%
|
||||||
\ifthenelse{\equal{\@title}{}}{
|
\ifthenelse{\equal{\@title}{}}{
|
||||||
\ifthenelse{\isundefined{\@quote}}%
|
\ifthenelse{\isundefined{\@quote}}%
|
||||||
{}%
|
{}%
|
||||||
|
|
@ -160,6 +160,8 @@
|
||||||
\ifthenelse{\isundefined{\@email}}{}{\makenewline\emailsymbol\emaillink{\@email}}%
|
\ifthenelse{\isundefined{\@email}}{}{\makenewline\emailsymbol\emaillink{\@email}}%
|
||||||
\ifthenelse{\isundefined{\@homepage}}{}{\makenewline\homepagesymbol%
|
\ifthenelse{\isundefined{\@homepage}}{}{\makenewline\homepagesymbol%
|
||||||
\ifthenelse{\equal{\@homepageprotocol}{http}}{\httplink{\@homepage}}{\httpslink{\@homepage}}}%
|
\ifthenelse{\equal{\@homepageprotocol}{http}}{\httplink{\@homepage}}{\httpslink{\@homepage}}}%
|
||||||
|
\collectionloop{socials}{% the key holds the social type (=symbol command prefix), the item holds the link
|
||||||
|
\makenewline\csname\collectionloopkey socialsymbol\endcsname\collectionloopitem}%
|
||||||
\ifthenelse{\isundefined{\@extrainfo}}{}{\makenewline\@extrainfo}}\fi%
|
\ifthenelse{\isundefined{\@extrainfo}}{}{\makenewline\@extrainfo}}\fi%
|
||||||
\end{minipage}\\[2em]
|
\end{minipage}\\[2em]
|
||||||
% recipient block
|
% recipient block
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvheadvi.sty'.
|
%% start of file `moderncvheadvi.sty'.
|
||||||
%% Copyright 2015-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2015-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvheadvi}[2022-02-21 v2.3.1 modern curriculum vitae and letter header: 6]
|
\ProvidesPackage{moderncvheadvi}[2024-07-18 v2.4.1 modern curriculum vitae and letter header: 6]
|
||||||
|
|
||||||
% details options: "details" (default) or "nodetails"
|
% details options: "details" (default) or "nodetails"
|
||||||
\@initializeif{\if@details}\@detailsfalse
|
\@initializeif{\if@details}\@detailsfalse
|
||||||
|
|
@ -55,7 +55,7 @@
|
||||||
\setlength{\makeheaddetailswidth}{\textwidth}%
|
\setlength{\makeheaddetailswidth}{\textwidth}%
|
||||||
% name and title
|
% name and title
|
||||||
\if@left\hfill\fi%
|
\if@left\hfill\fi%
|
||||||
\firstnamestyle{\@firstname}~\lastnamestyle{\@lastname}%
|
\firstnamestyle{\@firstname\ }\lastnamestyle{\@lastname}%
|
||||||
\ifthenelse{\equal{\@title}{}}{}{\titlestyle{~|~\@title}}\\[-.35em]% \isundefined doesn't work on \@title, as LaTeX itself defines \@title (before it possibly gets redefined by \title)
|
\ifthenelse{\equal{\@title}{}}{}{\titlestyle{~|~\@title}}\\[-.35em]% \isundefined doesn't work on \@title, as LaTeX itself defines \@title (before it possibly gets redefined by \title)
|
||||||
% rule
|
% rule
|
||||||
{\color{bodyrulecolor}\rule{\textwidth}{.25ex}}}
|
{\color{bodyrulecolor}\rule{\textwidth}{.25ex}}}
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@
|
||||||
\ifthenelse{\isundefined{\@homepage}}{}{\makenewline\homepagesymbol\httplink{\@homepage}}%
|
\ifthenelse{\isundefined{\@homepage}}{}{\makenewline\homepagesymbol\httplink{\@homepage}}%
|
||||||
\socialsdetails% needs to be pre-rendered as loops and tabulars seem to conflict
|
\socialsdetails% needs to be pre-rendered as loops and tabulars seem to conflict
|
||||||
\ifthenelse{\isundefined{\@extrainfo}}{}{\makenewline\@extrainfo}%
|
\ifthenelse{\isundefined{\@extrainfo}}{}{\makenewline\@extrainfo}%
|
||||||
\end{tabular}
|
\end{tabular}%
|
||||||
}\fi%
|
}\fi%
|
||||||
% optional photo (pre-rendering)
|
% optional photo (pre-rendering)
|
||||||
\@initializebox{\makecvheadpicturebox}%
|
\@initializebox{\makecvheadpicturebox}%
|
||||||
|
|
@ -115,9 +115,9 @@
|
||||||
\node[inner sep=0pt] at (0,0) {\includegraphics[width=\@photowidth]{\@photo}};
|
\node[inner sep=0pt] at (0,0) {\includegraphics[width=\@photowidth]{\@photo}};
|
||||||
\end{scope}
|
\end{scope}
|
||||||
\end{tikzpicture}%
|
\end{tikzpicture}%
|
||||||
}%
|
|
||||||
\if@left%
|
\if@left%
|
||||||
\hspace*{\separatorcolumnwidth}\fi}%
|
\hspace*{\separatorcolumnwidth}\fi}%
|
||||||
|
}%
|
||||||
% optional QR for homepage (pre-rendering)
|
% optional QR for homepage (pre-rendering)
|
||||||
\@initializebox{\makecvheadqrbox}%
|
\@initializebox{\makecvheadqrbox}%
|
||||||
\if@headqr%
|
\if@headqr%
|
||||||
|
|
@ -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)
|
||||||
|
|
@ -155,9 +157,9 @@
|
||||||
\usebox{\makecvheadnamebox}%
|
\usebox{\makecvheadnamebox}%
|
||||||
\hfill%
|
\hfill%
|
||||||
\llap{\usebox{\makecvheaddetailsbox}}% \llap is used to suppress the width of the box, allowing overlap if the value of makecvheadnamewidth is forced
|
\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%
|
\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
|
\rlap{\usebox{\makecvheaddetailsbox}}% \llap is used to suppress the width of the box, allowing overlap if the value of makecvheadnamewidth is forced
|
||||||
\hfill%
|
\hfill%
|
||||||
\usebox{\makecvheadnamebox}%
|
\usebox{\makecvheadnamebox}%
|
||||||
|
|
@ -181,24 +183,41 @@
|
||||||
\renewcommand*{\makeletterhead}{%
|
\renewcommand*{\makeletterhead}{%
|
||||||
% recompute lengths (in case we are switching from letter to resume, or vice versa)
|
% recompute lengths (in case we are switching from letter to resume, or vice versa)
|
||||||
\recomputeletterlengths%
|
\recomputeletterlengths%
|
||||||
% sender contact info
|
|
||||||
\hfill%
|
\@initializebox{\makeletterdetailsbox}%
|
||||||
\begin{minipage}{.5\textwidth}%
|
|
||||||
% optional detailed information
|
|
||||||
\if@details%
|
\if@details%
|
||||||
\raggedleft%
|
\def\phonesdetails{}%
|
||||||
\addressfont\textcolor{color2}{%
|
\collectionloop{phones}{% the key holds the phone type (=symbol command prefix), the item holds the number
|
||||||
{\bfseries\upshape\@firstname~\@lastname}\@firstdetailselementfalse%
|
\protected@edef\phonesdetails{\phonesdetails\protect\makenewline\csname\collectionloopkey phonesymbol\endcsname\collectionloopitem}}%
|
||||||
% optional detailed information
|
\savebox{\makeletterdetailsbox}{%
|
||||||
|
\addressfont\color{headtext}%
|
||||||
|
\if@left\begin{tabular}[b]{@{}r@{}}\fi%
|
||||||
|
\if@right\begin{tabular}[b]{@{}l@{}}\fi%
|
||||||
\ifthenelse{\isundefined{\@addressstreet}}{}{\makenewline\addresssymbol\@addressstreet%
|
\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{\@addresscity}{}}{}{\makenewline\@addresscity}% if \addresstreet is defined, \addresscity and addresscountry will always be defined but could be empty
|
||||||
\ifthenelse{\equal{\@addresscountry}{}}{}{\makenewline\@addresscountry}}%
|
\ifthenelse{\equal{\@addresscountry}{}}{}{\makenewline\@addresscountry}}%
|
||||||
\collectionloop{phones}{% the key holds the phone type (=symbol command prefix), the item holds the number
|
\phonesdetails% needs to be pre-rendered as loops and tabulars seem to conflict
|
||||||
\makenewline\csname\collectionloopkey phonesymbol\endcsname\collectionloopitem}%
|
|
||||||
\ifthenelse{\isundefined{\@email}}{}{\makenewline\emailsymbol\emaillink{\@email}}%
|
\ifthenelse{\isundefined{\@email}}{}{\makenewline\emailsymbol\emaillink{\@email}}%
|
||||||
\ifthenelse{\isundefined{\@homepage}}{}{\makenewline\homepagesymbol\httplink{\@homepage}}%
|
\ifthenelse{\isundefined{\@homepage}}{}{\makenewline\homepagesymbol\httplink{\@homepage}}%
|
||||||
\ifthenelse{\isundefined{\@extrainfo}}{}{\makenewline\@extrainfo}}\fi%
|
\ifthenelse{\isundefined{\@extrainfo}}{}{\makenewline\@extrainfo}%
|
||||||
\end{minipage}\\[1em]
|
\end{tabular}%
|
||||||
|
}\fi%
|
||||||
|
|
||||||
|
% name and title (pre-rendering)
|
||||||
|
\@initializelength{\makeletterdetailswidth}\settowidth{\makeletterdetailswidth}{\usebox{\makeletterdetailsbox}}%
|
||||||
|
|
||||||
|
% rendering
|
||||||
|
\begin{tikzpicture}[remember picture,overlay]
|
||||||
|
\node(letter-head-bg) [top color=headTL,bottom color=headBR,shading angle=45,inner sep=0pt,
|
||||||
|
fit={(current page.north west)(current page.north east)(pic cs:letter-head-end)}] {};
|
||||||
|
|
||||||
|
\end{tikzpicture}%
|
||||||
|
|
||||||
|
\hfill
|
||||||
|
\llap{\usebox{\makeletterdetailsbox}}% \llap is used to suppress
|
||||||
|
\\[.15em]%
|
||||||
|
\tikzmark{letter-head-end}\\[.15em]%
|
||||||
|
|
||||||
% recipient block
|
% recipient block
|
||||||
\begin{minipage}[t]{.5\textwidth}
|
\begin{minipage}[t]{.5\textwidth}
|
||||||
\raggedright%
|
\raggedright%
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncviconsacademic.sty'.
|
%% start of file `moderncviconsacademic.sty'.
|
||||||
%% Copyright 2013-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2013-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncviconsacademic}[2022-02-21 v2.3.1 modern curriculum vitae icons: academicons]
|
\ProvidesPackage{moderncviconsacademic}[2024-07-18 v2.4.1 modern curriculum vitae icons: academicons]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% set colors
|
% set colors
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\input{commons/colors}
|
\usepackage{moderncvcolors}
|
||||||
|
|
||||||
\providecolor{orcid}{named}{default-socialicon-color}
|
\providecolor{orcid}{named}{default-socialicon-color}
|
||||||
\providecolor{researchgate}{named}{default-socialicon-color}
|
\providecolor{researchgate}{named}{default-socialicon-color}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncviconsawesome.sty'.
|
%% start of file `moderncviconsawesome.sty'.
|
||||||
%% Copyright 2013-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2013-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncviconsawesome}[2022-02-21 v2.3.1 modern curriculum vitae icons: awesome]
|
\ProvidesPackage{moderncviconsawesome}[2024-07-18 v2.4.1 modern curriculum vitae icons: awesome]
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% required packages
|
% required packages
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% set colors
|
% set colors
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\input{commons/colors}
|
\usepackage{moderncvcolors}
|
||||||
|
|
||||||
\providecolor{address}{named}{default-socialicon-color}
|
\providecolor{address}{named}{default-socialicon-color}
|
||||||
\providecolor{mobilephone}{named}{default-socialicon-color}
|
\providecolor{mobilephone}{named}{default-socialicon-color}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncviconsletters.sty'.
|
%% start of file `moderncviconsletters.sty'.
|
||||||
%% Copyright 2013-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2013-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncviconsletters}[2022-02-21 v2.3.1 modern curriculum vitae icons: letter]
|
\ProvidesPackage{moderncviconsletters}[2024-07-18 v2.4.1 modern curriculum vitae icons: letter]
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% symbols definition
|
% symbols definition
|
||||||
|
|
@ -58,6 +58,8 @@
|
||||||
\renewcommand*{\battlenetsocialsymbol} {\textbf{bn}~}
|
\renewcommand*{\battlenetsocialsymbol} {\textbf{bn}~}
|
||||||
\renewcommand*{\arxivsocialsymbol} {\textbf{arx}~}
|
\renewcommand*{\arxivsocialsymbol} {\textbf{arx}~}
|
||||||
\renewcommand*{\inspiresocialsymbol} {\textbf{ins}~}
|
\renewcommand*{\inspiresocialsymbol} {\textbf{ins}~}
|
||||||
|
\renewcommand*{\simplexsocialsymbol} {\textbf{splx}~}
|
||||||
|
\renewcommand*{\simplexsocialsymbol} {\textbf{thr}~}
|
||||||
|
|
||||||
\renewcommand*{\listitemsymbol} {\labelitemi~}
|
\renewcommand*{\listitemsymbol} {\labelitemi~}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncviconsmarvosym.sty'.
|
%% start of file `moderncviconsmarvosym.sty'.
|
||||||
%% Copyright 2013-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2013-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncviconsmarvosym}[2022-02-21 v2.3.1 modern curriculum vitae icons: marvosym]
|
\ProvidesPackage{moderncviconsmarvosym}[2024-07-18 v2.4.1 modern curriculum vitae icons: marvosym]
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% all symbols described in moderncv.cls
|
% all symbols described in moderncv.cls
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncviconssymbols.sty'.
|
%% start of file `moderncviconssymbols.sty'.
|
||||||
%% Copyright 2013-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2013-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncviconstikz.sty'.
|
%% start of file `moderncviconstikz.sty'.
|
||||||
%% Copyright 2013-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2013-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncviconstikz}[2022-02-21 v2.3.1 modern curriculum vitae and letter icons: tickz]
|
\ProvidesPackage{moderncviconstikz}[2024-07-18 v2.4.1 modern curriculum vitae and letter icons: tickz]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|
@ -18,6 +18,24 @@
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\RequirePackage{tikz}
|
\RequirePackage{tikz}
|
||||||
\RequirePackage{etoolbox}
|
\RequirePackage{etoolbox}
|
||||||
|
\RequirePackage{xcolor}
|
||||||
|
|
||||||
|
%-------------------------------------------------------------------------------
|
||||||
|
% set colors
|
||||||
|
%-------------------------------------------------------------------------------
|
||||||
|
\usepackage{moderncvcolors}
|
||||||
|
|
||||||
|
\providecolor{linkedin}{named}{default-socialicon-color}
|
||||||
|
\providecolor{twitter}{named}{default-socialicon-color}
|
||||||
|
\providecolor{github}{named}{default-socialicon-color}
|
||||||
|
\providecolor{gitlab}{named}{default-socialicon-color}
|
||||||
|
\providecolor{skype}{named}{default-socialicon-color}
|
||||||
|
\providecolor{googlescholar}{named}{default-socialicon-color}
|
||||||
|
\providecolor{matrix}{named}{default-socialicon-color}
|
||||||
|
\providecolor{signal}{named}{default-socialicon-color}
|
||||||
|
\providecolor{codeberg}{named}{default-socialicon-color}
|
||||||
|
\providecolor{simplex}{named}{default-socialicon-color}
|
||||||
|
\providecolor{threema}{named}{default-socialicon-color}
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|
@ -29,7 +47,7 @@
|
||||||
\protect\raisebox{-0.165em}{
|
\protect\raisebox{-0.165em}{
|
||||||
\protect\begin{tikzpicture}[x=0.08em, y=0.08em, xscale=0.25, yscale=-0.25, inner sep=0pt, outer sep=0pt]
|
\protect\begin{tikzpicture}[x=0.08em, y=0.08em, xscale=0.25, yscale=-0.25, inner sep=0pt, outer sep=0pt]
|
||||||
\protect\begin{scope}[cm={{0.60,0.0,0.0,0.60,(346.39,123.07)}}]
|
\protect\begin{scope}[cm={{0.60,0.0,0.0,0.60,(346.39,123.07)}}]
|
||||||
\protect\path[fill=color2]
|
\protect\path[fill=linkedin]
|
||||||
(381,202) -- (434,202) .. controls (439,202) and (442,205) ..
|
(381,202) -- (434,202) .. controls (439,202) and (442,205) ..
|
||||||
(442,210) -- (442,264) .. controls (442,268) and (439,272) ..
|
(442,210) -- (442,264) .. controls (442,268) and (439,272) ..
|
||||||
(434,272) -- (381,272) .. controls (376,272) and (372,268) ..
|
(434,272) -- (381,272) .. controls (376,272) and (372,268) ..
|
||||||
|
|
@ -74,7 +92,7 @@
|
||||||
\renewcommand*{\twittersocialsymbol} {
|
\renewcommand*{\twittersocialsymbol} {
|
||||||
\protect\raisebox{0em}{%
|
\protect\raisebox{0em}{%
|
||||||
\protect\begin{tikzpicture}[x=0.08em, y=0.08em, xscale=0.005, yscale=-0.005, inner sep=0pt, outer sep=0pt]
|
\protect\begin{tikzpicture}[x=0.08em, y=0.08em, xscale=0.005, yscale=-0.005, inner sep=0pt, outer sep=0pt]
|
||||||
\protect\path[fill=color2]
|
\protect\path[fill=twitter]
|
||||||
(2000, 192) .. controls (1926, 225) and (1847, 247) ..
|
(2000, 192) .. controls (1926, 225) and (1847, 247) ..
|
||||||
(1764, 257) .. controls (1849, 206) and (1914, 126) ..
|
(1764, 257) .. controls (1849, 206) and (1914, 126) ..
|
||||||
(1945, 30) .. controls (1865, 77) and (1778, 111) ..
|
(1945, 30) .. controls (1865, 77) and (1778, 111) ..
|
||||||
|
|
@ -106,7 +124,7 @@
|
||||||
\protect\raisebox{-0.15em} {
|
\protect\raisebox{-0.15em} {
|
||||||
\protect\begin{tikzpicture}[x=0.08em, y=0.08em, xscale=0.25, yscale=-0.25, inner sep=0pt, outer sep=0pt]
|
\protect\begin{tikzpicture}[x=0.08em, y=0.08em, xscale=0.25, yscale=-0.25, inner sep=0pt, outer sep=0pt]
|
||||||
\protect\begin{scope}[shift={(507,387)}]
|
\protect\begin{scope}[shift={(507,387)}]
|
||||||
\protect\path[fill=color2]
|
\protect\path[fill=github]
|
||||||
(117, 60) .. controls (117, 71) and (108, 81) ..
|
(117, 60) .. controls (117, 71) and (108, 81) ..
|
||||||
( 96, 81) .. controls ( 85, 81) and ( 75, 71) ..
|
( 96, 81) .. controls ( 85, 81) and ( 75, 71) ..
|
||||||
( 75, 60) .. controls ( 75, 48) and ( 85, 39) ..
|
( 75, 60) .. controls ( 75, 48) and ( 85, 39) ..
|
||||||
|
|
@ -118,7 +136,7 @@
|
||||||
( 75, 60) .. controls ( 75, 48) and ( 85, 39) ..
|
( 75, 60) .. controls ( 75, 48) and ( 85, 39) ..
|
||||||
( 96, 39) .. controls (108, 39) and (117, 48) ..
|
( 96, 39) .. controls (108, 39) and (117, 48) ..
|
||||||
(117, 60) -- cycle;
|
(117, 60) -- cycle;
|
||||||
\protect\path[fill=color2, nonzero rule]
|
\protect\path[fill=github, nonzero rule]
|
||||||
(103, 45) .. controls (103, 45) and (101, 46) ..
|
(103, 45) .. controls (103, 45) and (101, 46) ..
|
||||||
(101, 47) -- (100, 47) --
|
(101, 47) -- (100, 47) --
|
||||||
( 99, 47) .. controls ( 99, 47) and ( 98, 47) ..
|
( 99, 47) .. controls ( 99, 47) and ( 98, 47) ..
|
||||||
|
|
@ -217,7 +235,7 @@
|
||||||
\protect\raisebox{-0.12em}{
|
\protect\raisebox{-0.12em}{
|
||||||
\protect\begin{tikzpicture}[x=0.11em, y=0.11em, xscale=0.015, yscale=-0.015, inner sep=0pt, outer sep=0pt]
|
\protect\begin{tikzpicture}[x=0.11em, y=0.11em, xscale=0.015, yscale=-0.015, inner sep=0pt, outer sep=0pt]
|
||||||
\protect\begin{scope}[shift={(507,387)}]
|
\protect\begin{scope}[shift={(507,387)}]
|
||||||
\protect\path[fill=color2,line width=0.057pt]
|
\protect\path[fill=gitlab,line width=0.057pt]
|
||||||
(105.2000,24.9000) .. controls (102.1000,16.0000) and (89.5000,16.0000) ..
|
(105.2000,24.9000) .. controls (102.1000,16.0000) and (89.5000,16.0000) ..
|
||||||
(86.3000,24.9000) -- (29.8000,199.7000) -- (161.7000,199.7000) .. controls
|
(86.3000,24.9000) -- (29.8000,199.7000) -- (161.7000,199.7000) .. controls
|
||||||
(161.7000,199.7000) and (105.2000,24.9000) .. (105.2000,24.9000) -- cycle
|
(161.7000,199.7000) and (105.2000,24.9000) .. (105.2000,24.9000) -- cycle
|
||||||
|
|
@ -238,7 +256,7 @@
|
||||||
\protect\raisebox{-0.15em}{
|
\protect\raisebox{-0.15em}{
|
||||||
\protect\begin{tikzpicture}[y=0.08em, x=0.08em, xscale=0.020, yscale=-0.020, inner sep=0pt, outer sep=0pt]
|
\protect\begin{tikzpicture}[y=0.08em, x=0.08em, xscale=0.020, yscale=-0.020, inner sep=0pt, outer sep=0pt]
|
||||||
\protect\begin{scope}[shift={(507,387)}]
|
\protect\begin{scope}[shift={(507,387)}]
|
||||||
\protect\path[fill=color2,even odd rule]
|
\protect\path[fill=skype,even odd rule]
|
||||||
(487.6550,288.9690) .. controls (489.0610,278.5690) and (489.8700,267.9960) ..
|
(487.6550,288.9690) .. controls (489.0610,278.5690) and (489.8700,267.9960) ..
|
||||||
(489.8700,257.2330) .. controls (489.8700,128.0770) and (384.5990,23.3610) ..
|
(489.8700,257.2330) .. controls (489.8700,128.0770) and (384.5990,23.3610) ..
|
||||||
(254.7670,23.3610) .. controls (241.8630,23.3610) and (229.2120,24.4210) ..
|
(254.7670,23.3610) .. controls (241.8630,23.3610) and (229.2120,24.4210) ..
|
||||||
|
|
@ -274,7 +292,7 @@
|
||||||
\protect\raisebox{-0.12em}{
|
\protect\raisebox{-0.12em}{
|
||||||
\protect\begin{tikzpicture}[y=2.0pt, x=2.0pt, yscale=-0.1, xscale=0.1, inner sep=0pt, outer sep=0pt]
|
\protect\begin{tikzpicture}[y=2.0pt, x=2.0pt, yscale=-0.1, xscale=0.1, inner sep=0pt, outer sep=0pt]
|
||||||
\protect\begin{scope}[shift={(507,387)}]
|
\protect\begin{scope}[shift={(507,387)}]
|
||||||
\protect\path[fill=color2] (25.0000,2.0000) .. controls (12.3095,2.0000) and (2.0000,12.3095)
|
\protect\path[fill=googlescholar] (25.0000,2.0000) .. controls (12.3095,2.0000) and (2.0000,12.3095)
|
||||||
.. (2.0000,25.0000) .. controls (2.0000,37.6905) and (12.3095,48.0000) ..
|
.. (2.0000,25.0000) .. controls (2.0000,37.6905) and (12.3095,48.0000) ..
|
||||||
(25.0000,48.0000) .. controls (37.6905,48.0000) and (48.0000,37.6905) ..
|
(25.0000,48.0000) .. controls (37.6905,48.0000) and (48.0000,37.6905) ..
|
||||||
(48.0000,25.0000) .. controls (48.0000,12.3095) and (37.6905,2.0000) ..
|
(48.0000,25.0000) .. controls (48.0000,12.3095) and (37.6905,2.0000) ..
|
||||||
|
|
@ -327,7 +345,7 @@
|
||||||
\protect\raisebox{-0.12em}{
|
\protect\raisebox{-0.12em}{
|
||||||
\protect\begin{tikzpicture}[y=1.8pt, x=1.8pt, yscale=-0.15, xscale=0.15, inner sep=0pt, outer sep=0pt]
|
\protect\begin{tikzpicture}[y=1.8pt, x=1.8pt, yscale=-0.15, xscale=0.15, inner sep=0pt, outer sep=0pt]
|
||||||
\protect\begin{scope}[shift={(507,387)}]
|
\protect\begin{scope}[shift={(507,387)}]
|
||||||
\protect\path[fill=color2]
|
\protect\path[fill=matrix]
|
||||||
(0.9360,0.7320) .. controls (0.9360,10.9053) and (0.9360,21.0787) ..
|
(0.9360,0.7320) .. controls (0.9360,10.9053) and (0.9360,21.0787) ..
|
||||||
(0.9360,31.2520) .. controls (1.6673,31.2520) and (2.3987,31.2520) ..
|
(0.9360,31.2520) .. controls (1.6673,31.2520) and (2.3987,31.2520) ..
|
||||||
(3.1300,31.2520) .. controls (3.3452,32.0075) and (2.8778,32.0803) ..
|
(3.1300,31.2520) .. controls (3.3452,32.0075) and (2.8778,32.0803) ..
|
||||||
|
|
@ -374,7 +392,7 @@
|
||||||
\protect\raisebox{-0.12em}{
|
\protect\raisebox{-0.12em}{
|
||||||
\protect\begin{tikzpicture}[y=0.1pt, x=0.1pt, yscale=-0.13, xscale=0.13, inner sep=0pt, outer sep=0pt]
|
\protect\begin{tikzpicture}[y=0.1pt, x=0.1pt, yscale=-0.13, xscale=0.13, inner sep=0pt, outer sep=0pt]
|
||||||
\protect\begin{scope}[shift={(507,387)}]
|
\protect\begin{scope}[shift={(507,387)}]
|
||||||
\protect\path[fill=color2]
|
\protect\path[fill=signal]
|
||||||
(430.1000,180.9000) -- (437.8000,211.9000) .. controls (407.6000,219.3000)
|
(430.1000,180.9000) -- (437.8000,211.9000) .. controls (407.6000,219.3000)
|
||||||
and (378.7000,231.3000) .. (352.1000,247.3000) -- (335.7000,220.0000) ..
|
and (378.7000,231.3000) .. (352.1000,247.3000) -- (335.7000,220.0000) ..
|
||||||
controls (365.0000,202.3000) and (396.9000,189.1000) .. (430.1000,180.9000) --
|
controls (365.0000,202.3000) and (396.9000,189.1000) .. (430.1000,180.9000) --
|
||||||
|
|
@ -449,7 +467,7 @@
|
||||||
(11258.5852,-1839.4433)arc(66.699:32.084:23.067) --
|
(11258.5852,-1839.4433)arc(66.699:32.084:23.067) --
|
||||||
(11250.0698,-1872.8557)arc(329.460:269.346:0.201313 and 0.150) -- cycle;
|
(11250.0698,-1872.8557)arc(329.460:269.346:0.201313 and 0.150) -- cycle;
|
||||||
|
|
||||||
\protect\path[scale=0.265, fill=color2, line width=0.426pt]
|
\protect\path[scale=0.265, fill=codeberg, line width=0.426pt]
|
||||||
(11249.3743,-1883.6959)arc(269.785:180.000:23.067)arc(180.001:147.920:23.067)
|
(11249.3743,-1883.6959)arc(269.785:180.000:23.067)arc(180.001:147.920:23.067)
|
||||||
-- (11249.1480,-1873.2412)arc(209.929:330.071:0.360097 and 0.269) --
|
-- (11249.1480,-1873.2412)arc(209.929:330.071:0.360097 and 0.269) --
|
||||||
(11269.0053,-1848.3766)arc(32.082:-0.002:23.067)arc(360.000:270.000:23.067)arc(270.108:269.892:23.067)
|
(11269.0053,-1848.3766)arc(32.082:-0.002:23.067)arc(360.000:270.000:23.067)arc(270.108:269.892:23.067)
|
||||||
|
|
@ -459,6 +477,53 @@
|
||||||
~}
|
~}
|
||||||
}{}\par
|
}{}\par
|
||||||
|
|
||||||
|
\ifdefempty{\simplexsocialsymbol} {
|
||||||
|
\renewcommand*{\simplexsocialsymbol} {
|
||||||
|
\protect\raisebox{-0.12em}{
|
||||||
|
\protect\begin{tikzpicture}[y=0.8pt, x=0.8pt, yscale=-1.0, xscale=1.0, inner sep=0pt, outer sep=0pt]
|
||||||
|
\protect\begin{scope}[shift={(507,387)}, rotate=45]
|
||||||
|
\protect\path[fill=simplex!80, scale=0.065]
|
||||||
|
(0,0) rectangle +(100,20)
|
||||||
|
(40,-60) rectangle +(20,120);
|
||||||
|
|
||||||
|
\protect\path[fill=simplex, scale=0.065]
|
||||||
|
(0,-60) rectangle +(160,20)
|
||||||
|
(40,-100) rectangle +(20,60)
|
||||||
|
(100,-100) rectangle +(20,160)
|
||||||
|
(100,0) rectangle +(60,20);
|
||||||
|
\protect\end{scope}
|
||||||
|
\protect\end{tikzpicture}}
|
||||||
|
~}
|
||||||
|
}{}\par
|
||||||
|
|
||||||
|
\ifdefempty{\threemasocialsymbol} {
|
||||||
|
\renewcommand*{\threemasocialsymbol} {
|
||||||
|
\protect\raisebox{-0.12em}{
|
||||||
|
\protect\begin{tikzpicture}[y=0.8pt, x=0.8pt, yscale=-1.0, xscale=1.0, inner sep=0pt, outer sep=0pt]
|
||||||
|
\protect\begin{scope}[shift={(507,387)}]
|
||||||
|
\protect\path[fill=threema, scale=0.015]
|
||||||
|
% speech bubble
|
||||||
|
(137,25) ellipse (400 and 350)
|
||||||
|
% lock shackle
|
||||||
|
(244.5,-51) arc [start angle=0, end angle=-180, radius=107]
|
||||||
|
(199.5,-51) arc [start angle=0, end angle=-180, radius=62]
|
||||||
|
(199.5,-51) rectangle +(45,52)
|
||||||
|
(30.5,-51) rectangle +(45,52)
|
||||||
|
% lock body
|
||||||
|
(0, 0) rectangle +(274, 196);
|
||||||
|
% triangle
|
||||||
|
\protect\path[fill=threema, scale=0.015]
|
||||||
|
(-200,213) -- +(-41,168) -- +(157,120) -- cycle;
|
||||||
|
% three dots
|
||||||
|
\protect\path[fill=threema, scale=0.015]
|
||||||
|
(-94,553) circle (68)
|
||||||
|
(144,553) circle (68)
|
||||||
|
(390,553) circle (68);
|
||||||
|
\protect\end{scope}
|
||||||
|
\protect\end{tikzpicture}}
|
||||||
|
~}
|
||||||
|
}{}\par
|
||||||
|
|
||||||
\endinput
|
\endinput
|
||||||
|
|
||||||
%% end of file `moderncviconstikz.sty'.
|
%% end of file `moderncviconstikz.sty'.
|
||||||
|
|
|
||||||
|
|
@ -203,7 +203,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvskillmatrix}[2022-02-21 v2.3.1 modern curriculum vitae and letter skill matrix]
|
\ProvidesPackage{moderncvskillmatrix}[2024-07-18 v2.4.1 modern curriculum vitae and letter skill matrix]
|
||||||
|
|
||||||
% The definitions need to be adjusted depending on which moderncvbody<i-v>.sty style is usde.
|
% The definitions need to be adjusted depending on which moderncvbody<i-v>.sty style is usde.
|
||||||
% body type options: "moderncvbodyi" (default), "moderncvbodyii", "moderncvbodyiii", "moderncvbodyiv" or "moderncvbodyv"
|
% body type options: "moderncvbodyi" (default), "moderncvbodyii", "moderncvbodyiii", "moderncvbodyiv" or "moderncvbodyv"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvstylebanking.sty'.
|
%% start of file `moderncvstylebanking.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvstylebanking}[2022-02-21 v2.3.1 modern curriculum vitae and letter style scheme: banking]
|
\ProvidesPackage{moderncvstylebanking}[2024-07-18 v2.4.1 modern curriculum vitae and letter style scheme: banking]
|
||||||
|
|
||||||
% body rules type options: "fullrules", "shortrules", "mixedrules" (default) or "norules"
|
% body rules type options: "fullrules", "shortrules", "mixedrules" (default) or "norules"
|
||||||
\@initializecommand{\moderncvstylebodyoptions}{}
|
\@initializecommand{\moderncvstylebodyoptions}{}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvstylecasual.sty'.
|
%% start of file `moderncvstylecasual.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvstylecasual}[2022-02-21 v2.3.1 modern curriculum vitae and letter style scheme: casual]
|
\ProvidesPackage{moderncvstylecasual}[2024-07-18 v2.4.1 modern curriculum vitae and letter style scheme: casual]
|
||||||
|
|
||||||
% head section alignment options: "left" (default) or "right"
|
% head section alignment options: "left" (default) or "right"
|
||||||
\@initializecommand{\moderncvstyleheadoptions}{}
|
\@initializecommand{\moderncvstyleheadoptions}{}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvstyleclassic.sty'.
|
%% start of file `moderncvstyleclassic.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvstyleclassic}[2022-02-21 v2.3.1 modern curriculum vitae and letter style scheme: classic]
|
\ProvidesPackage{moderncvstyleclassic}[2024-07-18 v2.4.1 modern curriculum vitae and letter style scheme: classic]
|
||||||
|
|
||||||
% head section alignment options: "left" (default) or "right"
|
% head section alignment options: "left" (default) or "right"
|
||||||
\@initializecommand{\moderncvstyleheadoptions}{}
|
\@initializecommand{\moderncvstyleheadoptions}{}
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
%\fi
|
%\fi
|
||||||
|
|
||||||
% symbols
|
% symbols
|
||||||
\providecolor{default-socialicon-color}{named}{headtext}
|
\definecolor{default-socialicon-color}{named}{headtext}
|
||||||
\moderncvicons{symbols}
|
\moderncvicons{symbols}
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvstyleempty.sty'.
|
%% start of file `moderncvstyleempty.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvstyleempty}[2022-02-21 v2.3.1 modern curriculum vitae scheme: empty]
|
\ProvidesPackage{moderncvstyleempty}[2024-07-18 v2.4.1 modern curriculum vitae scheme: empty]
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% required packages
|
% required packages
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvstylefancy.sty'.
|
%% start of file `moderncvstylefancy.sty'.
|
||||||
%% Copyright 2015-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2015-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvstylefancy}[2022-02-21 v2.3.1 modern curriculum vitae and letter style scheme: fancy]
|
\ProvidesPackage{moderncvstylefancy}[2024-07-18 v2.4.1 modern curriculum vitae and letter style scheme: fancy]
|
||||||
|
|
||||||
% headoptions
|
% headoptions
|
||||||
\@initializecommand{\moderncvstyleheadoptions}{}
|
\@initializecommand{\moderncvstyleheadoptions}{}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `moderncvstyleoldstyle.sty'.
|
%% start of file `moderncvstyleoldstyle.sty'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvstyleoldstyle}[2022-02-21 v2.3.1 modern curriculum vitae and letter style scheme: oldstyle]
|
\ProvidesPackage{moderncvstyleoldstyle}[2024-07-18 v2.4.1 modern curriculum vitae and letter style scheme: oldstyle]
|
||||||
|
|
||||||
% headoptions
|
% headoptions
|
||||||
\@initializecommand{\moderncvstyleheadoptions}{}
|
\@initializecommand{\moderncvstyleheadoptions}{}
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
%% start of file `template.tex'.
|
%% start of file `template.tex'.
|
||||||
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% This work may be distributed and/or modified under the
|
% This work may be distributed and/or modified under the
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
|
|
@ -105,6 +105,8 @@
|
||||||
\social[battlenet]{jdoe\#0000} % optional, remove / comment the line if not wanted
|
\social[battlenet]{jdoe\#0000} % optional, remove / comment the line if not wanted
|
||||||
\social[arxiv]{doe\_j\_1} % optional, remove / comment the line if not wanted
|
\social[arxiv]{doe\_j\_1} % optional, remove / comment the line if not wanted
|
||||||
\social[inspire]{0000000} % optional, remove / comment the line if not wanted
|
\social[inspire]{0000000} % optional, remove / comment the line if not wanted
|
||||||
|
\social[simplex]{0000000} % optional, remove / comment the line if not wanted
|
||||||
|
\social[threema]{0000000} % optional, remove / comment the line if not wanted
|
||||||
|
|
||||||
|
|
||||||
\extrainfo{additional information} % optional, remove / comment the line if not wanted
|
\extrainfo{additional information} % optional, remove / comment the line if not wanted
|
||||||
|
|
@ -118,7 +120,7 @@
|
||||||
% to redefine the bibliography heading string ("Publications")
|
% to redefine the bibliography heading string ("Publications")
|
||||||
%\renewcommand{\refname}{Articles}
|
%\renewcommand{\refname}{Articles}
|
||||||
|
|
||||||
% bibliography with mutiple entries
|
% bibliography with multiple entries
|
||||||
%\usepackage{multibib}
|
%\usepackage{multibib}
|
||||||
%\newcites{book,misc}{{Books},{Others}}
|
%\newcites{book,misc}{{Books},{Others}}
|
||||||
%----------------------------------------------------------------------------------
|
%----------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
%% start of file `tweaklist.sty'.
|
%% start of file `tweaklist.sty'.
|
||||||
%% Original by Jakob Schiotz, downloaded from http://dcwww.camd.dtu.dk/~schiotz/comp/LatexTips/tweaklist.sty; not found on ctan.
|
%% Original by Jakob Schiotz, downloaded from http://dcwww.camd.dtu.dk/~schiotz/comp/LatexTips/tweaklist.sty; not found on ctan.
|
||||||
%% Modified by Xavier Danaux (xdanaux@gmail.com), 2020-2022 moderncv maintainers (github.com/moderncv).
|
%% Modified by Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv).
|
||||||
%
|
%
|
||||||
% The tweaklist.sty package redefines the itemize, enumerate and description packages, so that all parameters can be adjusted.
|
% The tweaklist.sty package redefines the itemize, enumerate and description packages, so that all parameters can be adjusted.
|
||||||
% This was done by copying the original definitions, and adding "hook commands" that are executed when entering the environment.
|
% This was done by copying the original definitions, and adding "hook commands" that are executed when entering the environment.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue