view paper/main.tex @ 31:d0dada806f0a

add main.tex
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Fri, 15 Jun 2012 21:36:49 +0900
parents
children 2dd2b481b291
line wrap: on
line source

\documentclass[envcountsame]{llncs}
\usepackage[dvipdfmx]{graphicx}
\usepackage{llncsdoc}
\usepackage{url}
\usepackage{listings}


\bibliographystyle{plain} % for bibliography
%\title{The implementation of recursive type syntax on GCC-4.6 for CbC}
\title{Recursive type syntax in Continuation based C}
\titlerunning{title running}
\toctitle{toc title}
%\subtitle{sub title}
\author{Shinji Kono\inst{1} Nobuyasu Oshiro\inst{2}}
\authorrunning{authorrunning}
\institute{University of the Ryukyus}
\email{}

\begin{document}
\maketitle
\newcommand\rectype{{\tt \_\_rectype}}
\newcommand\code{{\tt \_\_code}}
\newcommand\treelist{{\tt TREE\_LIST}}
\newcommand\pointertype{{\tt POINTER\_TYPE}}
\newcommand\functiontype{{\tt FUNCTION\_TYPE}}

\begin{abstract}
\input{abstract}
\end{abstract}

%\pagenumbering{arabic}

\input{0}	% sections

\bibliography{ref}
\end{document}