Merge branch 'devops_ru'

This commit is contained in:
Rustam Basyrov
2024-10-12 19:25:53 +03:00
5 changed files with 8 additions and 11 deletions

View File

@@ -1,14 +1,10 @@
# Requirements
- `lualatex`
- `ttf-mscorefonts-installer`
- `pdflatex`
# Compilation
```shell
lualatex cv.tex
pdflatex cv.tex
```
# TODO
- [ ] Remove `ttf-mscorefonts-installer`-dependency

View File

@@ -1,6 +1,6 @@
\newcommand{\job}[3]{
\begin{minipage}[t]{.65\textwidth}
\uppercase{\textbf{#1}}
{\textbf{#1}}
\vspace{-.3em}

View File

@@ -3,7 +3,7 @@
\newcommand{\mailme}{
\myhref{mailto:hrustbas@gmail.com}{E-Mail}
}
\newcommand{\tg}{
\newcommand{\telegram}{
\myhref{https://t.me/wtukatyr}{Telegram}
}
\newcommand{\linkedin}{
@@ -23,7 +23,7 @@
\begin{center}
{\huge\bfseries\theauthor}
\Large \mailme | \tg | \phone | \linkedin | \github
{\huge \mailme | \telegram | \phone | \linkedin | \github}
\end{center}
\vspace{-.2em}

View File

@@ -1,4 +1,3 @@
\usepackage{fontspec}
\usepackage{titlesec}
\usepackage{titling}
\usepackage[margin=.15in]{geometry}

View File

@@ -1,4 +1,6 @@
\setmainfont{Times New Roman}
\usepackage[T2A]{fontenc}
\usepackage[russian]{babel}
\titleformat{\section}{\vspace{-.5em}\Large\bf\raggedright}{}{1em}{}[{\titlerule[2pt]}]
\titlespacing{\section}{0pt}{-1pt}{7pt}