texlive[41499] Master/texmf-dist: mcf2graph (19jun16)
commits+karl at tug.org
commits+karl at tug.org
Sun Jun 19 23:37:05 CEST 2016
Revision: 41499
http://tug.org/svn/texlive?view=revision&revision=41499
Author: karl
Date: 2016-06-19 23:37:04 +0200 (Sun, 19 Jun 2016)
Log Message:
-----------
mcf2graph (19jun16)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/metapost/mcf2graph/CHANGELOG
trunk/Master/texmf-dist/doc/metapost/mcf2graph/README
trunk/Master/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf
trunk/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.pdf
trunk/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.pdf
trunk/Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.pdf
trunk/Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf
Modified: trunk/Master/texmf-dist/doc/metapost/mcf2graph/CHANGELOG
===================================================================
--- trunk/Master/texmf-dist/doc/metapost/mcf2graph/CHANGELOG 2016-06-19 13:24:55 UTC (rev 41498)
+++ trunk/Master/texmf-dist/doc/metapost/mcf2graph/CHANGELOG 2016-06-19 21:37:04 UTC (rev 41499)
@@ -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]
Modified: trunk/Master/texmf-dist/doc/metapost/mcf2graph/README
===================================================================
--- trunk/Master/texmf-dist/doc/metapost/mcf2graph/README 2016-06-19 13:24:55 UTC (rev 41498)
+++ trunk/Master/texmf-dist/doc/metapost/mcf2graph/README 2016-06-19 21:37:04 UTC (rev 41499)
@@ -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 at gmail.com
Located at : http://www.ctan.org/pkg/mcf2graph
********************************************************************************
Modified: trunk/Master/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf
===================================================================
--- trunk/Master/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf 2016-06-19 13:24:55 UTC (rev 41498)
+++ trunk/Master/texmf-dist/doc/metapost/mcf2graph/mcf_exa_soc.mf 2016-06-19 21:37:04 UTC (rev 41499)
@@ -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 @@
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;
Modified: trunk/Master/texmf-dist/doc/metapost/mcf2graph/mcf_example.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/metapost/mcf2graph/mcf_manual.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/metapost/mcf2graph/mcf_mplib_exa.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf
===================================================================
--- trunk/Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf 2016-06-19 13:24:55 UTC (rev 41498)
+++ trunk/Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf 2016-06-19 21:37:04 UTC (rev 41499)
@@ -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 @@
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#;
More information about the tex-live-commits
mailing list