diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-22 14:38:38 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-22 14:38:38 +0000 |
commit | 2d1a9136a0e8dd4e108a53dbb1289307576b5f74 (patch) | |
tree | a2656f06d55d7dcabfec242695243e82d871a80e /Master/texmf-dist/tex/latex/tablor | |
parent | 0f6fb4ff5e6af4bd30a78ce6deac7c51dd66ac78 (diff) |
tablor v2.07
git-svn-id: svn://tug.org/texlive/trunk@8289 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tablor')
-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 paramtres du package tablor.sty % au poste de travail et aux habitudes des utilisateurs. -% Dclaration du systme d'exploitation : +%======================================== +% I - Configuration du prambule 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 - Dclaration du systme d'exploitation : % ===================================== % Si vous utilisez windows, d-commentez la ligne suivante : @@ -14,8 +35,8 @@ % \setboolean{windows}{true} - -% Dclaration de l'diteur utilis +%================================= +% III - Dclaration 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 crer des tableaux de signes et variations] - +\ProvidesPackage{tablor}[18/05/2008 v2.07 la machine crer 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'entte 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 -% -%%%%%% - - - - - - - - - - - - %% Cre 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 extrieur 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 |