[Therion] width of line
Stacho Mudrak
s.m at group-s.sk
Wed Jul 30 22:05:21 CEST 2008
I am afraid, you need to redefine your symbol-set using metapost code.
Just add following lines to your layout:
code metapost
def l_wall_bedrock(expr P) =
T:=identity;
pickup pencircle scaled 1mm;
thdraw P;
enddef;
def l_wall_sand(expr P) =
T:=identity;
pickup pencircle scaled 0.5mm;
thdraw P;
enddef;
endcode
HTH, S.
Paul Karoshi wrote:
> Hello all,
>
> I've got one question. I would like to draw "line wall -subtype bedrock"
> say 1mm thick and "line wall -subtype sand" 0.5mm thick.
>
> How can this be done?
>
> I tried to use command "size". But it seems this command does not work
> with linetype wall.
>
> Greetings, Paul
>
>
>
>
> _______________________________________________
> Therion mailing list
> Therion at speleo.sk
> http://mailman.speleo.sk/mailman/listinfo/therion
More information about the Therion
mailing list