move preambula to another files
This commit is contained in:
30
about_me.tex
Normal file
30
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
entries.tex
Normal file
48
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}
|
||||
}
|
||||
104
main.tex
104
main.tex
@@ -1,103 +1,9 @@
|
||||
\documentclass[9pt]{article}
|
||||
|
||||
\usepackage{fontspec}
|
||||
\usepackage{titlesec}
|
||||
\usepackage{titling}
|
||||
\usepackage[margin=.15in]{geometry}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{xcolor}
|
||||
|
||||
\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}
|
||||
|
||||
\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}
|
||||
}
|
||||
|
||||
\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}}
|
||||
}
|
||||
|
||||
\renewcommand{\maketitle}{
|
||||
\begin{center}
|
||||
{\huge\bfseries\theauthor}
|
||||
|
||||
\Large \mailme | \tg | \phone | \linkedin | \github
|
||||
\end{center}
|
||||
|
||||
\vspace{-.9em}
|
||||
}
|
||||
|
||||
\title{R\'esum\'e}
|
||||
\author{Басыров Рустам}
|
||||
\date{\today}
|
||||
\input{packages.tex}
|
||||
\input{settings.tex}
|
||||
\input{entries.tex}
|
||||
\input{about_me.tex}
|
||||
|
||||
\begin{document}
|
||||
|
||||
@@ -174,6 +80,8 @@ python (в том числе: numpy, scipy, pandas, matplotlib), bash, C/C++.
|
||||
\item А также \myhref{https://drive.google.com/drive/folders/1EPNQ5b6PDVWkMzCplopYXnyJJu4l9fev?usp=drive_link}{другие}.
|
||||
\end{itemize}
|
||||
|
||||
\vspace{-.4em}
|
||||
|
||||
\section{ПРОЕКТЫ}
|
||||
|
||||
\project
|
||||
|
||||
6
packages.tex
Normal file
6
packages.tex
Normal file
@@ -0,0 +1,6 @@
|
||||
\usepackage{fontspec}
|
||||
\usepackage{titlesec}
|
||||
\usepackage{titling}
|
||||
\usepackage[margin=.15in]{geometry}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{xcolor}
|
||||
11
settings.tex
Normal file
11
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