xdanaux/moderncv

ccfonts doesn't compile with pdflatex

Opened this issue · 0 comments

I'm using moderncv v2.0.0, and when I compile with concmath font is fine, without errors, but when I change to ccfonts, it shows some error messages like this:

! Illegal parameter number in definition of \phonesdetails.

2
l.30 \makecvtitle
You meant to type ## instead of #, right?
Or maybe a } was forgotten somewhere earlier, and things
are all screwed up? I'm going to assume that you meant ##.

My preamble is this:

\documentclass[a4paper]{moderncv}
\moderncvstyle{classic}  
\moderncvcolor{blue}                                                        
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc} 
\usepackage{ccfonts}
\usepackage[english]{babel}
\usepackage{fontawesome}           
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\name{Rafael}{Ribeiro Bento e Silva}                          
\address{Villagio do Cohatrac V}{São Luís - MA}{}
\social[linkedin]{john-doe}
\phone[mobile]{00-00000000}                                   
\social[github][github.com/Rafael-Bento]{Rafael-Bento (Github)}                     
\email{john.doe@gmail.com}      

\moderncvicons{awesome}

I guess that it is a problem with the font, but the error message is not clear