diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-13 00:06:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-13 00:06:33 +0000 |
commit | 34c32832cb842e75518f16475e3039c4b7478f87 (patch) | |
tree | 70adb32e50c306fd7940106bc684f548f0c791f9 /Master/texmf-dist/tex/latex/sffms/sffdumb.sty | |
parent | 5da1a40e836c78aa863b8868fa363f59d472ef2c (diff) |
sffms
git-svn-id: svn://tug.org/texlive/trunk@1311 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/sffms/sffdumb.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/sffms/sffdumb.sty | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/sffms/sffdumb.sty b/Master/texmf-dist/tex/latex/sffms/sffdumb.sty new file mode 100644 index 00000000000..e3ce6247f0c --- /dev/null +++ b/Master/texmf-dist/tex/latex/sffms/sffdumb.sty @@ -0,0 +1,37 @@ +%% +%% This is file `sffdumb.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% sffms.dtx (with options: `dumb') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from sffdumb.sty. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file sffms.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +\ProvidesPackage{sffdumb}[2001/09/23 v1.1 + Quotation mark utility for sffms.cls] +\def\dumbquote{\afterassignment"\let\next= } +\sfcode`\" = 0 +\def\rquote{'} +\def\lquote{`} +\catcode`'=\active \def'{\actrq} +\catcode``=\active \def`{\actlq} +\def\rqtest{\ifx\next'\let\next=\dumbquote\else\let\next=\rquote\fi\next} +\def\lqtest{\ifx\next`\let\next=\dumbquote\else\let\next=\lquote\fi\next} +\def\actrq{\futurelet\next\rqtest} +\def\actlq{\futurelet\next\lqtest} +\endinput +%% +%% End of file `sffdumb.sty'. |