From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/hletter/hhead.sty | 47 ++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 macros/latex/contrib/hletter/hhead.sty (limited to 'macros/latex/contrib/hletter/hhead.sty') 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 -- cgit v1.2.3