diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/hepthesis/README |
Initial commit
Diffstat (limited to 'macros/latex/contrib/hepthesis/README')
-rw-r--r-- | macros/latex/contrib/hepthesis/README | 20 |
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. |