diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/tablor/tablor.cfg | 29 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tablor/tablor.sty | 59 |
2 files changed, 36 insertions, 52 deletions
diff --git a/Master/texmf-dist/tex/latex/tablor/tablor.cfg b/Master/texmf-dist/tex/latex/tablor/tablor.cfg index ddb9ea4080c..b48574d2385 100644 --- a/Master/texmf-dist/tex/latex/tablor/tablor.cfg +++ b/Master/texmf-dist/tex/latex/tablor/tablor.cfg @@ -2,11 +2,32 @@ % 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. -% Déclaration du système d'exploitation : +%======================================== +% 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 : @@ -14,8 +35,8 @@ % \setboolean{windows}{true} - -% Déclaration de l'éditeur utilisé +%================================= +% III - Déclaration de l'éditeur utilisé % ================================ % % Remplacez "kile" par la commande qui lance votre éditeur favori. @@ -23,3 +44,5 @@ \newcommand{\editeur}{kile } + + diff --git a/Master/texmf-dist/tex/latex/tablor/tablor.sty b/Master/texmf-dist/tex/latex/tablor/tablor.sty index d7c23524036..8a607fa7279 100644 --- a/Master/texmf-dist/tex/latex/tablor/tablor.sty +++ b/Master/texmf-dist/tex/latex/tablor/tablor.sty @@ -1,6 +1,5 @@ \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{tablor}[16/05/2008 v2.06 la machine à créer des tableaux de signes et variations] - +\ProvidesPackage{tablor}[18/05/2008 v2.07 la machine à créer des tableaux de signes et variations] % \copyleft Connan le Barbare (aka Guillaume Connan) \copyright % This work may be distributed and/or mofified under the conditions @@ -11,52 +10,6 @@ % tablor.pdf and tablor.html - - - -%%%%% -% -% enteteMP.cfg : configuration de l'entête MetaPOST -% à modifier si besoin -% -%%%%% - -\RequirePackage{filecontents} - - - -\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*} - - - -%%%%% -% -% FIN de enteteMP.cfg -% -%%%%%% - - - - - - - - - - - - %% Crée 16 environnements : %% tableau de signes de 2 facteurs affines % \begin{TSa} @@ -118,6 +71,7 @@ etex %% ne l'avez pas de base +\RequirePackage{filecontents} \RequirePackage{ifthen} \RequirePackage{fancyvrb} \RequirePackage{ifpdf} @@ -144,12 +98,19 @@ etex \DeclareOption{xcas}{\setboolean{xcas}{true}} +\ProcessOptions\relax + + + %% on configure tablor dans un fichier extérieur pour la plateforme %% et l'éditeur \IfFileExists{tablor.cfg}{\input{tablor.cfg}}%\typeout{pas de fichier tablor.cfg}} -\ProcessOptions\relax + + + + %% pour ceux compilant via pdflatex |