Skip to content

Commit

Permalink
[HiTeX] Adding the color extensions and moving to version 2.1
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@72815 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
ruckertm committed Nov 11, 2024
1 parent f76a2b3 commit fafca4a
Show file tree
Hide file tree
Showing 12 changed files with 3,563 additions and 1,981 deletions.
5 changes: 5 additions & 0 deletions texk/web2c/hitexdir/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-11-11 Martin Ruckert <[email protected]>

* Adding the color extensions
* Moving to version 2.1 of hitex and the HINT file format

2024-03-10 Karl Berry <[email protected]>

* TL'24 release.
Expand Down
Binary file modified texk/web2c/hitexdir/doc/hiformat.hnt
Binary file not shown.
Binary file modified texk/web2c/hitexdir/doc/hiformat.pdf
Binary file not shown.
18 changes: 14 additions & 4 deletions texk/web2c/hitexdir/doc/hintmac.tex
Original file line number Diff line number Diff line change
Expand Up @@ -92,21 +92,21 @@
\newif\ifpdf

% HINT
\ifx\HINTversion\undefined
\expandafter\ifx\csname HINTversion\endcsname\relax
\hintfalse
\else
\hinttrue
\fi

% PDF
\ifx\pdfliteral\undefined % postscript und ps2pdf
\expandafter\ifx\csname pdfliteral\endcsname\relax
\pdffalse
\else
\pdftrue
\fi

% Book
\ifx\book\undefined
\expandafter\ifx\csname book\endcsname\relax
\ifhint\bookfalse
\else\ifpdf\bookfalse % This might change
\else\bookfalse
Expand Down Expand Up @@ -785,7 +785,7 @@
\def\tocsection#1#2#3{% depth sectionnumber sectiontitle
\global\advance\toccount by 1%
\newdest{SC.\the\toccount}%
\newtopdest{SC.\the\toccount}%
\ifhint
\immediate\write\cont{\noexpand\ZZ {#1}{#2}{#3}% write to contents file
{\noexpand\thepageno}{\the\toccount}}
Expand Down Expand Up @@ -1303,6 +1303,16 @@
\HINTdest name {#1}%\message{Defining HINT label #1}%
\fi\fi\fi}
\def\newtopdest#1{% used to make a new destination
%\message{New destination #1}%
\ifbook
\else\ifpdf
\pdfdest name {#1} fith%\message{Defining pdf label #1}%
\else\ifhint
\HINTdest name {#1} top%\message{Defining HINT label #1 top}%
\fi\fi\fi}
\def\newlink#1#2{%
\ifbook #2\else
\ifpdf
Expand Down
Binary file modified texk/web2c/hitexdir/doc/hitexman.hnt
Binary file not shown.
Binary file modified texk/web2c/hitexdir/doc/hitexman.pdf
Binary file not shown.
Loading

0 comments on commit fafca4a

Please sign in to comment.