main : add pages info for sharing hyperlinks.

This commit is contained in:
Dmitry Voronin 2023-08-01 15:05:27 +03:00
parent f0aa1fc0c9
commit e106a1e80b
2 changed files with 23 additions and 0 deletions

View file

@ -21,6 +21,12 @@
bottom = 0.5in
]{geometry}
% paragraph spacing.
\usepackage[
skip = 8pt,
indent = 20pt
]{parskip}
% configure hyperlinks.
\hypersetup{
linktocpage = true,
@ -43,6 +49,7 @@
\input{i18n} % import internationalization support.
\input{style} % import common styles.
\input{const} % import constant values.
\input{pate} % import pages info.
\input{page/title} % import title.
\input{page/experience} % import experience info.

16
tex/page.tex Normal file
View file

@ -0,0 +1,16 @@
\def\pexperience{
\en{WORK EXPERIENCE}
\ru{ОПЫТ РАБОТЫ}
}
\def\planguages{
\en{LANGUAGES}
\ru{ЯЗЫКИ}
}
\def\pskills{
\en{SKILLS}
\ru{НАВЫКИ}
}
\def\pinterests{
\en{INTERESTS}
\ru{ИНТЕРЕСЫ}
}