summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf')
-rw-r--r--Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf b/Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf
index f848aead7f8..66e0e677619 100644
--- a/Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf
+++ b/Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf
@@ -1,5 +1,5 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% mcf2graph ver 3.76 Copyright (c) 2013-2015 Akira Yamaji
+% mcf2graph ver 3.77 Copyright (c) 2013-2015 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,
@@ -19,18 +19,18 @@
% mcf2graph is METAFONT/METAPOST macro package convert
% Molecular Coding Format(MCF) to font(pk)/eps/sgv/png/mdl molfile(V2000)
%----------------------------------------------------------------------------------------------
-% This package is located at : http://mirror.ctan.org/pkg/graphics/mcf2graph
+% This package is located at : http://www.ctan.org/pkg/mcf2graph
% Suggestion or request mail to : akira.yamaji5@gmail.com
%----------------------------------------------------------------------------------------------
+% Set output no image file : mpost -s ahangle=0 FILENAME
% Set outputformat to "png" : mpost -s ahangle=1 FILENAME
% Set outputformat to "svg" : mpost -s ahangle=2 FILENAME
% Set outputformat to MDL Molfile : mpost -s ahangle=3 FILENAME
-% Set output no image file : mpost -s ahangle=0 FILENAME
% Set first font only (for test) : mpost -s ahlength=1 FILENAME
% Set output checklist : mpost -s ahlength=2 FILENAME
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
tracingstats:=1;
-message " This is mcf2graph ver 3.7 2015.11";
+message " This is mcf2graph ver 3.7 2015.12";
%-------------------------------------------------------------------------------------------------
pair posB[],posA[],pairT,Ls,Le,pairA;
numeric angB[],angA[],br_ang[],sB[],eB[],f_FON[],atom_w[],atom_h[],atom_d[],strA[],stkB[],stkA[],
@@ -758,7 +758,7 @@ def mol_check=
fi
endfor
enddef;
-%-------------------------------------------------------------------------------------------------
+%------------------------------------------------------------------------------------------------
def checklist_out=
nA:=0; calc_weight_str:="";
message "% Molecular name = "& mol_name;
@@ -804,4 +804,4 @@ def MOL_out=
printf fdr(3)(sB[i])&fdr(3)(eB[i])&fdr(3)(nA)&fdr(3)(nB)&" 0 0"; fi endfor
printf "M END";
enddef;
-%---------------------------------------------------------------------------------------
+%-----------------------------------------------------------------------------------------------