diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-28 00:31:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-28 00:31:39 +0000 |
commit | 4990be51499132d2118e1e5c8902806dfe2b26b7 (patch) | |
tree | 93c37e2b60dce8e288de4efa44218580fc37c205 /Master/texmf-dist/doc | |
parent | a71d255dc4a69bebb54dea17ce8e53b28f78fa8e (diff) |
exercise 1.53 (28nov10)
git-svn-id: svn://tug.org/texlive/trunk@20583 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/exercise/README | 179 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/exercise/exercise.pdf | bin | 358466 -> 429558 bytes |
2 files changed, 92 insertions, 87 deletions
diff --git a/Master/texmf-dist/doc/latex/exercise/README b/Master/texmf-dist/doc/latex/exercise/README index 519ed4a504e..7022185393c 100644 --- a/Master/texmf-dist/doc/latex/exercise/README +++ b/Master/texmf-dist/doc/latex/exercise/README @@ -1,87 +1,92 @@ -Typesetting exercises: the exercise package
-===========================================
-
-The package helps to typeset exercises or list of exercises within any
-document.
-
-Exercises, questions, sub-questions are automatically numbered. It is
-possible to put answers in the same document, and display them
-immediately, later in the document or not at all.
-
-The layout of exercise is fully customisable. It is then possible to typeset
-long problems, short exercises, questionnaires, etc.
-
-Usage of the babel package is detected, but not fully supported by now
-(only english and french are implemented). See documentation for more
-information.
-
-Copyright:
-----------
-
-Copyright (C) 2004 by Paul Pichaureau
-
-This program is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public License
-as published by the Free Software Foundation; either version 2
-of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-
-Installation:
--------------
-
-- execute latex on exercise.ins
-
-- execute latex on exercise.dtx
-
-- produce Index and Change History with
-
- makeindex -s gind.ist -o exercise.ind exercise.idx
- makeindex -s gglo.ist -o exercise.gls exercise.glo
-
-- and then execute latex on exercise.dtx (again !)
-
-- copy exercise.sty and exercise.pdf to the correct places in the texmf
-tree. exercise.sty could be put in
-
- $LOCALTEXMF\tex\latex\exercise
-
-exercise.pdf is the documentation of the package: it could take place
-in
-
- $TEXMF\doc\latex\exercise
-
-- run texhash or the corresponding command of your distribution
-
-
-To do:
-------
-
-- Add more languages.
-
-
-Change log:
------------
-- v1.4 2010/08/27 Many bugs corrected
- Exercise selection reviewed
-- v1.31 2009/03/28 Italian support added
-- v1.3 2009/03/26 Spanish support added
- List of exercices support
- Bug corrected
-- v1.2 2006/04/22 A basic exercice selection mechanism added.
-- v1.11 2004/09/08 Corrected a bug preventing the correct
- use of the babel package.
-- v1.1 2004/09/05 Added the \renewcounter command
-- v1 2004/08/19 First release
-
-19 aout 2004
-Paul Pichaureau
-paul.pichaureau@alcandre.net
+Typesetting exercises: the exercise package +=========================================== + +The package helps to typeset exercises or list of exercises within any +document. + +Exercises, questions, sub-questions are automatically numbered. It is +possible to put answers in the same document, and display them +immediately, later in the document or not at all. + +The layout of exercise is fully customisable. It is then possible to typeset +long problems, short exercises, questionnaires, etc. + +Usage of the babel package is detected, but not fully supported by now +(only english and french are implemented). See documentation for more +information. + +Copyright: +---------- + +Copyright (C) 2004 by Paul Pichaureau + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + + +Installation: +------------- + +- execute latex on exercise.ins + +- execute latex on exercise.dtx + +- produce Index and Change History with + + makeindex -s gind.ist -o exercise.ind exercise.idx + makeindex -s gglo.ist -o exercise.gls exercise.glo + +- and then execute latex on exercise.dtx (again !) + +- copy exercise.sty and exercise.pdf to the correct places in the texmf +tree. exercise.sty could be put in + + $LOCALTEXMF\tex\latex\exercise + +exercise.pdf is the documentation of the package: it could take place +in + + $TEXMF\doc\latex\exercise + +- run texhash or the corresponding command of your distribution + + +To do: +------ + +- Add more languages. + + +Change log: +----------- +- v1.53 2010/11/27 Exercise selection now works correctly +- v1.52 2010/10/09 New skip added + German support added (thx to Peter Zimmermann) +- v1.5 2010/10/03 Label and reference now corrects + Dutch support added (thx to Frank Koenders) +- v1.4 2010/08/27 Many bugs corrected + Exercise selection reviewed +- v1.31 2009/03/28 Italian support added +- v1.3 2009/03/26 Spanish support added + List of exercices support + Bug corrected +- v1.2 2006/04/22 A basic exercice selection mechanism added. +- v1.11 2004/09/08 Corrected a bug preventing the correct + use of the babel package. +- v1.1 2004/09/05 Added the \renewcounter command +- v1 2004/08/19 First release + +19 aout 2004 +Paul Pichaureau +paul.pichaureau@alcandre.net diff --git a/Master/texmf-dist/doc/latex/exercise/exercise.pdf b/Master/texmf-dist/doc/latex/exercise/exercise.pdf Binary files differindex 65cca450ae6..8778ebbaed5 100644 --- a/Master/texmf-dist/doc/latex/exercise/exercise.pdf +++ b/Master/texmf-dist/doc/latex/exercise/exercise.pdf |