Skip to content

Instantly share code, notes, and snippets.

@borman
Created May 19, 2013 20:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save borman/5608861 to your computer and use it in GitHub Desktop.
Save borman/5608861 to your computer and use it in GitHub Desktop.
\documentclass[10pt,a4paper]{moderncv}
\usepackage{hyperref}
% XeTeX
\usepackage[MnSymbol]{mathspec}
\usepackage{xecyr}
% Локализация
\usepackage{polyglossia}
\setdefaultlanguage{russian}
\setotherlanguages{english}
% Шрифты
\defaultfontfeatures{
Mapping = tex-text,
% Ligatures = {Required, Common, Contextual, TeX}
}
\newfontfamily\russianfont[Script=Cyrillic]{Minion Pro}
\newfontfamily\russianfonttt[Script=Cyrillic]{Consolas}
\newfontfamily\russianfontsf[Script=Cyrillic]{Myriad Pro}
\moderncvstyle{classic}
\moderncvcolor{grey}
\firstname{-------}
\familyname{-------}
\mobile{+7~(000)~000--00--0}
\email{00000000000@gmail.com}
\usepackage[scale=0.75]{geometry}
\setlength{\hintscolumnwidth}{3.5cm}
\begin{document}
\makecvtitle
\section{Образование}
\section{Навыки}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment