diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/mathspic')
-rw-r--r-- | Master/texmf-dist/tex/latex/mathspic/mathspic.sty | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/mathspic/mathspic.sty b/Master/texmf-dist/tex/latex/mathspic/mathspic.sty new file mode 100644 index 00000000000..0efe40d968c --- /dev/null +++ b/Master/texmf-dist/tex/latex/mathspic/mathspic.sty @@ -0,0 +1,40 @@ +%% +%% This is file `mathspic.sty', +%% February 2005 +%% +%% (c) copyright 2004-2005 A Syropoulos & RWD Nickalls +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License Distributed from CTAN +%% archives in directory macros/latex/base/lppl.txt; either +%% version 1 of the License, or any later version. +%% +%% Please report errors or suggestions for improvement to +%% +%% Apostolos Syropoulos Dick Nickalls +%% apostolo@obelix.ee.duth.gr dicknickalls@compuserve.com +%% +\wlog{Package `mathspic' A Syropoulos & RWD Nickalls (Feb 2005)}% +\typeout{Loading mathsPIC package (c) RWD Nickalls & A Syropoulos 01/02/2005}% +\ProvidesFile{mathspic.sty}% + [2005/02/01 v1.0 Package `mathspic.sty']% +\def\fileversion{1.0} +\def\filedate{2005/02/01} +\ifx\fiverm\undefined + \newfont\fiverm{cmr5} +\fi +\let\Linethickness\linethickness% +%%----------mathsPIC logos--------------------- +\newcommand{\mathsPIC}{\textsf{mathsPIC}} +\newcommand{\MathsPIC}{\textsf{MathsPIC}} +\newcommand{\mathsPICp}{\textsf{mathsPIC}\kern-0.08em\raisebox{-0.15em}{\textit{\tiny P}}} +\newcommand{\MathsPICp}{\textsf{MathsPIC}\kern-0.08em\raisebox{-0.15em}{\textit{\tiny P}}} +\newcommand{\mathsPICperl}{\textsf{mathsPIC}\kern-0.08em\raisebox{-0.15em}{\textit{\tiny Perl}}} +\newcommand{\MathsPICperl}{\textsf{MathsPIC}\kern-0.08em\raisebox{-0.15em}{\textit{\tiny Perl}}} +%%-----------PICTEX stuff----------------------------- +\input prepictex +\input pictexwd +\input postpictex +%%------------------------------------- +\endinput +%% +%% End of file `mathspic.sty'. |