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 | |
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')
-rw-r--r-- | Master/texmf-dist/tex/latex/bhcexam/BHCexam.cfg | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/bhcexam/BHCexam.cls | 10 |
2 files changed, 5 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/bhcexam/BHCexam.cfg b/Master/texmf-dist/tex/latex/bhcexam/BHCexam.cfg index 3ab4457814c..7b9fc9689d6 100644 --- a/Master/texmf-dist/tex/latex/bhcexam/BHCexam.cfg +++ b/Master/texmf-dist/tex/latex/bhcexam/BHCexam.cfg @@ -24,10 +24,11 @@ %% This is the configuration file of the BHCexam package with LaTeX2e. %% \ProvidesFile{BHCexam.cfg} - [2014/02/18 v0.3 BHCexam + [2015/10/10 v0.4 BHCexam configuration file] + \def\@biaoti{2011年全国普通高等学校招生统一考试(上海卷)} \def\@fubiaoti{数学(理科)} \def\@zongfen{150} 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} |