diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-17 00:43:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-17 00:43:55 +0000 |
commit | 7edde448c95089b13dddb78516c93cadcabd7b43 (patch) | |
tree | c0e76ed03e4469f08ca9845257c1e891651ffc2c /Master/texmf-dist/doc/generic/xlop/README | |
parent | 3bbdf087e56eebafc9a0f30d12afb24f612ab775 (diff) |
xlop (16apr11)
git-svn-id: svn://tug.org/texlive/trunk@22096 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/xlop/README')
-rw-r--r-- | Master/texmf-dist/doc/generic/xlop/README | 55 |
1 files changed, 55 insertions, 0 deletions
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? |