summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbarticle.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-10-29 20:44:55 +0000
committerKarl Berry <karl@freefriends.org>2020-10-29 20:44:55 +0000
commit2847576a30d6c1ef98a6455f235f3963891612de (patch)
tree8027e3e9bbce1b4df1be66799badf5ddbfcabb19 /Master/texmf-dist/tex/latex/hagenberg-thesis/hgbarticle.cls
parent7014c985473247fb8dda8168d241fbc2786ebda6 (diff)
hagenberg-thesis (29oct20)
git-svn-id: svn://tug.org/texlive/trunk@56798 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hagenberg-thesis/hgbarticle.cls')
-rw-r--r--Master/texmf-dist/tex/latex/hagenberg-thesis/hgbarticle.cls14
1 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbarticle.cls b/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbarticle.cls
index 00797a09d81..9ca159d9716 100644
--- a/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbarticle.cls
+++ b/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbarticle.cls
@@ -8,7 +8,7 @@
%% Package Information --------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{hgbarticle}[2019/05/11]
+\ProvidesClass{hgbarticle}[2020/10/29]%%AUTO
\RequirePackage{xifthen}
@@ -20,11 +20,13 @@
%% Handling class options --------------------------------------------------------------
\DeclareOption{twocolumn}{\PassOptionsToClass{\CurrentOption}{article}}
-\DeclareOption{english}{\PassOptionsToPackage{\CurrentOption}{hgb}}
-\DeclareOption{german}{\PassOptionsToPackage{\CurrentOption}{hgb}}
-\DeclareOption{smartquotes}{\PassOptionsToPackage{\CurrentOption}{hgb}}
-\DeclareOption*{\ClassWarning{hgbarticle}{Unknown document option '\CurrentOption'.}}
-\ProcessOptions
+%\DeclareOption{english}{\PassOptionsToPackage{\CurrentOption}{hgb}}
+%\DeclareOption{german}{\PassOptionsToPackage{\CurrentOption}{hgb}}
+%\DeclareOption{smartquotes}{\PassOptionsToPackage{\CurrentOption}{hgb}}
+%\DeclareOption*{\ClassWarning{hgbreport}{Unknown document option '\CurrentOption'.}}
+% pass all other options to hgb.sty
+\DeclareOption*{\PassOptionsToPackage{\CurrentOption}{hgb}}
+\ProcessOptions*
%% Paper options and style file -----------------------------------------------