diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-12 18:03:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-12 18:03:34 +0000 |
commit | 571a59707cdc614327b51de4a2494eddf9410042 (patch) | |
tree | 367f82656d2835ca3a2de3e2994e0cb411f8b65a /Master/texmf-dist/doc/latex/hepthesis/example/thesis.cls | |
parent | df62587ee85aba2109d6ff1efee005af5b626ac1 (diff) |
hepthesis update (11jul08)
git-svn-id: svn://tug.org/texlive/trunk@9483 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hepthesis/example/thesis.cls')
-rw-r--r-- | Master/texmf-dist/doc/latex/hepthesis/example/thesis.cls | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/Master/texmf-dist/doc/latex/hepthesis/example/thesis.cls b/Master/texmf-dist/doc/latex/hepthesis/example/thesis.cls deleted file mode 100644 index 46781ce9e08..00000000000 --- a/Master/texmf-dist/doc/latex/hepthesis/example/thesis.cls +++ /dev/null @@ -1,29 +0,0 @@ -\ProvidesClass{thesis} -%% For normal draft builds -\LoadClass[hyperpdf,nobind,draft,sftitles,twoside]{hepthesis} -%% For short draft builds (breaks citations by necessity) -%\LoadClass[hyperpdf,nobind,draft,hidefrontback]{hepthesis} -%% For Cambridge soft-bound version -%\LoadClass[hyperpdf,bindnopdf]{hepthesis} -%% For Cambridge hard-bound version (must be one-sided) -%\LoadClass[hyperpdf,oneside]{hepthesis} - -%% ------------------------------------- -%% Standard packages -%% ------------------------------------- -\RequirePackage{cite} -%\RequirePackage{morefloats} -\RequirePackage{mathrsfs} % script font -\RequirePackage{afterpage} - -%% Using Babel allows other languages to be used and mixed-in easily -\RequirePackage[ngerman,english]{babel} -\selectlanguage{english} - -%% Quotes in different languages are different. -%% Using \enquote{bla} automatically uses the correct quotes -%% according to the Babel language that is set -\RequirePackage[babel]{csquotes} - -%% Subfigures - note subfig is incompatible with ccaption -\RequirePackage{subfig} |