Re: moderncv icone nuove per cellulare e social? footnote

#87715
Up
0
Down
::


Ho provato a compilare un file resume.tex con xelatex. MikTEX 2.9 mi ha chiesto di importare certi pacchetti, io ho acconsentito e dopo aver girato e girato, finalmente è riuscito a produrre un pdf… con le nuove icone!
Ecco:

[attachment=787]moderncv_awesomeicons.JPG[/attachment]

Tuttavia ci sono dei warning che non capisco. Potete aiutarmi a capire a cosa si riferiscono? Sotto riporto l’avviso e il preambolo del resumé

Process started: xelatex.exe -synctex=1 -interaction=nonstopmode “resume”.tex

** WARNING ** Couldn’t open font map file “kanjix.map”. ** WARNING ** Failed to convert input string to UTF16… ** WARNING ** Failed to convert input string to UTF16… ** WARNING ** Failed to convert input string to UTF16… ** WARNING ** Failed to convert input string to UTF16…

Process exited normally

`\documentclass[11pt,a4paper, sans]{moderncv}

\moderncvtheme[blue]{classic}
\moderncvicons{awesome}

%\usepackage[T1]{fontenc}
%\usepackage[utf8]{inputenc}
\usepackage{fontspec}
\usepackage{fontawesome}

\usepackage[italian]{babel}
\usepackage{graphicx}
\usepackage{geometry}

\firstname{Maria}
\familyname{Rossi}
\title{Curriculum Vitae}
\phone[mobile]{+39\,01\,234\,567\,89}
\email{mari.rossi@tiscali.it}
\social[linkedin]{maria-rossi}
\social[twitter]{@MariRossi}
\homepage{www.guitex.org/home/}
\photo[64pt]{myphoto}
\setlength{\hintscolumnwidth}{0.20\textwidth}

\begin{document}
\makecvtitle … `

Attachments:
You must be logged in to view attached files.

Go to top