style : remove ugly vspace for par to use parskip later if needed.

This commit is contained in:
Dmitry Voronin 2023-07-31 21:55:43 +03:00
parent 5e22e6a64d
commit 7fb53f1339

View file

@ -23,7 +23,7 @@
% styles.
\newcommand{\sreset} [1]{\fontsize{14}{14}\selectfont\rm\color{black}#1} % reset font style.
\newcommand{\spar} [0]{\par\vspace{2mm}} % default paragraph break.
\newcommand{\spar} [0]{\par} % default paragraph break.
\newcommand{\stext} [1]{\sreset{#1}} % default text.
\newcommand{\sitallic} [1]{\textit{#1}} % itallic text.
\newcommand{\sbold} [1]{\textbf{#1}} % bold text.