Forced all the icons of the "letters" icon set to be of the same width
This commit is contained in:
@ -2,6 +2,8 @@ version 1.5.0 (xx MMM 2013)
|
|||||||
- added a new icon set: "awesome" (using the icons from the Font Awesome font).
|
- added a new icon set: "awesome" (using the icons from the Font Awesome font).
|
||||||
- set the "awesome" icon set as the default for the "casual" and "banking"
|
- set the "awesome" icon set as the default for the "casual" and "banking"
|
||||||
style variants (can be changed back with \moderncvicons{marvosym}).
|
style variants (can be changed back with \moderncvicons{marvosym}).
|
||||||
|
- forced all the icons of the "letters" icon set to be of the same width, for
|
||||||
|
alignment purpose.
|
||||||
|
|
||||||
version 1.4.0 (28 Mar 2013)
|
version 1.4.0 (28 Mar 2013)
|
||||||
- deprecated \phone, \mobile and \fax in favour of \phone[<type>], where <type>
|
- deprecated \phone, \mobile and \fax in favour of \phone[<type>], where <type>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -35,10 +35,10 @@
|
|||||||
%\renewcommand*{\labelitemiv} {\labelitemiii} % no change from default in moderncv.cls
|
%\renewcommand*{\labelitemiv} {\labelitemiii} % no change from default in moderncv.cls
|
||||||
|
|
||||||
\renewcommand*{\addresssymbol} {}
|
\renewcommand*{\addresssymbol} {}
|
||||||
\renewcommand*{\mobilephonesymbol}{\textbf{M}~}
|
\renewcommand*{\mobilephonesymbol}{\hbox to 1em{\textbf{M}}~}% 1em is the width of the M capital in most fonts
|
||||||
\renewcommand*{\fixedphonesymbol} {\textbf{T}~}
|
\renewcommand*{\fixedphonesymbol} {\hbox to 1em{\textbf{T}}~}
|
||||||
\renewcommand*{\faxphonesymbol} {\textbf{F}~}
|
\renewcommand*{\faxphonesymbol} {\hbox to 1em{\textbf{F}}~}
|
||||||
\renewcommand*{\emailsymbol} {\textbf{E}~}
|
\renewcommand*{\emailsymbol} {\hbox to 1em{\textbf{E}}~}
|
||||||
\renewcommand*{\homepagesymbol} {}
|
\renewcommand*{\homepagesymbol} {}
|
||||||
|
|
||||||
\renewcommand*{\listitemsymbol} {\labelitemi~}
|
\renewcommand*{\listitemsymbol} {\labelitemi~}
|
||||||
|
|||||||
Reference in New Issue
Block a user