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 | |
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')
-rw-r--r-- | Master/texmf-dist/doc/metapost/mcf2graph/CHANGELOG | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/metapost/mcf2graph/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.pdf | bin | 247636 -> 247779 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.pdf | bin | 426995 -> 426998 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.pdf | bin | 123318 -> 123534 bytes | |||
-rw-r--r-- | Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf | 5 |
7 files changed, 12 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/CHANGELOG b/Master/texmf-dist/doc/metapost/mcf2graph/CHANGELOG index 5586ae2bc29..0b559cd94c8 100644 --- a/Master/texmf-dist/doc/metapost/mcf2graph/CHANGELOG +++ b/Master/texmf-dist/doc/metapost/mcf2graph/CHANGELOG @@ -1,12 +1,16 @@ ******************************************************************************* - Changelog of mcf2graph software package by Akira Yamaji 2016-06-11 + Changelog of mcf2graph software package by Akira Yamaji 2016-06-19 ******************************************************************************* +[ver. 3.94 / 2016-06-19] + -set maximum ratio atom size / bond length to 0.8 + for avoid error when font size is very small + [ver. 3.93 / 2016-06-11] -improve font frame -update MCF syntax manual [ver. 3.92 / 2016-05-05] - -Miner update + -miner update -update MCF syntax manual [ver. 3.91 / 2016-05-01] diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/README b/Master/texmf-dist/doc/metapost/mcf2graph/README index 92cf4e33a79..6a03f94c432 100644 --- a/Master/texmf-dist/doc/metapost/mcf2graph/README +++ b/Master/texmf-dist/doc/metapost/mcf2graph/README @@ -1,7 +1,7 @@ ******************************************************************************** mcf2graph : Convert Molecular Coding Format to graphics with METAFONT/METAPOST Author : Akira Yamaji - version : 3.93 2016-06-11 + version : 3.94 2016-06-19 E-mail : mcf2graph@gmail.com Located at : http://www.ctan.org/pkg/mcf2graph ******************************************************************************** diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf index 37cd29c3e08..72c2aef5a87 100644 --- a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf +++ b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf @@ -1,5 +1,5 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Molecular Coding Format for mcf_example.tex by Akira Yamaji 2016.04.28 +% Molecular Coding Format for mcf_example.tex by Akira Yamaji 2016.06.19 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% input mcf2graph.mf; %------------------------------------------------------------------------- @@ -8,7 +8,7 @@ font_ht#:=25mm#; max_bond_width:=0.15; %------------------------------------------------------------------------- sw_auxout:=1; -sw_frame:=0; +sw_font_frame:=0; sw_atom_frame:=0; sw_expand:=0; sw_start_vector:=0; diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.pdf b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.pdf Binary files differindex 7b98250d82a..85414e94da6 100644 --- a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.pdf +++ b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.pdf diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.pdf b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.pdf Binary files differindex a15a1d5888b..497483dd58b 100644 --- a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.pdf +++ b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.pdf diff --git a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.pdf b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.pdf Binary files differindex 78621de0881..f10f5040e36 100644 --- a/Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.pdf +++ b/Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.pdf 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#; |