Merge branch 'devops_ru'
This commit is contained in:
@@ -1,14 +1,10 @@
|
|||||||
# Requirements
|
# Requirements
|
||||||
|
|
||||||
- `lualatex`
|
- `pdflatex`
|
||||||
- `ttf-mscorefonts-installer`
|
|
||||||
|
|
||||||
# Compilation
|
# Compilation
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
lualatex cv.tex
|
pdflatex cv.tex
|
||||||
```
|
```
|
||||||
|
|
||||||
# TODO
|
|
||||||
|
|
||||||
- [ ] Remove `ttf-mscorefonts-installer`-dependency
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
\newcommand{\job}[3]{
|
\newcommand{\job}[3]{
|
||||||
\begin{minipage}[t]{.65\textwidth}
|
\begin{minipage}[t]{.65\textwidth}
|
||||||
\uppercase{\textbf{#1}}
|
{\textbf{#1}}
|
||||||
|
|
||||||
\vspace{-.3em}
|
\vspace{-.3em}
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
\newcommand{\mailme}{
|
\newcommand{\mailme}{
|
||||||
\myhref{mailto:hrustbas@gmail.com}{E-Mail}
|
\myhref{mailto:hrustbas@gmail.com}{E-Mail}
|
||||||
}
|
}
|
||||||
\newcommand{\tg}{
|
\newcommand{\telegram}{
|
||||||
\myhref{https://t.me/wtukatyr}{Telegram}
|
\myhref{https://t.me/wtukatyr}{Telegram}
|
||||||
}
|
}
|
||||||
\newcommand{\linkedin}{
|
\newcommand{\linkedin}{
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
\begin{center}
|
\begin{center}
|
||||||
{\huge\bfseries\theauthor}
|
{\huge\bfseries\theauthor}
|
||||||
|
|
||||||
\Large \mailme | \tg | \phone | \linkedin | \github
|
{\huge \mailme | \telegram | \phone | \linkedin | \github}
|
||||||
\end{center}
|
\end{center}
|
||||||
|
|
||||||
\vspace{-.2em}
|
\vspace{-.2em}
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
\usepackage{fontspec}
|
|
||||||
\usepackage{titlesec}
|
\usepackage{titlesec}
|
||||||
\usepackage{titling}
|
\usepackage{titling}
|
||||||
\usepackage[margin=.15in]{geometry}
|
\usepackage[margin=.15in]{geometry}
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
\setmainfont{Times New Roman}
|
\usepackage[T2A]{fontenc}
|
||||||
|
\usepackage[russian]{babel}
|
||||||
|
|
||||||
\titleformat{\section}{\vspace{-.5em}\Large\bf\raggedright}{}{1em}{}[{\titlerule[2pt]}]
|
\titleformat{\section}{\vspace{-.5em}\Large\bf\raggedright}{}{1em}{}[{\titlerule[2pt]}]
|
||||||
\titlespacing{\section}{0pt}{-1pt}{7pt}
|
\titlespacing{\section}{0pt}{-1pt}{7pt}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user