%%%%% %%%%% %% %% overhead.sty - Overhead Transparency SongBook style. %% %% Version 2.4, 30 May, 1996 %% %% Copyright 1992--96 Christopher Rath %% crath@cyberus.ca %% %% You may distribute under the terms of the Artistic License, %% as specified in the relnotes.txt file. %% %% This style file is a companion to the songbook.sty SongBook %% macros. %% %%%%% %%%%% \typeout{Overhead SongBook version 2.4 <30 May 96>} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% %% R E Q U I R E D M A C R O F I L E S %% %% %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% % The SongBook style. %%% \input songbook.sty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% %% S U B - S T Y L E S P E C I F I C S T U F F %% %% %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% % Before doing any font stuff, change the regular sans serif % font to demi-bold condensed. %%% \def\@mss{cmssdc10} %%% % Reset the \baselinestretch. For some reason I'm not getting good % results with the default value. %%% \renewcommand{\baselinestretch}{.9} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% %% L O C A L M A C R O O V E R - R I D E S %% %% %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% % Redefine the overhead.sty indicator. %%% \renewcommand{\Overhead}{\True} %%% % Redefine the Words Only flag to indicate we're in words only mode. %%% \renewcommand{\WordsOnly}{\True} %%% % Font redefinition. First we'll create some \font definitions, and % then we'll use them. %%% \renewcommand{\SBDefaultFont}{\LARGE\bf\sf} \renewcommand{\STitleNumberFont}{\Large\sf} \renewcommand{\STitleFont}{\LARGE\sf} \renewcommand{\CpyRtFont}{\normalsize\rm} \renewcommand{\CpyRtInfoFont}{\normalsize\rm} \renewcommand{\WandMFont}{\normalsize\rm} \renewcommand{\ScriptRefFont}{\normalsize\rm} \renewcommand{\lyricNoteFont}{\normalsize\rm} \renewcommand{\SBChorusTagFont}{\Large\sf} \renewcommand{\SBVerseNumberFont}{\Large\sf} \renewcommand{\SBSectionNumberFont}{\Large\sf} \renewcommand{\SBOccursTagFont}{\Large\sf} \renewcommand{\SBOccursBrktFont}{\huge\sf} %%% % Redefine spacing commands. See note within songbook.sty to discover % why these are LaTeX commands and NOT lengths. %%% \renewcommand{\SpaceAboveSTitle}{0.25in} \renewcommand{\LeftMarginSBVerse}{1.5em} \renewcommand{\LeftMarginSBSection}{1.5em} \renewcommand{\LeftMarginSBChorus}{2em} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% %% P A G E S I Z E D E F I N I T I O N %% %% %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% % The negative \hoffset and \voffset are to overcome the DVI driver % default left and top margins of 1in. %%% \hoffset 0.50in \voffset -0.50in \setlength{\oddsidemargin} { 0.25in} \setlength{\evensidemargin}{ 0.25in} \setlength{\textwidth} { 6.0 in} % The max. that I've found useful. \setlength{\marginparsep} { 0. in} \setlength{\marginparwidth}{ 0. in} \setlength{\columnsep} { 0. in} \setlength{\topmargin} {-0.25in} % Make room for an empty page-head. \setlength{\headheight} { 0.25in} % Make room for an empty page-head. \setlength{\headsep} { 0. in} \setlength{\textheight} { 9.75in} \setlength{\footskip} { 0.2 in} %\setlength{\footheight} { 0.25in} \raggedright \raggedbottom % %%% % End of wordbk.sty file. %%%