From 82c50ef60580b22f3f55e214da923d46ab440d61 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 28 Oct 2008 00:18:36 +0000 Subject: new math symbol font shuffle (27oct08) git-svn-id: svn://tug.org/texlive/trunk@11082 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/shuffle/Ushuffle.fd | 22 ++++++++++++++++++++++ Master/texmf-dist/tex/latex/shuffle/shuffle.sty | 21 +++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/shuffle/Ushuffle.fd create mode 100644 Master/texmf-dist/tex/latex/shuffle/shuffle.sty (limited to 'Master/texmf-dist/tex/latex/shuffle') 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'. -- cgit v1.2.3