Skip to content

Commit

Permalink
last=119 for tb141 (45:3), more links
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/tugboat/trunk@601 7237770a-693a-0410-b4d3-c34f48dbc3f6
  • Loading branch information
kberry committed Oct 14, 2024
1 parent d61cb51 commit e71400d
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 5 deletions.
7 changes: 7 additions & 0 deletions covers/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2024-10-14 Karl Berry <karl@freefriends.org>

* tugboat.front (\TUBhead, \pressimage): link to the TUGboat issue.
* cover2.tex: MetaFun with a capital F.
* cover1.tex: also link the "Communications" box.
* tbcomplete.lua: last=119 for tb141.

2024-10-13 Karl Berry <karl@freefriends.org>

* Makefile (spell): new target.
Expand Down
5 changes: 3 additions & 2 deletions covers/cover1.tex
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@
\dlap{\boxit 5pc/1pc, \kern 23pc<
\kern -66pt % move back into the box
\noindent \kern 9pt
\tbhref{https://tug.org/TUGboat}
\tbhref{https://tug.org/TUGboat/}
{\immediate\pdfximage {word-nobox.pdf}\pdfrefximage\pdflastximage}
\par
\kern 14pt
\boxit 1.5pc/.75pc, \commfont The Communications of the \TUG<
\tbhref{https://tug.org/TUGboat/}
{\boxit 1.5pc/.75pc, \commfont The Communications of the \TUG<}
}

% Date: Sun, 26 Dec 2004 15:28:53 -0500 (EST)
Expand Down
2 changes: 1 addition & 1 deletion covers/cover2.tex
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
\noindent The cover graphic was created by Keith McKay; it's an example
of the art of asemic writing\Dash writing without meaning. Keith's
article on pages \thisissuepageref{mckay-asemic} gives some history and
describes how it was made, using Metafun and \ConTeXt.
describes how it was made, using MetaFun and \ConTeXt.

\bigskip \noindent {\bf Trademarks}

Expand Down
11 changes: 9 additions & 2 deletions covers/tbcomplete.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,18 @@ return {
first = 1,
-- last = (doesn't need to be specified)
interaction = "all",
pageoffset = 0,
},
{
filename = "toclinks",
first = 999, --cover3, page1 (last page of toclinks.pdf)
-- last = first+1, --cover3, when it needs two pages
first = 119,
-- not working yet: first = -1, --cover3, last page of toclinks.pdf
-- last = -1, --just that page
--
-- sometimes cover3 spills over backwards onto the last
-- regular page. Then we use:
--first = -2, --cover3, second to last page of toclinks.pdf
--last = -1, --last page of toclinks.pdf
interaction = "all",
pageoffset = 0,
},
Expand Down
11 changes: 11 additions & 0 deletions covers/tugboat.front
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@
\def\TUBhead #1, #2, #3<{\setbox\TestBox=\hbox{()}\secht=\ht\TestBox
\sec \null <\newsecfalse % initialize section box
\procissuefalse
% hyperlink the whole header to the TUGboat issue.
\tbhref{https://tug.org/TUGboat/tb\tbissident}{%
\subsub{\bigfont\bf TUG{\smc BOAT}}<%
\vskip 10pt
\subsub
Expand All @@ -274,11 +276,20 @@
\else \vskip2pt \subsub {\twelverm\baselineskip15pt \postissno}<%
\global\procissuetrue
\fi
% end the hyperlink; but we're in vertical mode, where \pdfendlink is
% not allowed, so \leavevmode. But then we have to adjust for the
% blank "line" that gets added. Don't know why it isn't exactly
% \baselineskip, but just eyeballed it. Results are not quite
% identical as without the hyperlink, but maybe close enough.
\leavevmode}\vskip-10pt % end \tbhref
\vskip 20pt }

\def\pressimage{\ulap{\llap{%
\lower 8pt \hbox{%
% hyperlink the image separately, since it's not in the same rectangle.
\tbhref{https://tug.org/TUGboat/tb\tbissident}{%
\pdfximage width 6pc {press2.pdf}\pdfrefximage\pdflastximage
}%
}%
\quad
}}}
Expand Down

0 comments on commit e71400d

Please sign in to comment.