From c144f631148fc20d9c33eda228ef0207e1af3713 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 7 Nov 2011 23:28:09 +0000 Subject: new latex package hletter 4.1 (7nov11) git-svn-id: svn://tug.org/texlive/trunk@24534 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/hletter/hhead.sty | 47 +++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/hletter/hhead.sty (limited to 'Master/texmf-dist/tex/latex/hletter/hhead.sty') 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 -- cgit v1.2.3