Advertisement
Guest User

Untitled

a guest
Jan 11th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 2.27 KB | None | 0 0
  1. \documentclass[14pt,reqno,oneside,intlimits]{extarticle}
  2. \usepackage[cp1251]{inputenc}
  3. \usepackage[T2A]{fontenc}
  4. \usepackage[14pt]{extsizes}
  5. \usepackage{amsthm}
  6. \usepackage{amsmath}
  7. \DeclareMathOperator{\rank}{rank}
  8. \makeatletter
  9. \newenvironment{sqcases}{%
  10. \matrix@check\sqcases\env@sqcases
  11. }{%
  12. \endarray\right.%
  13. }
  14. \def\env@sqcases{%
  15.   \let\@ifnextchar\new@ifnextchar
  16.   \left\lbrack
  17.   \def\arraystretch{1.2}%
  18.   \array{@{}l@{\quad}l@{}}%
  19. }
  20. \makeatother
  21. \usepackage{amssymb}
  22. \usepackage{amsfonts}
  23. \usepackage{dsfont}
  24. \usepackage{ccaption}
  25. \usepackage{amsfonts}
  26. \usepackage{mathrsfs}
  27. \usepackage[english,russian]{babel}
  28. \usepackage{graphicx}
  29. \usepackage{srcltx}
  30. \usepackage{float}
  31. \usepackage{tikz}
  32. \usepackage[sf,bf,compact,topmarks,calcwidth,pagestyles]{titlesec}
  33. \usepackage[colorlinks,urlcolor=blue]{hyperref}
  34. \usepackage{geometry}
  35. \geometry{left=2.5cm}
  36. \geometry{right=1.5cm}
  37. \geometry{top=2cm}
  38. \geometry{bottom=2cm}
  39. \usepackage{fancyhdr}
  40. \pagestyle{fancy}
  41. \fancyhf{}
  42. \fancyfoot[R]{\thepage}
  43. \renewcommand{\headrulewidth}{0pt}
  44. \renewcommand{\footrulewidth}{0pt}
  45. \setcounter{page}{1}
  46. \numberwithin{equation}{section}
  47. \RequirePackage{caption}
  48. \DeclareCaptionLabelSeparator{dotnspace}{. }
  49. \captionsetup{justification=centering,labelsep=dotnspace}
  50.  
  51. \baselineskip 1.5 true pc
  52. \newenvironment{comment}{}{}
  53. \newtheorem{thrm}{Òåîðåìà}[section]
  54. \newenvironment{Proof}
  55. {\par\noindent{\bf Äîêàçàòåëüñòâî.}}
  56. {\hfill$\scriptstyle\blacksquare$}
  57. \newtheorem{utr}{Óòâåðæäåíèå}[section]
  58. \newtheorem{propos}{Ïðåäëîæåíèå}[section]
  59. \newtheorem{cor}{Ñëåäñòâèå}[section]
  60. \newtheorem{remrk}{Çàìå÷àíèå}[section]
  61. \newtheorem{Def}{Îïðåäåëåíèå}[section]
  62. \newtheorem{Example}{Ïðèìåð}[section]
  63. \newtheorem{lem}{Ëåììà}[section]
  64. \makeatletter
  65. \renewcommand{\@biblabel}[1]{#1}
  66. \makeatother
  67. \renewcommand{\thesection}{\arabic{section}}
  68. \makeatletter
  69. \renewcommand{\section}{\@startsection{section}{1}%
  70. {0.7cm}{3.5ex \@plus 1ex \@minus .2ex}%
  71. {2.3ex \@plus .2ex}{\raggedright\normalfont\large\textbf}}
  72. \makeatother
  73. \makeatletter
  74. \renewcommand{\subsection}{\@startsection{subsection}{2}%
  75. {0.7cm}{3.5ex \@plus 1ex \@minus .2ex}%
  76. {2.3ex \@plus .2ex}{\raggedright\normalfont\large\textbf}}
  77. \makeatother
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement