summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tablor/tablor.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tablor/tablor.cfg')
-rw-r--r--macros/latex/contrib/tablor/tablor.cfg113
1 files changed, 113 insertions, 0 deletions
diff --git a/macros/latex/contrib/tablor/tablor.cfg b/macros/latex/contrib/tablor/tablor.cfg
new file mode 100644
index 0000000000..82048c7197
--- /dev/null
+++ b/macros/latex/contrib/tablor/tablor.cfg
@@ -0,0 +1,113 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Fichier de configuration de tablor.sty %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+% La mise à jour de ce fichier permet d'adapter certains paramètres du package tablor.sty
+% au poste de travail et aux habitudes des utilisateurs.
+
+
+%========================================
+% I - Configuration du préambule MetaPOST
+%========================================
+
+\begin{filecontents*}{enteteMP.cfg}
+input tableauVariation;
+verbatimtex
+%&latex
+\documentclass{article}
+\usepackage[upright]{kpfonts}% ou mathpazo, lmodern, etc. ou rien !
+%\usepackage{amsmath}
+\renewcommand\mbox[1]{ #1 } % pour les mbox intempestifs de xcas
+\renewcommand\cdot{ } % idem pour les cdot
+\begin{document}
+\catcode`\@=0 % pour utiliser le @
+etex
+\end{filecontents*}
+
+
+
+%=================================
+% II - Déclaration de l'éditeur utilisé
+% ================================
+%
+% Remplacez "gedit" par la commande qui lance un autre editeur que votre éditeur favori pour pouvoir modifier certains tableaux.
+% Laissez une espace avant de fermer l'accolade.
+
+\newcommand{\editeur}{emacsclient -c }
+
+
+
+
+
+
+
+
+
+
+
+%=================================
+%III - 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}
+
+//reglage de epsilon : seuil du zero de giac
+epsilon:=1e-100;
+
+// 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}
+