diff options
Diffstat (limited to 'Master/texmf-dist/fonts/source/xypic/xylu.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/xypic/xylu.mf | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/xypic/xylu.mf b/Master/texmf-dist/fonts/source/xypic/xylu.mf new file mode 100644 index 00000000000..df8dc456603 --- /dev/null +++ b/Master/texmf-dist/fonts/source/xypic/xylu.mf @@ -0,0 +1,44 @@ +% $Id: xylu.mf,v 3.3 2010/06/10 18:45:50 krisrose Exp $ +% +% xylu, for use with Lucida. +% Copyright (c) 2007 Jeremy Gibbons <jeremy.gibbons@comlab.ox.ac.uk> +% +% This file is part of the Xy-pic package for graphs and diagrams in TeX. +% Copyright (c) 1991-2010 Kristoffer H. Rose <krisrose@tug.org> +% +% 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. + +tipo# = 2segw#; define_pixels(tipo); % tip overshoot + +segw# = .2pt#; define_whole_blacker_pixels(segw); % segment thickness +segl# = 1/5 designsize - tipo#; define_pixels(segl); % segment length +segx# = 1/4 designsize; define_pixels(segx); % segment height + +indent = 1/4; % 1 = barbs, 0 = triangular tails + +% $Log: xylu.mf,v $ +% Revision 3.3 2010/06/10 18:45:50 krisrose +% Reference to GPL by URL. +% +% Revision 3.2 2010/04/17 14:45:48 krisrose +% Generate and extract Type1 fonts. +% +% Revision 3.1 2010/04/17 04:19:41 krisrose +% Integrated xylu tips by Jeremy Gibbons. +% +% based on xycm. |