diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-30 00:00:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-30 00:00:51 +0000 |
commit | 4f1e4622fcc9f99d7118e6a7874335e43fd49bbf (patch) | |
tree | da4150e4909fd9449b24a86fbd4932e6aa1bfac1 /Master/texmf-dist/doc/latex/tablor/tablor.tex | |
parent | 88aaae112359ca4f507c6092f3c2c84435812ef8 (diff) |
tablor 4.05-b (28sep09)
git-svn-id: svn://tug.org/texlive/trunk@15562 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tablor/tablor.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tablor/tablor.tex | 39 |
1 files changed, 22 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/tablor/tablor.tex b/Master/texmf-dist/doc/latex/tablor/tablor.tex index d064952711a..5da9470691e 100644 --- a/Master/texmf-dist/doc/latex/tablor/tablor.tex +++ b/Master/texmf-dist/doc/latex/tablor/tablor.tex @@ -19,7 +19,7 @@ \usepackage{luximono} %\usepackage[upright]{fourier} -\usepackage{tablor} +\usepackage[xcas]{tablor} \usepackage{listings,keystroke} \usepackage{graphicx,bclogo,amssymb,amsbsy,amsfonts,amstext,amscd,amsopn,amsxtra} @@ -85,7 +85,7 @@ keywordstyle =\color{0.2white}\usefont{OT1}{cmtt}{b}{n},basicstyle=\ttfamily,com \subsubsectionfont{\color{0.6white}} \renewcommand\thesubsubsection{\roman{subsection}. } - +\graphicspath{{./figures/}} @@ -97,7 +97,7 @@ keywordstyle =\color{0.2white}\usefont{OT1}{cmtt}{b}{n},basicstyle=\ttfamily,com avec l'efficace participation de Jean-Michel \textsc{Boucart}\\ Forum d'aide ~:~\href{http://gconnan.free.fr/punbb/upload/index.php}{http://gconnan.free.fr/punbb/upload/index.php}} -\date{23 août 2009 - Version 4.05} +\date{28 septembre 2009 - Version 4.05-b} @@ -195,6 +195,11 @@ Bug dans TVc (version 4.04-h) Nouvel environnement TVS pour des tableaux de variations de fonctions dont on ne connait qu'une liste d'images (version 4.05). + +Petites modifs dans le code pour s'adapter aux nouvelles versions de +MetaPOST et pour contrer certains bugs dus à certaines configurations +personnelles de xcas (4.05-b). + \subsection{Professor.sty} @@ -691,7 +696,7 @@ Voir aussi le paragraphe~\ref{modif}; Les fichiers \texttt{MetaPOST} des tableaux sont regroupés dans un fichier de suffixe -\texttt{.Tab.mp}. Le préfixe est par défaut celui du fichier \texttt{tex} appelant +\texttt{\_Tab.mp}. Le préfixe est par défaut celui du fichier \texttt{tex} appelant \texttt{tablor}. Il est possible, pour des raisons de classement personnel, de modifier ce préfixe à la suite du \verb+\begin{document}+ en entrant~: @@ -705,12 +710,12 @@ si l'on veut avoir comme préfixe le préfixe courant (obtenu par \verb+\jobname+) \initablor[Waouh] \end{lstlisting} -si l'on veut que le fichier \texttt{MetaPOST} des tableaux s'appelle \verb+Waouh.Tab.mp+ +si l'on veut que le fichier \texttt{MetaPOST} des tableaux s'appelle \verb+Waouh\_Tab.mp+ \medskip Si tout s'est bien passé, on doit supprimer les fichiers \texttt{log} de \texttt{MetaPOST} et clore le -fichier \texttt{.Tab.mp} en entrant juste avant \verb+\end{document}+ la commande~: +fichier \texttt{\_Tab.mp} en entrant juste avant \verb+\end{document}+ la commande~: \begin{lstlisting} \nettoyer @@ -1673,7 +1678,7 @@ vous changez le numéro de la figure. \subsection{Traitement global dans un unique fichier MetaPOST}\label{global} -Un fichier \texttt{préfixe.Tab.mp} est créé où sont copiés les sources de chaque tableau. Vous pouvez +Un fichier \texttt{préfixe\_Tab.mp} est créé où sont copiés les sources de chaque tableau. Vous pouvez ainsi retravailler globalement sur les tableaux si besoin ou les transmettre à une personne n'ayant pas installé \texttt{XCAS}. Voir le paragraphe~\ref{prefix} pour plus de détails. @@ -2140,17 +2145,17 @@ TVP([0,2*pi],[[],[]],["x","y"],"t",[t-2*sin(t),-1+2*cos(t)],1,t,\tv) \end{TS} \end{center} -\begin{lstlisting} -\begin{TVIapp} -TVIapp([-1,+infinity],[-1,0],"g'","x",diff(ln(x+1)/x^2,x),1,0,\tv) -\end{TVIapp} -\end{lstlisting} +% \begin{lstlisting} +% \begin{TVIapp} +% TVIapp([-1,+infinity],[-1,0],"g'","x",diff(ln(x+1)/x^2,x),1,0,\tv) +% \end{TVIapp} +% \end{lstlisting} -\begin{center} -\begin{TVIapp} -TVIapp([-1,+infinity],[-1,0],"g'","x",diff(ln(x+1)/x^2,x),1,0,\tv) -\end{TVIapp} -\end{center} +% \begin{center} +% \begin{TVIapp} +% TVIapp([-1,+infinity],[-1,0],"g'","x",diff(ln(x+1)/x^2,x),1,0,\tv) +% \end{TVIapp} +% \end{center} |