DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T s

⟦447082f30⟧ TextFile

    Length: 1501 (0x5dd)
    Types: TextFile
    Names: »showidx.sty«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« 
        └─⟦036c765ac⟧ 
            └─⟦this⟧ »TeX3.0/LaTeX/LaTeXmacros/showidx.sty« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« 
        └─⟦c58930e5c⟧ 
            └─⟦this⟧ »TeX3.14/LaTeX/LaTeXmacros/showidx.sty« 

TextFile

% showidx.sty 11-Oct-89

\newinsert\@margin
\newinsert\indexbox
\dimen\indexbox=\maxdimen
\def\@showidx#1{\insert\indexbox{\small 
 \hsize\marginparwidth 
 \hangindent\marginparsep \parindent\z@ 
 \everypar{}\let\par\@@par \parfillskip\@flushglue 
 \lineskip\normallineskip 
 \baselineskip .8\normalbaselineskip\sloppy
 \raggedright \leavevmode 
 \vrule height .7\normalbaselineskip width \z@\relax
 #1\relax\vrule
 height \z@ depth .3\normalbaselineskip width \z@}}
\def\@leftidx{\hskip-\marginparsep \hskip-\marginparwidth}
\def\@rightidx{\hskip\columnwidth \hskip\marginparsep}
\def\@mkidx{\vbox to 0pt{\hbox{\if@twocolumn
 \if@firstcolumn \@leftidx \else \@rightidx \fi
 \else \if@twoside \ifodd\c@page \@rightidx 
 \else \@leftidx \fi 
 \else \@rightidx \fi
 \fi
 \box\indexbox}\vss}}
\def\raggedbottom{\def\@textbottom{\vskip 
 \z@ plus.0001fil}\let\@texttop\@mkidx}
\def\flushbottom{\let\@textbottom\relax \let\@texttop\@mkidx}

\def\@wrindex#1#2{\let\thepage\relax
 \xdef\@gtempa{\write#1{\string
 \indexentry{#2}{\thepage}}}\endgroup\@gtempa
 \@showidx{#2}\if@nobreak \ifvmode\nobreak\fi\fi\@esphack}
\def\@index#1{\@showidx{#1}\endgroup\@esphack}

\def\index{\@bsphack\begingroup\@sanitize\catcode"20=10\relax\@index}
\def\makeindex{\if@filesw \newwrite\@indexfile
 \immediate\openout\@indexfile=\jobname.idx
 \def\index{\@bsphack\begingroup
 \def\protect####1{\string####1\space}\@sanitize
 \catcode"20=10 \@wrindex\@indexfile}\typeout
 {Writing index file \jobname.idx }\fi}
\flushbottom