blob: 6ae2d0caf49ba2d4c4ab4c826e63f7f0a50b5fd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
%%
%% 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}
|