summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/metafun/metafun-effects.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/context/sources/general/manuals/metafun/metafun-effects.tex')
-rw-r--r--doc/context/sources/general/manuals/metafun/metafun-effects.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/context/sources/general/manuals/metafun/metafun-effects.tex b/doc/context/sources/general/manuals/metafun/metafun-effects.tex
index f5b772ec2..0b7984e9e 100644
--- a/doc/context/sources/general/manuals/metafun/metafun-effects.tex
+++ b/doc/context/sources/general/manuals/metafun/metafun-effects.tex
@@ -247,7 +247,8 @@ fill p rotated 330 withcolor (0,0,1) withtransparency("\MPvar{a}",.5) ;
}
\startcombination
{\useMPgraphic{test}{a=normal}} {\tttf normal}
- {\useMPgraphic{test}{a=multiply}} {\tttf multiply}
+ % {\useMPgraphic{test}{a=multiply}} {\tttf multiply} % here the mu in multiply triggers lookahead in lmtx
+ {\useMPgraphic{test}{a=2}} {\tttf multiply} % so we go for the numeric value instead (for now)
{\useMPgraphic{test}{a=screen}} {\tttf screen}
{\useMPgraphic{test}{a=overlay}} {\tttf overlay}
{\useMPgraphic{test}{a=softlight}} {\tttf softlight}