From 1586f911ab2a59c70e15db58a5beb3d74f44dd7a Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Sat, 26 Jun 2021 00:03:45 +0200 Subject: 2021-06-25 22:47:00 --- metapost/context/base/mpxl/mp-abck.mpxl | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'metapost') diff --git a/metapost/context/base/mpxl/mp-abck.mpxl b/metapost/context/base/mpxl/mp-abck.mpxl index 730aed21d..7566ae4e4 100644 --- a/metapost/context/base/mpxl/mp-abck.mpxl +++ b/metapost/context/base/mpxl/mp-abck.mpxl @@ -36,26 +36,26 @@ par_strut_depth := 0 ; pair boxgriddirection ; boxgriddirection := up ; % to be interfaced numeric boxgriddistance ; boxgriddistance := .5cm ; % to be interfaced -def boxgridtype = (runscript mfid_mpvarn "gridtype" ) enddef ; -def boxgridwidth = (runscript mfid_mpvard "gridwidth" ) enddef ; -def boxgridshift = (runscript mfid_mpvard "gridshift" ) enddef ; -def boxgridcolor = (runscript mfid_mpvars "gridcolor" ) enddef ; +def boxgridtype = (runscript mfid_mpvarn "gridtype") enddef ; +def boxgridwidth = (runscript mfid_mpvard "gridwidth") enddef ; +def boxgridshift = (runscript mfid_mpvard "gridshift") enddef ; +def boxgridcolor = (runscript mfid_mpvars "gridcolor") enddef ; -def boxlinetype = (runscript mfid_mpvarn "linetype" ) enddef ; -def boxlinewidth = (runscript mfid_mpvard "linewidth" ) enddef ; +def boxlinetype = (runscript mfid_mpvarn "linetype") enddef ; +def boxlinewidth = (runscript mfid_mpvard "linewidth") enddef ; def boxlineradius = (runscript mfid_mpvard "lineradius") enddef ; def boxlineoffset = (runscript mfid_mpvard "lineoffset") enddef ; -def boxlinecolor = (runscript mfid_mpvars "linecolor" ) enddef ; +def boxlinecolor = (runscript mfid_mpvars "linecolor") enddef ; -def boxfilltype = (runscript mfid_mpvarn "filltype" ) enddef ; +def boxfilltype = (runscript mfid_mpvarn "filltype") enddef ; def boxfilloffset = (runscript mfid_mpvard "filloffset") enddef ; -def boxfillcolor = (runscript mfid_mpvars "fillcolor" ) enddef ; +def boxfillcolor = (runscript mfid_mpvars "fillcolor") enddef ; -def boxdashtype = (runscript mfid_mpvarn "dashtype" ) enddef ; +def boxdashtype = (runscript mfid_mpvarn "dashtype") enddef ; -def boxalternative = (runscript mfid_mpvarn "alternative" ) enddef; -def boxdistance = (runscript mfid_mpvard "distance" ) enddef; -def boxtopoffset = (runscript mfid_mpvard "topoffset" ) enddef; +def boxalternative = (runscript mfid_mpvarn "alternative") enddef; +def boxdistance = (runscript mfid_mpvard "distance") enddef; +def boxtopoffset = (runscript mfid_mpvard "topoffset") enddef; def boxbottomoffset = (runscript mfid_mpvard "bottomoffset") enddef; def boxgridoptions = withcolor boxgridcolor enddef ; -- cgit v1.2.3