[Rquantlib-commits] r224 - in papers/rinfinance2010: . includes

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Apr 9 03:34:21 CEST 2010


Author: edd
Date: 2010-04-09 03:34:20 +0200 (Fri, 09 Apr 2010)
New Revision: 224

Modified:
   papers/rinfinance2010/includes/beamer_setup.tex
   papers/rinfinance2010/rquantlib_slides.tex
Log:
animation support in setup file (but commented out again)
new slide with 15 of the 120 animation graphs


Modified: papers/rinfinance2010/includes/beamer_setup.tex
===================================================================
--- papers/rinfinance2010/includes/beamer_setup.tex	2010-04-09 01:33:28 UTC (rev 223)
+++ papers/rinfinance2010/includes/beamer_setup.tex	2010-04-09 01:34:20 UTC (rev 224)
@@ -39,6 +39,8 @@
 \usepackage{color}
 \usepackage{alltt}
 
+% \usepackage{animate}
+
 \usepackage{listings}
 \lstset{ %
   language=R,                   % choose the language of the code

Modified: papers/rinfinance2010/rquantlib_slides.tex
===================================================================
--- papers/rinfinance2010/rquantlib_slides.tex	2010-04-09 01:33:28 UTC (rev 223)
+++ papers/rinfinance2010/rquantlib_slides.tex	2010-04-09 01:34:20 UTC (rev 224)
@@ -14,7 +14,7 @@
 \title[RQuantLib]{RQuantLib: Interfacing QuantLib from R}  %% better title welcome...
 \subtitle{\textsl{R / Finance 2010 Presentation}}
 \subject{R / Finance 2010 Presentation}
-\author[Eddelbuettel \and Nguyen]{Dirk Eddelbuettel\inst{1} \and Khanh Nguyen\inst{2}}
+\author[Eddelbuettel and Nguyen]{Dirk Eddelbuettel\inst{1} \and Khanh Nguyen\inst{2}}
 \institute[Debian and UMASS]{
   \inst{1}%
   Debian Project
@@ -276,7 +276,37 @@
   \end{itemize}
 \end{frame}
 
+\subsection{Examples}
+\begin{frame}
+  \frametitle{Option Valuation and Greeks}
+  \framesubtitle{Without \textsl{very poot man's} animation}
 
+  %\animategraphics[controls,autoplay,palindrome,width=1in]{10}{figures/animation/Value}{01}{24}
+  %\animategraphics[controls,autoplay,palindrome,width=1in]{10}{figures/animation/Delta}{01}{24}
+
+  \includegraphics[width=0.82in]{figures/animation/Value01}
+  \includegraphics[width=0.82in]{figures/animation/Delta01}
+  \includegraphics[width=0.82in]{figures/animation/Gamma01}
+  \includegraphics[width=0.82in]{figures/animation/Theta01}
+  \includegraphics[width=0.82in]{figures/animation/Vega01}
+
+  \includegraphics[width=0.82in]{figures/animation/Value04}
+  \includegraphics[width=0.82in]{figures/animation/Delta04}
+  \includegraphics[width=0.82in]{figures/animation/Gamma04}
+  \includegraphics[width=0.82in]{figures/animation/Theta04}
+  \includegraphics[width=0.82in]{figures/animation/Vega04}
+
+  \includegraphics[width=0.82in]{figures/animation/Value07}
+  \includegraphics[width=0.82in]{figures/animation/Delta07}
+  \includegraphics[width=0.82in]{figures/animation/Gamma07}
+  \includegraphics[width=0.82in]{figures/animation/Theta07}
+  \includegraphics[width=0.82in]{figures/animation/Vega07}
+
+
+\end{frame}
+
+
+
 \section{Fixed Income}
 \subsection{Overview and development}
 



More information about the Rquantlib-commits mailing list