diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/generic/diagrams/xypic/mfinputs/xycm.mf |
Initial commit
Diffstat (limited to 'macros/generic/diagrams/xypic/mfinputs/xycm.mf')
-rw-r--r-- | macros/generic/diagrams/xypic/mfinputs/xycm.mf | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/macros/generic/diagrams/xypic/mfinputs/xycm.mf b/macros/generic/diagrams/xypic/mfinputs/xycm.mf new file mode 100644 index 0000000000..fb0a424023 --- /dev/null +++ b/macros/generic/diagrams/xypic/mfinputs/xycm.mf @@ -0,0 +1,42 @@ +% $Id: xycm.mf,v 3.8 2010/06/10 18:45:50 krisrose Exp $ +% +% Parameter file for Xy-pic "Computer Modern style" arrow tips. +% Copyright (c) 1994-1996 Kristoffer H. Rose <kris@diku.dk> +% +% This file is part of the Xy-pic macro package. +% +% The Xy-pic macro package is free software; you can redistribute it and/or +% modify it under the terms of the GNU General Public License as published by +% the Free Software Foundation; either version 2 of the License, or (at your +% option) any later version. +% +% The Xy-pic macro package 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 GNU General +% Public License for more details. +% +% You should have received a copy of the GNU General Public License along +% with this macro package; if not, see http://www.gnu.org/licenses/. +% +% As a special exception, you may use this file and all files derived +% from it without restriction. This special exception was added with +% version 3.7 of Xy-pic. +% +segl# = 1/5 designsize; define_pixels(segl); % segment length +segx# = 1/2 designsize; define_pixels(segx); % segment height +segw# = .4pt#; define_whole_blacker_pixels(segw); % segment thickness +% +tipo# = 0#; define_pixels(tipo); % tip overshoot +curvature = 1/3; % 1 = straight tails, 0= curved tails +% +% $Log: xycm.mf,v $ +% Revision 3.8 2010/06/10 18:45:50 krisrose +% Reference to GPL by URL. +% +% Revision 3.7 1999/02/16 15:12:50 krisrose +% Interim release (Y&Y fonts now free). +% +% Revision 3.3 1996/12/19 04:12:13 krisrose +% New for this maintenance release. +% +% Extracted from xycmat10.mf,v 3.0 1995/07/07 20:14:21 kris Exp |