blob: bc2c47a537d003f683747562f0b1d1d4f700e06e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
\documentclass{../Lecture}
\usepackage{../preamble}
\newtheorem{theorem}{Теорема}
\newtheorem{statement}{Утверждение}
\title{Методы алгебраической геометрии в криптографии}
\author{Андрей Гущин}
\date{\today}
\begin{document}
\maketitle
\tableofcontents
\thispagestyle{empty}
\newpage
% Семестр 1
\input{lectures/lecture1.tex}
\input{lectures/lecture2.tex}
\end{document}
|