diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2022-11-24 14:05:39 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2022-11-24 14:05:39 +0400 |
| commit | 9b74f05259cd0fba71c3a625666e3eeccf0729da (patch) | |
| tree | b53452cff27a1cdaa634740bcc357774a2f8e582 | |
| parent | 2c6ed52f3663250c11bc8eedc54a816a9cb8d81c (diff) | |
Исправлено определение ненумерованного утверждения
| -rw-r--r-- | cryptography/cryptography.pdf | bin | 690831 -> 690840 bytes | |||
| -rw-r--r-- | preamble.sty | 3 |
2 files changed, 1 insertions, 2 deletions
diff --git a/cryptography/cryptography.pdf b/cryptography/cryptography.pdf Binary files differindex 3c6346e..2c757e1 100644 --- a/cryptography/cryptography.pdf +++ b/cryptography/cryptography.pdf diff --git a/preamble.sty b/preamble.sty index 7e8f4ba..52be3b9 100644 --- a/preamble.sty +++ b/preamble.sty @@ -71,5 +71,4 @@ \theoremstyle{definition} \newtheorem{statement}{Утверждение}[subsection] -\theoremstyle{definition} -\newtheorem*{statement}{Утверждение} +\newtheorem*{statement*}{Утверждение} |