Add language variable and language specific address part
This commit is contained in:
parent
201112dba9
commit
d0c4c7601d
3 changed files with 16 additions and 4 deletions
|
@ -1,5 +1,9 @@
|
||||||
Ankeriaantie 3 A
|
Ankeriaantie 3 A\\
|
||||||
54915 Saimaanharju
|
54915 Saimaanharju\\
|
||||||
Finland
|
\ifx\cvLang\fi
|
||||||
+358407658800
|
Etelä-Karjala, Suomi\\
|
||||||
|
\else
|
||||||
|
South Karelia, Finland\\
|
||||||
|
\fi
|
||||||
|
+358407658800\\
|
||||||
\href{mailto:marko@korhonen.cc}{marko@korhonen.cc}
|
\href{mailto:marko@korhonen.cc}{marko@korhonen.cc}
|
||||||
|
|
|
@ -26,6 +26,8 @@
|
||||||
% 'nocolors' to disable colors in section headers
|
% 'nocolors' to disable colors in section headers
|
||||||
\documentclass[]{friggeri-cv-a4}
|
\documentclass[]{friggeri-cv-a4}
|
||||||
|
|
||||||
|
\def\cvLang{en}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\header{Marko }{Korhonen}{software developer} % Your name and current job title/field
|
\header{Marko }{Korhonen}{software developer} % Your name and current job title/field
|
||||||
|
@ -36,7 +38,9 @@
|
||||||
|
|
||||||
\begin{aside} % In the aside, each new line forces a line break
|
\begin{aside} % In the aside, each new line forces a line break
|
||||||
\section{contact}
|
\section{contact}
|
||||||
|
\restorecr
|
||||||
\include{contact_info}
|
\include{contact_info}
|
||||||
|
\obeycr
|
||||||
\section{languages}
|
\section{languages}
|
||||||
\textbf{fluent}
|
\textbf{fluent}
|
||||||
finnish \& english
|
finnish \& english
|
||||||
|
|
|
@ -26,6 +26,8 @@
|
||||||
% 'nocolors' to disable colors in section headers
|
% 'nocolors' to disable colors in section headers
|
||||||
\documentclass[]{friggeri-cv-a4}
|
\documentclass[]{friggeri-cv-a4}
|
||||||
|
|
||||||
|
\def\cvLang{fi}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\header{Marko }{Korhonen}{Ohjelmistokehittäjä} % Your name and current job title/field
|
\header{Marko }{Korhonen}{Ohjelmistokehittäjä} % Your name and current job title/field
|
||||||
|
@ -36,7 +38,9 @@
|
||||||
|
|
||||||
\begin{aside} % In the aside, each new line forces a line break
|
\begin{aside} % In the aside, each new line forces a line break
|
||||||
\section{Yhteystiedot}
|
\section{Yhteystiedot}
|
||||||
|
\restorecr
|
||||||
\include{contact_info}
|
\include{contact_info}
|
||||||
|
\obeycr
|
||||||
\section{Kielet}
|
\section{Kielet}
|
||||||
\textbf{Sujuva}
|
\textbf{Sujuva}
|
||||||
suomi \& englanti
|
suomi \& englanti
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue