diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2022-06-26 13:05:56 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2022-06-26 13:05:56 +0400 |
| commit | cad4b972574c9c58357fa21d18dddc388258b4ee (patch) | |
| tree | 7afd8fe5073dc906b219dc926e9cf093a95efd5a /sem5/Lecture.cls | |
| parent | 14fffdc1df3661252661dbc96ac9810118f00601 (diff) | |
| parent | 323bfc05e2bf72820299976c8b26057ca8ed86aa (diff) | |
Merge branch 'master' of github.com:vasthecat/university-lectures
Diffstat (limited to 'sem5/Lecture.cls')
| -rw-r--r-- | sem5/Lecture.cls | 96 |
1 files changed, 0 insertions, 96 deletions
diff --git a/sem5/Lecture.cls b/sem5/Lecture.cls deleted file mode 100644 index 32b3de1..0000000 --- a/sem5/Lecture.cls +++ /dev/null @@ -1,96 +0,0 @@ -\LoadClass[a4paper,oneside]{article} - -\RequirePackage[utf8]{inputenc} -\RequirePackage[russian]{babel} -\RequirePackage{hyperref} -\RequirePackage{underscore} -\RequirePackage{setspace} -\RequirePackage{indentfirst} -\RequirePackage{cancel} -\RequirePackage[left=1.4cm,right=1.4cm, - top=2.3cm,bottom=2.3cm,bindingoffset=0cm]{geometry} -\singlespacing -\RequirePackage{float} -\RequirePackage{fancyhdr} -% \pagestyle{fancy} -% \pagestyle{headings} - - -%---------------------------------------------------------------------------------------- -% 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 - -\end{titlepage} - -} -%----------------------------------------------------------------------------------------
\ No newline at end of file |