I have no idea what happedned. This code worked just couple of days ago. Now suddenly it stopped with an error which I don't understand at all
! Missing \endcsname inserted. <to be read again>
\def l.252 ... \UnicodeEncodingName {}{"007E}
?
Can anyone help me with that ? This is my code:
\documentclass[a4paper,10pt]{article}
\usepackage{marvosym}
\usepackage{color}
\usepackage{fontspec} %load fonts
\usepackage{url,parskip} %formatting
\usepackage{xunicode,xltxtra} %other packages for XeTeX
\usepackage[polish]{babel}
\usepackage{graphicx}
\usepackage{multirow}
\usepackage{geometry}
%Graphics - Colors
\RequirePackage{color,graphicx}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage[big]{layaureo}
\usepackage{soul}
\usepackage{scrpage2}
\usepackage{supertabular} %for Grades
\usepackage{titlesec} %custom section
%Setup hyperref package, and colours for links
\usepackage{hyperref}
\definecolor{linkcolour}{rgb}{0,0.2,0.6}
\hypersetup{colorlinks,breaklinks, urlcolor=linkcolour, linkcolor=linkcolour}
%FONTS
\defaultfontfeatures{Mapping=tex-text}
\setmainfont[SmallCapsFont = Corbel]{Corbel}
\titleformat{\section}{\large\scshape\raggedright}{}{0em}{}[\titlerule]
\geometry{verbose,a4paper,tmargin=2cm,bmargin=1cm,lmargin=2cm,rmargin=2cm}
\newenvironment{cvheader}%
{\begin{tabular}{p{0.22\textwidth} p{0.55\textwidth} p{0.15\textwidth}}%
}%
{\end{tabular}}%
%-------BEGIN DOCUMENT--------
\begin{document}
\pagestyle{empty} % non-numbered pages
\setcounter{secnumdepth}{-1 }
%--------------------TITLE-------------
\vspace*{ -26 mm}
\par{\centering {\Huge \textbf{Emilia Samul} \\
{\color{MidnightBlue}
\fontspec{Eutemia I Italic}
\huge Curriculum Vitae
\\[10pt]\par}
{\color{white} \hrule} %does this rule really change anything?
}\par}
\vspace{-14 mm}
\section{\color{NavyBlue} INFORMACJE OSOBISTE}
%\begin{tabular}{rl}
\begin{cvheader}
\textsc{Data i miejsce urodzenia:} & 28.03.1986, Łuków & \multirow{5}{*}{\includegraphics[width=2.2cm]{cvz.jpg}} \\
\textsc{Adres:} & 20-020 Lublin, ul.Lipowa 23/3\\
\textsc{Telefon:} & +48 791 039 400 \\
\textsc{Email:} & \href{mailto:emilia.samul@gmail.com}{\color{MidnightBlue}emilia.samul@gmail.com}\\
\end{cvheader}
%\end{tabular}
\section{\color{NavyBlue} DOŚWIADCZENIE ZAWODOWE}
\begin{tabular}{r|l}
\textsc{od XI.2011} & \textbf{Podinspektor d/s księgowości w Zakładzie Wodociągów i Kanalizacji w Wiązownie} \\
&Dekretacja oraz księgowanie dokumentów w programie FK firmy "ETOBRES" \\
&Uzgodnienie obrotów i sald kont, analityki przychodów i kosztów na koniec każdego miesiąca\\
&Terminowe przygotowanie sprawozdań\\
\end{tabular}
\vspace{-2 mm}
\section{\color{NavyBlue} OSIĄGNIĘCIA I UMIEJĘTNOŚCI}
\begin{itemize}
\vspace{-2 mm}
\item czynne \textbf{prawo jazdy} kategorii\textbf{ B}
\end{itemize}
\vspace{-3 mm}
\section{\color{NavyBlue} ZAINTERESOWANIA}
\begin{tabular}{rl}
\textsc{MALOWANIE:} & głównie pejzaże farbami olejnymi \\
\textsc{FILM:} & Kino europejskie \\
& Gry logiczne \\
\end{tabular}
\end{document}