<!DOCTYPE html>
<html><head>
    <meta charset="UTF-8">
</head><body><p>Hi<br></p><p>I figured out that it's most likely the last line of code to change the distance of the symbol boxes:<br>\hsize=\tmpdimen\rightskip=0pt plus \tmpdimen minus 0pt\relax\the\legendtextsize #2\vskip<strong>10pt</strong>}\hss}<br></p><p>Someone have to change the statement "vskip..." and the distance is changing.<br></p><p>But somehow confusing is that not all distances are the same...<br>If you have a closer look to it you will see that some distances are less than other.<br>In the attached screenshot you can see that the red marked distances are different to the blue ones.<br>(I only changed this one statement mentioned above from "vskip1dd" to "vskip10pt")<br>Can anyone explain this strange behaviour? Henry!?<br></p><p>Thanks.<br>Torsten</p><blockquote type="cite">Torsten Schnitter via Therion <therion@speleo.sk> hat am 24. Februar 2018 um 18:14 geschrieben: <br> <br><p>Hi<br></p><p>Can anyone describe how to change the vertical distance between the symbol boxes inside the legend symbols?<br>I asume it should be done somehow within this code (or not?):<br></p><p>  code tex-map<br>    \def\legendsymbolswidth1{18 cm}<br>    \def\legendsymbolbox#1#2{<br>      \setbox\tmpboxa=\hbox{\pdfrefxform#1}<br>      \setbox\tmpboxb=\hbox{\the\legendtextsize(}<br>      \legendsymbolwd=\wd\tmpboxa<br>      \legendsymbolht=\ht\tmpboxa<br>      \advance\legendsymbolht by -\ht\tmpboxb<br>  <br>      \advance\legendsymbolht by -1dd<br>      \tmpdimen=\hsize<br>        \advance\tmpdimen by 10pt <br>        \divide\tmpdimen by\legendcolumns <br>        \advance\tmpdimen by-10pt<br>      \hbox to \tmpdimen{<br>        \box\tmpboxa\kern10pt\raise\legendsymbolht\vtop{<br>          \advance\tmpdimen by -\legendsymbolwd<br>          \advance\tmpdimen by -10pt<br>          \hsize=\tmpdimen\rightskip=0pt plus \tmpdimen minus 0pt\relax\the\legendtextsize #2\vskip1dd}\hss}<br>    }<br>  <br>    \def\legendsymbols{<br>      \hsize=\legendsymbolswidth1<br>      \formattedlegend<br>    }<br>  endcode<br></p><p>Thanks,<br>Torsten<br></p></blockquote><p class="default-style"><br> </p><blockquote type="cite">_______________________________________________ <br>Therion mailing list <br>Therion@speleo.sk <br>https://mailman.speleo.sk/listinfo/therion <br></blockquote><p class="default-style"><br> </p></body></html>