Created
June 25, 2012 16:47
-
-
Save borman/2989694 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[12pt,fleqn,a4paper]{article} | |
\usepackage{mathtools} | |
\usepackage{amssymb} | |
\usepackage{amsthm} | |
\usepackage{float} | |
\usepackage{wrapfig} | |
\usepackage[font=small]{caption} | |
\usepackage{setspace} | |
\usepackage{hyperref} | |
\theoremstyle{definition} | |
\newtheorem{defmodel}{Определение} | |
% XeTeX | |
\usepackage[MnSymbol]{mathspec} | |
\usepackage{xltxtra} | |
\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} | |
\setmathfont(Latin,Digits)[Numbers={Lining,Proportional}]{Minion Pro} | |
%\numberwithin{equation}{section} | |
%\numberwithin{figure}{section} | |
% Параметры страницы | |
\textheight=24cm | |
\textwidth=16cm | |
\oddsidemargin=5mm | |
\evensidemargin=-5mm | |
\marginparwidth=36pt | |
\topmargin=-1cm | |
\footnotesep=3ex | |
\flushbottom % Выровнять высоту страниц | |
%\raggedbottom % Не выравнивать высоту страниц | |
\tolerance=3000 | |
% подавить эффект "висячих стpок" | |
\clubpenalty=10000 | |
\widowpenalty=10000 | |
%\renewcommand{\baselinestretch}{1.1} | |
\renewcommand{\baselinestretch}{1.3} %для печати с большим интервалом | |
% Стилистически корректные символы для русского языка | |
\renewcommand{\epsilon}{\varepsilon} | |
\renewcommand{\phi}{\varphi} | |
\renewcommand{\leq}{\leqslant} | |
% Иллюстрации | |
\usepackage{tikz} | |
\usetikzlibrary{arrows,positioning,trees} | |
\tikzset{ | |
%Define standard arrow tip | |
>=stealth', | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment