%%%%% %%%%% %% %% wordbk.sty - Words Only 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{Words Only 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 standard LaTeX twocolumn style. %%% \input twocolumn.sty %%% % The SongBook style. %%% \input songbook.sty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% %% L O C A L M A C R O O V E R - R I D E S %% %% %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% % Redefine the wordbk.sty indicator. %%% \renewcommand{\WordBk}{\True} %%% % Redefine the Words Only flag to indicate we're in words only mode. %%% \renewcommand{\WordsOnly}{\True} %%% % Redefine the Eject After Every Song flag to indicate that we don't % want a page eject after every song. %%% \renewcommand{\SongEject}{\False} %%% % Font redefinition. %%% \renewcommand{\SBDefaultFont}{\normalsize} \font\mySTNFont=cmtt12 at 17pt \renewcommand{\STitleNumberFont}{\mySTNFont} %%\renewcommand{\STitleFont}{\bf\sf} \renewcommand{\CpyRtFont}{\scriptsize} %%\renewcommand{\CpyRtInfoFont}{\tiny\sf} \renewcommand{\WandMFont}{\scriptsize} \renewcommand{\ScriptRefFont}{\scriptsize} %%\renewcommand{\ChFont}{\bf\sf} %%\renewcommand{\lyricNoteFont}{\footnotesize\sf} %%\renewcommand{\SBChorusTagFont}{\small\bf\sf} %%\renewcommand{\SBVerseNumberFont}{\small\bf\sf} %%\renewcommand{\SBSectionNumberFont}{\small\bf\sf} %%\renewcommand{\SBOccursTagFont}{\small\bf\sf} \renewcommand{\SBOccursBrktFont}{\large\bf\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 -1.00in \voffset -0.50in \setlength{\oddsidemargin} { .95in} \setlength{\evensidemargin}{ .3 in} \setlength{\textwidth} {7.1 in} \setlength{\marginparsep} {0. in} \setlength{\marginparwidth}{0. in} \setlength{\columnsep} { .2 in} \setlength{\topmargin} {0. in} \setlength{\headheight} { .2 in} \setlength{\headsep} { .4 in} \setlength{\textheight} {9. in} \setlength{\footskip} { .4 in} %\setlength{\footheight} { .2 in} \raggedright % %%% % End of wordbk.sty file. %%%