summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-12-12 22:36:12 +0000
committerKarl Berry <karl@freefriends.org>2017-12-12 22:36:12 +0000
commit0d506032e13fe359b86f88075101ad84924f22f6 (patch)
tree2a06ebb49e43dd817b3760047914b2baec21428c
parentcf142719d340fd8fd648781340d6bcbb9db6820d (diff)
hepthesis (12dec17)
git-svn-id: svn://tug.org/texlive/trunk@46054 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/hepthesis/ChangeLog6
-rw-r--r--Master/texmf-dist/doc/latex/hepthesis/example/example.pdfbin380181 -> 380172 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hepthesis/hepthesis.pdfbin217759 -> 217653 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hepthesis/hepthesis.tex2
-rw-r--r--Master/texmf-dist/tex/latex/hepthesis/hepthesis.cls2
5 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/hepthesis/ChangeLog b/Master/texmf-dist/doc/latex/hepthesis/ChangeLog
index 5ce44c910cc..49b10cde8b2 100644
--- a/Master/texmf-dist/doc/latex/hepthesis/ChangeLog
+++ b/Master/texmf-dist/doc/latex/hepthesis/ChangeLog
@@ -1,3 +1,9 @@
+2017-12-11 Andy Buckley <andy.buckley@cern.ch>
+
+ * 1.5.2 release.
+
+ * Fix accidental 12pt override of user-specified font-size options.
+
2017-09-20 Andy Buckley <andy.buckley@cern.ch>
* 1.5.1 release.
diff --git a/Master/texmf-dist/doc/latex/hepthesis/example/example.pdf b/Master/texmf-dist/doc/latex/hepthesis/example/example.pdf
index 1f1c688dc23..f097575d283 100644
--- a/Master/texmf-dist/doc/latex/hepthesis/example/example.pdf
+++ b/Master/texmf-dist/doc/latex/hepthesis/example/example.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/hepthesis/hepthesis.pdf b/Master/texmf-dist/doc/latex/hepthesis/hepthesis.pdf
index 8aabf61cce1..c6a6f48b0b5 100644
--- a/Master/texmf-dist/doc/latex/hepthesis/hepthesis.pdf
+++ b/Master/texmf-dist/doc/latex/hepthesis/hepthesis.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/hepthesis/hepthesis.tex b/Master/texmf-dist/doc/latex/hepthesis/hepthesis.tex
index 94b113adafb..b4c34eff918 100644
--- a/Master/texmf-dist/doc/latex/hepthesis/hepthesis.tex
+++ b/Master/texmf-dist/doc/latex/hepthesis/hepthesis.tex
@@ -11,7 +11,7 @@
\setlength{\fboxsep}{10pt}
\addtolength{\fboxrule}{0.6\fboxrule}
-\newcommand{\hepthesisversion}{v1.5.1}
+\newcommand{\hepthesisversion}{v1.5.2}
\author{Andy Buckley, \texttt{andy@insectnation.org}}
\title{hepthesis \hepthesisversion \\ \smaller A class for typesetting academic theses}
diff --git a/Master/texmf-dist/tex/latex/hepthesis/hepthesis.cls b/Master/texmf-dist/tex/latex/hepthesis/hepthesis.cls
index fca6c856a38..a430515657c 100644
--- a/Master/texmf-dist/tex/latex/hepthesis/hepthesis.cls
+++ b/Master/texmf-dist/tex/latex/hepthesis/hepthesis.cls
@@ -215,7 +215,7 @@
%% ========================================================================
%% Base class
-\LoadClass[12pt,chapterprefix]{scrbook}
+\LoadClass[chapterprefix]{scrbook}
%% Use wide format if using A4 paper
\ifx\@requireAFourWide\@empty\else\RequirePackage{a4wide}\fi