added my options

This commit is contained in:
Alexander Yakovlev 2012-12-25 09:52:50 +07:00
parent ce75598d95
commit 2f716a085b

View file

@ -117,7 +117,6 @@
\newenvironment{authortext}{\setlength{\parindent}{2em}}{\setlength{\parindent}{0em}}
% We also want there to be no indents and a medskip between long paragraphs
% of text. If you do not want there to be a skip, comment out the second line.
\setlength{\parindent}{0in}
@ -131,4 +130,24 @@
\oddsidemargin 0.25in
\textwidth 6in
% And we're done!
% And we're done!
\RequirePackage{fontspec}
\RequirePackage{xunicode}
\RequirePackage{xltxtra}
\RequirePackage{polyglossia}
\setdefaultlanguage{russian}
\defaultfontfeatures{Mapping=tex-text, Scale=MatchLowercase}
\setmainfont{PT Serif}
\setmonofont{PT Mono}
\setmathrm{PT Serif}
\newfontfamily{\cyrillicfont}{PT Serif}
\newfontinstance\scshape[Letters=SmallCaps, Numbers=Uppercase]{PT Serif Caption}
\RequirePackage{hyperref}
\RequirePackage{indentfirst}
\RequirePackage[cm]{fullpage}
\pagestyle{empty}
\setcounter{secnumdepth}{0}
\setcounter{tocdepth}{2}
\author{Александр Яковлев}
\endinput