Re: [NTG-context] Label in externalfigures

2020-02-14 Thread Jan-Erik Hägglöf
Now finally after consulting the luametafun and the MetaFun manual I’ve found what I was looking for:The code:\startMPcode picture p; p := lmt_svg [ filename = "steguppgift.svg", width = 400 ] ;draw p;path linje ; linje := (15,-330) -- (280,-90); % adding a missing line in the .svg filedrawarrow

Re: [NTG-context] Label in externalfigures

2020-02-13 Thread Jan-Erik Hägglöf
I’ve tested this but it appears outside, not as an layer over the picture. \startMPcode draw lmt_svg [ filename = "steguppgift.svg", height = 5cm, width = 10cm, ] ; label(\sometxt{5,0m},(63.936298,129.563995)); label(\sometxt{37°},(95.652702,27.367201));

Re: [NTG-context] Label in externalfigures

2020-02-12 Thread Hans Hagen
On 2/12/2020 6:01 PM, Jan-Erik Hägglöf wrote: The expected output should be like this, see example in the link below https://drive.google.com/file/d/13pCuUvNeL7T_Hs7-qrKZclkadcJ7_jVV/view?usp=sharing So that I have a picture so I can change the label text inside according to different needs

Re: [NTG-context] Label in externalfigures

2020-02-12 Thread Jan-Erik Hägglöf
The expected output should be like this, see example in the link below https://drive.google.com/file/d/13pCuUvNeL7T_Hs7-qrKZclkadcJ7_jVV/view?usp=sharing So that I have a picture so I can change the label text

Re: [NTG-context] Label in externalfigures

2020-02-12 Thread Wolfgang Schuster
On Wed, 12 Feb 2020 16:49:02 +0100 Jan-Erik Hägglöf wrote: > Dear Members! > > I have a question on how to achieve something like this. > > \IncludePicture[picture.pdf][xpos=2, ypos= 4, label=some text] What is the expected output of this command? > I know there is a similar function in the