diff options
author | Karl Berry <karl@freefriends.org> | 2008-05-25 01:07:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-05-25 01:07:41 +0000 |
commit | 742b94f2b9f9e1ac6251bb36a49b421c628333da (patch) | |
tree | 1dcc9f89d1d531b5310f987b5fa39241d06cc5f4 /Master/texmf-dist/tex/latex/tablor/tablor.cfg | |
parent | 14ef1a1bfbf2eb04c32ab038c4916e18d485156e (diff) |
tablor update (23may08)
git-svn-id: svn://tug.org/texlive/trunk@8337 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tablor/tablor.cfg')
-rw-r--r-- | Master/texmf-dist/tex/latex/tablor/tablor.cfg | 70 |
1 files changed, 70 insertions, 0 deletions
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} + |