summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/esieecv
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-06-19 15:22:35 +0000
committerKarl Berry <karl@freefriends.org>2021-06-19 15:22:35 +0000
commit917a9aaf9d7f1125fe7bf10474dc20345e562edb (patch)
treef0c9e28f8476569144508922c39db4da1bb860c1 /Master/texmf-dist/tex/latex/esieecv
parent6a1e1560734a829a3c785568803fe9ed1c28bc88 (diff)
ESIEEcv -> esieecv
git-svn-id: svn://tug.org/texlive/trunk@59638 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/esieecv')
-rw-r--r--Master/texmf-dist/tex/latex/esieecv/ESIEEcv.sty119
1 files changed, 119 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/esieecv/ESIEEcv.sty b/Master/texmf-dist/tex/latex/esieecv/ESIEEcv.sty
new file mode 100644
index 00000000000..b8940852926
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/esieecv/ESIEEcv.sty
@@ -0,0 +1,119 @@
+%%
+%% This is file `ESIEEcv.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% ESIEEcv.dtx (with options: `package')
+%%
+%% IMPORTANT NOTICE:
+%%
+%% For the copyright see the source file.
+%%
+%% Any modified versions of this file must be renamed
+%% with new filenames distinct from ESIEEcv.sty.
+%%
+%% For distribution of the original source see the terms
+%% for copying and modification in the file ESIEEcv.dtx.
+%%
+%% This generated file may be distributed as long as the
+%% original source files, as listed above, are part of the
+%% same distribution. (The sources need not necessarily be
+%% in the same archive or directory.)
+\ProvidesPackage{ESIEEcv}[1997/12/29 v2.0a Style ESIEEcv]
+
+\RequirePackage{tabularx}
+\pagestyle{empty}
+\parindent=0pt
+\newcommand{\PreApport}{\ensuremath{\triangleright} }
+\newcommand{\PostApport}{.\newline}
+\newcommand{\PrePreApports}{\newline}
+\newcommand{\PostPostApports}{}
+\newcommand{\FonteApport}{\itshape}
+\newcommand{\TailleApport}{\small}
+\newcommand{\FonteLieu}{\scshape}
+\newcommand{\FonteTitre}{\scshape}
+\newlength{\Tampon}
+\newlength{\Offset}
+\newlength{\largeurcolonne}
+\setlength{\largeurcolonne}{3cm}
+\newlength{\Space}
+\setlength{\Space}{3mm}
+\def\@@date{}
+\def\@@titre{}
+\def\@@duree{}
+\def\@@lieu{}
+\def\@@descr{}
+\def\@@apports{}
+\def\@@competence{}
+\toksdef\ta=0 \toksdef\tb=2
+\def\CV@AppendItem#1#2{%
+ \ta={#1}%
+ \tb=\expandafter{#2}%
+ \global\edef#2{\the\tb\the\ta}}
+\newcommand{\CV@ajout@apport}[1]
+ {\CV@AppendItem{\PreApport#1\PostApport}{\@@apports}}
+\newcommand{\CV@init}[1]
+ {\expandafter\global\expandafter\def\csname @@#1\endcsname{}}
+\newenvironment{sousrubrique}
+{\CV@init{apports}\CV@init{date}\CV@init{titre}\CV@init{duree}%
+\CV@init{lieu}\CV@init{descr}\CV@init{competence}\CV@init{compcomment}%
+\newcommand{\Date}[1]{\global\def\@@date{##1}}
+\newcommand{\Duree}[1]{\global\def\@@duree{##1}}
+\newcommand{\Titre}[1]{\global\def\@@titre{##1}}
+\newcommand{\Lieu}[1]{\global\def\@@lieu{##1}}
+\newcommand{\Descr}[1]{\global\def\@@descr{##1}}
+\newcommand{\Competence}[1]{\global\def\@@competence{##1}}
+\let\Apport\CV@ajout@apport
+}
+{%
+\global\def\CV@delayed{}
+\ifx\@@date\empty\else
+ \CV@AppendItem{\textbf{\@@date}%
+ \ifx\@@duree\empty\else
+ \newline
+ \fi
+ }{\CV@delayed}%
+\fi
+\ifx\@@duree\empty\else
+ \CV@AppendItem{(\@@duree)}{\CV@delayed}%
+\fi
+\ifx\@@competence\empty\else
+ \CV@AppendItem{\@@competence}{\CV@delayed}
+\fi
+\CV@AppendItem{&}{\CV@delayed}
+\ifx\@@lieu\empty\else
+ \CV@AppendItem{{\FonteLieu{\@@lieu}.}}{\CV@delayed}
+\fi
+\ifx\@@lieu\empty\else\ifx\@@titre\empty\else
+ \CV@AppendItem{ }{\CV@delayed}
+\fi\fi
+\ifx\@@titre\empty\else
+ \CV@AppendItem{{\FonteTitre{\@@titre}.}}{\CV@delayed}
+\fi
+\ifx\@@titre\empty\else\ifx\@@descr\empty\else
+ \CV@AppendItem{\newline}{\CV@delayed}
+\fi\fi
+\ifx\@@descr\empty\else
+ \CV@AppendItem{\@@descr}{\CV@delayed}%
+\fi
+\ifx\@@apports\empty\else
+ \CV@AppendItem{{\TailleApport
+ \FonteApport
+ {\PrePreApports\@@apports\PostPostApports}}}%
+ {\CV@delayed}%
+\fi
+\CV@AppendItem{\\}{\CV@delayed}
+\aftergroup\CV@delayed
+}
+\newenvironment{rubrique}[1]{%%
+\bigskip
+\textbf{\large #1\phantom{Pj}}
+\medskip
+\par
+\tabularx{\linewidth}{p{\largeurcolonne}X}}
+{\endtabularx}
+
+\endinput
+%%
+%% End of file `ESIEEcv.sty'.