summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/csplain/base/cpalatin.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/csplain/base/cpalatin.tex')
-rw-r--r--Master/texmf-dist/tex/csplain/base/cpalatin.tex37
1 files changed, 0 insertions, 37 deletions
diff --git a/Master/texmf-dist/tex/csplain/base/cpalatin.tex b/Master/texmf-dist/tex/csplain/base/cpalatin.tex
deleted file mode 100644
index 4818b51749d..00000000000
--- a/Master/texmf-dist/tex/csplain/base/cpalatin.tex
+++ /dev/null
@@ -1,37 +0,0 @@
-% The file cpalatin.tex (C) Petr Olsak, 1996, 1999
-% Use "\input cpalatin" to set the Palatino fonts family in text mode
-% The "\rm", "\it", "\tt" and "\bf" will work with the new fonts.
-% Use "\setsimplemath" command to set Palatino fonts family in very
-% simple math formulas (without greek letters).
-
-\font\tenrm=pplr8z at 10pt
-\font\tenbf=pplb8z at 10pt
-\font\tenit=pplri8z at 10pt
-\font\tentt=pcrr8u at 10pt
-\let\tensl=\tenit
-\tenrm
-\def\setsimplemath{%
- \font\sevenrm pplr8z at7pt
- \font\fiverm pplr8z at5pt
- \font\sevenit pplri8z at7pt
- \font\fiveit pplri8z at5pt
- \font\sevenbf pplb8z at7pt
- \font\fivebf pplb8z at5pt
- \message{\string\setsimplemath\space WARNING:
- Greek symbols may be loss, see Missing char in .log!}
- \textfont0=\tenrm \scriptfont0=\sevenrm \scriptscriptfont0=\fiverm
- \textfont1=\tenit \scriptfont1=\sevenit \scriptscriptfont1=\fiveit
- \textfont\itfam=\tenit \scriptfont\itfam=\sevenit
- \scriptscriptfont\itfam=\fiveit
- \textfont\slfam=\tensl
- \textfont\bffam=\tenbf \scriptfont\bffam=\sevenbf
- \scriptscriptfont\bffam=\fivebf
- \textfont\ttfam=\tentt }
-
-% The \setsimplemath command sets the new family of fonts for math
-% formulas. Cf. the usage of "2" (digit in text mode is in a new font)
-% but $-2$ is in Computer Modern if \setsimplemath is not used.
-% WARNING: The \setsimplemath is usable for very siple math
-% formulas only! It may crash some more complicated formulas because
-% math symbols are still used from Computer Modern and all greek
-% symbols are missing in new fonts.