From 94e8c5c4ca0e5d63eb9a1a0676026e0ddbd87437 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 21 May 2013 20:09:05 -0400 Subject: [PATCH] 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. --- media/src/asy/monte-carlo.asy | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.26.2