mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 02:42:33 -05:00
17 lines
341 B
TeX
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}
|