summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/jknappen/tccompat.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/jknappen/tccompat.sty
Initial commit
Diffstat (limited to 'macros/latex/contrib/jknappen/tccompat.sty')
-rw-r--r--macros/latex/contrib/jknappen/tccompat.sty63
1 files changed, 63 insertions, 0 deletions
diff --git a/macros/latex/contrib/jknappen/tccompat.sty b/macros/latex/contrib/jknappen/tccompat.sty
new file mode 100644
index 0000000000..49eae22980
--- /dev/null
+++ b/macros/latex/contrib/jknappen/tccompat.sty
@@ -0,0 +1,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