summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hep-paper/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-01-14 03:00:43 +0000
committerNorbert Preining <norbert@preining.info>2020-01-14 03:00:43 +0000
commitb3225c4301e7724de481f410444fef5463799b9d (patch)
tree537c4ee5a5bda1ac7ea14c96cb3fcc453061ecd6 /macros/latex/contrib/hep-paper/README.md
parentd8d4c8c20f235a6610baf22bea580063cc19e9a6 (diff)
CTAN sync 202001140300
Diffstat (limited to 'macros/latex/contrib/hep-paper/README.md')
-rw-r--r--macros/latex/contrib/hep-paper/README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/macros/latex/contrib/hep-paper/README.md b/macros/latex/contrib/hep-paper/README.md
new file mode 100644
index 0000000000..9479966148
--- /dev/null
+++ b/macros/latex/contrib/hep-paper/README.md
@@ -0,0 +1,21 @@
+# README for the hep-paper package
+
+A LaTeX package for publications in High Energy Physics
+
+## Introduction
+
+The hep-paper package aims to provide a single style file containing most configurations and macros necessary to write appealing publications in High Energy Physics.
+Instead of reinventing the wheel by introducing newly created macros hep-paper preferably loads third party packages as long as they are light weight enough.
+For usual publications it is enough to load additionally to the article class without optional arguments only the hep-paper package.
+
+ \documentclass{article}
+ \usepackage{hep-paper}
+
+## Author
+
+Jan Hajer
+
+## License
+
+This file may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3c of this license or (at your option) any later version.
+The latest version of this license is in http://www.latex-project.org/lppl.txt and version 1.3c or later is part of all distributions of LaTeX version 2005/12/01 or later.