summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hletter/hhead.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-11-07 23:28:09 +0000
committerKarl Berry <karl@freefriends.org>2011-11-07 23:28:09 +0000
commitc144f631148fc20d9c33eda228ef0207e1af3713 (patch)
tree2a321b12ac1b2df2065d4b7cd339c37061933465 /Master/texmf-dist/tex/latex/hletter/hhead.sty
parent8f90b562b952a727453b13d8316c582285e9a312 (diff)
new latex package hletter 4.1 (7nov11)
git-svn-id: svn://tug.org/texlive/trunk@24534 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hletter/hhead.sty')
-rw-r--r--Master/texmf-dist/tex/latex/hletter/hhead.sty47
1 files changed, 47 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/hletter/hhead.sty b/Master/texmf-dist/tex/latex/hletter/hhead.sty
new file mode 100644
index 00000000000..8a53cb9a59a
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/hletter/hhead.sty
@@ -0,0 +1,47 @@
+%%
+%% This is file `hhead.sty' which is part of the hletter package
+%%
+%% Copyright (C) 2011 Brian Housley
+%%
+%% It may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.2
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%    http://www.latex-project.org/lppl.txt
+%% and version 1.2 or later is part of all distributions of LaTeX
+%% version 1999/12/01 or later.
+%%
+%% Problems, bugs and comments to
+%% brian.housley@gcs.ch
+%%
+
+% hhead style -- Released 02nd. July, 2009
+% produces a head on the current page using the \head{ln} command:
+%
+\NeedsTeXFormat{LaTeX2e}[1995/12/01]
+
+\ProvidesPackage{hhead}[2009/07/02 v2.4 Brian heading class]
+
+\typeout{hhead style V2.4 <02/07/2009> hsy}
+
+\newif\ifhlet \hletfalse
+\newcommand*{\sign}[2][]{}
+\newcommand*{\address}[1]{}
+
+\newcount\hl@bar
+\def\barlength#1{\dimen255=#1 \hl@bar=\dimen255%
+ \global\divide\hl@bar by\unitlength
+ \global\divide\hl@bar by2}
+
+\input hsetup.sty
+
+\barlength{180mm}
+
+%
+\if@twocolumn
+\newcommand{\heading}[1][\@empty]{\twocolumn[\dohead{#1}{\@empty}{\@empty}{\@empty}\setcounter{page}{1}]}\else
+\newcommand{\heading}[1][\@empty]{\dohead{#1}{\@empty}{\@empty}{\@empty}\setcounter{page}{1}}\fi
+
+\endinput
+%
+% end of file HHEAD.STY