mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-21 21:58:28 +00:00
Add support for text in multiple languages
This commit is contained in:
parent
7c3fbce42f
commit
eecce2923e
1 changed files with 3 additions and 0 deletions
|
@ -394,6 +394,9 @@
|
|||
% Use to execute conditional statements by checking empty string
|
||||
\newcommand*{\ifempty}[3]{\ifthenelse{\isempty{#1}}{#2}{#3}}
|
||||
|
||||
% Provide support for text in multiple languages
|
||||
\providecommand{\cvlang}{en}
|
||||
\newcommand{\cvmultilang}[2]{\ifthenelse{\equal{#1}{\cvlang}}{#2}{}}
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% Commands for elements of CV structure
|
||||
|
|
Loading…
Reference in a new issue