diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2022-10-25 18:03:02 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2022-10-25 18:03:02 +0400 |
| commit | 6426ed348e31fd95cba7d99a30276230b35fbcb2 (patch) | |
| tree | 0b39bd4c39b901c70f82748f7058aa17a4e39e09 /Lecture.cls | |
| parent | 4aad320f38454b4d1ca85d705384fc7b34aa0792 (diff) | |
Добавлена вторая лекция по крипте
Diffstat (limited to 'Lecture.cls')
| -rw-r--r-- | Lecture.cls | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lecture.cls b/Lecture.cls index 38d055b..8ee2ecb 100644 --- a/Lecture.cls +++ b/Lecture.cls @@ -1,8 +1,8 @@ \LoadClass[14pt,a4paper,oneside]{extarticle} \RequirePackage[utf8]{inputenc} -\RequirePackage[english,russian]{babel} \RequirePackage[T2A]{fontenc} +\RequirePackage[english,russian]{babel} \usepackage[ a4paper, mag=1000, @@ -25,7 +25,6 @@ { \afterpage{ \newgeometry{ - a4paper, mag=1000, left=2cm, right=1.5cm, top=2cm, bottom=2cm } |