From a9972205e8a2d029fa0453adb6fc7151cb26415a Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 31 Jul 2023 06:23:21 +0300 Subject: [PATCH] const : add name, location, birthday, email and phone. --- tex/const.tex | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tex/const.tex b/tex/const.tex index e69de29..2429667 100644 --- a/tex/const.tex +++ b/tex/const.tex @@ -0,0 +1,11 @@ +\newcommand{\name}{ + \en{Dmitry Voronin} + \ru{Дмитрий Воронин} +} +\newcommand{\location}{ + \en{St. Petersburg, Russia} + \ru{Санкт-Петербург, Россия} +} +\newcommand{\birthday}{\jun 1998} +\newcommand{\email}{job@voronind.com} +\newcommand{\phone}{+7(905)836-68-86}