|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T b
Length: 887 (0x377) Types: TextFile Names: »biihead.sty«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦this⟧ »latex-style/biihead.sty«
%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