Retour

tools.tex

Télécharger le fichier
%% fichier 'tools.tex'
%% Différents outils d'aide à la mise au point
 
% ========= pour visualiser les boites =================
\def \showbox#1 {%
   -- #1 -- 
   \boxit{0pt}{\copy#1}}
\def \showdim#1 {%
   Boîte #1~: dp~\the \dp#1 \ 
   ht~: \the \ht#1 \ 
   wd~: \the \wd#1 }%
% ========= pour visualiser les variables ==============
\def \showskipvariables{%
   {\parskip = 0pt
   enteteskip~: \the \enteteskip \par
   enteteskipafter~: \the \enteteskipafter \par
   titreskip~: \the \titreskip \par
   titreskipafter~: \the \titreskipafter \par
   stitreskip~: \the \stitreskip \par
   stitreskipafter~: \the \stitreskipafter \par
   exoskip~: \the \exoskip \par
   exoskipafter~: \the \exoskipafter \par
   itemnumskip~: \the \itemnumskip \par
   itemalphskip~: \the \itemalphskip \par
   itemalphnumskip~: \the \itemalphnumskip \par
}}%
%