summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hepthesis/README
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/hepthesis/README')
-rw-r--r--macros/latex/contrib/hepthesis/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/macros/latex/contrib/hepthesis/README b/macros/latex/contrib/hepthesis/README
new file mode 100644
index 0000000000..23c56dba62
--- /dev/null
+++ b/macros/latex/contrib/hepthesis/README
@@ -0,0 +1,20 @@
+hepthesis LaTeX class, by Andy Buckley <andy@insectnation.org>
+--------------------------------------------------------------
+
+hepthesis is a LaTeX class for typesetting large academic reports,
+in particular PhD theses. It was originally developed for typesetting
+a high-energy physics PhD thesis and includes some features
+specifically tailored to that application.
+
+The basic usage is to place
+\documentclass{hepthesis}
+in the preamble of your document. If you're feeling sophisticated,
+then you can make your own document class based on hepthesis by placing
+\LoadClass{hepthesis}
+in your own class definition file.
+
+Please see hepthesis.pdf for detailed documentation. And have fun :-)
+
+This material is subject to the LaTeX Project Public License.
+See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for
+the details of that license.