summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/expex/source/X-mybasics.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/expex/source/X-mybasics.tex')
-rw-r--r--Master/texmf-dist/doc/generic/expex/source/X-mybasics.tex22
1 files changed, 0 insertions, 22 deletions
diff --git a/Master/texmf-dist/doc/generic/expex/source/X-mybasics.tex b/Master/texmf-dist/doc/generic/expex/source/X-mybasics.tex
deleted file mode 100644
index 07e96cca611..00000000000
--- a/Master/texmf-dist/doc/generic/expex/source/X-mybasics.tex
+++ /dev/null
@@ -1,22 +0,0 @@
-
-\def\writeln#1{\immediate\write16{#1}\ignorespaces}
-\def\makeatletter{%
- \edef\resetatcatcode{\catcode`\noexpand\@\the\catcode`\@\relax}%
- \catcode`\@11\relax
-}%
-\makeatletter
-% \get is like \input, but is more tolerant of special characters
-% and groups the input
-\def\get{\begingroup \get@A \get@B}
-\def\get@A{\bgroup \catcode`_=11 \catcode`~=11}
-\def\get@B #1 {\get@C #1 \endgroup}
-% \getinput reads funny file names, but doesn't group
-\def\getinput{\get@A \get@C}
-\def\get@C #1 {\gdef\@filename{#1}\egroup \mark{\@filename}
- \input\@filename}
-%% public dimensions and skips (for general use)
-\newdimen\dimpuba
-\newdimen\dimpubb
-\def\@enamedef#1{\expandafter\edef\csname #1\endcsname}
-\resetatcatcode
-