You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
2.1 KiB
63 lines
2.1 KiB
%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
|
|
|