diff options
author | Karl Berry <karl@freefriends.org> | 2017-09-15 21:22:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-09-15 21:22:00 +0000 |
commit | 9d8fbb02366b31a0ed9ec481ceda846a9b996484 (patch) | |
tree | 2649aac50f6a9188b4aa001a311a22ec0e0d6242 /Master/texmf-dist/metapost | |
parent | f289501fdb79b24655a9136e8e7cced4a1d566b2 (diff) |
mcf2graph (15sep17)
git-svn-id: svn://tug.org/texlive/trunk@45310 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/metapost')
-rw-r--r-- | Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf b/Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf index 7f8b1d6cfc7..4fd26918274 100644 --- a/Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf +++ b/Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf @@ -1,5 +1,5 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% mcf2graph ver 4.27 Copyright (c) 2013-2017 Akira Yamaji +% mcf2graph ver 4.28 Copyright (c) 2013-2017 Akira Yamaji % % Permission is hereby granted, free of charge, to any person obtaining a copy of this software % and associated documentation files (the "Software"), to deal in the Software without restriction, @@ -196,15 +196,16 @@ def endfont= enddef; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% def set_def_MC= - save /,//,/*,*/,**,~,~~,^,^^,`,'`,<,>,>>,:>,&,&#,:,=,\,\\,*\,\*,@,#,{,}, + save /,//,/*,*/,**,~,~~,^,^^,`,'`,<,>,>>,:>,&,&$,:,=,\,\\,*\,\*,@,$,{,}, |,||,|<,>|,|:,:|,_,d,w,z,inside_def_MC; inside_def_MC:=1; _:=Me; d:=db; w:=wf; z:=zf; tertiarydef a=b == change_bond(a)(b) enddef; tertiarydef a:b == change_atom(a)(b) enddef; def { == '''( enddef; let } == ); - vardef #primary a == a-4095 enddef; - def &primary n ==(_cyc,n) enddef; def &# == & # enddef; + vardef $primary a == a-4095 enddef; + def &primary n ==(_cyc,n) enddef; + def &$ == & $ enddef; def ^^primary n == (_tmp_rot,n) enddef; def ~~primary n == (_tmp_line,n) enddef; def '`primary n == (_tmp_len,n) enddef; def :>primary n == (_tmp_env,n) enddef; def >>primary n == (_chg_env,n) enddef; def ``primary n == (_chg_len,n) enddef; |