From 7edde448c95089b13dddb78516c93cadcabd7b43 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 17 Apr 2011 00:43:55 +0000 Subject: xlop (16apr11) git-svn-id: svn://tug.org/texlive/trunk@22096 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/generic/xlop/LISEZ.MOI | 4 ++ Master/texmf-dist/doc/generic/xlop/READ.ME | 51 ------------------ Master/texmf-dist/doc/generic/xlop/README | 55 ++++++++++++++++++++ Master/texmf-dist/doc/generic/xlop/history.txt | 60 ---------------------- Master/texmf-dist/doc/generic/xlop/xlop-doc-fr.tex | 2 +- Master/texmf-dist/doc/generic/xlop/xlop-doc.tex | 6 +-- 6 files changed, 63 insertions(+), 115 deletions(-) delete mode 100644 Master/texmf-dist/doc/generic/xlop/READ.ME create mode 100644 Master/texmf-dist/doc/generic/xlop/README delete mode 100644 Master/texmf-dist/doc/generic/xlop/history.txt (limited to 'Master/texmf-dist/doc/generic/xlop') diff --git a/Master/texmf-dist/doc/generic/xlop/LISEZ.MOI b/Master/texmf-dist/doc/generic/xlop/LISEZ.MOI index ae96e144eac..8aa6c6b3c10 100644 --- a/Master/texmf-dist/doc/generic/xlop/LISEZ.MOI +++ b/Master/texmf-dist/doc/generic/xlop/LISEZ.MOI @@ -13,6 +13,10 @@ carr DISTRIBUTION ------------ +Licence +------- +Tous les fichiers sources sont sous licence lppl + Contenu ------- La distribution comporte les fichiers suivants : diff --git a/Master/texmf-dist/doc/generic/xlop/READ.ME b/Master/texmf-dist/doc/generic/xlop/READ.ME deleted file mode 100644 index 83b40a26c55..00000000000 --- a/Master/texmf-dist/doc/generic/xlop/READ.ME +++ /dev/null @@ -1,51 +0,0 @@ -OVERVIEW --------- -Package xlop proposes two main features. First, xlop prints -operations (displayed or running), that is, user write only -operands. Second, xlop is able to deal with unlimited numbers, in -fact, limitations are due to TeX memory. This features include -basic arithmetic operations, input/ouput, numeric variables, tests, -and some high level operation (without operations which imply infinite -processing such roots, exponential, trigonometric functions, etc.). - -DISTRIBUTION ------------- -Contents --------- -Distribution consists of files: - * README (the file you are reading) - * LISEZ.MOI (same in french) - * XLOP03 indicates what features the next version should be provide - * history.txt relates project history - * manual.sty package file to compile fr-user.tex - * fr-user.tex xlop user's manual input file - * fr-user.pdf xlop user's manual - * xlop.tex xlop code - * xlop.sty allow the use of xlop as LaTeX package - -Installation ------------- -xlop can be used under TeX or LaTeX. Thus, TDS recommendations are -that the best place to put the file xlop.tex is - [texmf]/tex/generic/xlop/ -and that the best place to put xlop xlop.sty is - [texmf]/tex/latex/xlop/ - -For documentation files (README, history.txt, manual.sty, and -fr-user.*), best place should be [texmf]/doc/generic/xlop/. - -You have just to run texhash command (or mktexlsr, or ...) to refresh -your texmf base and all should work fine. - -BUGS AND TROUBLES ------------------------------ -If you detect some bug, whatever its seriousness (that could be just -spurious spaces), try to illustre this error with an example as short -as possible. Particularly, don't use unecessary package. Sent your -code with a short explanation at: - -Jean-Come.Charpentier@wanadoo.fr - -If you wish for some feature in a future version, ask to the author. -To help my antispam soft, could you please write 'xlop' in the message -subject? diff --git a/Master/texmf-dist/doc/generic/xlop/README b/Master/texmf-dist/doc/generic/xlop/README new file mode 100644 index 00000000000..888cc82ec21 --- /dev/null +++ b/Master/texmf-dist/doc/generic/xlop/README @@ -0,0 +1,55 @@ +OVERVIEW +-------- +Package xlop proposes two main features. First, xlop prints +operations (displayed or running), that is, user write only +operands. Second, xlop is able to deal with unlimited numbers, in +fact, limitations are due to TeX memory. This features include +basic arithmetic operations, input/ouput, numeric variables, tests, +and some high level operation (without operations which imply infinite +processing such roots, exponential, trigonometric functions, etc.). + +DISTRIBUTION +------------ +License +------- +All the source files have the license type lppl + +Contents +-------- +Distribution consists of files: + * README (the file you are reading) + * LISEZ.MOI (same in french) + * XLOP03 indicates what features the next version should be provide + * history.txt relates project history + * manual.sty package file to compile fr-user.tex + * fr-user.tex xlop user's manual input file + * fr-user.pdf xlop user's manual + * xlop.tex xlop code + * xlop.sty allow the use of xlop as LaTeX package + +Installation +------------ +xlop can be used under TeX or LaTeX. Thus, TDS recommendations are +that the best place to put the file xlop.tex is + [texmf]/tex/generic/xlop/ +and that the best place to put xlop xlop.sty is + [texmf]/tex/latex/xlop/ + +For documentation files (README, history.txt, manual.sty, and +fr-user.*), best place should be [texmf]/doc/generic/xlop/. + +You have just to run texhash command (or mktexlsr, or ...) to refresh +your texmf base and all should work fine. + +BUGS AND TROUBLES +----------------------------- +If you detect some bug, whatever its seriousness (that could be just +spurious spaces), try to illustre this error with an example as short +as possible. Particularly, don't use unecessary package. Sent your +code with a short explanation at: + +Jean-Come.Charpentier@wanadoo.fr + +If you wish for some feature in a future version, ask to the author. +To help my antispam soft, could you please write 'xlop' in the message +subject? diff --git a/Master/texmf-dist/doc/generic/xlop/history.txt b/Master/texmf-dist/doc/generic/xlop/history.txt deleted file mode 100644 index 19a54ce28b9..00000000000 --- a/Master/texmf-dist/doc/generic/xlop/history.txt +++ /dev/null @@ -1,60 +0,0 @@ -10 janvier 2004 version 0.01-beta01 ---------------- - Division posée. - -28 janvier 2004 version 0.01-beta02 ---------------- - Quatre opérations posées et en ligne. - -5 février 2004 version 0.01-beta03 --------------- - Ajout de la division euclidienne. - -3 mars 2004 version 0.01-beta04 ------------ - Ajout de plein de détails de présentations. - Changement complet de certains algorithmes et du codage interne des - nombres développés. - Manuel de l'utilisateur. - Première version envoyée aux beta-testeurs. Un grand merci à : - Pascal Chantriaux - Marc Chaudemanche - Olivier Deutsch - Paul Gaborit - Martine Gautier - Yvon Henel - Christophe Jorssen - Ahmed Kadi - Josselin Noirel - Olivier Viennet - Damien Wyard - -26 mai 2004 version 0.1 ------------ - Refonte complète du code - Ajout de certains détails de présentation. - syntaxe "à la keyval" des paramètres ; - correction de bogues de la version 0.01-beta04 ; - manipulations de chiffres ; - \opexpr ; - changement de codage des noms de nombre. - Première version publique. - -25 juin 2004 version 0.2 ------------- - Correction de bogues - Style pour le séparateur décimal - -6 avril 2005 version 0.21 ------------- - Correction d'un bogue sur la division - -4 janvier 2006 version 0.22 --------------- - Correction d'un bogue sur l'affichage de la multiplication posée - -16 décembre 2010 version 0.23 ---------------- - Correction d'un bogue sur la division - Ajout de \opexport - Manuel en anglais diff --git a/Master/texmf-dist/doc/generic/xlop/xlop-doc-fr.tex b/Master/texmf-dist/doc/generic/xlop/xlop-doc-fr.tex index 4dfffa85b5e..301c333b3a1 100644 --- a/Master/texmf-dist/doc/generic/xlop/xlop-doc-fr.tex +++ b/Master/texmf-dist/doc/generic/xlop/xlop-doc-fr.tex @@ -2355,7 +2355,7 @@ page~\pageref{macro-opexport}. \chapter{Versions futures} \label{chap:Versions futures} -L'extension \package{xlop} en est à sa version~0.23 qui n'est qu'une +L'extension \package{xlop} en est à sa version~0.24 qui n'est qu'une version déboguée de la version~0.2 qui est elle même essentiellement une version corrigée de la version~0.1 (première version publique). La prochaine version sera la~0.3 dont la version diff --git a/Master/texmf-dist/doc/generic/xlop/xlop-doc.tex b/Master/texmf-dist/doc/generic/xlop/xlop-doc.tex index 17ec50a0516..68dbdd3b871 100644 --- a/Master/texmf-dist/doc/generic/xlop/xlop-doc.tex +++ b/Master/texmf-dist/doc/generic/xlop/xlop-doc.tex @@ -759,7 +759,7 @@ The \package{xlop} package deals with ``normal'' division via macro. Division is a very complex operation so it is not strange that there are many parameters to control it. -Pay attention that the \package{xlop} package v. 0.23 is unable to +Pay attention that the \package{xlop} package v. 0.24 is unable to deal with ``english'' division. In this package version, the division is the ``french'' one, which is more or less used as it in some other countries. The \package{xlop} package v. 0.3 will allow ``enlish'' @@ -1886,7 +1886,7 @@ In this table, parameters: Indicates the displayed operation behavior depending of contry. Package \package{xlop} put forward only \verb+french+, \verb+american+, and \verb+russian+ but these different ways to - display operations aren't encoded in version 0.23. \\\hline + display operations aren't encoded in version 0.24. \\\hline \verb+operandstyle+ & & Style for operands. \\\hline @@ -2215,7 +2215,7 @@ braces. In this case, the simplest is to use \macro{opexport} macro \chapter{Future Versions} \label{chap:Versions futures} -Version of \package{xlop} package is~0.23 which is only a debuging +Version of \package{xlop} package is~0.24 which is only a debuging version of version~0.2, which is itself a correcting version of version~0.1 (first public release). The next release will be version~0.3 and its ``stable'' version will be version~0.4. -- cgit v1.2.3