From 436c29a7848d1d8740020c4b6324a1d6458ffe01 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 31 Jul 2023 06:27:08 +0300 Subject: [PATCH] style : suppress article's default styles. --- tex/style.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tex/style.tex b/tex/style.tex index 5f2dd5d..7997fb8 100644 --- a/tex/style.tex +++ b/tex/style.tex @@ -1,6 +1,7 @@ % settings. -\linespread{1.5} % height between non-breaking lines. -\sloppy % correct word placement on newline. +\linespread{1.5} % height between non-breaking lines. +\sloppy % correct word placement on newline. +\pagestyle{empty} % suppress default styles, i.e. page numbers. % colors. \definecolor{white}{RGB}{255,255,255} % default white.