summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fixme/themes/fxthemecolorsig.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/fixme/themes/fxthemecolorsig.sty')
-rw-r--r--Master/texmf-dist/tex/latex/fixme/themes/fxthemecolorsig.sty37
1 files changed, 14 insertions, 23 deletions
diff --git a/Master/texmf-dist/tex/latex/fixme/themes/fxthemecolorsig.sty b/Master/texmf-dist/tex/latex/fixme/themes/fxthemecolorsig.sty
index ec082ee94f8..8fa7259385b 100644
--- a/Master/texmf-dist/tex/latex/fixme/themes/fxthemecolorsig.sty
+++ b/Master/texmf-dist/tex/latex/fixme/themes/fxthemecolorsig.sty
@@ -12,13 +12,11 @@
%% 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 may be distributed and/or modified under the conditions of the LaTeX
+%% Project Public License, either version 1.3 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.3 or later is part of all
+%% distributions of LaTeX version 2005/12/01 or later.
%% FiXme consists of the files listed in the file `README'.
@@ -38,6 +36,7 @@
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
\NeedsTeXFormat{LaTeX2e}
+\NeedsTeXFormat{LaTeX2e}
\FXProvidesTheme{colorsig}
\RequirePackage{color}
@@ -47,27 +46,20 @@
\fxsetface{inline}{}
-\renewcommand*\FXLayoutFootnote[3]{%
- \@fxdosig{#3}%
- \footnote{\color{fx#1}#2\@fxsignature}}
+\renewcommand*\FXLayoutFootnote[3]{\footnote{\color{fx#1}#2\@fxsignature{#3}}}
\renewcommand*\FXLayoutMargin[3]{%
- \@fxdosig{#3}%
- \marginpar[%
- {\raggedleft\@fxuseface{margin}\color{fx#1}#2\@fxsignature}]{%
- \raggedright\@fxuseface{margin}\color{fx#1}#2\@fxsignature}}
+ \marginpar[{\raggedleft\@fxuseface{margin}\color{fx#1}#2\@fxsignature{#3}}]{%
+ \raggedright\@fxuseface{margin}\color{fx#1}#2\@fxsignature{#3}}}
\renewcommand*\FXLayoutMarginClue[3]{%
- \@fxdosig{#3}%
- \marginpar[{\raggedleft\@fxuseface{margin}\color{fx#1}!\@fxsignature}]{%
- \raggedright\@fxuseface{margin}\color{fx#1}!\@fxsignature}}
+ \marginpar[{\raggedleft\@fxuseface{margin}\color{fx#1}!\@fxsignature{#3}}]{%
+ \raggedright\@fxuseface{margin}\color{fx#1}!\@fxsignature{#3}}}
\renewcommand*\FXLayoutInline[3]{%
- \@fxdosig{#3}%
- { \textcolor{fx#1}{\@fxuseface{inline}#2\@fxsignature}}}
+ { \textcolor{fx#1}{\@fxuseface{inline}#2\@fxsignature{#3}}}}
\renewcommand*\FXLayoutIndex[3]{%
- \@fxdosig{#3}%
\iffx@mode@multiuser%
\index{***@\fixmeindexname:%
!\@nameuse{@fx#1key}@\fxnotesname{#1}:%
- !{\color{fx#1}\@nameuse{thefx#1count}: #2\@fxsignature}}%
+ !{\color{fx#1}\@nameuse{thefx#1count}: #2\@fxsignature{#3}}}%
\index{***#3@\fixmeindexname{} (#3):%
!\@nameuse{@fx#1key}@\fxnotesname{#1}:%
!{\color{fx#1}\@nameuse{thefx#1count}: #2}}%
@@ -78,8 +70,7 @@
\fi}
\renewcommand*\FXLayoutContentsLine[3]{%
\iffx@mode@multiuser%
- \@fxdosig{#3}%
- \fxaddcontentsline{\color{fx#1}#2\@fxsignature}%
+ \fxaddcontentsline{\color{fx#1}#2\@fxsignature{#3}}%
\else%
\fxaddcontentsline{\color{fx#1}#2}%
\fi}