diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2022-04-02 08:18:10 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2022-04-02 08:18:10 +0400 |
| commit | b782fe9a251cf07e30525aac7fdc8c780a232dee (patch) | |
| tree | a282a9c853e65c8b7dd831dbb4643ed7838b597e /information-theory/information-theory.tex | |
| parent | c88de23029043dd4956e69c764e66319fc15a5c4 (diff) | |
Переместил все лекции пятого семестра в корень проекта
Diffstat (limited to 'information-theory/information-theory.tex')
| -rw-r--r-- | information-theory/information-theory.tex | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/information-theory/information-theory.tex b/information-theory/information-theory.tex new file mode 100644 index 0000000..707c765 --- /dev/null +++ b/information-theory/information-theory.tex @@ -0,0 +1,18 @@ +\documentclass{../Lecture} +\usepackage{../preamble} + +\begin{document} + +\author{Андрей гущин} +\title{Теория информации} +\maketitle + +\include{lectures/lecture1.tex} +\include{lectures/lecture2.tex} +\include{lectures/lecture3.tex} +\include{lectures/lecture4.tex} +\include{lectures/lecture5.tex} +\include{lectures/lecture6.tex} +\include{lectures/lecture7.tex} + +\end{document} |