summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/sffms/sffsmart.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-13 00:06:33 +0000
committerKarl Berry <karl@freefriends.org>2006-01-13 00:06:33 +0000
commit34c32832cb842e75518f16475e3039c4b7478f87 (patch)
tree70adb32e50c306fd7940106bc684f548f0c791f9 /Master/texmf-dist/tex/latex/sffms/sffsmart.sty
parent5da1a40e836c78aa863b8868fa363f59d472ef2c (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/sffsmart.sty')
-rw-r--r--Master/texmf-dist/tex/latex/sffms/sffsmart.sty46
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'.