summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mathspic/mathspic.sty
blob: 0efe40d968c0d44f3809b006c4920fd5b7e6d391 (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
%%
%% 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'.