summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-13 00:10:35 +0000
committerKarl Berry <karl@freefriends.org>2006-01-13 00:10:35 +0000
commit5c4f5ca5fe4d503f532430a3c0830206b1359f1f (patch)
treeea203386f4d0f44a8512fd5805f98bba78d1241d /Master
parentc7dcfc8388ddba2077a2c739c3df6a99c39909dd (diff)
underlin
git-svn-id: svn://tug.org/texlive/trunk@1427 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/tex/latex/underlin/underlin.sty35
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'.