summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mathspic/mathspic.sty
blob: 4ba85b337601881d0b65caa696dd753b5d7fd3bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
%%
%% This is file `mathspic.sty',
%% April 26, 2010
%%
%%  (c) copyright 2004-2010  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@yahoo.com         dick@nickalls.org
%%
\wlog{Package `mathspic' A Syropoulos & RWD Nickalls (April 2010)}%
\typeout{Loading mathsPIC package (c) RWD Nickalls & A Syropoulos April 2010}%
\ProvidesFile{mathspic.sty}%
  [2010/04/26 v1.13 Package `mathspic.sty']%
\def\fileversion{1.13}
\def\filedate{2010/04/26}
\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
%%-------------------------------------
\thispagestyle{empty}% stop page numbers 
\endinput
%%
%% End of file `mathspic.sty'.