summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/dvitomp.ch
diff options
context:
space:
mode:
authorTaco Hoekwater <taco@elvenkind.com>2006-11-20 14:43:48 +0000
committerTaco Hoekwater <taco@elvenkind.com>2006-11-20 14:43:48 +0000
commit5952e40b396499c0cd62bdbcf1853538873b76c1 (patch)
tree968b37e966ba1825e2de091a071774af1a7ffa9b /Build/source/texk/web2c/dvitomp.ch
parent9fcf4d90b8b3a11712287d4ddf3fd47614a7ea68 (diff)
Metapost 0.99 sources, except dmp
git-svn-id: svn://tug.org/texlive/trunk@2470 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/dvitomp.ch')
-rw-r--r--Build/source/texk/web2c/dvitomp.ch29
1 files changed, 6 insertions, 23 deletions
diff --git a/Build/source/texk/web2c/dvitomp.ch b/Build/source/texk/web2c/dvitomp.ch
index aff411c0edd..99e2127f9e2 100644
--- a/Build/source/texk/web2c/dvitomp.ch
+++ b/Build/source/texk/web2c/dvitomp.ch
@@ -1,18 +1,7 @@
-% dvitomp.ch for C compilation with web2c.
+% $Id: dvitomp.ch,v 1.7 2005/04/28 06:45:21 taco Exp $
+% dvitomp.ch for C compilation with web2c. Public domain.
%
-% Copyright 1990 - 1995 by AT&T Bell Laboratories.
-%
-% Permission to use, copy, modify, and distribute this software
-% and its documentation for any purpose and without fee is hereby
-% granted, provided that the above copyright notice appear in all
-% copies and that both that the copyright notice and this
-% permission notice and warranty disclaimer appear in supporting
-% documentation, and that the names of AT&T Bell Laboratories or
-% any of its entities not be used in advertising or publicity
-% pertaining to distribution of the software without specific,
-% written prior permission.
-%
-% Change file for the DVItype processor, for use with WEB to C
+% Change file for the DVItoMP processor, for use with WEB to C
% This file was created by John Hobby. It is loosely based on the
% change file for the WEB to C version of dvitype (due to Howard
% Trickey and Pavel Curtis).
@@ -37,12 +26,12 @@
@z
@x [1] Duplicate banner line for use in |print_version_and_exit|.
-@d banner=='% Written by DVItoMP, Version 0.64'
+@d banner=='% Written by DVItoMP, Version 0.99'
{the first line of the output file}
@y
-@d banner=='% Written by DVItoMP, Version 0.64/color'
+@d banner=='% Written by DVItoMP, Version 0.99/color'
{the first line of the output file}
-@d term_banner=='This is DVItoMP, Version 0.64/color'
+@d term_banner=='This is DVItoMP, Version 0.99/color'
{the same in the usual format, as it would be shown on a terminal}
@z
@@ -257,12 +246,6 @@ round(dvi_scale*font_scaled_size[cur_font]*char_width(cur_font)(p)-0.5)
floor(dvi_scale*font_scaled_size[cur_font]*char_width(cur_font)(p))
@z
-@x [57] Off-by-one error in virtual font handling.
-info_ptr:=info_base[f]+font_ec[f]
-@y
-info_ptr:=info_base[f]+font_ec[f]+1
-@z
-
% [61] Don't set default_directory_name.
@x
@d default_directory_name=='TeXfonts:' {change this to the correct name}