generated from jitinnair1/autoCV
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c733ff
commit e791d6d
Showing
6 changed files
with
78 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
NAME=david_doukhan_extended_cv | ||
|
||
all: | ||
latexmk -pdf ${NAME}.tex | ||
all: fr en | ||
|
||
fr: ${NAME}_fr.tex | ||
latexmk -pdf ${NAME}_fr.tex | ||
|
||
en: ${NAME}_en.tex | ||
latexmk -pdf ${NAME}_en.tex | ||
|
||
clean: | ||
rm -f ${NAME}.pdf ${NAME}.aux ${NAME}.bbl ${NAME}.bcf ${NAME}.fdb_latexmk ${NAME}.fls ${NAME}.log ${NAME}.out ${NAME}.run.xml ${NAME}.blg ${NAME}.toc *\~ | ||
rm -f ${NAME}*.aux ${NAME}*.bbl ${NAME}*.bcf ${NAME}*.fdb_latexmk ${NAME}*.fls ${NAME}*.log ${NAME}*.out ${NAME}*.run.xml ${NAME}*.blg ${NAME}*.toc *\~ | ||
|
||
distclean: clean | ||
rm -f ${NAME}.pdf | ||
rm -f ${NAME}*.pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
\documentclass[a4paper,12pt]{article} | ||
\usepackage[utf8]{inputenc} | ||
\usepackage{versions} | ||
|
||
\includeversion{en} | ||
|
||
%%% PUBLICATIONS | ||
|
||
\newcommand{\PubSec}{Peer-reviewed publications} | ||
\newcommand{\PubJournal}{Internation journals} | ||
\newcommand{\PubConf}{Conference Proceedings} | ||
\newcommand{\PubAbstract}{Abstract Paper} | ||
\newcommand{\PubPhd}{PhD Thesis} | ||
|
||
|
||
%%% Diffusion de la recherche | ||
\newcommand{\DiffSec}{Research Dissemination} | ||
\newcommand{\DiffContribRep}{Contribution to Governmental and non-governmental reports} | ||
\newcommand{\DiffGeneral}{General audience and science popularization articles} | ||
\newcommand{\DiffInvit}{Invited Speaker (non exhaustive list)} | ||
\newcommand{\DiffPublic}{Public auditions and scientific expertise} | ||
\newcommand{\DiffItw}{Interventions and interviews in general audience media (press, audiovisual, pure players)} | ||
|
||
|
||
\input{david_doukhan_extended_cv.tex} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
\documentclass[a4paper,12pt]{article} | ||
\usepackage[utf8]{inputenc} | ||
\usepackage{versions} | ||
|
||
\includeversion{fr} | ||
|
||
\usepackage[francais]{babel} | ||
|
||
%%% PUBLICATIONS | ||
|
||
\newcommand{\PubSec}{Publications Scientifiques évaluées par des pairs} | ||
\newcommand{\PubJournal}{Revues Internationales} | ||
\newcommand{\PubConf}{Actes de conférence} | ||
\newcommand{\PubAbstract}{Soumission sur résumé} | ||
\newcommand{\PubPhd}{Manuscrit de thèse} | ||
|
||
|
||
%%% Diffusion de la recherche | ||
\newcommand{\DiffSec}{Diffusion de la Recherche} | ||
\newcommand{\DiffContribRep}{Contribution à des rapports gouvernementaux et non gouvernementaux} | ||
\newcommand{\DiffGeneral}{Articles grand public et vulgarisation scientifique} | ||
\newcommand{\DiffInvit}{Conférencier Invité (liste non exhaustive)} | ||
\newcommand{\DiffPublic}{Auditions publiques et expertise scientifique} | ||
\newcommand{\DiffItw}{Interventions médiatiques et interviews} | ||
|
||
\input{david_doukhan_extended_cv.tex} |