From 474f5bc1fef8de0ff3c4ee8f290b320526b889cc Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Wed, 9 Aug 2023 18:44:58 +0300 Subject: [PATCH] education : use existing \place view. --- tex/main.tex | 1 + tex/page/education.tex | 16 ++++++++-------- tex/page/experience.tex | 10 ---------- tex/view/place.tex | 11 +++++++++++ 4 files changed, 20 insertions(+), 18 deletions(-) create mode 100644 tex/view/place.tex diff --git a/tex/main.tex b/tex/main.tex index a566970..1311730 100644 --- a/tex/main.tex +++ b/tex/main.tex @@ -53,6 +53,7 @@ \input{page} % import pages info. \input{i18n/month} % import month values. \input{view/radio} % import radio view. +\input{view/place} % import place view. \input{page/title} % import title. \input{page/experience} % import experience info. diff --git a/tex/page/education.tex b/tex/page/education.tex index b92d554..5ccc16a 100644 --- a/tex/page/education.tex +++ b/tex/page/education.tex @@ -1,14 +1,14 @@ \stitle{\peducation}\newline -\sjplace{% +\place{% \en{South Ural State University}% \ru{Южно-Уральский Государственный Университет} -}{\aug 2016 - \aug 2021}\newline -\stext{% +}{% + \aug 2016 - \aug 2021% +}{% \en{Bachelor, Computer Science}% - \ru{Бакалавр, ЭВМ} -}\newline -\stext{% + \ru{Бакалавр, ЭВМ}\newline \en{Main goal in education was to learn how to find optimal solutions to real problems and how to work with electronics from their structure to interfaces. I learned how to code completely by myself. I'd actually say it came to me like an essential skill. After three years I continued as a part-study. Mainly because I personally thought I'd outgrown the study curve my university provided. That was not only my opinion, but opinions of certain professors I had luck to work with.}% \ru{Главной целью в образовании было обучение поиску оптимальных решений реальных проблем и работе с электроникой от её структуры до интерфейсов. Я научился писать код полностью самостоятельно. Точнее сказать, этот навык стал для меня естественным. После трёх лет очного обучения я продолжил обучение заочно. Основной причиной стало ощущение, что обучение в университете стало слишком медленным для меня. Это было не только моё мнение, но и мнения некоторых профессоров с которыми мне посчастливилось работать.} -}\newline -\sjlink{susu.ru} +}{% + susu.ru +}{;} diff --git a/tex/page/experience.tex b/tex/page/experience.tex index f861cb2..067a907 100644 --- a/tex/page/experience.tex +++ b/tex/page/experience.tex @@ -1,13 +1,3 @@ -% args: company's name, period, position, url, tasks (separated by ;). -\newcommand{\place}[5]{% - \noindent - \sjplace{#1}{#2}\newline - \stext{#3}\newline - \setsepchar{;}% - \readlist\tasks{#5}% - \foreachitem\task\in\tasks{\stext{\slist{\sbullet}\ \task}\newline} - \def\plink{#4}\ifx\plink\empty{}\else{\sjlink{#4}\spar}\fi -} \stitle{\pexperience}\newline \input{place/foresight2} \input{place/foresight} diff --git a/tex/view/place.tex b/tex/view/place.tex new file mode 100644 index 0000000..502daed --- /dev/null +++ b/tex/view/place.tex @@ -0,0 +1,11 @@ +% args: company's name, period, position, url, tasks (separated by ;). +\newcommand{\place}[5]{% + \noindent + \sjplace{#1}{#2}\newline + \stext{#3}\newline + \setsepchar{;}% + \ignoreemptyitems% + \readlist\tasks{#5}% + \foreachitem\task\in\tasks{\stext{\slist{\sbullet}\ \task}\newline} + \def\plink{#4}\ifx\plink\empty{}\else{\sjlink{#4}\spar}\fi +}