X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=common%2Fpackages.tex;h=da754677e2c6b37c80a5b849335e530950839e09;hb=6d635dc308f867e80855bea71873769de06d6f3e;hp=7e91d036f0ce06e4b34afdd9f99175d7e513eec9;hpb=1a582ca94b7102bb9df2628379f682b6e53cfa83;p=goodguy%2Fcin-manual-latex.git diff --git a/common/packages.tex b/common/packages.tex index 7e91d03..da75467 100644 --- a/common/packages.tex +++ b/common/packages.tex @@ -8,7 +8,7 @@ \usepackage[bitstream-charter]{mathdesign} % Согласование математических шрифтов \usepackage{ - amsfonts, + %amsfonts, mathtools, mathtext, cite, @@ -54,7 +54,7 @@ \lstset{ % begin settings %language=R, % the language of the code inputencoding=utf8, - basicstyle=\footnotesize, % the size of the fonts that are used for the code + basicstyle=\ttfamily\footnotesize, % the size of the fonts that are used for the code numbers=left, % where to put the line-numbers numberstyle=\tiny\color{black}, % the style that is used for the line-numbers stepnumber=1, % the step between two line-numbers. If it's 1, each line @@ -83,14 +83,6 @@ texcl=true, morekeywords={*,...} % if you want to add more keywords to the set } -%======================геометрия полей -\usepackage{geometry} % page geometry -\geometry{left=2.0cm} -\geometry{right=2.0cm} -\geometry{top=2.0cm} -\geometry{bottom=1.5cm} -\parindent=1.0cm % first indent in section -\righthyphenmin=2 % hyphen last charecter %--------------------------------------------------------------------------- \makeatletter \renewcommand{\@biblabel}[1]{#1.}