From 5a7a91f039bd6de20d95df710fc788298813679e Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 8 May 2023 03:04:06 +0000 Subject: CTAN sync 202305080304 --- graphics/mcf2graph/README | 49 +++++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 23 deletions(-) (limited to 'graphics/mcf2graph/README') diff --git a/graphics/mcf2graph/README b/graphics/mcf2graph/README index bbd31a8f59..7da0f7c1e5 100644 --- a/graphics/mcf2graph/README +++ b/graphics/mcf2graph/README @@ -1,7 +1,7 @@ ******************************************************************************** mcf2graph : Convert Molecular Coding Format to graphics with MetaPost Author : Akira Yamaji - version : 4.92 2023-01-29 + version : 5.00 2023-05-07 E-mail : mcf2graph@gmail.com Located at : http://www.ctan.org/pkg/mcf2graph ******************************************************************************** @@ -15,33 +15,36 @@ It is also able to calculate molecular weight, exact mass, molecular formula. 2. The distribution of software - (1) README This file - (2) CHANGELOG Changelog file of mcf2graph - (3) mcf2graph.mp Main macro of Metapost - (4) mcf_library.mcf Molecular data library - (5) mcf_exa_soc.mp Molecular difinition file example - (6) mcf_manual.tex MCF syntax manual - (7) mcf_manual.pdf PDF of (6) typeset with LuaLaTeX,makeindex - (8) mcf_example.tex MCF example - (9) mcf_example.pdf PDF of (8) typeset with LuaLaTeX + ( 1) README This file + ( 2) CHANGELOG Changelog file of mcf2graph + ( 3) mcf_to_graph.cmd Batch file for compile MCF lib + >mcf_to_graph template_lib.mcf + drag and drop library files on this batch + create svg in ./template_lib + ( 4) mcf2graph.mp Main macro of Metapost + ( 5) mcf_exa_soc.mp Metapost source file example + ( 6) main_lib.mcf MCF library file + ( 7) template_lib.mcf Template library file + ( 8) template_soc.mp Template metapost source file + ( 9) mcf_manual.tex MCF syntax manual + (10) mcf_manual.pdf PDF of (8) typeset with LuaLaTeX + (11) mcf_example.tex List of Molecule + (12) mcf_example.pdf PDF of (10) typeset with LuaLaTeX 3. How to use mcf2graph with MetaPost Minimum requirement to use mcf2graph : mpost.exe,mpost.dll,mpost.mp,plain.mp - (1) >mpost filename => output svg file - (2) >mpost -s ahangle=1 filename => output png file (600dpi) - (3) >mpost -s ahangle=11 filename => output png file (1200dpi) - (4) >mpost -s ahangle=2 filename => output eps(.mps) file - (5) >mpost -s ahangle=3 filename => output eps(.eps) file - (6) >mpost -s ahlength=1 filename => output information-aux file(for tex) - (7) >mpost -s ahlength=2 filename => output information-aux file - (for spread sheet) - (8) >mpost -s ahlength=3 filename => output library-aux file - (9) >mpost -s ahlength=5 filename => output mol file(V2000) - (10) >mpost -s ahlength=6 filename => output mol file(V3000) - (11) >mpost -s ahlength=7 filename => output report file + (1) >mcf_to_graph filename.mcf => output svg(default),png,mol,report + (2) >mpost filename.mp => output svg file + (3) >mpost -s ahangle=1 filename.mp => output png file (600dpi) + (4) >mpost -s ahangle=11 filename.mp => output png file (1200dpi) + (5) >mpost -s ahangle=2 filename.mp => output eps(.mps) file + (6) >mpost -s ahangle=3 filename.mp => output eps(.eps) file + (7) >mpost -s ahlength=5 filename.mp => output mol file(V2000) + (8) >mpost -s ahlength=6 filename.mp => output mol file(V3000) + (9) >mpost -s ahlength=7 filename.mp => output report file 4. License - mcf2graph ver 4.92 Copyright (c) 2013-2023 Akira Yamaji + mcf2graph ver 5.00 Copyright (c) 2013-2023 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 -- cgit v1.2.3