diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-18 00:46:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-18 00:46:23 +0000 |
commit | c74d68ee64328c552d23aae43da7aa496637f257 (patch) | |
tree | 6e0b2c3872a0d33fb167e703d0a601ce880be6df /Master/texmf-dist/tex/plain/varisize/10point.tex | |
parent | 6ced86b30c53536076fb45741435a24fedec2345 (diff) |
add old plain package varisize (tex-live 17 Nov 2008 07:56:19)
git-svn-id: svn://tug.org/texlive/trunk@11339 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/plain/varisize/10point.tex')
-rw-r--r-- | Master/texmf-dist/tex/plain/varisize/10point.tex | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/plain/varisize/10point.tex b/Master/texmf-dist/tex/plain/varisize/10point.tex new file mode 100644 index 00000000000..f3331c9df90 --- /dev/null +++ b/Master/texmf-dist/tex/plain/varisize/10point.tex @@ -0,0 +1,36 @@ +%%% This file is public domain. +%%% Originally written 1992, Don Hosek. +%%% This declaration added by Clea F. Rees 2008/11/16 with the permission of Dan Hosek. +%%% +%%% +%%% Set up the tenpoint macros +%%% +%%% Unhappy things will happen if this file is loaded twice +%%% So don't... as a matter of fact, don't load it directly, let one of the +%%% other size changing macros do it for you. +%%% +%%% Written by Don Hosek +%%% +\ifx\loadedfrommacro Y\else + \message{10point.TeX must be loaded from a macro package.} + \message{Input terminated.} + \endinput\fi + +\font\tencsc=cmcsc10 + +\newfam\scfam + +\def\tenpoint{\def\rm{\fam0\tenrm}% switch to 10-point type + \textfont0=\tenrm \scriptfont0=\sevenrm \scriptscriptfont0=\fiverm + \textfont1=\teni \scriptfont1=\seveni \scriptscriptfont1=\fivei + \textfont2=\tensy \scriptfont2=\sevensy \scriptscriptfont2=\fivesy + \textfont3=\tenex \scriptfont3=\tenex \scriptscriptfont3=\tenex + \textfont\itfam=\tenit \def\it{\fam\itfam\tenit}% + \textfont\slfam=\tensl \def\sl{\fam\slfam\tensl}% + \textfont\ttfam=\tentt \def\tt{\fam\ttfam\tentt}% + \textfont\bffam=\tenbf \scriptfont\bffam=\sevenbf + \scriptscriptfont\bffam=\fivebf \def\bf{\fam\bffam\tenbf}% + \textfont\scfam=\tencsc \def\sc{\fam\scfam\tencsc}% + \normalbaselineskip=12pt + \setbox\strutbox=\hbox{\vrule height8.5pt depth 3.5pt width0pt}% + \normalbaselines\rm} |