<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Trebuchet MS";
        panose-1:2 11 6 3 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Trebuchet MS",sans-serif;
        color:#002060;
        font-weight:normal;
        font-style:normal;
        text-decoration:none none;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Trebuchet MS",sans-serif;color:#002060">You need to add this to your th config.  Tweak the numbers to find what works for you.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Trebuchet MS",sans-serif;color:#002060"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">Code metapost
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">   def draw_legend_box =<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">        %make the objects in the legend boxes bigger<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">        currentpicture := currentpicture scaled 7.0;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">        clip currentpicture to unitsquare scaled 20u;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">        drawoptions();<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">        pickup PenB;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">        draw unitsquare scaled 20u ;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">    enddef;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">    %clear the background of the larger legend boxes   
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">    def clean_legend_box =<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">        unfill unitsquare scaled 20u;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">    enddef;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">   
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">    %change the value of inscale to fill the legend boxes<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">    def inscale =
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">        %xscaled legend_scale yscaled (0.618*legend_scale)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">        xscaled legend_scale yscaled legend_scale<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">    enddef;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">endcode<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">code tex-map<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">  \def\maplayout{<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">    \legendbox{75}{80}{NW}{<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">      \legendwidth 140 cm<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">      \legendtextsize={\size[54]}<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">      \hsize=\legendwidth<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">      \input th_legend<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">      }<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">  }<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:#002060">endcode #end of TeX code<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Trebuchet MS",sans-serif;color:#002060"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Trebuchet MS",sans-serif;color:#002060">You may also find this useful, from memory it was how I sorted the altitude legend box too.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Trebuchet MS",sans-serif;color:#002060"><a href="http://therion.speleo.sk/wiki/doku.php/tips#multilingual_legend_legend_formatting">http://therion.speleo.sk/wiki/doku.php/tips#multilingual_legend_legend_formatting</a><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Trebuchet MS",sans-serif;color:#002060"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Trebuchet MS",sans-serif;color:#002060">This works for me for virtually all the symbols except for passage height which needs some additional thought. 
<o:p></o:p></span></p>
<p><span style="font-size:10.0pt;font-family:"Trebuchet MS",sans-serif;color:#002060;mso-fareast-language:EN-US">Enjoy!<br>
<br>
Henry Bennett</span><br>
<br>
-----Original Message-----<br>
From: therion-bounces@speleo.sk [mailto:therion-bounces@speleo.sk] On Behalf Of Torsten Schnitter<br>
Sent: 08 January 2016 11:04<br>
To: therion@speleo.sk<br>
Subject: [Therion] Change Size of Legensymbols and Text<br>
<br>
Hi<br>
<br>
I'm wondering if it's possible to change the size of the legendsymbols and it's text in a simple way.<br>
Does anyone have an idea?<br>
<br>
Within the layout passage in the th-config file I use a separate legendbox for just the legendsymbols:<br>
...<br>
\legendbox{10}{10}{SE}{\legendsymbols}<br>
...<br>
\legendsymbols is defined as follows:<br>
code tex-map<br>
\def\legendsymbols{<br>
\hsize=\legendwidth<br>
\formattedlegend<br>
}<br>
<br>
As the map is pretty big the legendsymbols are pretty small in comparision.<br>
And there is a lot free space for much bigger legendsymbols.<br>
<br>
cheers,<br>
Torsten<br>
_______________________________________________<br>
Therion mailing list<br>
Therion@speleo.sk<br>
http://mailman.speleo.sk/mailman/listinfo/therion<o:p></o:p></p>
</div>
<P style="MARGIN: 0in 0in 0pt" class=MsoNormal><font size=3><span  style="font-family: Times New Roman;"><span style="mso-ansi-language: EN-GB" lang=EN-GB>Dell Corporation Limited </span>is authorised and regulated in the UK by the Financial Conduct Authority for consumer credit brokerage. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></span></font></P>
<P style="MARGIN: 0in 0in 0pt" class=MsoNormal><font size=3><span  style="font-family: Times New Roman;">Registered in <span style="mso-ansi-language: EN-GB" lang=EN-GB>England and Wales. Company Registration Number: 2081369<o:p></o:p></span></span></font></P>
<P style="MARGIN: 0in 0in 0pt" class=MsoNormal><span style="mso-ansi-language: EN-GB" lang=EN-GB><font size=3><span  style="font-family: Times New Roman;">Registered address: Dell House, The Boulevard, Cain Road, Bracknell,  Berkshire, RG12 1LF, UK.<o:p></o:p></span></font></span></P>
<P style="MARGIN: 0in 0in 0pt" class=MsoNormal><span style="mso-ansi-language: EN-GB" lang=EN-GB><span size=3 style="font-family: Times New Roman;">Company details for other Dell UK entities can be found on  </span><A href="http://www.dell.co.uk/"><span style="COLOR: windowtext"><span size=3 style="font-family: Times New Roman;">www.dell.co.uk</span></span></A><font size=3><span  style="font-family: Times New Roman;">.<o:p></o:p></span></font></span></P></body>
</html>