summaryrefslogtreecommitdiff
path: root/info/epslatex/french/CHAP2.sty
blob: 49c78bac785220043e1372e924496824092e1344 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
\countdef\chapc=1
\let\ch@pcitext\relax
\long\def\chapcita#1{\def\ch@pcitext{#1}}
%\def\@makechapterhead#1{%
%%\global\advance\chapc by 1
%\global\chapc=\c@chapter  % UPDATE
%\vspace*{50pt}
%\llap{\setlength{\unitlength}{1pt}\begin{picture}(0,0)
%\put(250,100){\makebox(210,0)[lt]{\parbox{210pt}{\normalsize\rm\ignorespaces\ch@pcitext}}}\global\let\ch@pcitext\relax
%\end{picture}}%
%{\parindent 0pt \raggedright
% \ifnum \c@secnumdepth >\m@ne \huge\bf \@chapapp{} \thechapter\hfill\hbox{} \par
% \vskip 20pt \fi \Huge \bf #1\par
% \nobreak \vskip 40pt } }
\let\sv@@makechapterhead\@makechapterhead
\let\sv@DOCH\DOCH

%\def\DOCH{\typeout{CHAPCITA}\llap{\setlength{\unitlength}{1pt}\begin{picture}(0,0)%
%\put(250,100){\makebox(210,0)[lt]{\parbox{210pt}{\normalsize\rm\ignorespaces\ch@pcitext}}}\global\let\ch@pcitext\relax\end{picture}}\sv@DOCH}

\def\hcitaoffset{250}
\def\vcitaoffset{50}
\def\citawidth{210pt}
\def\citawidthnum{210}
\def\cite@pict{%
\llap{\setlength{\unitlength}{1pt}\begin{picture}(0,0)%
\put(\hcitaoffset,\vcitaoffset){\makebox(\citawidthnum,0)[lt]{\parbox{\citawidth}{\normalsize\rm\ignorespaces\ch@pcitext}}}%
\global\let\ch@pcitext\relax\end{picture}}}%

\def\@makechapterhead{%
\cite@pict%
%\llap{\setlength{\unitlength}{1pt}\begin{picture}(0,0)%
%\put(250,100){\makebox(210,0)[lt]{\parbox{210pt}{\normalsize\rm\ignorespaces\ch@pcitext}}}%
%\global\let\ch@pcitext\relax\end{picture}}%
\sv@@makechapterhead}