Created
May 19, 2013 20:31
-
-
Save borman/5608861 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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{[email protected]} | |
\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