summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source/xypic/xyeuler.mf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-12 00:48:49 +0000
committerKarl Berry <karl@freefriends.org>2010-06-12 00:48:49 +0000
commitb7d09128d54f9b6bb737e80e906499037529904e (patch)
tree68ea16ac010aeee726f77bcec9162525feb14a7e /Master/texmf-dist/fonts/source/xypic/xyeuler.mf
parent457703ea12a711958a619ba5f9e665242c1dcfe7 (diff)
xypic 3.8.1 (11jun10)
git-svn-id: svn://tug.org/texlive/trunk@18907 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts/source/xypic/xyeuler.mf')
-rw-r--r--Master/texmf-dist/fonts/source/xypic/xyeuler.mf42
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/xypic/xyeuler.mf b/Master/texmf-dist/fonts/source/xypic/xyeuler.mf
new file mode 100644
index 00000000000..efad5dfd6da
--- /dev/null
+++ b/Master/texmf-dist/fonts/source/xypic/xyeuler.mf
@@ -0,0 +1,42 @@
+% $Id: xyeuler.mf,v 3.8 2010/06/10 18:45:50 krisrose Exp $
+%
+% Parameter file for Xy-pic "Euler style" arrow tips.
+% Copyright (c) 1995 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 font file and all files derived
+% from it without restriction. This special exception was added with
+% version 3.7 of Xy-pic.
+%
+segl# = 1/8 designsize; define_pixels(segl); % segment length
+segx# = 7/16 designsize; define_pixels(segx); % segment height
+segw# = .4pt#; define_whole_blacker_pixels(segw); % segment thickness
+%
+tipo# = 0#; define_pixels(tipo); % tip overshoot
+curvature = 2/3; % 1 = straight tails, 0= curved tails
+%
+% $Log: xyeuler.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.
+%
+% Based on xycmat10.mf,v 3.0 1995/07/07 20:14:21 kris Exp