ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Mojca Miklavec <mojca.miklavec.lists@gmail.com>
Subject: Re: using symbols in MetaFun
Date: Wed, 15 Feb 2006 16:42:27 +0100	[thread overview]
Message-ID: <6faad9f00602150742t74a35b85h5928c9e3bf2063@mail.gmail.com> (raw)
In-Reply-To: <43F0632A.8010004@wxs.nl>

Thank you very much to both of you! This works perfectly and just the
way I wanted.

I have some other questions, but I have to write exact specification(s) first.

(The whole documentation for implementing 3D features is approximately
"read the cryptic implementation in PostScript, figure out what it
does and implement it that way in your terminal". I hate that, but
I'll try to come through it. I'll report as soon as there will be
something functional available.)

Thanks a lot for all the help,
    Mojca


On 2/13/06, Hans Hagen wrote:
> Mojca Miklavec wrote:
> > Hello,
> >
> > I have a "conversion" defined in the following way:
> >
> > \usesymbols[jmn]
> > \defineconversion
> >    [gnuplot]
> >    [$\bullet$,
> >     $\circ$,
> >     $\star$,
> >     x,
> >     {\symbol[navigation 1][NextJump]}]
> >
> > I would like to use these symbols in a macro
> >     draw_symbol(x,y,number)
> > so that
> >     draw_symbol(0,0,3)
> > would draw a star in the origin.
> >
> > The problem is that I don't know:
> > - how to use symbol sets inside MetaFun (verbatimtex \usesymbols[jmn]
> > etex doesn't work here)
> > - how to enable
> >     label(btex \convertnumber{gnuplot}{5} etex, (x,y))
> >   to work properly in metafun (no luck with verbatimtex ... etex again)
> >
> > Any hints would be appreciated.
> >
> ==== test.tex ====
>
> \starttext
>
> \startMPenvironment [global]
>
>     \readfile{test-gnuplot}{}{}
>
> \stopMPenvironment
>
> \setupcolors[state=start]
>
> \startMPcode
> def the_symbol(expr n) =
>     textext("\GnuPlotSymbol{" & decimal n & "}")
> enddef ;
> def draw_symbol(expr x, y, n) =
>     draw the_symbol(n) shifted (x,y)
> enddef ;
>
> for i=1 upto 10 :
>     draw_symbol(i*10,i*10,i) withcolor red ;
> endfor ;
> \stopMPcode
>
> \stoptext
>
>
> === test-gnuplot.tex ====
>
> \defineconversion
>   [gnuplot]
>   [$\bullet$,
>    $\circ$,
>    $\star$,
>    x,
>   {\symbol[navigation 1][NextJump]}]
>
> \unexpanded\def\GnuPlotSymbol#1%
>   {\convertnumber{gnuplot}{#1}}

      reply	other threads:[~2006-02-15 15:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-11  4:28 Mojca Miklavec
2006-02-12 19:03 ` Taco Hoekwater
2006-02-13 11:22   ` Hans Hagen
2006-02-13 10:44 ` Hans Hagen
2006-02-15 15:42   ` Mojca Miklavec [this message]

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=6faad9f00602150742t74a35b85h5928c9e3bf2063@mail.gmail.com \
    --to=mojca.miklavec.lists@gmail.com \
    --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).