Bruno BELANYI
6b51a7fa61
This will allow for easily writing it in both French and English at the same time.
29 lines
788 B
TeX
29 lines
788 B
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Twenty Seconds Resume/CV
|
|
% LaTeX Template
|
|
% Version 1.1 (8/1/17)
|
|
%
|
|
% This template has been downloaded from:
|
|
% http://www.LaTeXTemplates.com
|
|
%
|
|
% Original author:
|
|
% Carmine Spagnuolo (cspagnuolo@unisa.it) with major modifications by
|
|
% Vel (vel@LaTeXTemplates.com)
|
|
%
|
|
% License:
|
|
% The MIT License (see included LICENSE file)
|
|
%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
%-------------------------------------------------------------------------------
|
|
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
|
|
%-------------------------------------------------------------------------------
|
|
|
|
\documentclass[letterpaper]{twentysecondcv} % a4paper for A4
|
|
|
|
\toggletrue{english} % English version
|
|
|
|
\usepackage[utf8]{inputenc} % UTF8 encoding
|
|
|
|
\input{cv_common.tex}
|