summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/shuffle
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-10-28 00:18:36 +0000
committerKarl Berry <karl@freefriends.org>2008-10-28 00:18:36 +0000
commit82c50ef60580b22f3f55e214da923d46ab440d61 (patch)
treee87fa3462538bc553c07bc13eda8a1402f3e1e7c /Master/texmf-dist/tex/latex/shuffle
parentb13eb40acc673c21dc8e9cbfac1fa30cea44bf07 (diff)
new math symbol font shuffle (27oct08)
git-svn-id: svn://tug.org/texlive/trunk@11082 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/shuffle')
-rw-r--r--Master/texmf-dist/tex/latex/shuffle/Ushuffle.fd22
-rw-r--r--Master/texmf-dist/tex/latex/shuffle/shuffle.sty21
2 files changed, 43 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/shuffle/Ushuffle.fd b/Master/texmf-dist/tex/latex/shuffle/Ushuffle.fd
new file mode 100644
index 00000000000..0d7488786e1
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/shuffle/Ushuffle.fd
@@ -0,0 +1,22 @@
+%%
+%% This is file `Ushuffle.fd',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% shuffle.dtx (with options: `Ushuffle')
+%% ----------------------------------------------------------------
+%% A symbol for the shuffle product
+%% Metafont symbol by Julian Gilbey (in public domain)
+%% Documentation by Antoine Lejay
+%% Released in the public domain
+%% ----------------------------------------------------------------
+\ProvidesFile{Ushuffle.fd}%
+\DeclareFontFamily{U}{shuffle}{}
+\DeclareFontShape{U}{shuffle}{m}{n}{%
+<5-8>shuffle7%
+<8->shuffle10%
+}{}
+\endinput
+%%
+%% End of file `Ushuffle.fd'.
diff --git a/Master/texmf-dist/tex/latex/shuffle/shuffle.sty b/Master/texmf-dist/tex/latex/shuffle/shuffle.sty
new file mode 100644
index 00000000000..959b02a1c10
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/shuffle/shuffle.sty
@@ -0,0 +1,21 @@
+%%
+%% This is file `shuffle.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% shuffle.dtx (with options: `package')
+%% ----------------------------------------------------------------
+%% A symbol for the shuffle product
+%% Metafont symbol by Julian Gilbey (in public domain)
+%% Documentation by Antoine Lejay
+%% Released in the public domain
+%% ----------------------------------------------------------------
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{shuffle}[2008/10/27 Shuffle product symbol]
+\DeclareSymbolFont{Shuffle}{U}{shuffle}{m}{n}
+\DeclareMathSymbol\shuffle{\mathbin}{Shuffle}{"001}
+\DeclareMathSymbol\cshuffle{\mathbin}{Shuffle}{"002}
+\endinput
+%%
+%% End of file `shuffle.sty'.