Delete subsubscription

Change `\subsubscription` to `\begin{description}`
This commit is contained in:
Rustam Basyrov
2024-09-11 13:16:12 +03:00
parent fc6631df8f
commit 3abc4855a7
2 changed files with 11 additions and 12 deletions

View File

@@ -1,16 +1,22 @@
\section{НАВЫКИ} \section{НАВЫКИ}
\subsubsection{Администрирование} \begin{description}
\setlength\itemsep{-0.4em}
\item{\bfseries Администрирование:}
дистрибутивы Linux, права доступа, управление процессами, основы docker и ansible, nginx (веб-сервер), дистрибутивы Linux, права доступа, управление процессами, основы docker и ansible, nginx (веб-сервер),
сетевые протоколы. сетевые протоколы.
\subsubsection{Программирование} \item{\bfseries Программирование:}
python (в том числе: numpy, scipy, pandas, matplotlib), bash, C/C++. python (в том числе: numpy, scipy, pandas, matplotlib), bash, C/C++.
\subsubsection{Вёрстка} \item{\bfseries Вёрстка:}
\LaTeX, Markdown, HTML, CSS, groff. \LaTeX, Markdown, groff, HTML, CSS.
\subsubsection{Общее} \item{\bfseries Общее:}
чтение документации (на русском и английском), git, терминал (vim, tmux, различные утилиты командной строки). чтение документации (на русском и английском), git, терминал (vim, tmux, различные утилиты командной строки).
\end{description}
\vspace{.7em} \vspace{.7em}

View File

@@ -2,10 +2,3 @@
\titleformat{\section}{\vspace{-.5em}\Large\bf\raggedright}{}{1em}{}[{\titlerule[2pt]}] \titleformat{\section}{\vspace{-.5em}\Large\bf\raggedright}{}{1em}{}[{\titlerule[2pt]}]
\titlespacing{\section}{0pt}{-3pt}{7pt} \titlespacing{\section}{0pt}{-3pt}{7pt}
\titleformat{\subsubsection}[runin]
{\bfseries}
{$\bullet$ }
{0em}
{}[:]
\titlespacing{\subsubsection}{0em}{0em}{0.4em}