mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Renamed collections.sty as moderncvcollections.sty
This commit is contained in:
parent
5f92b3460a
commit
a2335f76be
3 changed files with 88 additions and 86 deletions
|
|
@ -183,6 +183,9 @@
|
|||
% micro-typography (e.g., character protrusion, font expansion, hyphenatable letterspacing)
|
||||
\RequirePackage{microtype}
|
||||
|
||||
% stack of key-value elements, used to save personal information
|
||||
\RequirePackage{moderncvcollection}
|
||||
|
||||
% compatibility package with older versions of moderncv
|
||||
\RequirePackageWithOptions{moderncvcompatibility}
|
||||
|
||||
|
|
@ -229,7 +232,6 @@
|
|||
% adds a mobile/fixed/fax number to one's personal information (optional)
|
||||
% usage: \phone[<optional type>]{<number>}
|
||||
% where <optional type> should be either "mobile", "fixed" or "fax
|
||||
\RequirePackage{collection}
|
||||
\collectionnew{phones}
|
||||
\newcommand*{\phone}[2][fixed]{\collectionadd[#1]{phones}{#2}}
|
||||
\newcommand*{\email}[1]{\def\@email{#1}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue