projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69ef4b3
)
monte-carlo.asy: Use epsdice package for the dice
author
W. Trevor King
<wking@tremily.us>
Wed, 22 May 2013 00:09:05 +0000
(20:09 -0400)
committer
W. Trevor King
<wking@tremily.us>
Wed, 22 May 2013 00:09:05 +0000
(20:09 -0400)
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
patch
|
blob
|
history
diff --git
a/media/src/asy/monte-carlo.asy
b/media/src/asy/monte-carlo.asy
index e3de5980a9e11bc61f9419c93c4261403f09e70d..2b41844cec0faf8f0077132c5691a1878448786e 100644
(file)
--- 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;