[pdftex] Sequence of beads in article threads

Andreas Matthias amat at kabsi.at
Tue Apr 3 19:20:07 CEST 2001


In the following example the beads of the article thread
are connected in this sequence:

1.Bead
3.Bead
2.Bead

Is it possible to connect the beads in another sequence?
E.g.:

1.Bead
2.Bead
3.Bead

Ciao
Andreas


\documentclass[a4paper]{article}

\begin{document}
\Huge
\setlength{\unitlength}{1pt}
\setlength{\parindent}{0pt}
\def\hori{300}
\def\vert{100}

\pdfthread width \hori pt height0pt depth \vert pt
           name {testing}
\begin{picture}(\hori,\vert)
\framebox(\hori,\vert){1. Bead}
\end{picture}

\newpage
\pdfthread width \hori pt height0pt depth \vert pt
           name {testing}
\begin{picture}(\hori,\vert)
\framebox(\hori,\vert){3. Bead}
\end{picture}

\newpage
\pdfthread width \hori pt height0pt depth \vert pt
           name {testing}
\begin{picture}(\hori,\vert)
\framebox(\hori,\vert){2. Bead}
\end{picture}

\end{document}





More information about the pdftex mailing list