diff options
author | Karl Berry <karl@freefriends.org> | 2012-12-21 17:18:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-12-21 17:18:31 +0000 |
commit | 1b512e2a067c98afcd3edcbdfe2743953ddd337d (patch) | |
tree | 581c5b6baf825a2d9789259d2a857c38cafb7224 /Master/texmf-dist/tex/csplain/base/cncent.tex | |
parent | 55f452fc0f663684549d2d2d603fb5ac7320f45a (diff) |
csplain (20dec12)
git-svn-id: svn://tug.org/texlive/trunk@28597 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/csplain/base/cncent.tex')
-rw-r--r-- | Master/texmf-dist/tex/csplain/base/cncent.tex | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/Master/texmf-dist/tex/csplain/base/cncent.tex b/Master/texmf-dist/tex/csplain/base/cncent.tex deleted file mode 100644 index ded5b013d2f..00000000000 --- a/Master/texmf-dist/tex/csplain/base/cncent.tex +++ /dev/null @@ -1,38 +0,0 @@ -% The file cncent.tex (C) Petr Olsak, 1996, 1999 -% Use "\input cncent" to set the NewCentury fonts family in text mode -% The "\rm", "\it", "\tt" and "\bf" will work with the new fonts. -% Use "\setsimplemath" command to set NewCentury fonts family in very -% simple math formulas (without greek letters). - -\font\tenrm=pncr8z at 10pt -\font\tenbf=pncb8z at 10pt -\font\tenit=pncri8z at 10pt -\font\tentt=pcrr8u at 10pt -\let\tensl=\tenit -\tenrm -\def\setsimplemath{% - \font\sevenrm pncr8z at7pt - \font\fiverm pncr8z at5pt - \font\sevenit pncri8z at7pt - \font\fiveit pncri8z at5pt - \font\sevenbf pncb8z at7pt - \font\fivebf pncb8z 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. - |