summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/jknappen/tccompat.sty
blob: 49eae2298074b498c310ea1aecc0610cabd25f67 (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
%tccompat.sty
%
% Copyleft \textcopyleft 1997--2003 J\"org Knappen

\ProvidesPackage{tccompat}[2003/09/25 v 1.2 (JKn)]
\RequirePackage{textcomp}[1997/12/01]

% This style defines some names for the text companion symbols which have
% been replaced by newer ones in ts1enc.def. In special, all names from the
% old (pre-1997/12/01) textcomp package are saved. It also contains all the 
% names given in 1st printing of the book >>Schnell ans Ziel mit \LaTeXe<< 
% by J"org Knappen (Oldenbourg, M\"unchen and Wien 1997, ISBN 3-486-24199-0)
% The 2nd printing (2003, in preparation) will have the new standard names.
%
% Version 1.2: Added \Orb from new versions of plain TeX
%
% Names from the old textcomp package ...
\let\textquotesinglbase\textquotestraightbase
\let\textquotedblbase\textquotestraightdblbase
\let\textleftpointingarrow\textleftarrow
\let\textrightpointingarrow\textrightarrow
\let\textcenteredstar\textasteriskcentered
\let\textarrowup\textuparrow
\let\textarrowdown\textdownarrow
\let\textgrave\textasciigrave
\let\textlowtilde\texttildelow
\let\textshortequals\textdblhyphen
\let\textquotedbl\textgravedbl 
\let\textdoublevert\textbardbl
%\let\textperthousand\textpermill
\let\textcentigrade\textcelsius
\let\textgnaborretni\textinterrobangdown
%\let\textpertenthousand\textpertenmill
\let\texthighdieresis\textasciidieresis
\let\textlogicalnot\textlnot
\let\textplusminus\textpm
\let\textacute\textasciiacute
\let\textmultiply\texttimes
\let\textdivide\textdiv
%
% The following two rare ones were missing in V 1.1
%
\let\textcapitalcwm\textcapitalcompwordmark
\let\textascendercwm\textascendercompwordmark
%
\let\textcdot\textperiodcentered
%
% Older names used in my book (Schnell ans Ziel mit \LaTeXe)
%
\let\textllbrack\textlbrackdbl
\let\textrrbrack\textrbrackdbl
\let\textdoublebacktick\textgravedbl
\let\textdoubletick\textacutedbl
\let\textabzueglich\textdiscount
\let\fraction\textfractionsolidus
%
% Plain TeX introduced \Orb some time ago. So it's also here 
% (since version 1.2). It works both in text mode and in math mode.
%
\ProvideCommand\Orb{\ifmmode\bigcirc\else\textbigcircle\fi}
%
\endinput
%/tccompat.sty