summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/plain/rsfs
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:46:46 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:46:46 +0000
commitb1c871653d37d9c6fd0f97b048dca051b5b1db27 (patch)
tree3f925e95aa3461b9ecb75df861259a7f71bc3f23 /Master/texmf-dist/tex/plain/rsfs
parent82770e7491344072d5dd54ce9a78546eebe99c3f (diff)
trunk/Master/texmf-dist/tex/plain
git-svn-id: svn://tug.org/texlive/trunk@621 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/plain/rsfs')
-rw-r--r--Master/texmf-dist/tex/plain/rsfs/scrload.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/plain/rsfs/scrload.tex b/Master/texmf-dist/tex/plain/rsfs/scrload.tex
new file mode 100644
index 00000000000..ca38e676f77
--- /dev/null
+++ b/Master/texmf-dist/tex/plain/rsfs/scrload.tex
@@ -0,0 +1,14 @@
+% The following allows the use of Ralph Smith's Formal Script symbols
+% in Plain TeX documents. Use \scr like \cal.
+% Set the font sizes and restore the `at' clauses if you want them bigger.
+% You can use this method in LaTeX, but only at one basic size.
+% If you need symbols in LaTeX titles, captions, etc., work it out or ask
+% a LaTeXpert.
+
+\font\tenscr=rsfs10 % scaled \magstep1
+\font\sevenscr=rsfs7 % scaled \magstep1
+\font\fivescr=rsfs5 % scaled \magstep1
+\skewchar\tenscr='177 \skewchar\sevenscr='177 \skewchar\fivescr='177
+\newfam\scrfam \textfont\scrfam=\tenscr \scriptfont\scrfam=\sevenscr
+\scriptscriptfont\scrfam=\fivescr
+\def\scr{\fam\scrfam}