texlive[62020] Build/source/texk/web2c/hitexdir/tex: changing ifHINT
commits+mruckert at tug.org
commits+mruckert at tug.org
Mon Feb 14 16:54:19 CET 2022
Revision: 62020
http://tug.org/svn/texlive?view=revision&revision=62020
Author: mruckert
Date: 2022-02-14 16:54:19 +0100 (Mon, 14 Feb 2022)
Log Message:
-----------
changing ifHINT to ifhint according to iftex.sty
adding a page template that resembles plain TeX's output routine
Modified Paths:
--------------
trunk/Build/source/texk/web2c/hitexdir/tex/ifhint.tex
Added Paths:
-----------
trunk/Build/source/texk/web2c/hitexdir/tex/hiplainpage.tex
Added: trunk/Build/source/texk/web2c/hitexdir/tex/hiplainpage.tex
===================================================================
--- trunk/Build/source/texk/web2c/hitexdir/tex/hiplainpage.tex (rev 0)
+++ trunk/Build/source/texk/web2c/hitexdir/tex/hiplainpage.tex 2022-02-14 15:54:19 UTC (rev 62020)
@@ -0,0 +1,35 @@
+\ifhint
+ \dimen0=1.25\hsize
+ \advance\dimen0 by -9pt
+ \dimen1=1.25\vsize
+ \advance\dimen1 by -9pt
+\HINTsetpage1 = basic
+ priority 10
+ width \dimen0
+ height \dimen1
+{%
+ \maxdepth=4pt
+ \topskip=10pt
+ \HINTstream\topins %topinsert
+ \HINTstream0 %main text
+ \HINTstream\footins
+ \HINTsetstream\topins = %topinsert
+ prefered 0
+ {%
+ \HINTafter = {}
+ }
+ \HINTsetstream\footins =%footnotes
+ prefered 255
+ ratio 0
+ {%
+ \hsize=300pt
+ \count\footins=1000 % the magnification factor
+ \skip\footins=\bigskipamount % the extra space needed
+ \dimen\footins=\vsize % maximum height on the page
+ \HINTbefore =
+ {\vskip\skip\footins
+ \footnoterule}
+ \HINTafter = {}
+ }
+}% end page template
+\fi
Property changes on: trunk/Build/source/texk/web2c/hitexdir/tex/hiplainpage.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Build/source/texk/web2c/hitexdir/tex/ifhint.tex
===================================================================
--- trunk/Build/source/texk/web2c/hitexdir/tex/ifhint.tex 2022-02-14 15:47:11 UTC (rev 62019)
+++ trunk/Build/source/texk/web2c/hitexdir/tex/ifhint.tex 2022-02-14 15:54:19 UTC (rev 62020)
@@ -1,7 +1,7 @@
-% How to test for the HINT output
-\newif\ifHINT
+\newif\ifhint
+% How to test for the HiTeX engine
\expandafter\ifx\csname HINTversion\endcsname\relax
- \HINTfalse
+ \hintfalse
\else
- \HINTtrue
+ \hinttrue
\fi
More information about the tex-live-commits
mailing list.