summaryrefslogtreecommitdiff
path: root/tex/context/base/typo-ini.mkiv
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2016-01-12 17:15:07 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2016-01-12 17:15:07 +0100
commit8d8d528d2ad52599f11250cfc567fea4f37f2a8b (patch)
tree94286bc131ef7d994f9432febaf03fe23d10eef8 /tex/context/base/typo-ini.mkiv
parentf5aed2e51223c36c84c5f25a6cad238b2af59087 (diff)
downloadcontext-8d8d528d2ad52599f11250cfc567fea4f37f2a8b.tar.gz
2016-01-12 16:26:00
Diffstat (limited to 'tex/context/base/typo-ini.mkiv')
-rw-r--r--tex/context/base/typo-ini.mkiv49
1 files changed, 0 insertions, 49 deletions
diff --git a/tex/context/base/typo-ini.mkiv b/tex/context/base/typo-ini.mkiv
deleted file mode 100644
index 1c2d6617a..000000000
--- a/tex/context/base/typo-ini.mkiv
+++ /dev/null
@@ -1,49 +0,0 @@
-%D \module
-%D [ file=typo-ini,
-%D version=2000.16.09,
-%D title=\CONTEXT\ Typographic Macros,
-%D subtitle=Initialization,
-%D author=Hans Hagen,
-%D date=\currentdate,
-%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
-%C
-%C This module is part of the \CONTEXT\ macro||package and is
-%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
-%C details.
-
-%D Since \CONTEXT\ is dealing with typographics, isn't
-%D September 2000 a bit late to start writing this module? It
-%D may seem so, but since more and more languages are
-%D supported, we think it is time to isolate language specific
-%D typographic extensions in modules. The first language that
-%D demands this is Chinese, and more will follow.
-
-\writestatus{loading}{ConTeXt Typographic Macros / Initialization}
-
-\registerctxluafile{typo-ini}{1.001}
-
-\unprotect
-
-% This will be done differently:
-%
-% %D \macros
-% %D {ifvertical}
-% %D
-% %D The following switch can be used to signal macros that they
-% %D should adapt their behaviour.
-%
-% \newif\ifvertical % maybe also ifreverse
-%
-% %D \macros
-% %D {vhbox}
-% %D
-% %D A stupid but useful macro.
-%
-% \def\vhbox{\ifvertical\vbox\else\hbox\fi}
-
-%D \macros
-%D {everyresettypesetting}
-
-\newtoks\everyresettypesetting
-
-\protect \endinput