%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 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]{fourier} % 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} etex \end{filecontents*} % ===================================== % II - Déclaration du système d'exploitation : % ===================================== % Si vous utilisez windows, dé-commentez la ligne suivante : % \setboolean{windows}{true} %================================= % III - Déclaration de l'éditeur utilisé % ================================ % % Remplacez "kile" par la commande qui lance votre éditeur favori. % Laissez une espace avant de fermer l'accolade. \newcommand{\editeur}{kile } %================================= %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}