changeset 4:95657b9df30b

add figure
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Thu, 07 Jun 2012 18:47:16 +0900
parents df7b59adea0c
children 799ddd893b85
files paper/Makefile paper/aplas2012.tex paper/figure/.DS_Store paper/figure/tree1.pdf paper/figure/tree1.xbb paper/figure/tree2.pdf paper/figure/tree2.xbb
diffstat 7 files changed, 58 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/paper/Makefile	Thu Jun 07 16:03:52 2012 +0900
+++ b/paper/Makefile	Thu Jun 07 18:47:16 2012 +0900
@@ -3,6 +3,8 @@
 LATEX=platex
 BIBTEX=pbibtex
 DVIPDF=dvipdfmx
+XBB=extractbb
+
 
 .SUFFIXES: .tex .div .pdf
 
--- a/paper/aplas2012.tex	Thu Jun 07 16:03:52 2012 +0900
+++ b/paper/aplas2012.tex	Thu Jun 07 18:47:16 2012 +0900
@@ -1,8 +1,10 @@
 \documentclass[envcountsame]{llncs}
+\usepackage[dvipdfmx]{graphicx}
 \usepackage{llncsdoc}
 \usepackage{url}
 \usepackage{listings}
 
+
 \title{The implementation of recursive type syntax on GCC-4.6 for CbC}
 \titlerunning{title running}
 \toctitle{toc title}
@@ -24,8 +26,7 @@
 \end{abstract}
 
 
-\section{Introduction}
-
+\section{Introduce}
 
 
 
@@ -35,6 +36,43 @@
 \paragraph{paragraph}
 
 
+\section{Continuation based C}
+
+\section{recursive type syntax}
+
+
+\begin{figure}[htpb]
+  \begin{minipage}{0.5\hsize}
+  \begin{center}
+\scalebox{0.35}{\includegraphics{figure/tree1.pdf}}
+  \end{center}
+  \caption{}
+  \label{fig:tree1}
+  \end{minipage}
+  \begin{minipage}{0.2\hsize}
+  \begin{center}
+\scalebox{0.35}{\includegraphics{figure/tree2.pdf}}
+  \end{center}
+  \caption{\_\_rectype}
+  \label{fig:tree1}
+\end{minipage}
+\end{figure}
+
+
+
+
+\begin{lstlisting}
+__code fibonacci( __code (*p)( __code (*)( __code (*)( __code )))) {
+    goto p(fibonacci2);
+\end{lstlisting}
+
+
+\begin{lstlisting}
+__code fibonacci(__rectype *p, int num,  int count, int result, int prev) {
+\end{lstlisting}
+
+
+
 \bibliographystyle{junsrt}
 \bibliography{cbc}
 \nocite{kono:2002a, kono:2000a, kono:2008a, yogi:2008a, yogi:2008b, yan:2002a,gcc_internals}
Binary file paper/figure/.DS_Store has changed
Binary file paper/figure/tree1.pdf has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/figure/tree1.xbb	Thu Jun 07 18:47:16 2012 +0900
@@ -0,0 +1,8 @@
+%%Title: ./tree1.pdf
+%%Creator: extractbb 20110311
+%%BoundingBox: 0 0 456 267
+%%HiResBoundingBox: 0.000000 0.000000 456.000000 267.000000
+%%PDFVersion: 1.3
+%%Pages: 1
+%%CreationDate: Thu Jun  7 18:08:49 2012
+
Binary file paper/figure/tree2.pdf has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/figure/tree2.xbb	Thu Jun 07 18:47:16 2012 +0900
@@ -0,0 +1,8 @@
+%%Title: ./tree2.pdf
+%%Creator: extractbb 20110311
+%%BoundingBox: 0 0 473 267
+%%HiResBoundingBox: 0.000000 0.000000 472.500000 267.000000
+%%PDFVersion: 1.3
+%%Pages: 1
+%%CreationDate: Thu Jun  7 18:08:49 2012
+