Wikipedia:WikiProject Chemistry/Structure drawing workgroup/Mysid's script: Difference between revisions
Content deleted Content added
does not depend on imagemagick any more |
fix bug - matrix() calls outside of defs block were slipping through |
||
Line 13:
while (<INPUT>) {
#Skip over lines containing the matrix() function. Rounding
#throws off the positioning of elements.
print OUTPUT $_;
next;
}
|