summaryrefslogtreecommitdiff
path: root/tex/context/base/typo-ini.mkiv
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2012-05-29 01:40:14 +0300
committerMarius <mariausol@gmail.com>2012-05-29 01:40:14 +0300
commit100f67d68d6026d0d6ff2cfd79f03b3f32c0c0f3 (patch)
tree740d0f80aa8e4a6d2d08f99302138a3a4b5038ef /tex/context/base/typo-ini.mkiv
parente9289c00307f864ce5c4476156a6a8b994ce645f (diff)
downloadcontext-100f67d68d6026d0d6ff2cfd79f03b3f32c0c0f3.tar.gz
beta 2012.05.29 00:12
Diffstat (limited to 'tex/context/base/typo-ini.mkiv')
-rw-r--r--tex/context/base/typo-ini.mkiv30
1 files changed, 16 insertions, 14 deletions
diff --git a/tex/context/base/typo-ini.mkiv b/tex/context/base/typo-ini.mkiv
index d05fcecb0..1c2d6617a 100644
--- a/tex/context/base/typo-ini.mkiv
+++ b/tex/context/base/typo-ini.mkiv
@@ -24,20 +24,22 @@
\unprotect
-%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}
+% 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}