From a5e83a19b1a8963d40cc48dc2f2efa796d6cf8f6 Mon Sep 17 00:00:00 2001 From: Nikita Zheleztsov Date: Sat, 20 Sep 2025 00:02:21 +0300 Subject: [PATCH] Disable word hyphenation globally --- tex/latex/bmstu-iu8/styles/IU8-01-base.sty | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tex/latex/bmstu-iu8/styles/IU8-01-base.sty b/tex/latex/bmstu-iu8/styles/IU8-01-base.sty index d556bd4..eb6a54a 100644 --- a/tex/latex/bmstu-iu8/styles/IU8-01-base.sty +++ b/tex/latex/bmstu-iu8/styles/IU8-01-base.sty @@ -39,3 +39,7 @@ \setlength{\parindent}{1.25cm} \RequirePackage{indentfirst} % Отступ первой строки для абзацев + +% Отключение автоматических переносов слов, потому что они порождают ошибки в +% TestVkr: В документе много незнакомых слов. Возможно они написаны с ошибками. +\usepackage[none]{hyphenat}