diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-19 21:37:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-19 21:37:04 +0000 |
commit | 36713e69240f37f23c19a3c6263eacadfe848fd7 (patch) | |
tree | 7e398c0e19fc604e8a4578a0179e4a19f3a8b4fe /Master/texmf-dist/metapost | |
parent | cd29af655e34f753fac00a9e8f379354d91ebb32 (diff) |
mcf2graph (19jun16)
git-svn-id: svn://tug.org/texlive/trunk@41499 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/metapost')
-rw-r--r-- | Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf b/Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf index 55e36475bd2..ccff8ecd160 100644 --- a/Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf +++ b/Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf @@ -1,5 +1,5 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% mcf2graph ver 3.93 Copyright (c) 2013-2016 Akira Yamaji +% mcf2graph ver 3.94 Copyright (c) 2013-2016 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, @@ -145,7 +145,8 @@ def size_setup= BL# := font_wd#*ratio_bond_width; wedge_wd# := ratio_wedge_bond*BL#+offset_wedge#; zebra_gap# := ratio_zebragap_bond*BL#+offset_zebra_gap#; - AL# := ratio_atom_bond*BL#+offset_atom#; + if (ratio_atom_bond*BL#+offset_atom#)<.8BL#: + AL#:=ratio_atom_bond*BL#+offset_atom#; else: AL#:=.8BL#; ratio_chain_ring:= .5; fi gap# := ratio_bondgap_bond*BL#+offset_bond_gap#; bond_pen_wd# := ratio_thickness_bond*BL#+offset_thickness#; char_pen_wd# := ratio_char_bond*bond_pen_wd#; |