diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/typo-ini.mkiv')
-rw-r--r-- | Master/texmf-dist/tex/context/base/typo-ini.mkiv | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/context/base/typo-ini.mkiv b/Master/texmf-dist/tex/context/base/typo-ini.mkiv index d05fcecb09c..1c2d6617a53 100644 --- a/Master/texmf-dist/tex/context/base/typo-ini.mkiv +++ b/Master/texmf-dist/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} |