diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/fixme/NEWS | 17 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fixme/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fixme/THANKS | 16 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fixme/fixme.pdf | bin | 384365 -> 382748 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fixme/header.inc | 4 |
5 files changed, 30 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/fixme/NEWS b/Master/texmf-dist/doc/latex/fixme/NEWS index b0c4a334d26..44e92552300 100644 --- a/Master/texmf-dist/doc/latex/fixme/NEWS +++ b/Master/texmf-dist/doc/latex/fixme/NEWS @@ -1,7 +1,9 @@ WHAT'S NEW IN FIXME -Copyright (C) 1998-2002, 2004-2007, 2009, 2013 Didier Verna +Copyright (C) 1998-2002, 2004-2007, 2009, 2013, 2017 Didier Verna + +Author: Didier Verna <didier@didierverna.net> This file is part of FiXme. @@ -15,6 +17,19 @@ version 1999/06/01 or later. FiXme consists of the files listed in the file `README'. + +* Version 4.3 +** Add a paragraph about the duplication of notes in captions +upon exchange with Kreuvf. +** Update support for the KOMA-Script classes to the tocbasic interface +reported by Dirk Surmann. +** Separate inline notes from the text they follow +suggested by Victor Porton. +** Fix potential inline layouts color leakage +reported by Victor Porton. +** Fix several bracket parsing problems +thanks to Joseph Wright and Lars Madsen. + * Version 4.2 ** Improve Danish translation thanks to Lars Madsen. diff --git a/Master/texmf-dist/doc/latex/fixme/README b/Master/texmf-dist/doc/latex/fixme/README index 9643e7cdc3a..e1cfa1abb9b 100644 --- a/Master/texmf-dist/doc/latex/fixme/README +++ b/Master/texmf-dist/doc/latex/fixme/README @@ -1,7 +1,9 @@ ABOUT FIXME -Copyright (C) 1998-2002, 2004-2007, 2009, 2013 Didier Verna +Copyright (C) 1998-2002, 2004-2007, 2009, 2013, 2017 Didier Verna + +Author: Didier Verna <didier@didierverna.net> This file is part of FiXme. diff --git a/Master/texmf-dist/doc/latex/fixme/THANKS b/Master/texmf-dist/doc/latex/fixme/THANKS index 7ef1a57ee60..4692e6f5c26 100644 --- a/Master/texmf-dist/doc/latex/fixme/THANKS +++ b/Master/texmf-dist/doc/latex/fixme/THANKS @@ -1,7 +1,9 @@ THANK YOU! -Copyright (C) 2007, 2009, 2013 Didier Verna +Copyright (C) 2007, 2009, 2013, 2017 Didier Verna + +Author: Didier Verna <didier@didierverna.net> This file is part of FiXme. @@ -21,12 +23,12 @@ FiXme consists of the files listed in the file `README'. ** The following persons have contributed code, bug reports, localization, ** suggestions etc.: -Norman Gray, Sébastien Mengin, Michael Kubovy, Mark Edgington, Rasmus -Villemoes, Philipp Stephani, Will Robertson, Jochen Wuttke, Jens Remus, Brian -van den Broek, Lars Madsen, Stefan Mann, Marcel Maretic, Claude Lacoursière, -Arnold Beckmann, Akim Demaille, Kim Rud Bille, Knut Lickert, Kasper B. -Graversen, Augustín Martín, Ulf Jaenicke-Roessler, Riccardo Murri, Harald -Harders. +Kreuvf, Dirk Surmann, Victor Porton, Joseph Wright, Lars Madsen, Norman Gray, +Sébastien Mengin, Michael Kubovy, Mark Edgington, Rasmus Villemoes, Philipp +Stephani, Will Robertson, Jochen Wuttke, Jens Remus, Brian van den Broek, +Stefan Mann, Marcel Maretic, Claude Lacoursière, Arnold Beckmann, Akim +Demaille, Kim Rud Bille, Knut Lickert, Kasper B. Graversen, Augustín Martín, +Ulf Jaenicke-Roessler, Riccardo Murri, Harald Harders. diff --git a/Master/texmf-dist/doc/latex/fixme/fixme.pdf b/Master/texmf-dist/doc/latex/fixme/fixme.pdf Binary files differindex 1eec9e59405..f3c2c7a16f0 100644 --- a/Master/texmf-dist/doc/latex/fixme/fixme.pdf +++ b/Master/texmf-dist/doc/latex/fixme/fixme.pdf diff --git a/Master/texmf-dist/doc/latex/fixme/header.inc b/Master/texmf-dist/doc/latex/fixme/header.inc index 003175f335c..db6c150cbfd 100644 --- a/Master/texmf-dist/doc/latex/fixme/header.inc +++ b/Master/texmf-dist/doc/latex/fixme/header.inc @@ -8,7 +8,7 @@ %% -%% Copyright (C) 1998-2002, 2004-2007, 2009, 2013 Didier Verna +%% Copyright (C) 1998-2002, 2004-2007, 2009, 2013, 2017 Didier Verna %% This file is part of FiXme. @@ -37,7 +37,7 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\ProvidesPackage{fixme}[2013/01/28 v4.2 Collaborative annotations for LaTeX2e] +\ProvidesPackage{fixme}[2017/01/18 v4.3 Collaborative annotations for LaTeX2e] \newcommand\fixmelogo{\textsf{FiXme}} |