move preamble to separate dir
This commit is contained in:
30
preamble/about_me.tex
Normal file
30
preamble/about_me.tex
Normal file
@@ -0,0 +1,30 @@
|
||||
\newcommand{\myhref}[3][cyan]{\href{#2}{\color{#1}{#3}}}%
|
||||
|
||||
\newcommand{\mailme}{
|
||||
\myhref{mailto:hrustbas@gmail.com}{E-Mail}
|
||||
}
|
||||
\newcommand{\tg}{
|
||||
\myhref{https://t.me/wtukatyr}{Telegram}
|
||||
}
|
||||
\newcommand{\linkedin}{
|
||||
\myhref{https://www.linkedin.com/in/rustam-basyrov-978b78286/}{LinkedIn}
|
||||
}
|
||||
\newcommand{\github}{
|
||||
\myhref{https://github.com/rustbas}{GitHub}
|
||||
}
|
||||
\newcommand{\phone}{
|
||||
{\myhref{tel:+79207902655}{+7-920-790-26-55}}
|
||||
}
|
||||
|
||||
\author{Басыров Рустам}
|
||||
\date{\today}
|
||||
|
||||
\renewcommand{\maketitle}{
|
||||
\begin{center}
|
||||
{\huge\bfseries\theauthor}
|
||||
|
||||
\Large \mailme | \tg | \phone | \linkedin | \github
|
||||
\end{center}
|
||||
|
||||
\vspace{-.4em}
|
||||
}
|
||||
48
preamble/entries.tex
Normal file
48
preamble/entries.tex
Normal file
@@ -0,0 +1,48 @@
|
||||
\newcommand{\job}[4]{
|
||||
\begin{minipage}[t]{.65\textwidth}
|
||||
\uppercase{\textbf{#1}}
|
||||
|
||||
\textit{#2}
|
||||
\end{minipage}
|
||||
\begin{minipage}[t]{.3\textwidth}
|
||||
\raggedleft{#3}
|
||||
\end{minipage}
|
||||
|
||||
\vspace{.5em}
|
||||
|
||||
\begin{minipage}[t]{.9\textwidth}
|
||||
#4
|
||||
\end{minipage}
|
||||
|
||||
\vspace{.5em}
|
||||
}
|
||||
|
||||
\newcommand{\learn}[5]{
|
||||
\begin{minipage}[t]{.2\textwidth}
|
||||
#1
|
||||
\end{minipage}
|
||||
\begin{minipage}[t]{.7\textwidth}
|
||||
{\bfseries #2}
|
||||
|
||||
{#3}
|
||||
|
||||
\textit{#4, средний балл: #5}
|
||||
\end{minipage}
|
||||
|
||||
\vspace{.5em}
|
||||
}
|
||||
|
||||
\newcommand{\project}[4]{
|
||||
\begin{minipage}[t]{.1\textwidth}
|
||||
#1
|
||||
\end{minipage}
|
||||
\begin{minipage}[t]{.87\textwidth}
|
||||
{\bfseries #2}
|
||||
|
||||
\textit{#3}
|
||||
|
||||
\vspace{-1em}
|
||||
|
||||
{#4}
|
||||
\end{minipage}
|
||||
}
|
||||
6
preamble/packages.tex
Normal file
6
preamble/packages.tex
Normal file
@@ -0,0 +1,6 @@
|
||||
\usepackage{fontspec}
|
||||
\usepackage{titlesec}
|
||||
\usepackage{titling}
|
||||
\usepackage[margin=.15in]{geometry}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{xcolor}
|
||||
11
preamble/settings.tex
Normal file
11
preamble/settings.tex
Normal file
@@ -0,0 +1,11 @@
|
||||
\setmainfont{Times New Roman}
|
||||
|
||||
\titleformat{\section}{\Large\bf\raggedright}{}{1em}{}[{\titlerule[2pt]}]
|
||||
\titlespacing{\section}{0pt}{-3pt}{7pt}
|
||||
|
||||
\titleformat{\subsubsection}[runin]
|
||||
{\bfseries}
|
||||
{$\bullet$ }
|
||||
{0em}
|
||||
{}[:]
|
||||
\titlespacing{\subsubsection}{0em}{0em}{0.4em}
|
||||
Reference in New Issue
Block a user