diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/fixme/fixme.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/fixme/fixme.sty | 55 |
1 files changed, 27 insertions, 28 deletions
diff --git a/Master/texmf-dist/tex/latex/fixme/fixme.sty b/Master/texmf-dist/tex/latex/fixme/fixme.sty index b599ed3a753..71e735cc333 100644 --- a/Master/texmf-dist/tex/latex/fixme/fixme.sty +++ b/Master/texmf-dist/tex/latex/fixme/fixme.sty @@ -8,8 +8,7 @@ %% -%% Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006 Didier Verna -%% Copyright (C) 2007, 2009 Didier Verna +%% Copyright (C) 1998-2002, 2004-2007, 2009, 2013 Didier Verna %% This file is part of FiXme. @@ -39,7 +38,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fixme}[2009/09/30 v4.1 Insert fixme notes in your documents] +\ProvidesPackage{fixme}[2013/01/28 v4.2 Collaborative annotations for LaTeX2e] \RequirePackage{ifthen} \RequirePackage{verbatim} @@ -98,8 +97,8 @@ \advance\leftskip \@tempdima \null\nobreak\hskip -\leftskip {#4}\nobreak \leaders\hbox{$\m@th -\mkern \@dotsep mu\hbox{.}\mkern \@dotsep -mu$}\hfill + \mkern \@dotsep mu\hbox{.}\mkern \@dotsep + mu$}\hfill \nobreak #5\par}% \fi} @@ -260,7 +259,7 @@ mu$}\hfill \def\@wrindex#1{% \ifthenelse{\equal{\cmdfx@note@target}{thepage}}{% \protected@write\@indexfile{}{\string\indexentry{#1}{\thepage}}}{% - \protected@write\@indexfile{}{\string\indexentry{#1}{\cmdfx@note@target}}} + \protected@write\@indexfile{}{\string\indexentry{#1}{\cmdfx@note@target}}}% \endgroup \@esphack} \newcommand\@fxnotekey{***a} @@ -426,12 +425,12 @@ mu$}\hfill \ifinner% \ifthenelse{\boolean{fx@layout@margin}}{% \@fxpkginfo{% -inner mode detected;\MessageBreak -turning margin layout form off}}{% + inner mode detected;\MessageBreak + turning margin layout form off}}{% \ifthenelse{\boolean{fx@layout@marginclue}}{% -\@fxpkginfo{% - inner mode detected;\MessageBreak - turning marginclue layout form off}}{}}% + \@fxpkginfo{% + inner mode detected;\MessageBreak + turning marginclue layout form off}}{}}% \expandafter\@fxsetlayoutkeys\expandafter{% \cmdfx@layout@innerlayout,nomargin,nomarginclue}% \fi} @@ -647,8 +646,8 @@ turning margin layout form off}}{% \newcommand\fxdanishwarningsname{Advarsler} \newcommand\fxdanisherrorname{Fejl} \newcommand\fxdanisherrorsname{Fejl} -\newcommand\fxdanishfatalname{D\o delige} -\newcommand\fxdanishfatalsname{Sk\ae bnesvangre fejl} +\newcommand\fxdanishfatalname{Fatal} +\newcommand\fxdanishfatalsname{Fatale fejl} \newcommand\danishlistfixmename{Rettelser} \newcommand\fxcroatiannotename{Poruka} @@ -709,21 +708,21 @@ turning margin layout form off}}{% \let\@lox@prtc\@lox@prtc@book% \let\@lox@psttc\@lox@psttc@book}{% \@ifclassloaded{scrartcl}{% -\let\@lox@prtc\@lox@prtc@scrartcl% -\let\@lox@psttc\@lox@psttc@scrartcl}{% -\@ifclassloaded{scrreprt}{% - \let\@lox@prtc\@lox@prtc@scrreprt% - \let\@lox@psttc\@lox@psttc@scrreprt}{% - \@ifclassloaded{scrbook}{% - \let\@lox@prtc\@lox@prtc@scrbook% - \let\@lox@psttc\@lox@psttc@scrbook}{% - \@ifclassloaded{amsbook}{% - \let\lox@draft\lox@draft@ams}{% - \@ifclassloaded{amsart}{% -\let\lox@draft\lox@draft@ams}{% -%% Use the article layout by default. -\let\@lox@prtc\@lox@prtc@article% -\let\@lox@psttc\@lox@psttc@article}}}}}}}} + \let\@lox@prtc\@lox@prtc@scrartcl% + \let\@lox@psttc\@lox@psttc@scrartcl}{% + \@ifclassloaded{scrreprt}{% + \let\@lox@prtc\@lox@prtc@scrreprt% + \let\@lox@psttc\@lox@psttc@scrreprt}{% + \@ifclassloaded{scrbook}{% + \let\@lox@prtc\@lox@prtc@scrbook% + \let\@lox@psttc\@lox@psttc@scrbook}{% + \@ifclassloaded{amsbook}{% + \let\lox@draft\lox@draft@ams}{% + \@ifclassloaded{amsart}{% + \let\lox@draft\lox@draft@ams}{% + %% Use the article layout by default. + \let\@lox@prtc\@lox@prtc@article% + \let\@lox@psttc\@lox@psttc@article}}}}}}}} \ExecuteOptionsX[fx]<% mode,status,lang,log,note,face,layout,envlayout,targetlayout>{% |