summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hletter/hhead.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/hletter/hhead.sty
Initial commit
Diffstat (limited to 'macros/latex/contrib/hletter/hhead.sty')
-rw-r--r--macros/latex/contrib/hletter/hhead.sty47
1 files changed, 47 insertions, 0 deletions
diff --git a/macros/latex/contrib/hletter/hhead.sty b/macros/latex/contrib/hletter/hhead.sty
new file mode 100644
index 0000000000..8a53cb9a59
--- /dev/null
+++ b/macros/latex/contrib/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