-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper.tex
executable file
·73 lines (58 loc) · 1.6 KB
/
paper.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
\documentclass[submit,techrep]{ipsj}
\usepackage[dvipdfmx]{graphicx}
\usepackage{latexsym}
\usepackage{url}
\usepackage{here}
\usepackage{listings,jlisting}
\lstset{%
language={C},
basicstyle={\small\ttfamily\footnotesize},%
breaklines=true,%
identifierstyle={\small},%
commentstyle={\small\itshape},%
keywordstyle={\small\bfseries},%
ndkeywordstyle={\small},%
stringstyle={\small\ttfamily},
frame={tb},
breaklines=true,
columns=[l]{fullflexible},%
numbers=left,%
xrightmargin=0zw,%
xleftmargin=3zw,%
numberstyle={\scriptsize},%
stepnumber=1,
numbersep=1zw,%
lineskip=-0.5ex%
}
\def\Underline{\setbox0\hbox\bgroup\let\\\endUnderline}
\def\endUnderline{\vphantom{y}\egroup\smash{\underline{\box0}}\\}
\def\|{\verb|}
\setcounter{巻数}{53}%vol53=2012
\setcounter{号数}{10}
\setcounter{page}{1}
% インタラクション特有の設定。印刷工程で柱・ノンブルの埋め込みを行う。
\makeatletter
\pagestyle{empty}
\def\@oddhead{}%
\def\@evenhead{}%
\def\ps@IPSJTITLEheadings{}
\makeatother
\long\def\comment#1{}
\begin{document}
\title{わかるらんど: IoT時代の共有情報視覚化}
\etitle{WakaruLand: An information visualization system for the IoT age}
\affiliate{MG}{慶應義塾大学大学院 政策・メディア研究科}
\affiliate{EI}{慶應義塾大学 環境情報学部}
\author{山田 尚昭}{Naoaki Yamada}{MG}
\author{増井 俊之}{Toshiyuki Masui}{EI}
\input{abstract}
\maketitle
\input{section1}
\input{section2}
\input{section3}
\input{section4}
\input{section5}
\input{section6}
\bibliographystyle{ipsjsort}
\bibliography{paper}
\end{document}