summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fixme
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-07-22 22:50:45 +0000
committerKarl Berry <karl@freefriends.org>2009-07-22 22:50:45 +0000
commit9a1f3785f5dc25d50ffdd01c489c9371b4f896c3 (patch)
tree7a7df5084e163eab73c7f21bbbef51a2330471e5 /Master/texmf-dist/tex/latex/fixme
parent59791193fe9827730150df0600e00156c8a66711 (diff)
fixme 3.4 (22jul09)
git-svn-id: svn://tug.org/texlive/trunk@14375 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fixme')
-rw-r--r--Master/texmf-dist/tex/latex/fixme/fixme.sty22
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/fixme/fixme.sty b/Master/texmf-dist/tex/latex/fixme/fixme.sty
index d09fd50b00c..3b1f4677662 100644
--- a/Master/texmf-dist/tex/latex/fixme/fixme.sty
+++ b/Master/texmf-dist/tex/latex/fixme/fixme.sty
@@ -9,8 +9,7 @@
%% Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006 Didier Verna
-
-%% Copyright (C) 2007 Didier Verna
+%% Copyright (C) 2007, 2009 Didier Verna
%% This file is part of FiXme.
@@ -40,7 +39,7 @@
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fixme}[2007/11/28 v3.3
+\ProvidesPackage{fixme}[2009/07/16 v3.4
Insert fixme notes in your documents]
\RequirePackage{ifthen}
@@ -52,10 +51,11 @@ Insert fixme notes in your documents]
\newcommand\listoffixmes{}
\def\listoffixmes@final{}
\def\listoffixmes@draft{%
- \IfFileExists{\jobname .lox}{\@listoffixmes@pretoc}{}%
- \@starttoc{lox}%
- \IfFileExists{\jobname .lox}{\@listoffixmes@posttoc}{}%
- }
+ \IfFileExists{\jobname .lox}{%
+ \@listoffixmes@pretoc%
+ \@starttoc{lox}%
+ \@listoffixmes@posttoc}{%
+ \@starttoc{lox}}}
\def\listoffixmes@draft@ams{\@starttoc{lox}\listfixmename}
@@ -310,13 +310,13 @@ Type X to quit, fix your document, and rerun LaTeX.}%
\fi}%
\@@fixme{#1}{#3}%
\egroup}
-\newcommand\fxnote{\@ifnextchar[%]
+\DeclareRobustCommand\fxnote{\@ifnextchar[%]
{\@fixme{note}}{\@@fixme{note}}}
-\newcommand\fxwarning{\@ifnextchar[%]
+\DeclareRobustCommand\fxwarning{\@ifnextchar[%]
{\@fixme{warning}}{\@@fixme{warning}}}
-\newcommand\fxerror{\@ifnextchar[%]
+\DeclareRobustCommand\fxerror{\@ifnextchar[%]
{\@fixme{error}}{\@@fixme{error}}}
-\newcommand\fixme{\@ifnextchar[%]
+\DeclareRobustCommand\fixme{\@ifnextchar[%]
{\@fixme{fatal}}{\@@fixme{fatal}}}
\newcommand\FXEnvBegin{\begin{quotation}}