diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-15 21:07:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-15 21:07:12 +0000 |
commit | b6a82290dcde74722176ee588102f1c924c9fa89 (patch) | |
tree | 474838d10829e68cddc94c207df2ae9b98600ada /Master/texmf-dist/metapost | |
parent | de072b82538a959d5fc50c3a3316d0668c26db9c (diff) |
context (15may16)
git-svn-id: svn://tug.org/texlive/trunk@41152 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/metapost')
-rw-r--r-- | Master/texmf-dist/metapost/context/base/mpiv/mp-page.mpiv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/metapost/context/base/mpiv/mp-page.mpiv b/Master/texmf-dist/metapost/context/base/mpiv/mp-page.mpiv index 4ccf4448ec2..07d264f6012 100644 --- a/Master/texmf-dist/metapost/context/base/mpiv/mp-page.mpiv +++ b/Master/texmf-dist/metapost/context/base/mpiv/mp-page.mpiv @@ -665,6 +665,7 @@ enddef ; % for the moment we put these here: +string RuleOption ; RuleOption := "" ; numeric RuleWidth ; RuleWidth := 0 ; numeric RuleHeight ; RuleHeight := 0 ; numeric RuleDepth ; RuleDepth := 0 ; |