Patch de Jonas Kahn pour la classe CV, cf.
<Pine.LNX.4.64.0712191027280.16502@phare.normalesup.org>
This commit is contained in:
parent
e112930790
commit
42ffb06e95
1 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,8 @@
|
||||||
%% Modifs : Dominique Quatravaux (dom@idealx.com) - conversion en
|
%% Modifs : Dominique Quatravaux (dom@idealx.com) - conversion en
|
||||||
%% classe de document.
|
%% classe de document.
|
||||||
%% 03/01/03
|
%% 03/01/03
|
||||||
|
%% Modifs : application d'un patch de Jonas Kahn, 2007-12-19
|
||||||
|
|
||||||
|
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesClass{cv}
|
\ProvidesClass{cv}
|
||||||
|
@ -106,10 +108,10 @@
|
||||||
{\addtolength{\@cvlenC}{\rubriquetableauparindent}}
|
{\addtolength{\@cvlenC}{\rubriquetableauparindent}}
|
||||||
{}%
|
{}%
|
||||||
\addtolength{\@cvlenC}{-\@cvlenB}%
|
\addtolength{\@cvlenC}{-\@cvlenB}%
|
||||||
\addtolength{\@cvlenC}{-9pt}%
|
\addtolength{\@cvlenC}{-41pt}%
|
||||||
\begin{tabular}[t]{p{\@cvlenB}!{%
|
\begin{tabular}[t]{p{\@cvlenB}!{%
|
||||||
\ifthenelse{\lengthtest{\rubriquetableauparindent<0pt}}
|
\ifthenelse{\lengthtest{\rubriquetableauparindent<0pt}}
|
||||||
{\hspace*{\rubriquetableauparindent}}
|
{\hspace*{-\rubriquetableauparindent}}
|
||||||
{}%
|
{}%
|
||||||
}>{\setlength{\parindent}{\rubriquetableauparindent}}p{\@cvlenC}}}
|
}>{\setlength{\parindent}{\rubriquetableauparindent}}p{\@cvlenC}}}
|
||||||
{\end{tabular}\egroup}
|
{\end{tabular}\egroup}
|
||||||
|
|
Loading…
Reference in a new issue