diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/latex/underlin/underlin.sty | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/underlin/underlin.sty b/Master/texmf-dist/tex/latex/underlin/underlin.sty new file mode 100644 index 00000000000..09112d74a55 --- /dev/null +++ b/Master/texmf-dist/tex/latex/underlin/underlin.sty @@ -0,0 +1,35 @@ +%% +%% This is file `underlin.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% underlin.dtx (with options: `package') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% You are *not* allowed to modify this file. +%% +%% You are *not* allowed to distribute this file. +%% For distribution of the original source see +%% the terms for copying and modification in the file underlin.dtx. +%% +%% File: histogr.dtx Copyright (C) 1987-1997 Rainer Sch\"opf +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{underlin} + [1997/02/16 v1.01 underlined running head (RmS)] +\def\ps@underline{\ps@headings + \def\@evenhead{\thepage\hfil\slshape\leftmark\null + \vadjust{\vskip .3ex\hrule}}% + \def\@oddhead{\null{\slshape \rightmark}\hfil\thepage + \vadjust{\vskip .3ex\hrule}}} +\def\ps@myunderline{\ps@myheadings + \def\@oddhead{\null{\slshape\rightmark}\hfil + \rm\thepage\vadjust{\vskip .3ex\hrule}}% + \def\@evenhead{\thepage\hfil\slshape \leftmark \null + \vadjust{\vskip .3ex\hrule}}} +\endinput +%% +%% End of file `underlin.sty'. |