Merge branch 'devops_ru'
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
# Requirements
|
||||
|
||||
- `lualatex`
|
||||
- `ttf-mscorefonts-installer`
|
||||
- `pdflatex`
|
||||
|
||||
# Compilation
|
||||
|
||||
```shell
|
||||
lualatex cv.tex
|
||||
pdflatex cv.tex
|
||||
```
|
||||
|
||||
# TODO
|
||||
|
||||
- [ ] Remove `ttf-mscorefonts-installer`-dependency
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
\newcommand{\job}[3]{
|
||||
\begin{minipage}[t]{.65\textwidth}
|
||||
\uppercase{\textbf{#1}}
|
||||
{\textbf{#1}}
|
||||
|
||||
\vspace{-.3em}
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
\usepackage{fontspec}
|
||||
\usepackage{titlesec}
|
||||
\usepackage{titling}
|
||||
\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]}]
|
||||
\titlespacing{\section}{0pt}{-1pt}{7pt}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user