summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/jknapltx/tccompat.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:57:21 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:57:21 +0000
commit5ab48c515e7f18de489791d28188b43a389fe4c8 (patch)
treed11d232a328cd0436ccd36c402481be300e6d1e1 /Master/texmf-dist/tex/latex/jknapltx/tccompat.sty
parent350ddf44c5a7b4a3fd69591394cd828cd6518eb3 (diff)
jknapltx
git-svn-id: svn://tug.org/texlive/trunk@1006 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/jknapltx/tccompat.sty')
-rw-r--r--Master/texmf-dist/tex/latex/jknapltx/tccompat.sty63
1 files changed, 63 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/jknapltx/tccompat.sty b/Master/texmf-dist/tex/latex/jknapltx/tccompat.sty
new file mode 100644
index 00000000000..49eae229807
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/jknapltx/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