summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-12-24 01:42:57 +0000
committerKarl Berry <karl@freefriends.org>2007-12-24 01:42:57 +0000
commit8ab093c92e85c53f1461bf5d4be671b5c884e096 (patch)
tree6c7d86dcdd99334ac0c0aed18a4f919f05f1af1a
parent2728af3b6fc64eecd6e37d2998b687920c2401fc (diff)
susy (26oct06)
git-svn-id: svn://tug.org/texlive/trunk@5856 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/susy/README6
-rw-r--r--Master/texmf-dist/doc/latex/susy/susy.pdfbin0 -> 63413 bytes
-rw-r--r--Master/texmf-dist/tex/latex/susy/susy.sty65
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rw-r--r--Master/tlpkg/tlpsrc/collection-science.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/susy.tlpsrc2
6 files changed, 75 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/susy/README b/Master/texmf-dist/doc/latex/susy/README
new file mode 100644
index 00000000000..661f6f4a182
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/susy/README
@@ -0,0 +1,6 @@
+This material contains some commands to make easier writing about supersymmetry.
+
+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.
+
+See susy.pdf for instructions.
diff --git a/Master/texmf-dist/doc/latex/susy/susy.pdf b/Master/texmf-dist/doc/latex/susy/susy.pdf
new file mode 100644
index 00000000000..b61861e291f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/susy/susy.pdf
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/susy/susy.sty b/Master/texmf-dist/tex/latex/susy/susy.sty
new file mode 100644
index 00000000000..1e84a003b7b
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/susy/susy.sty
@@ -0,0 +1,65 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% SuSy TeX package %
+% by: Emmanuel Turlay %
+% turlay@lal.in2p3.fr %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+%Installation
+%------------
+%
+%cd to where you downloaded the package
+% $tar xvzf susy.tar.gz
+%
+%As super-user do
+% $mv susy /usr/share/texmf/tex/latex/
+% $texhash
+%
+%You are ready to roll.
+
+
+%%%%%%%%%%%Sfermions
+\newcommand{\sfer}[1][]{{\tilde f_{#1}}}
+%%%%%%Squarks
+\newcommand{\sqk}[1][]{{\tilde q_{#1}}}
+\newcommand{\squ}[1][]{{\tilde u_{#1}}}
+\newcommand{\sqd}[1][]{{\tilde d_{#1}}}
+\newcommand{\sqc}[1][]{{\tilde c_{#1}}}
+\newcommand{\sqs}[1][]{{\tilde s_{#1}}}
+\newcommand{\sqt}[1][]{{\tilde t_{#1}}}
+\newcommand{\sqb}[1][]{{\tilde b_{#1}}}
+%%%%%%Sleptons
+\newcommand{\slep}[1][]{{\tilde l_{#1}}}
+\newcommand{\sle}[1][]{{\tilde e_{#1}}}
+\newcommand{\slmu}[1][]{{\tilde\mu_{#1}}}
+\newcommand{\sltau}[1][]{{\tilde\tau_{#1}}}
+\newcommand{\slneu}[1][]{{\tilde\nu_{#1}}}
+
+\newcommand{\tbeta}{{\tan\beta}}
+
+%%%%%%%%%%%Higgs sector
+%%%%%%Higgs
+\newcommand{\Hu}[1][]{{H_u^{#1}}}
+\newcommand{\Hd}[1][]{{H_d^{#1}}}
+%%%%%%Higgsinos
+\newcommand{\Ho}[1][]{{\tilde H^{#1}}}
+\newcommand{\Hou}[1][]{{\tilde H_u^{#1}}}
+\newcommand{\Hod}[1][]{{\tilde H_d^{#1}}}
+
+%%%%%%%%%%%Gauginos
+%%%%%%Gluinos
+\newcommand{\go}{{\tilde g}}
+%%%%%%Winos
+\newcommand{\Wo}{{\tilde W}}
+%\newcommand{\Wo+}{{\tilde W^+}}
+%\newcommand{\Wo-}{{\tilde W^-}}
+%%%%%%Zinos
+\newcommand{\Zo}{{\tilde Z}}
+%\newcommand{\Zo0}{{\tilde Z^0}}
+%%%%%%Photino
+\newcommand{\pho}{{\tilde\gamma}}
+%%%%%%%%%%%Neutralinos/Charginos
+\newcommand{\No}[1][]{{\chi^0_{#1}}}
+\newcommand{\Co}[1][]{{\chi^\pm_{#1}}}
+\newcommand{\Cop}[1][]{{\chi^+_{#1}}}
+\newcommand{\Com}[1][]{{\chi^-_{#1}}}
+
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 334ca05d8c0..d6dafd785a1 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -156,7 +156,7 @@ my @WorkingTLP = qw(
ssqquote stack stage stdclsdv stdpage stellenbosch struktex
sttools stubs subdepth subeqn subeqnarray
subfig subfigure subfloat substr sudoku sudokubundle sugconf
- supertabular Susy svgcolor svn svn-multi svninfo
+ supertabular susy svgcolor svn svn-multi svninfo
swebib syntax synproof syntrace synttree
t-angles Tabbing tableaux tabulary tabvar talk tamethebeast
ted templates-fenn templates-sommer tengwarscript
diff --git a/Master/tlpkg/tlpsrc/collection-science.tlpsrc b/Master/tlpkg/tlpsrc/collection-science.tlpsrc
index 11cd4de9621..cc4e36c8313 100644
--- a/Master/tlpkg/tlpsrc/collection-science.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-science.tlpsrc
@@ -42,6 +42,7 @@ depend scientificpaper
depend sciposter
depend sfg
depend struktex
+depend susy
depend t-angles
depend textopo
depend unitsdef
diff --git a/Master/tlpkg/tlpsrc/susy.tlpsrc b/Master/tlpkg/tlpsrc/susy.tlpsrc
new file mode 100644
index 00000000000..60d3c8b0067
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/susy.tlpsrc
@@ -0,0 +1,2 @@
+name susy
+category Package