summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/rtkinenc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
commitb4fc5f639874db951177ec539299d20908adb654 (patch)
tree52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/rtkinenc
parentdec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff)
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/rtkinenc')
-rw-r--r--Master/texmf-dist/doc/latex/rtkinenc/README.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/rtkinenc/README.txt b/Master/texmf-dist/doc/latex/rtkinenc/README.txt
new file mode 100644
index 00000000000..cf519ef0a4a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/rtkinenc/README.txt
@@ -0,0 +1,23 @@
+README for the rtkinenc package.
+
+The rtkinenc package is functionally similar to the standard LaTeX
+package inputenc -- both set up active characters so that input
+character outside 7-bit visible ASCII are converted to the
+corresponding LaTeX commands. The main difference lies in that
+rtkinenc allows the user to specify a fallback procedure to use
+when the text command corresponding to some input character isn't
+available. This is primarily useful for program listings and similar
+material where one doesn't want characters to disappear in the
+typesetting.
+
+Names of commands in rtkinenc have been selected so that it can read
+inputenc encoding definition files, and the aim is that rtkinenc
+should be backwards compatible with inputenc. rtkinenc is not a new
+version of inputenc though, nor is it part of standard LaTeX.
+
+For an example of how the extra features in rtkinenc might be used,
+see the tcldoc document class (in CTAN directory macros/latex/
+contrib/supported/tcldoc).
+
+Lars Hellstr\"om,
+2000/12/20.