From 112913d46407512496dc2b35e08a821b1c1b0df0 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 1 Sep 2023 22:58:00 +0300 Subject: [PATCH] style : remove redundant job styles. --- tex/style.tex | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tex/style.tex b/tex/style.tex index 23380bf..5b59628 100644 --- a/tex/style.tex +++ b/tex/style.tex @@ -53,11 +53,6 @@ \newcommand{\sckeyword} [1]{\textcolor{code_keyword}{#1}} % color code keyword. \newcommand{\sccomment} [1]{\textcolor{code_comment}{#1}} % color code comment. -\newcommand{\sjposition}[1]{\stext{#1}} % job position. -\newcommand{\sjlink} [1]{\sicon{ic_link}\ \href{https://#1}{\sitallic{#1}}} % job webpage. -\newcommand{\sjplace}[2]{\sreset{\ssemibold{#1}}\sreset\hfill\fontsize% - {10}{10}\selectfont\textcolor{gray}{(#2)}} % job place. - % settings. \linespread{1.5} % height between non-breaking lines. \sloppy % correct word placement on newline.