diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/sffms/sffsmart.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/sffms/sffsmart.sty | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/sffms/sffsmart.sty b/Master/texmf-dist/tex/latex/sffms/sffsmart.sty new file mode 100644 index 00000000000..5720becb7c1 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sffms/sffsmart.sty @@ -0,0 +1,46 @@ +%% +%% This is file `sffsmart.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% sffms.dtx (with options: `smart') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from sffsmart.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{sffsmart}[2001/09/10 v1.0 + Quotation mark utility for sffms.cls] +{% +\catcode`\"=\active +\catcode`\@=11 +\gdef\begindoublequotes{% + \global\catcode`\"=\active + \global\chardef\dq=`\" + \global\let\dblqu@te=L + } +\gdef"{\ifinner\else\ifvmode\let\dblqu@te=L\fi\fi +\if L\dblqu@te``\global\let\dblqu@te=R% +\else + \let\xxx=\spacefactor + ''\global\let\dblqu@te=L% + \spacefactor\xxx +\fi +} +} + +\gdef\enddoublequotes{\catcode`\"=12} +\endinput +%% +%% End of file `sffsmart.sty'. |