summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf')
-rw-r--r--Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf5
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#;