ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jeong Dal <haksan@me.com>
To: "list ntg-context@ntg.nl ntg-context@ntg.nl ntg-context@ntg.nl
	ntg-context@ntg.nl" <ntg-context@ntg.nl>
Subject: Re: Transparency (Metapost)
Date: Sun, 1 Dec 2019 21:47:29 +0900	[thread overview]
Message-ID: <3E09CA5B-7F4E-44F8-8AD8-AE2B778613E2@me.com> (raw)
In-Reply-To: <mailman.1.1575198001.3600.ntg-context@ntg.nl>


[-- Attachment #1.1: Type: text/plain, Size: 2023 bytes --]

Dear Fabrice,

I run your code using ConTeXt LMTX and got the figure.
(LuaMetaTeX 2.00, ConTeXt version: 2019.11.14.)
I don’t know why you have errors.

Here is the beginning of log file:

resolvers       | formats | executing runner 'run luametatex format': /Users/graph/ConTeXtLMTX/tex/texmf-osx-64/bin/luametatex --jobname="test" --fmt=/Users/graph/ConTeXtLMTX/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex/cont-en.fmt --lua=/Users/graph/ConTeXtLMTX/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex/cont-en.lui cont-yes.mkiv --c:autopdf --c:currentrun=1 --c:fulljobname="/Users/graph/Documents/TeXfiles/test.tex" --c:input="/Users/graph/Documents/TeXfiles/test.tex" --c:kindofrun=1 --c:maxnofruns=9 --c:purge --c:texmfbinpath="/Users/graph/ConTeXtLMTX/tex/texmf-osx-64/bin"
This is LuaMetaTeX, Version 2.00.0 
open source     > level 1, order 1, name 'cont-yes.mkiv'
system          > 
system          > ConTeXt  ver: 2019.11.14 17:47 MKIV beta  fmt: 2019.11.19  int: english/english
system          > 
system          > 'cont-new.mkiv’ loaded


Best regards,

Dalyoung


> 
> \starttext
> \startMPcode
>   defaultfont := "texgyrepagella-regular*default" ;
>   defaultscale :=0.8;
> 
>   color brown;
>   brown = (0.128,0.00,0.00);
> 
>   path twos, threes, sixes;
>   twos = fullcircle xscaled 4cm yscaled 2cm rotated 180
>          shifted 42 left;
>   threes = fullcircle xscaled 4cm yscaled 2cm shifted 42 right;
>   sixes = buildcycle(twos, threes);
> 
>   fill twos   withcolor brown withtransparency(1,0.75);
>   fill threes withcolor yellow withtransparency(1,0.75);
>   fill sixes withcolor yellow + brown withtransparency(1,0.75);
> 
>   draw twos;
>   draw threes;
> 
>   label("...",(1.5cm,0));
>   label("...",(0,0));
>   label("...",(-1.5cm,0));
>   label.top("yeux marron",(-1.5cm,1.25cm));
>   label.top("cheveux blonds",(1.5cm,1.25cm));
> \stopMPcode
> \stoptext


[-- Attachment #1.2: Type: text/html, Size: 21841 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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:[~2019-12-01 12:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1.1575198001.3600.ntg-context@ntg.nl>
2019-12-01 12:47 ` Jeong Dal [this message]
     [not found] <mailman.61.1575154622.1207.ntg-context@ntg.nl>
2019-11-30 23:29 ` Jeong Dal
2019-12-01 10:32   ` Fabrice Couvreur
2019-12-01 12:09     ` Hans Hagen
2019-12-01 20:56       ` Fabrice Couvreur
2019-12-01 21:01         ` Wolfgang Schuster
2019-11-30 22:55 Fabrice Couvreur

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=3E09CA5B-7F4E-44F8-8AD8-AE2B778613E2@me.com \
    --to=haksan@me.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).