From 742b94f2b9f9e1ac6251bb36a49b421c628333da Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 25 May 2008 01:07:41 +0000 Subject: tablor update (23may08) git-svn-id: svn://tug.org/texlive/trunk@8337 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/tablor/tablor.cfg | 70 +++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) (limited to 'Master/texmf-dist/tex/latex/tablor/tablor.cfg') diff --git a/Master/texmf-dist/tex/latex/tablor/tablor.cfg b/Master/texmf-dist/tex/latex/tablor/tablor.cfg index b48574d2385..6bb248629fc 100644 --- a/Master/texmf-dist/tex/latex/tablor/tablor.cfg +++ b/Master/texmf-dist/tex/latex/tablor/tablor.cfg @@ -46,3 +46,73 @@ etex + + + + + + + + +%================================= +%IV - 1ère colonne +%================================= +% +%permet de configurer les termes dans la première colonne des +%tableaux : "signe de" ou "sign of" ou "" etc. +% + + + +\begin{VerbatimOut}{config.cxx} + +// POUR LES TV, TVI,TVZ,TVapp,TSq,TSa +// pour la ligne signe +lsic:=" +newLigneSignes(btex $\\hbox{ Signe de }\\atop{\\displaystyle "; + +// POUR LES TV, TVI,TVZ,TVapp +// pour la ligne variation +lvic:=" +newLigneVariations(btex $\\hbox{ Variations de }\\atop{\\displaystyle "; + +\end{VerbatimOut} + + + +%% you may prefer + +% \begin{VerbatimOut}{config.cxx} + +% // FOR TV, TVI,TVZ,TVapp,TSq,TSa +% // for the signs +% lsic:=" +% newLigneSignes(btex $\\hbox{ Sign of }\\atop{\\displaystyle "; + +% // POUR LES TV, TVI,TVZ,TVapp +% // for the variations +% lvic:=" +% newLigneVariations(btex $\\hbox{ Variations of }\\atop{\\displaystyle "; + +%\end{VerbatimOut} + + + +%% ou si vous préférez que ni signe ni variation n'apparaissent + + + +% \begin{VerbatimOut}{config.cxx} + +% // POUR LES TV, TVI,TVZ,TVapp,TSq,TSa +% // pour la ligne signe +% lsic:=" +% newLigneSignes(btex ${\\displaystyle "; + +% // POUR LES TV, TVI,TVZ,TVapp +% // pour la ligne variation +% lvic:=" +% newLigneVariations(btex ${\\displaystyle "; + +% \end{VerbatimOut} + -- cgit v1.2.3