blob: fc6ad1eef583bc5ffdeb3df7cce075c4831d343b (
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
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% polygonesCoordinate\pst-coxcoor.sty
% Authors: J.-G. Luque and M. Luque
% Purpose: .sty file for the library pst-coxcoor
% Created: 02/02/2008
% License: LGPL
% Project: PST-Cox V1.00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Copyright © 2008 Jean-Gabriel Luque, Manuel Luque.
% This work may be distributed and/or modified under the condition of
% the Lesser GPL.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This file is part of PST-Cox V1.00.
%
% PST-Cox V1.00 is free software: you can redistribute it and/or modify
% it under the terms of the Lesser GNU General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% (at your option) any later version.
%
% PST-Cox V1.00 is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% Lesser GNU General Public License for more details.
%
% You should have received a copy of the Lesser GNU General Public License
% along with PST-Cox V1.00. If not, see <http://www.gnu.org/licenses/>.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\RequirePackage{pstricks}
\ProvidesPackage{pst-coxcoor}[2007/09/12
package wrapper for
pst-coxcoor.tex (JG.L)]
\input{pst-coxcoor.tex}
\ProvidesFile{pst-coxcoor.tex}
[\filedate\space v\fileversion\space `PST-coxcoor' (JG.L)]
\endinput
|