summaryrefslogtreecommitdiff
path: root/graphics/mcf2graph/README
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/mcf2graph/README')
-rw-r--r--graphics/mcf2graph/README42
1 files changed, 16 insertions, 26 deletions
diff --git a/graphics/mcf2graph/README b/graphics/mcf2graph/README
index 556778b61f..51cbf86411 100644
--- a/graphics/mcf2graph/README
+++ b/graphics/mcf2graph/README
@@ -1,7 +1,7 @@
********************************************************************************
- mcf2graph : Convert Molecular Coding Format to graphics with METAFONT/METAPOST
+ mcf2graph : Convert Molecular Coding Format to graphics with MetaPost
Author : Akira Yamaji
- version : 4.77 2022-01-02
+ version : 4.78 2022-01-17
E-mail : mcf2graph@gmail.com
Located at : http://www.ctan.org/pkg/mcf2graph
********************************************************************************
@@ -11,37 +11,29 @@
chemical structure diagrams.
This Coding is named from programing technique
such as operator, array, scope, macro, adressing, etc.
- mcf2graph convert from MCF to pk font, PNG, SVG, EPS, MOL file.
+ mcf2graph convert from MCF to PNG, SVG, 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.mf Main macro of Metafont / Metapost
+ ( 3) mcf2graph.mp Main macro of Metapost
( 4) mcf_data_base.mcf Molecular data base file
- ( 5) mcf_setup.sty Style file for aux file input
+ ( 5) mcf_exa_soc.mp MCF souce file example
( 6) mcf_manual.tex MCF syntax manual(LaTeX file)
make files 'mcf_man_soc-***.mps' before typeset
>mpost mcf_man_soc.mf
- ( 7) mcf_man_soc.mf Molecular definition file for mcf_manual.tex
+ ( 7) mcf_man_soc.mp Molecular definition file for mcf_manual.tex
( 8) mcf_manual.pdf PDF of (6) (used pdftex(LaTeX),makeindex)
- ( 9) mcf_example.tex LaTeX example
- make file 'mcf_exa_soc-info.aux' before typeset
- >mpost -s ahlength=1 mcf_exa_soc.mf
- make files 'mcf_exa_soc-***.mps' before typeset
- >mpost mcf_exa_soc.mf
- (for metafont)
- make file 'mcf_exa_soc-mf.aux' before typeset
- >mpost -s ahlength=7 mcf_exa_soc.mf
- (10) mcf_exa_soc.mf Metafont/Metapost souce file for mcf_example.tex
- (11) mcf_example.pdf PDF of (9) typeset with pdftex(LaTeX)
- (12) mcf_mplib_exa.tex luamplib(LuaLaTeX) example
- (13) mcf_mplib_exa.pdf PDF of (12) typeset with LuaTeX(LaTeX)
+ ( 9) mcf_example.tex MCF example
+ (10) mcf_example.pdf PDF of (9) typeset with LuaTeX(LuaLaTeX)
+ (11) mcf_mplib_exa.tex luamplib(LuaLaTeX) example
+ (12) mcf_mplib_exa.pdf PDF of (11) typeset with LuaTeX(LuaLaTeX)
-3. How to use mcf2graph with Metapost
+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 bboxmargin=1 FILENAME => output first font only (for test)
+ ( 2) >mpost -s bboxmargin=1 FILENAME => output first figure only (for test)
( 3) >mpost -s ahangle=1 FILENAME => output png file (600dpi)
( 4) >mpost -s ahangle=11 FILENAME => output png file (1200dpi)
( 5) >mpost -s ahangle=2 FILENAME => output svg file
@@ -51,16 +43,14 @@
( 8) >mpost -s ahlength=2 FILENAME => output information-aux file
tag1;tag2;
var1;var2;
- ( 9) >mpost -s ahlength=3 FILENAME => output report file
+ ( 9) >mpost -s ahlength=3 FILENAME => output data-base-aux file
(10) >mpost -s ahlength=5 FILENAME => output mol file(V2000)
(11) >mpost -s ahlength=6 FILENAME => output mol file(V3000)
- (12) >mpost -s ahlength=7 FILENAME => output metafont-aux file
- (13) >mpost -s ahlength=8 FILENAME => output data-base-aux file
- (14) >mpost -s labeloffset=1 FILENAME => use plain.mp 'label','drawarrow'
- (15) >mpost -s labeloffset=2 FILENAME => atomfont="uhvr8r"
+ (12) >mpost -s ahlength=7 FILENAME => output report file
+ (13) >mpost -s labeloffset=2 FILENAME => atomfont="uhvr8r"
4. License
- mcf2graph ver 4.77 Copyright (c) 2013-2022 Akira Yamaji
+ mcf2graph ver 4.78 Copyright (c) 2013-2022 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