diff options
author | Karl Berry <karl@freefriends.org> | 2015-12-29 00:14:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-12-29 00:14:55 +0000 |
commit | 68264d1e4e757388b36fe4250909b957a292436b (patch) | |
tree | 64bf9e3ce03ab7e6cc78cabe889f9513b5b24176 /Master/texmf-dist/metapost/mcf2graph | |
parent | 3f859926aa0c82e95948c0cd64dfe1d9bfd0003c (diff) |
mcf2graph (26dec15)
git-svn-id: svn://tug.org/texlive/trunk@39221 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/metapost/mcf2graph')
-rw-r--r-- | Master/texmf-dist/metapost/mcf2graph/mcf2graph.mf | 12 |
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; -%--------------------------------------------------------------------------------------- +%----------------------------------------------------------------------------------------------- |