From: W. Trevor King Date: Wed, 22 May 2013 00:09:05 +0000 (-0400) Subject: monte-carlo.asy: Use epsdice package for the dice X-Git-Tag: thesis-v1.0~27 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=94e8c5c4ca0e5d63eb9a1a0676026e0ddbd87437;p=reveal.js.git monte-carlo.asy: Use epsdice package for the dice In the thesis, this is imported at globally, but for stand-alone Asymptote graphics we need this local import. --- diff --git a/media/src/asy/monte-carlo.asy b/media/src/asy/monte-carlo.asy index e3de598..2b41844 100644 --- a/media/src/asy/monte-carlo.asy +++ b/media/src/asy/monte-carlo.asy @@ -1,5 +1,7 @@ // A die roll decides which of two doors to enter. +usepackage("epsdice"); + //import unicode; //from three access rotate;