diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/fixme')
-rw-r--r-- | Master/texmf-dist/doc/latex/fixme/NEWS | 85 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fixme/README | 69 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fixme/fixme.el | 96 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fixme/fixme.pdf | bin | 0 -> 115853 bytes |
4 files changed, 250 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/fixme/NEWS b/Master/texmf-dist/doc/latex/fixme/NEWS new file mode 100644 index 00000000000..119a6907e76 --- /dev/null +++ b/Master/texmf-dist/doc/latex/fixme/NEWS @@ -0,0 +1,85 @@ + + + WHAT'S NEW IN FIXME + + + +*** Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005 Didier Verna + +This file is part of FiXme. + +FiXme may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.1 +of this license or (at your option) any later version. +The latest version of this license is in +http://www.latex-project.org/lppl.txt +and version 1.1 or later is part of all distributions of LaTeX +version 1999/06/01 or later. + +FiXme consists of the files listed in the file `README'. + + +* Version 3.1 +=============== +** Fix bug in environments +reported by Arnold Beckmann: they were visible in final mode. + +* Version 3.0 +============= +** Added fixme environments +providing similar functionalities as already existing macros. +** Added an optional first argument to the note insertion commands +to change the layout locally. +** Fix bug in marginal notes +reported by Akim Demaille: they could mess up the document's layout by +flushing it right. + +* Version 2.2 +============= +** New option "silent" to suppress notes logging. +** Support for Danish +thanks to Kim Rud Bille <krbi01@control.auc.dk>. + +* Version 2.1 +============= +** Use \nobreakspace instead of the tilda character: +this avoids conflicts with Babel and Spanish environments. +** Fix bug in index handling +reported by Knut Lickert: index entries were +unconditionally built. + +* Version 2.0 +============= +** New feature: note levels. +** New feature: note counters, FiXme usage summary. +** Suggestions from Kasper B. Graversen. +** Support for Spanish +thanks to Augustín Martín <agusmba@terra.es>. + +* Version 1.5 +============= +** New `inline' layout option: +puts notes directly in the text. + +* Version 1.4 +============= +** Support for the koma-script classes. +** Fix bug in \listoffixmes +reported by Ulf Jaenicke-Roessler: the command didn't work when called before +the first fixme note. + +* Version 1.3 +============= +** Support for Italian +thanks to Riccardo Murri <murri@phc.unipi.it>. + +* Version 1.2 +============= +** Support for German +thanks to Harald Harders <h.harders@tu-bs.de>. + + + +Local Variables: +mode: outline +End: diff --git a/Master/texmf-dist/doc/latex/fixme/README b/Master/texmf-dist/doc/latex/fixme/README new file mode 100644 index 00000000000..2f8f8cac1a4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/fixme/README @@ -0,0 +1,69 @@ + This is the README file for FiXme, + a LaTeX2e package for putting fixme notes + in draft documents + + + +* Copyright +=========== + +Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005 Didier Verna + + +This file is part of FiXme. + +FiXme may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.1 +of this license or (at your option) any later version. +The latest version of this license is in +http://www.latex-project.org/lppl.txt +and version 1.1 or later is part of all distributions of LaTeX +version 1999/06/01 or later. + +FiXme consists of the following files: + +- README (this file) +- NEWS +- fixme.ins +- fixme.dtx +- fixme.el + + +* Description +============= + + This package provides you with a way of inserting fixme notes in your +documents. Such notes can appear inline, as marginal notes, footnotes, index +entries, in the log file and as warnings on stdout. It is also possible to +summarize them in a list. When you switch from draft to final mode, any +remaining fixme note will be logged, but removed from the document's body. +Additionally, critical notes will abort compilation with an informative +message. FiXme also comes with support for AUC-TeX. + + +* Installation +============== + + To install the package, please follow these steps: + +- Run LaTeX on the file `fixme.ins' to create the style file `fixme.sty'. +- Run LaTeX on the file `fixme.dtx' to create the doc file `fixme.dvi'. +- Install these files anywhere you see fit. + + If you're an AUC-TeX user, you can also install the file `fixme.el' in +a suitable AUC-TeX style directory. + + Have fun! + +-- +Didier Verna, didier@lrde.epita.fr, http://www.lrde.epita.fr/~didier + +EPITA / LRDE, 14-16 rue Voltaire Tel.+33 (1) 44 08 01 85 +94276 Le Kremlin-Bicêtre, France Fax.+33 (1) 53 14 59 22 didier@xemacs.org + + + + +Local Variables: +mode: outline +End: diff --git a/Master/texmf-dist/doc/latex/fixme/fixme.el b/Master/texmf-dist/doc/latex/fixme/fixme.el new file mode 100644 index 00000000000..2cacb79c542 --- /dev/null +++ b/Master/texmf-dist/doc/latex/fixme/fixme.el @@ -0,0 +1,96 @@ +;;; fixme.el --- AUC-TeX style file for FiXme + +;; Copyright (C) 2000, 2002, 2004 Didier Verna. + +;; Author: Didier Verna <didier@lrde.epita.fr> +;; Maintainer: Didier Verna <didier@lrde.epita.fr> +;; Created: Tue Apr 18 14:49:29 2000 +;; Last Revision: Tue Oct 19 18:07:27 2004 +;; Keywords: tex abbrev data + +;; This file is part of FiXme. + +;; FiXme may be distributed and/or modified under the +;; conditions of the LaTeX Project Public License, either version 1.1 +;; of this license or (at your option) any later version. +;; The latest version of this license is in +;; http://www.latex-project.org/lppl.txt +;; and version 1.1 or later is part of all distributions of LaTeX +;; version 1999/06/01 or later. + +;; FiXme consists of all files listed in the file `README'. + + +;;; Commentary: + +;; Contents management by FCM version 0.1-b2. + + +;;; Code: + +(TeX-add-style-hook "fixme" + (function + (lambda () + (TeX-add-symbols + '("fixmelogo") + + '("listoffixmes") + '("listfixmename") + + '("FXInline") + '("FXMargin") + '("FXFootnote") + '("FXUser") + '("fixmeindexname") + '("FXIndex") + + '("FXNote") + '("FXWarning") + '("FXError") + '("FXFatal") + + '("fixmenoteprefix") + '("fixmenoteindexname") + '("fixmewarningprefix") + '("fixmewarningindexname") + '("fixmeerrorprefix") + '("fixmeerrorindexname") + '("fixmefatalprefix") + '("fixmefatalindexname") + + '("thefixmecount") + '("thefixmenotecount") + '("thefixmewarningcount") + '("thefixmeerrorcount") + '("thefixmefatalcount") + + '("fxnote" [ "Layout" ] "Note") + '("fxwarning" [ "Layout" ] "Warning") + '("fxerror" [ "Layout" ] "Error") + '("fixme" [ "Layout" ] "FiXme") + + ;; Obsolete stuff: + '("FiXmeInline") + '("FiXmeMargin") + '("FiXmeFootnote") + '("FiXmeIndex") + '("FiXmeInfo") + '("FiXmeWarning") + '("FiXmeUser") + ) + (LaTeX-add-environments + '("anfxnote") + '("anfxwarning") + '("anfxerror") + '("afixme") + ) + ))) + + + + +;;; Local variables: +;;; eval: (put 'TeX-add-style-hook 'lisp-indent-function 1) +;;; End: + +;;; fixme.el ends here diff --git a/Master/texmf-dist/doc/latex/fixme/fixme.pdf b/Master/texmf-dist/doc/latex/fixme/fixme.pdf Binary files differnew file mode 100644 index 00000000000..c779a29927f --- /dev/null +++ b/Master/texmf-dist/doc/latex/fixme/fixme.pdf |