blob: 246fead1e964d268a503051982bc63d21ae1efff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
|
%%
%% This is file `tcldoc.cls',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% tclldoc.dtx (with options: `compclass')
%%
%% This file may be distributed and/or modified under the conditions
%% of the LaTeX Project Public License, either version 1.2 of this
%% license or (at your option) any later version. The latest version
%% of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.2 or later is part of all distributions of LaTeX
%% version 1999/12/01 or later.
%%
%% This file may only be distributed together with a copy of the source
%% file from which it was generated. You may distribute that source file
%% without this generated file.
%%
\ProvidesClass{tcldoc}
[2003/04/05 v2.40
tclldoc compatibility
class]
\newif\if@rtkinenc@
\DeclareOption{macinputenc}{%
\PassOptionsToPackage{applemac}{rtkinenc}%
\@rtkinenc@true
}
\DeclareOption*{%
\PassOptionsToClass{\CurrentOption}{tclldoc}}
\InputIfFileExists{tcldoc.cfg}
{\typeout{*************************************^^J%
* Local config file tcldoc.cfg used^^J%
*************************************}}
{}
\ProcessOptions\relax
\LoadClass{tclldoc}
\if@rtkinenc@
\RequirePackage{rtkinenc}
\DeclareTextCommand{\.}{OT1}[1]{%
\IfInputModeCode{\TextSymbolUnavailable\.}%
{\add@accent{95}{#1}}%
}
\DeclareTextCommand{\H}{OT1}[1]{%
\IfInputModeCode{\TextSymbolUnavailable\H}%
{\add@accent{125}{#1}}%
}
\DeclareTextCommand{\textemdash}{OT1}{%
\IfInputModeCode{\TextSymbolUnavailable\textemdash}{\char 124 }%
}
\DeclareTextCommand{\textendash}{OT1}{%
\IfInputModeCode{\TextSymbolUnavailable\textendash}{\char 123 }%
}
\DeclareTextCommand{\textexclamdown}{OT1}{!`}
\DeclareTextCommand{\textquestiondown}{OT1}{?`}
\DeclareTextCommand{\textquotedblleft}{OT1}{%
\IfInputModeCode{\TextSymbolUnavailable\textquotedblleft}%
{\char 92 }%
}
\def\@tempa{applemac}
\ifx \@tempa\RIE@encoding
\DeclareInputBoth{173}{\textneq}{\neq}
\DeclareInputBoth{176}{\textinfty}{\infty}
\DeclareInputBoth{177}{\textpm}{\pm}
\DeclareInputBoth{178}{\textleq}{\leq}
\DeclareInputBoth{179}{\textgeq}{\geq}
\DeclareInputBoth{181}{\textmu}{\mu}
\DeclareInputBoth{182}{\textpartial}{\partial}
\DeclareInputBoth{183}{\textSigma}{\Sigma}
\DeclareInputBoth{184}{\textPi}{\Pi}
\DeclareInputBoth{185}{\textpi}{\pi}
\DeclareInputBoth{186}{\textint}{\int}
\DeclareInputBoth{189}{\textohm}{\Omega}
\DeclareInputBoth{194}{\textlnot}{\lnot}
\DeclareInputBoth{195}{\textsurd}{\surd}
\DeclareInputBoth{197}{\textapprox}{\approx}
\DeclareInputBoth{198}{\textDelta}{\Delta}
\DeclareInputBoth{214}{\textdiv}{\div}
\DeclareInputBoth{215}{\textdiamond}{\diamond}
\DeclareInputBoth{218}{\textfractionsolidus}{/}
\ProvideTextCommandDefault{\textneq}{%
\TextSymbolUnavailable\textneq
}
\ProvideTextCommandDefault{\textapplelogo}{%
\TextSymbolUnavailable\textapplelogo
}
\DeclareTextSymbol{\textinfty}{OMS}{49}
\DeclareTextSymbol{\textpm}{OMS}{6}
\DeclareTextSymbol{\textleq}{OMS}{20}
\DeclareTextSymbol{\textgeq}{OMS}{21}
\DeclareTextSymbol{\textpartial}{OML}{64}
\DeclareTextSymbol{\textSigma}{OT1}{6}
\DeclareTextSymbol{\textPi}{OT1}{5}
\DeclareTextSymbol{\textpi}{OML}{25}
\DeclareTextSymbol{\textint}{OMS}{115}
\DeclareTextSymbol{\textohm}{OT1}{10} % Kind of \textOmega
\DeclareTextSymbol{\textapprox}{OMS}{25}
\DeclareTextSymbol{\textDelta}{OT1}{1}
\DeclareTextSymbol{\textdiamond}{OMS}{5}
\input{TS1enc.def}
\fi
\fi
\let\if@rtkinenc@=\@undefined
\let\@rtkinenc@true=\@undefined
\let\@rtkinenc@false=\@undefined
\endinput
%%
%% End of file `tcldoc.cls'.
|