summaryrefslogtreecommitdiff
path: root/graphics/mcf2graph/README
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/mcf2graph/README')
-rw-r--r--graphics/mcf2graph/README46
1 files changed, 22 insertions, 24 deletions
diff --git a/graphics/mcf2graph/README b/graphics/mcf2graph/README
index c896fb17aa..bbd31a8f59 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.91 2023-01-09
+ version : 4.92 2023-01-29
E-mail : mcf2graph@gmail.com
Located at : http://www.ctan.org/pkg/mcf2graph
********************************************************************************
@@ -11,39 +11,37 @@
chemical structure diagrams.
This Coding is named from programing technique
such as operator, array, scope, macro, adressing, etc.
- mcf2graph convert from MCF to PNG, SVG, EPS, MOL file.
+ mcf2graph convert from MCF to SVG, PNG, EPS, MOL file.
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
- (10) mcf_exa_code.tex MCF example include code
- (11) mcf_exa_code.pdf PDF of (10) typeset with LuaLaTeX
+ (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
3. How to use mcf2graph with MetaPost
Minimum requirement to use mcf2graph : mpost.exe,mpost.dll,mpost.mp,plain.mp
- ( 1) >mpost filename => output eps(.mps) 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 svg 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)
+ (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
4. License
- mcf2graph ver 4.91 Copyright (c) 2013-2023 Akira Yamaji
+ mcf2graph ver 4.92 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