Re: converting mpost(ed) files individually to eps

2012-06-19 Thread Antonio Olivares
On Mon, Jun 18, 2012 at 10:32 PM, Warren Block wrote: > On Mon, 18 Jun 2012, Antonio Olivares wrote: > >> But I get error in line 16: >> >> $ ./mpost-eps webfig >> ./mpost-eps: 16: Syntax error: word unexpected >> >>  for file in file.*  do > > > Either put the "do" on the next line, or put a ; be

Re: converting mpost(ed) files individually to eps

2012-06-18 Thread Warren Block
On Mon, 18 Jun 2012, Antonio Olivares wrote: But I get error in line 16: $ ./mpost-eps webfig ./mpost-eps: 16: Syntax error: word unexpected for file in file.* do Either put the "do" on the next line, or put a ; before it: for file in file.* ; do __

Re: converting mpost(ed) files individually to eps

2012-06-18 Thread Antonio Olivares
On Mon, Jun 18, 2012 at 8:30 PM, Robert Bonomi wrote: >> > Date: Mon, 18 Jun 2012 19:50:01 -0500 >> > From: Antonio Olivares >> > Subject: converting mpost(ed) files individually to eps >> > >> > Dear folks, >> > >> > I am taking a

Re: converting mpost(ed) files individually to eps

2012-06-18 Thread Robert Bonomi
> > Date: Mon, 18 Jun 2012 19:50:01 -0500 > > From: Antonio Olivares > > Subject: converting mpost(ed) files individually to eps > > > > Dear folks, > > > > I am taking a plunge to learning a little bit of metapost. I have > > found examples

Re: converting mpost(ed) files individually to eps

2012-06-18 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Mon Jun 18 19:50:45 2012 > Date: Mon, 18 Jun 2012 19:50:01 -0500 > From: Antonio Olivares > To: FreeBSD Questions > Subject: converting mpost(ed) files individually to eps > > Dear folks, > > I am taking a plunge to learni

converting mpost(ed) files individually to eps

2012-06-18 Thread Antonio Olivares
Dear folks, I am taking a plunge to learning a little bit of metapost. I have found examples page using google. http://www.tlhiv.org/MetaPost/examples/examples.html I want to convert output files individually to eps. I can only convert the first one output say file.1 to file.eps, but when ther