Hi Martin

Changing
\legendwidth=20cm
\legendtextcolor={\color[0 0 100]}
\legendtextsize={\size[20]}
\legendtextheadersize={\size[60]}
doesn't change the size of your scalebar nor the size of your northarrow and
also does not change the size of symbols from legendsymbols...
If I'm right it also doesn't change the size of the text from legendsymbols. But
may be I'm wrong on this...
My questions were going to know about these changes and Henry showed up with a
possible solution for it.

Because I read the Therion book I already knew about how to change sizes from
text like cavename, cavedepth etc.
But thanks for your advice on that. ;-)

cheers,
Torsten

> Martin Sluka <martinsluka at mac.com> hat am 12. Januar 2016 um 10:19
> geschrieben:
> 
> 
> 
> > 12. 1. 2016 v 8:56, Torsten Schnitter <torsten.schnitter at netcologne.de>:
> > 
> > def s_scalebar
> 
> Please, RTFTBF (read that f… TherionBook first). There is section: "Page
> layout in the map mode“
> 
> There are the answers to your question.
> 
> MetaPost is responsible for the objects drawing.
> 
> TeX is responsible of how these objects will be placed on the document.
> 
> Add this part of the code to your layout and play with it.
> 
> code tex-map
> 
> \legendwidth=20cm
> \legendtextcolor={\color[0 0 100]}
> \legendtextsize={\size[20]}
> \legendtextheadersize={\size[60]}
> 
> \legendcontent={%
>   \hsize=\legendwidth
>   \color[0 0 0]\the\legendtextcolor 
>   \ifnortharrow\vbox to 0pt{\line{\hfil\northarrow}\vss}\fi
>   \edef\tmp{\the\cavename} \ifx\tmp\empty \else
>      {\the\legendtextheadersize\the\cavename}\vskip1cm
>   \fi
>   \ifscalebar\scalebar\vskip1cm\fi
>   {\rightskip=0pt plus 3em\parskip=3bp
>     \edef\tmp{\the\comment} \ifx\tmp\empty \else
>       {\the\legendtextsize\the\comment} \par\medskip
>     \fi
>     \everypar{\hangindent=2em\hangafter=1}
>     \edef\tmp{\the\cavelength} \ifx\tmp\empty \else
>       {\the\legendtextsize\si\the\cavelengthtitle: \ss\the\cavelength\par}
>     \fi
>     \edef\tmp{\the\cavedepth} \ifx\tmp\empty \else
>       {\the\legendtextsize\si\the\cavedepthtitle: \ss\the\cavedepth\par}
>     \fi
>     \edef\tmp{\the\exploteam} \ifx\tmp\empty \else
>       {\the\legendtextsize\si\the\explotitle:
> \ss\the\exploteam\quad\si\the\explodate\par}
>     \fi
>     \edef\tmp{\the\topoteam} \ifx\tmp\empty \else
>       {\the\legendtextsize\si\the\topotitle:
> \ss\the\topoteam\quad\si\the\topodate\par}
>     \fi
>     \edef\tmp{\the\cartoteam} \ifx\tmp\empty \else
>       {\the\legendtextsize\si\the\cartotitle:
> \ss\the\cartoteam\quad\si\the\cartodate\par}
>     \fi
>     \edef\tmp{\the\copyrights} \ifx\tmp\empty \else
>       {\the\legendtextsize\ss\the\copyrights\par}
>     \fi
>   }
>   \formattedlegend
>   \color[0 0 0]
> }
> 
> endcode
> _______________________________________________
> Therion mailing list
> Therion at speleo.sk
> http://mailman.speleo.sk/mailman/listinfo/therion

Reply via email to