Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
playground:playground [2019/09/29 21:26] – akozhenkov | playground:playground [2022/11/19 12:13] (current) – andrew.atkinson | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | $conf[toptoclevel=2]; | ||
+ | |||
====== Русская версия ====== | ====== Русская версия ====== | ||
первая попытка что-то написать в вики | первая попытка что-то написать в вики | ||
Line 6: | Line 8: | ||
- | === Separating out legend, scale bar and north arrow. === | + | === *Separating out legend, scale bar and north arrow.* === |
+ | |||
+ | This Tex code separates out legend, north arrow and scale bar and can place them in specified position. | ||
+ | Please note that invoking custom legend will cause map-image to fail. Instead of that \loadpicture command with full path to image can be used as shown below. | ||
- | code tex-map | + | code tex-map |
} | } | ||
\legendbox{85}{95}{NW}{ | \legendbox{85}{95}{NW}{ | ||
Line 20: | Line 25: | ||
\legendbox{5}{95}{NW} {\loadpicture{/ | \legendbox{5}{95}{NW} {\loadpicture{/ | ||
} | } | ||
- | endcode | + | endcode |