From 53acf530e042b4ea6a5a3b2e9d256f924c59500d Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 25 Oct 2022 12:12:09 +0400 Subject: =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B?= =?UTF-8?q?=20=D0=BE=D0=B1=D1=89=D0=B8=D0=B5=20=D1=84=D0=B0=D0=B9=D0=BB?= =?UTF-8?q?=D1=8B=20=D0=BE=D1=84=D0=BE=D1=80=D0=BC=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lecture.cls | 141 ++++++++++++++++++++++++++++++----------------------------- preamble.sty | 1 + 2 files changed, 72 insertions(+), 70 deletions(-) diff --git a/Lecture.cls b/Lecture.cls index 32b3de1..e983fa6 100644 --- a/Lecture.cls +++ b/Lecture.cls @@ -1,11 +1,12 @@ \LoadClass[a4paper,oneside]{article} \RequirePackage[utf8]{inputenc} +\RequirePackage[T2A]{fontenc} \RequirePackage[russian]{babel} \RequirePackage{hyperref} \RequirePackage{underscore} \RequirePackage{setspace} -\RequirePackage{indentfirst} +\RequirePackage{indentfirst} \RequirePackage{cancel} \RequirePackage[left=1.4cm,right=1.4cm, top=2.3cm,bottom=2.3cm,bindingoffset=0cm]{geometry} @@ -17,80 +18,80 @@ %---------------------------------------------------------------------------------------- -% TITLE PAGE +% TITLE PAGE %---------------------------------------------------------------------------------------- \renewcommand{\maketitle} { \begin{titlepage} % Suppresses displaying the page number on the title page and the subsequent page counts as page 1 - \newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % Defines a new command for horizontal lines, change thickness here - - \center % Centre everything on the page - - %------------------------------------------------ - % Headings - %------------------------------------------------ - - % \textsc{\LARGE Саратовский Государственный Университет}\\[1.5cm] % Main heading such as the name of your university/college - \textsc{\LARGE Саратовский Государственный Университет}\\[0.2cm] % Main heading such as the name of your university/college - \textsc{\Large Факультет Компьютерных Наук и Информационных Технологий}\\[0.5cm] % Major heading such as course name - - % \textsc{\large 1214}\\[0.5cm] % Minor heading such as course title - - %------------------------------------------------ - % Title - %------------------------------------------------ - - \HRule\\[0.6cm] - % {\huge\bfseries Универсальная прикладная алгебра}\\[0.4cm] % Title of your document - {\huge\bfseries\textsc \@title}\\[0.4cm] % Title of your document - - \HRule\\[1.5cm] - - %------------------------------------------------ - % Author(s) - %------------------------------------------------ - - % \begin{minipage}{0.4\textwidth} - % \begin{flushleft} - % \large - % \textit{Законспектировали}\\ - % \textsc{Андрей Гущин\\Иван Улитин\\Роман Стаин\\Николай Шустов} % Your name - % \end{flushleft} - % \end{minipage} - % ~ - % \begin{minipage}{0.4\textwidth} - % \begin{flushright} - % \large - % % \textit{Редактор}\\ - % % \textsc{Боба} % Supervisor's name - % \end{flushright} - % \end{minipage} - - % If you don't want a supervisor, uncomment the two lines below and comment the code above - {\large\textit{Законспектировал}}\\ - \textsc{\@author} % Your name - - %------------------------------------------------ - % Date - %------------------------------------------------ - - \vfill\vfill\vfill\vfill\vfill % Position the date 3/4 down the remaining page - - {\large\the\year{} г.} % Date, change the \today to a set date if you want to be precise - - %------------------------------------------------ - % Logo - %------------------------------------------------ - - %\vfill\vfill - %\includegraphics[width=0.2\textwidth]{placeholder.jpg}\\[1cm] % Include a department/university logo - this will require the graphicx package - - %---------------------------------------------------------------------------------------- - - \vfill % Push the date up 1/4 of the remaining page - + \newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % Defines a new command for horizontal lines, change thickness here + + \center % Centre everything on the page + + %------------------------------------------------ + % Headings + %------------------------------------------------ + + % \textsc{\LARGE Саратовский Государственный Университет}\\[1.5cm] % Main heading such as the name of your university/college + \textsc{\LARGE Саратовский Государственный Университет}\\[0.2cm] % Main heading such as the name of your university/college + \textsc{\Large Факультет Компьютерных Наук и Информационных Технологий}\\[0.5cm] % Major heading such as course name + + % \textsc{\large 1214}\\[0.5cm] % Minor heading such as course title + + %------------------------------------------------ + % Title + %------------------------------------------------ + + \HRule\\[0.6cm] + % {\huge\bfseries Универсальная прикладная алгебра}\\[0.4cm] % Title of your document + {\huge\bfseries\textsc \@title}\\[0.4cm] % Title of your document + + \HRule\\[1.5cm] + + %------------------------------------------------ + % Author(s) + %------------------------------------------------ + + % \begin{minipage}{0.4\textwidth} + % \begin{flushleft} + % \large + % \textit{Законспектировали}\\ + % \textsc{Андрей Гущин\\Иван Улитин\\Роман Стаин\\Николай Шустов} % Your name + % \end{flushleft} + % \end{minipage} + % ~ + % \begin{minipage}{0.4\textwidth} + % \begin{flushright} + % \large + % % \textit{Редактор}\\ + % % \textsc{Боба} % Supervisor's name + % \end{flushright} + % \end{minipage} + + % If you don't want a supervisor, uncomment the two lines below and comment the code above + {\large\textit{Законспектировал}}\\ + \textsc{\@author} % Your name + + %------------------------------------------------ + % Date + %------------------------------------------------ + + \vfill\vfill\vfill\vfill\vfill % Position the date 3/4 down the remaining page + + {\large\the\year{} г.} % Date, change the \today to a set date if you want to be precise + + %------------------------------------------------ + % Logo + %------------------------------------------------ + + %\vfill\vfill + %\includegraphics[width=0.2\textwidth]{placeholder.jpg}\\[1cm] % Include a department/university logo - this will require the graphicx package + + %---------------------------------------------------------------------------------------- + + \vfill % Push the date up 1/4 of the remaining page + \end{titlepage} } -%---------------------------------------------------------------------------------------- \ No newline at end of file +%---------------------------------------------------------------------------------------- diff --git a/preamble.sty b/preamble.sty index f35f534..22c24ce 100644 --- a/preamble.sty +++ b/preamble.sty @@ -1,5 +1,6 @@ \ProvidesPackage{../preamble} +\RequirePackage{amsmath} \RequirePackage{mathtools} \RequirePackage{amsfonts} \RequirePackage{enumitem} -- cgit v1.2.3