ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <j.hagen@xs4all.nl>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>,
	"Jan-Erik Hägglöf" <janerik.hagglof@bahnhof.se>
Subject: Re: Label in externalfigures
Date: Wed, 12 Feb 2020 20:10:20 +0100	[thread overview]
Message-ID: <02701558-b8ed-0368-565a-53db3dbcaabc@xs4all.nl> (raw)
In-Reply-To: <BF1EF84F-EF7B-4783-827D-D6F93926EA60@bahnhof.se>

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 e.g change from 37° to 41° without reediting it in 
> Inkscape.
> 
> A similar properties like latex export picture.pdf_tex which is a 
> function in Inkscape
> 
> I investigate the details manual tip you provided, thanks a lot.
you might want to peek into the luametafun manual as svg is discussed 
there, including label stuff

what you can also try (with lmtx) is this (no real interface yet):

\starttext

\hbox\bgroup
   \ctxlua{metapost.startsvghashing()}%
   \includesvgfile[labels-004.svg]%
   \ctxlua{metapost.stopsvghashing()}%
\egroup

\stoptext

which should turn your labels into tex, so you can typeset them as tex 
(so $\\sin(x)$ comes out as math) it's no big deal to add a remap option 
there but then i'd rather go for symbolic names

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2020-02-12 19:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-12 15:49 Jan-Erik Hägglöf
2020-02-12 16:16 ` Wolfgang Schuster
2020-02-12 17:01   ` Jan-Erik Hägglöf
2020-02-12 19:10     ` Hans Hagen [this message]
2020-02-13  9:35       ` Jan-Erik Hägglöf
2020-02-14 22:22         ` Jan-Erik Hägglöf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=02701558-b8ed-0368-565a-53db3dbcaabc@xs4all.nl \
    --to=j.hagen@xs4all.nl \
    --cc=janerik.hagglof@bahnhof.se \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).