bind9/doc/tex/notestyle.sty
2019-06-07 08:37:22 +02:00

21 lines
473 B
TeX

%%
%% This style is derivated from the docbook one
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{notestyle}[]
%% Just use the original package and pass the options
\RequirePackageWithOptions{db2latex}
%% My Cover Page
\def\maketitle{%
}
%% Suppress header
\fancyhead{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% following two lines for no indenting paragraphs and spacing between
\setlength\parskip{\medskipamount}
\setlength\parindent{0pt}