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 b

⟦99001dcd4⟧ TextFile

    Length: 887 (0x377)
    Types: TextFile
    Names: »biihead.sty«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦this⟧ »latex-style/biihead.sty« 

TextFile

%BIIHEAD.STY  If this is included after \documentstyle{report}, it adds
% an underlined heading style to the LaTeX report style.
% \pagestyle{biiheadings} will put underlined headings at the top
% of each page. The right page headings are the Chapter titles and
% the left page titles are supplied by \def\lefthead{text}.

% Ted Shapin, Dec. 17, 1986

\makeatletter
\def\ps@biiheadings{\let\@mkboth\markboth
\def\@oddhead{\protect\makebox[0pt][l]{\protect\underline
             {\protect\makebox[\textwidth][l]{\sl\rightmark\hfill\rm\thepage}}}}
\def\@oddfoot{}
\def\@evenhead{\protect\makebox[0pt][l]{\protect\underline
              {\protect\makebox[\textwidth][l]
              {\rm\thepage\hfill\sl\lefthead}}}}
\def\lefthead{}
\def\chaptermark##1{\markright {\uppercase{%
\@chapapp\ \thechapter.\ ##1}}}
\def\@evenfoot{}\def\sectionmark##1{}\def\subsectionmark##1{}}
\makeatother