[Therion] input not working in thconfig

2006-05-11 Thread Stacho Mudrak
That's a good idea, I will put it into TODO list.

S.


Quoting Olly Betts :

> On Sun, May 07, 2006 at 07:40:34AM +0200, Stacho Mudrak wrote:
> > > C:\Program Files\Therion\therion.exe: error -- thconfig [63] -- thconfig
> > > [63] -- unknown option -- input common_layout.th
> > >
> > > The Therion book just says it should work, what have I done wrong?
> >
> > I am sorry, but input command works only outside layout. In your
> > thconfig, it is between "layout" - "endlayout" pair.
>
> Perhaps the error message could be improved - "unknown option" doesn't
> really help the user, whereas "the input command can't be used inside
> layout ... endlayout" would tell them exactly why it wasn't working!
>
> Cheers,
> Olly
> ___
> Therion mailing list
> Therion at speleo.cz
> http://www.speleo.cz/mailman/listinfo/therion
>






[Therion] input not working in thconfig

2006-05-09 Thread Olly Betts
On Sun, May 07, 2006 at 07:40:34AM +0200, Stacho Mudrak wrote:
> > C:\Program Files\Therion\therion.exe: error -- thconfig [63] -- thconfig 
> > [63] -- unknown option -- input common_layout.th
> > 
> > The Therion book just says it should work, what have I done wrong?
> 
> I am sorry, but input command works only outside layout. In your 
> thconfig, it is between "layout" - "endlayout" pair.

Perhaps the error message could be improved - "unknown option" doesn't
really help the user, whereas "the input command can't be used inside
layout ... endlayout" would tell them exactly why it wasn't working!

Cheers,
Olly



[Therion] input not working in thconfig

2006-05-06 Thread Andrew Atkinson


Philip Schuchardt wrote:
> This is how you overload metapost symbols.
> 
> # thconfig file ###
> input layout.th
> source main.th
> 
> #One page map
> export map -layout plan -output ABC.pdf
> export map -layout print -output ABC_Printable.pdf
> 
After see this I thought I would try to rashionlise the thconfig files I 
have, so others can follow my logic, but trying to include a file using 
the input command in a thconfig file gives this error.

C:\Program Files\Therion\therion.exe: error -- thconfig [63] -- thconfig 
[63] -- unknown option -- input common_layout.th

The Therion book just says it should work, what have I done wrong?

The files are available from

http://mulucaves.org/Eagleramp.zip

thanks

Andrew