summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-05-17 22:51:47 +0000
committerKarl Berry <karl@freefriends.org>2014-05-17 22:51:47 +0000
commitc74f44090105d239e355412add7df7adeb3efc42 (patch)
tree7bd3164f386e397f5db04c485844d53f8fc5dea3 /Master/texmf-dist/doc/asymptote
parentbd09f1a3a2bca3ca48def62ab31a2d1d7d0d6d38 (diff)
asymptote 2.31
git-svn-id: svn://tug.org/texlive/trunk@34084 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/asymptote')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/externalprc.tex3
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/refs.bib55
2 files changed, 57 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/externalprc.tex b/Master/texmf-dist/doc/asymptote/examples/externalprc.tex
index d131eebd426..7c488e78f9c 100644
--- a/Master/texmf-dist/doc/asymptote/examples/externalprc.tex
+++ b/Master/texmf-dist/doc/asymptote/examples/externalprc.tex
@@ -6,7 +6,8 @@
%
\documentclass[12pt]{article}
\input cube.pre
-\usepackage[bigfiles,noplaybutton]{media9}
+\usepackage[bigfiles]{media9}
+\playbuttonfalse
\RequirePackage{color,graphicx}
\begin{document}
\input cube.tex
diff --git a/Master/texmf-dist/doc/asymptote/examples/refs.bib b/Master/texmf-dist/doc/asymptote/examples/refs.bib
new file mode 100644
index 00000000000..1c15d4e29b8
--- /dev/null
+++ b/Master/texmf-dist/doc/asymptote/examples/refs.bib
@@ -0,0 +1,55 @@
+@ARTICLE{Hobby86,
+ AUTHOR = "John D. Hobby",
+ TITLE = "Smooth, Easy to Compute Interpolating Splines",
+ JOURNAL = "Discrete Comput. Geom.",
+ YEAR = 1986,
+ VOLUME = 1,
+ PAGES = "123-140"}
+
+@BOOK{Knuth86b,
+ AUTHOR = "Donald E. Knuth",
+ TITLE = "The \MF{}book",
+ PUBLISHER = "Addison-Wesley",
+ YEAR = 1986,
+ ADDRESS = "Reading, Massachusetts"}
+
+@article{Bowman07,
+ title={{The 3D {A}symptote generalization of MetaPost B\'ezier interpolation}},
+ author={John C. Bowman},
+ journal={Proceedings in Applied Mathematics and Mechanics},
+ volume={7},
+ number={1},
+ pages={2010021-2010022},
+ year={2007}
+}
+
+@article{Bowman08,
+ title={Asymptote: A vector graphics language},
+ author={John C. Bowman and Andy Hammerlindl},
+ journal={TUGboat: The Communications of the \TeX\ Users Group},
+ volume={29},
+ number={2},
+ pages={288-294},
+ year={2008}
+}
+
+@article{Bowman09,
+ title={Asymptote: Lifting {\TeX} to three dimensions},
+ author={John C. Bowman and Orest Shardt},
+ journal={TUGboat: The Communications of the \TeX\ Users Group},
+ volume={30},
+ number={1},
+ pages={58-63},
+ year={2009}
+}
+
+@article{Shardt12,
+ title={Surface Parametrization of Nonsimply Connected Planar {B\'ezier} Regions},
+ author={Orest Shardt and John C. Bowman},
+ journal = {Computer-Aided Design},
+ volume={44},
+ number={5},
+ pages={484.e1-10},
+ year={2012},
+}
+