main : add pages info for sharing hyperlinks.
This commit is contained in:
parent
f0aa1fc0c9
commit
e106a1e80b
|
@ -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
16
tex/page.tex
Normal 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{ИНТЕРЕСЫ}
|
||||
}
|
Loading…
Reference in a new issue