summaryrefslogtreecommitdiff
path: root/macros/inrstex/inrstex/compat3.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/inrstex/inrstex/compat3.tex')
-rw-r--r--macros/inrstex/inrstex/compat3.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/macros/inrstex/inrstex/compat3.tex b/macros/inrstex/inrstex/compat3.tex
new file mode 100644
index 0000000000..5e0d6ed8d5
--- /dev/null
+++ b/macros/inrstex/inrstex/compat3.tex
@@ -0,0 +1,14 @@
+% compatability macros for multilingual and extened TeX 2.992 plus
+% assumes the existence of \charsublist
+
+% #1 -- extended character to be exchanged
+% #2 -- accent macro invocation letter
+% #3 -- base character for this code
+
+\def\csubinverse #1#2#3{\expandafter\def\csname #2#3\endcsname{#1}}
+
+\catcode`\@=11
+\def\i{^^P}
+\def\j{^^Q}
+
+