bind9/doc/tex/notestyle.sty
Evan Hunt cb2b92bcd0 [v9_10] upgrade doc toolchain
4237.	[doc]		Upgraded documentation toolchain to use DocBook 5
			and dblatex. [RT #40766]
2015-10-05 22:00:42 -07:00

17 lines
341 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}