diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-31 00:26:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-31 00:26:06 +0000 |
commit | 987f9f45ed7155a825fee4b8f9fce1364bf7bb16 (patch) | |
tree | de9ecec27da4806b2cd136129eeb5ee6fb9f4aa1 /Master/texmf-dist/tex/latex/hepnames/hepnames.sty | |
parent | 88c8d97374df828df745a4870ea45fe60bd20489 (diff) |
new latex package hepnames (28jul08)
git-svn-id: svn://tug.org/texlive/trunk@9912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hepnames/hepnames.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/hepnames/hepnames.sty | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/hepnames/hepnames.sty b/Master/texmf-dist/tex/latex/hepnames/hepnames.sty new file mode 100644 index 00000000000..fd147a3e1ac --- /dev/null +++ b/Master/texmf-dist/tex/latex/hepnames/hepnames.sty @@ -0,0 +1,44 @@ +%% hepnames.sty --- standard predefined high energy particle names +%% +%% This package is a wrapper to the hepnicenames and heppennames packages, +%% primarily because the pair of packages as a whole are called hepnames +%% and it's less of a mouthful. Plus, I imagine that anyone who's interested +%% in using this package will prefer the ``nicenames'' scheme over PEN, +%% historical precendent notwithstanding! +%% +%% Author: Andy Buckley <andy@insectnation.org> +%% +%% 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. +%% +%% ------------------------------------------------------------- + +\def\fileversion{1.4} +\def\filedate{2007/03/07} +\ProvidesPackage{hepnames}[\filedate\space Pre-defined HEP particle symbols (version \fileversion)] +\NeedsTeXFormat{LaTeX2e} +\RequirePackage{hepnicenames} +\RequirePackage{heppennames} + +%% Declare package options: map directly on to options in hepnicenames +\DeclareOption{italic}{% + \PassOptionsToPackage{italic}{hepnicenames}% +} +\DeclareOption{itforce}{% + \PassOptionsToPackage{itforce}{hepnicenames}% +} +\DeclareOption{maybess}{% + \PassOptionsToPackage{maybess}{hepnicenames}% +} +\DeclareOption{noss}{% + \PassOptionsToPackage{noss}{hepnicenames}% +} +%% Process package options +\ProcessOptions + +%% For referencing this package +\DeclareRobustCommand{\hepnames}{\texttt{hepnames}\xspace} + +%% Just for completeness... +\endinput |