mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Merge branch 'birthday' of https://github.com/tvalimaki/moderncv into tvalimaki-birthday
This commit is contained in:
commit
a4a2062ac9
13 changed files with 23 additions and 4 deletions
|
|
@ -249,6 +249,10 @@
|
|||
% where the <city> and <country> arguments can be omitted or provided empty
|
||||
\NewDocumentCommand{\address}{mG{}G{}}{\def\@addressstreet{#1}\def\@addresscity{#2}\def\@addresscountry{#3}}
|
||||
|
||||
% defines one's birthday (optional)
|
||||
% usage: \born{date, place}
|
||||
\newcommand*{\born}[1]{\def\@born{#1}}
|
||||
|
||||
% defines one's email (optional)
|
||||
% usage: \email{<email adress>}
|
||||
\newcommand*{\email}[1]{\def\@email{#1}}
|
||||
|
|
@ -326,6 +330,7 @@
|
|||
% other symbols
|
||||
\newcommand*{\listitemsymbol} {\labelitemi~}
|
||||
\newcommand*{\addresssymbol} {}
|
||||
\newcommand*{\bornsymbol} {}
|
||||
\newcommand*{\mobilephonesymbol} {}
|
||||
\newcommand*{\fixedphonesymbol} {}
|
||||
\newcommand*{\faxphonesymbol} {}
|
||||
|
|
@ -385,7 +390,7 @@
|
|||
% usage: \moderncvfoot[<optional foot option>]{<foot variant number>}
|
||||
\newcommand*{\moderncvfoot}[2][]{%
|
||||
\@loadmoderncvpackage[#1]{foot}{#2}}
|
||||
|
||||
|
||||
% loads a color scheme
|
||||
% usage: \moderncvcolor{<color scheme name>}
|
||||
\newcommand*{\moderncvcolor}[1]{%
|
||||
|
|
@ -557,8 +562,8 @@
|
|||
\newcommand*{\emaillink}[2][]{%
|
||||
\ifthenelse{\equal{#1}{}}%
|
||||
{\href{mailto:#2}{#2}}%
|
||||
|
||||
{\href{mailto:#2}{\detokenize{#1}}}}
|
||||
|
||||
% makes a tel hyperlink
|
||||
% usage: \tellink[optional text]{link}
|
||||
\newcommand*{\tellink}[2][]{%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue