Forced all the icons of the "letters" icon set to be of the same width

This commit is contained in:
Xavier Danaux
2013-03-30 11:13:31 -04:00
parent 110afbd9ac
commit b7ef28ae28
8 changed files with 6 additions and 4 deletions

View File

@ -35,10 +35,10 @@
%\renewcommand*{\labelitemiv} {\labelitemiii} % no change from default in moderncv.cls
\renewcommand*{\addresssymbol} {}
\renewcommand*{\mobilephonesymbol}{\textbf{M}~}
\renewcommand*{\fixedphonesymbol} {\textbf{T}~}
\renewcommand*{\faxphonesymbol} {\textbf{F}~}
\renewcommand*{\emailsymbol} {\textbf{E}~}
\renewcommand*{\mobilephonesymbol}{\hbox to 1em{\textbf{M}}~}% 1em is the width of the M capital in most fonts
\renewcommand*{\fixedphonesymbol} {\hbox to 1em{\textbf{T}}~}
\renewcommand*{\faxphonesymbol} {\hbox to 1em{\textbf{F}}~}
\renewcommand*{\emailsymbol} {\hbox to 1em{\textbf{E}}~}
\renewcommand*{\homepagesymbol} {}
\renewcommand*{\listitemsymbol} {\labelitemi~}