Move draft up to snhu.sty
This commit is contained in:
parent
6556353049
commit
a98b9ed6ca
7
SNHU.sty
7
SNHU.sty
|
@ -92,6 +92,13 @@
|
|||
\noindent\textbf{Part (#1)}%
|
||||
}
|
||||
|
||||
% Enable, or Disable showing a DRAFT watermark
|
||||
\newcommand{\showdraft}{%
|
||||
\usepackage{draftwatermark}
|
||||
\SetWatermarkText{DRAFT}
|
||||
\SetWatermarkScale{5}
|
||||
\SetWatermarkColor[gray]{0.8}
|
||||
}
|
||||
|
||||
% Default revision command
|
||||
\providecommand{\revision}[1]{
|
||||
|
|
10
monk.sty
10
monk.sty
|
@ -1,7 +1,7 @@
|
|||
% monk.sty - Custom style file for Professor Monk's coursework
|
||||
|
||||
% Version variable
|
||||
\def\monkversion{v1.8}
|
||||
\def\monkversion{v1.9}
|
||||
|
||||
\usepackage {snhu}
|
||||
\ProvidesPackage{monk}[\monkversion Custom package for Professor Monk]
|
||||
|
@ -84,14 +84,6 @@
|
|||
\fi%
|
||||
}
|
||||
|
||||
% This is just to make it easier to configure/disable the draft mode with a toggle
|
||||
\newcommand{\showdraft}{%
|
||||
\usepackage{draftwatermark}
|
||||
\SetWatermarkText{DRAFT}
|
||||
\SetWatermarkScale{5}
|
||||
\SetWatermarkColor[gray]{0.8}
|
||||
}
|
||||
|
||||
% Custom version command to print revision and compile date in footer
|
||||
\renewcommand{\revision}[2][false]{
|
||||
\clearpage
|
||||
|
|
Loading…
Reference in New Issue