diff options
author | Karl Berry <karl@freefriends.org> | 2015-12-07 22:21:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-12-07 22:21:44 +0000 |
commit | 8c1327256a3343e32ed31678b9dc84ae4fd38644 (patch) | |
tree | a138eb68277f8dd56b1de2fb079fa0de7208fe57 /Master/texmf-dist/tex/latex/bhcexam/BHCexam.cls | |
parent | 7b6f2d40e5ceee3427a6050b2f6b159fd03b002a (diff) |
bhcexam (7dec15)
git-svn-id: svn://tug.org/texlive/trunk@39041 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bhcexam/BHCexam.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/bhcexam/BHCexam.cls | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/bhcexam/BHCexam.cls b/Master/texmf-dist/tex/latex/bhcexam/BHCexam.cls index 7601b184e34..c1c426da49a 100644 --- a/Master/texmf-dist/tex/latex/bhcexam/BHCexam.cls +++ b/Master/texmf-dist/tex/latex/bhcexam/BHCexam.cls @@ -49,12 +49,10 @@ %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesClass{BHCexam} - [2014/02/18 v0.3 BHCexam + [2015/10/10 v0.4 BHCexam document class] -\input{ctex-common-opts.def} -\input{ctex-class-opts.def} -\input{ctex-caption-opts.def} + \newif\if@sixteenkpaper \@sixteenkpaperfalse \DeclareOption{16kpaper}{\@sixteenkpapertrue} \newif\if@marginline \@marginlinefalse @@ -68,9 +66,7 @@ \DeclareOption*{\PassOptionsToClass{\CurrentOption}{exam}} \ProcessOptions \LoadClass[addpoints]{exam} -\input{ctex-common.def} -\input{ctex-caption.def} -\input{ctex-class.def} +\RequirePackage{ctex} \RequirePackage{ifpdf,ifxetex} \RequirePackage{amsmath,amssymb,amsthm,bm,bbding,pifont,dsfont} \RequirePackage{mathtools} |