% % $Header: sst.tex,v 1.2 86/09/14 00:19:51 sven Exp $ % % $Log: sst.tex,v $ % Revision 1.2 86/09/14 00:19:51 sven % Initial revision, LaTeX 2.09 % % Revision 1.1 86/01/15 22:36:26 sven % Initial revision, LaTeX 2.08 % % % Change the documentstyle file suffix from .sty to .sst to enable % having the standard files as well as the modified files in the same % directory. The macros below assume that the optional argument % delimiters, [], have been substituted for (). \typeout{Change .sty suffix to .sst.} \def\@documentstyle(#1)#2{\makeatletter \def\@optionlist{#1}\gdef\@optionfiles{}\input #2.sst\relax \let\@elt\input \@optionfiles \let\@elt\relax \makeatother} \def\@options{\let\@elt\relax \@for\@tempa:=\@optionlist\do {\@ifundefined{ds@\@tempa}{\xdef\@optionfiles{\@optionfiles \@elt \@tempa.sst\relax}}{\csname ds@\@tempa\endcsname}}}