How can I install the metafun metapost macros?
I have tried to tlmgr install metafun, but it cannot find it. Also a search for “metafun” on ctan yields only a introductory tutorial on ConTeXt, in Chinese.
I remember I’ve had it installed previously, so I did a search for it on my OSX: find /usr/local/texlive -name metafun\*, which listed the file metafun.mem from an earlier TLBasic2010 directory hierachy under texmf-var/web2c/metapost/metafun.mem. (I am now using TL2012Basic)
I thought I could just copy it to my local texmf tree under ~/Library/texmf/metapost, but
mpost --mem=metafun.mem file.mp
says it cannot find it.
So I would like to ask a) where can I find it on the internet, and b) where do I put the file so that metapost can find it?
.memfiles any more. Metafun is part of ConTeXt, so you needtlmgr install context; you callmetafunwithmpost --mem=metafun(no.memextension required). – egreg Jan 15 at 14:20Preloading the plain mem file, version 1.004). Also I get an error when trying to call, what I presume, a metafun functiondrawpoints. – morbusg Jan 15 at 16:24drawpointsI really don't know: it is defined inmp-tool.mpii, but the details about it are surely in the documentation that you should be able to find at the Pragma-ADE site: pragma-ade.com/general/manuals/metafun-p.pdf – egreg Jan 15 at 16:48