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 /information-theory/information-theory.tex | |
| parent | 14fffdc1df3661252661dbc96ac9810118f00601 (diff) | |
| parent | 323bfc05e2bf72820299976c8b26057ca8ed86aa (diff) | |
Merge branch 'master' of github.com:vasthecat/university-lectures
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} |