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
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
__
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
> > 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
> 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
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