Mercurial > hg > Papers > 2012 > aplas
changeset 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 | e267a6c473c3 |
children | be591bf4e2b5 bbbda7a58067 |
files | paper/main.tex |
diffstat | 1 files changed, 36 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paper/main.tex Fri Jun 15 21:36:49 2012 +0900 @@ -0,0 +1,36 @@ +\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}