1
0
Fork 0

dwspec=>raterspec in raterspec packages

master
Mike Gerwitz 2014-05-15 11:53:10 -04:00
parent 385bdbcd4a
commit a581e59768
1 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@
\expandafter\let\expandafter\@@chk\csname classify@#1\endcsname \expandafter\let\expandafter\@@chk\csname classify@#1\endcsname
\ifx\@@chk\relax \ifx\@@chk\relax
% no known custom type (may be a normal ref) % no known custom type (may be a normal ref)
\PackageWarning{dwspec}{unknown magic ref `#1'}% \PackageWarning{raterspec}{unknown magic ref `#1'}%
\else \else
\classifyref{#1}% \classifyref{#1}%
\fi \fi
@ -281,7 +281,7 @@
\def\@class@desc#1{{% \def\@class@desc#1{{%
\expandafter\let\expandafter\@@chk\csname classify@#1\endcsname \expandafter\let\expandafter\@@chk\csname classify@#1\endcsname
\ifx\@@chk\relax \ifx\@@chk\relax
\PackageWarning{dwspec}{unknown classification `#1'}% \PackageWarning{raterspec}{unknown classification `#1'}%
\else \else
\@@chk \@@chk
\fi \fi
@ -294,7 +294,7 @@
% fail if neither exists % fail if neither exists
\ifx\@@pchk\relax \ifx\@@pchk\relax
\ifx\@@cchk\relax \ifx\@@cchk\relax
\PackageWarning{dwspec}{unknown identifier for classification match: #1} \PackageWarning{raterspec}{unknown identifier for classification match: #1}
\else \else
% output % output
\@@cchk \@@cchk