From 7018d13480dbfc9c66b1711b62aa13be1c7e2c16 Mon Sep 17 00:00:00 2001 From: Joseph Timothy Foley Date: Thu, 3 Feb 2022 14:33:57 +0000 Subject: [PATCH] Package not Class --- ruthesis.sty | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ruthesis.sty b/ruthesis.sty index 0de7e62..4faa5e5 100644 --- a/ruthesis.sty +++ b/ruthesis.sty @@ -37,14 +37,13 @@ \newbool{proof} -%% ---------------- Declaration of Class Options-------------------- -%% Remember that we have \AtEndOfClass{},\AtEndOfPackage{} +%% ---------------- Declaration of Package Options-------------------- +%% Remember that we have \AtEndOfPackage{} %% \AtBeginDocument{}, \AtEndDocument{} %% If you want execution conditional on file existence %% \IfFileExists{filename}{true}{false} %% \InputIfFileExists{filename}{true}{false} %% For error reporting -%% \ClassError{class-name}{error-text}{help-text} %% \PackageError{class-name}{error-text}{help-text} % Generalized settings