summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/cslatex/base/fonttext.cfg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:45:23 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:45:23 +0000
commit0d9effad76aadeaf26ed7706be6f79e3aaef716e (patch)
tree9a3fddab2f3686ce02eca1366b0d923c655a0012 /Master/texmf-dist/tex/cslatex/base/fonttext.cfg
parent92a15e15b276458e10aa05016bf472e8c6dd3eb0 (diff)
trunk/Master/texmf-dist/tex/cslatex
git-svn-id: svn://tug.org/texlive/trunk@609 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/cslatex/base/fonttext.cfg')
-rw-r--r--Master/texmf-dist/tex/cslatex/base/fonttext.cfg83
1 files changed, 83 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/cslatex/base/fonttext.cfg b/Master/texmf-dist/tex/cslatex/base/fonttext.cfg
new file mode 100644
index 00000000000..ae4027812fd
--- /dev/null
+++ b/Master/texmf-dist/tex/cslatex/base/fonttext.cfg
@@ -0,0 +1,83 @@
+%%
+%% This is file `fonttext.cfg',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% cslatex.dtx (with options: `fonttext')
+%%
+%% Tento soubor je soucasti baliku CsLaTeX a je vygenerovan z
+%% distribucniho souboru cslatex.dtx.
+%%
+%% Copyright (c) 1994--98, 2002
+%% Jaroslav Snajdr, Zdenek Wagner, Jiri Zlatuska a The LaTeX3 Project
+%%
+%% Tento soubor NENI soucasti systemu LaTeX2e
+%% ------------------------------------------
+%%
+%% Dalsi informace naleznete na www.cstug.cz/cslatex.
+%%
+\ProvidesFile{fonttext.cfg}[1997/08/20 CSLaTeX]
+\let\@hyphenation=\relax
+\def\DeclareFontEncoding@#1#2#3{%
+ \expandafter
+ \ifx\csname T@#1\endcsname\relax
+ \def\cdp@elt{\noexpand\cdp@elt}%
+ \xdef\cdp@list{\cdp@list\cdp@elt{#1}%
+ {\default@family}{\default@series}%
+ {\default@shape}}%
+ \expandafter\let\csname#1-cmd\endcsname\@changed@cmd
+ \else
+ \@font@info{Redeclaring font encoding #1}%
+ \fi
+ \global\@namedef{T@#1}{#2\csname @@#1Codes\endcsname\@hyphenation}%
+ \global\@namedef{M@#1}{\default@M#3}%
+}
+\input {omlenc.def}
+\input {t1enc.def}
+\input {ot1enc.def} % <- should come after T1 for speed
+\input {il2enc.def}
+\input {omsenc.def}
+\fontencoding{OT1}
+\DeclareFontEncodingDefaults{}{}
+\DeclareFontSubstitution{T1}{cmr}{m}{n}
+\DeclareFontSubstitution{OT1}{cmr}{m}{n}
+\DeclareFontSubstitution{IL2}{cmr}{m}{n}
+\begingroup
+\nfss@catcodes
+\input {t1cmr.fd}
+\input {ot1cmr.fd}
+\input {il2cmr.fd}
+\endgroup
+\begingroup
+\nfss@catcodes
+\input {ot1cmss.fd}
+\input {ot1cmtt.fd}
+\endgroup
+\DeclareErrorFont{OT1}{cmr}{m}{n}{10}
+\newcommand\rmdefault{cmr}
+\newcommand\sfdefault{cmss}
+\newcommand\ttdefault{cmtt}
+\newcommand\bfdefault{bx}
+\newcommand\mddefault{m}
+\newcommand\itdefault{it}
+\newcommand\sldefault{sl}
+\newcommand\scdefault{sc}
+\newcommand\updefault{n}
+\newcommand\encodingdefault{OT1}
+\newcommand\familydefault{\rmdefault}
+\newcommand\seriesdefault{\mddefault}
+\newcommand\shapedefault{\updefault}
+\ifx\addlanguage\undefined\else
+ \ifx\LdfInit\@undefined
+ \def\LdfInit{%
+ \chardef\atcatcode=\catcode`\@
+ \catcode`\@=11\relax
+ \input babel.def\relax
+ \catcode`\@=\atcatcode \let\atcatcode\relax
+ \LdfInit}
+ \fi
+\endinput\fi
+\endinput
+%%
+%% End of file `fonttext.cfg'.