Migrating from old repo

https://repository.cs.ru.is/svn/foley-publish/
This commit is contained in:
2022-09-14 13:37:23 +00:00
commit 5502f423db
49 changed files with 11266 additions and 0 deletions

73
etoolbox/etoolbox.def Normal file
View File

@@ -0,0 +1,73 @@
% $Id: etoolbox.def,v 2.1 2011/01/03 19:14:10 lehman stable $
\ProvidesFile{etoolbox.def}
[\csname etb@rcsid\endcsname $Id: etoolbox.def,v 2.1 2011/01/03 19:14:10 lehman stable $
etoolbox debug messages]
\begingroup
\makeatletter
\@makeother\+
\@makeother\-
\@makeother\=
\@makeother\>
\long\gdef\etb@dbg@trce#1{\typeout{%
[debug] tracing \string#1\on@line}}%
\long\gdef\etb@dbg@init#1{\typeout{%
[debug] analyzing '\detokenize\expandafter{\string#1}'}}%
\gdef\etb@dbg@info#1{\typeout{%
[debug] ++ \csuse{etb@msg@i@#1}}}%
\gdef\etb@dbg@succ#1{\typeout{%
[debug] == \csuse{etb@msg@s@#1}}}%
\gdef\etb@dbg@fail#1{\typeout{%
[debug] -- \csuse{etb@msg@f@#1}}}%
\gdef\etb@msg@ex{^^J[debug] -> }%
\gdef\etb@msg@br{^^J[debug]\@spaces}
\gdef\etb@msg@i@def{%
control sequence is defined}
\gdef\etb@msg@i@mac{%
control sequence is a macro}
\gdef\etb@msg@i@prm{%
control sequence is a macro with parameters}
\gdef\etb@msg@i@prl{%
control sequence is a macro without parameters}
\xdef\etb@msg@i@pro{%
control sequence is a \string\protected\space macro}
\gdef\etb@msg@i@tok{%
macro can be retokenized cleanly}
\gdef\etb@msg@i@pat{%
search pattern found in replacement text}
\gdef\etb@msg@i@pos{%
patching possible}
\gdef\etb@msg@s@red{%
redefining macro now}
\gdef\etb@msg@s@ret{%
retokenizing macro now}
\xdef\etb@msg@f@def{%
control sequence is undefined or \string\relax}
\gdef\etb@msg@f@mac{%
control sequence is not a macro}
\xdef\etb@msg@f@tok{%
macro cannot be retokenized cleanly\noexpand\etb@msg@ex
the macro may have been defined under a category\noexpand\etb@msg@br
code regime different from the current one\noexpand\etb@msg@ex
the replacement text may contain special control\noexpand\etb@msg@br
sequence tokens formed with
\string\csname...\string\endcsname;\noexpand\etb@msg@ex
the replacement text may contain carriage return,\noexpand\etb@msg@br
newline, or similar characters}
\xdef\etb@msg@f@hsh{%
nested patching command and parameters in patch\noexpand\etb@msg@ex
the patching command seems to be nested in the\noexpand\etb@msg@br
argument to some other command\noexpand\etb@msg@ex
the patch text seems to contain \string# characters\noexpand\etb@msg@ex
either avoid nesting or use \string# characters with\noexpand\etb@msg@br
category code 12 in the patch text\noexpand\etb@msg@ex
simply doubling the \string# characters will not work}
\gdef\etb@msg@f@pat{%
search pattern not found in replacement text}
\endgroup
\endinput