forked from kmdkuk/MT-interim-summary-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSummary.tex
More file actions
68 lines (50 loc) · 2.62 KB
/
Summary.tex
File metadata and controls
68 lines (50 loc) · 2.62 KB
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
%%
%% 研究報告用スイッチ
%% [techrep]
%%
%% 欧文表記無しのスイッチ(etitle,eabstractは任意)
%% [noauthor]
%%
\documentclass[submit,techrep,noauthor]{ipsj}
\usepackage[dvipdfmx]{graphicx}
\usepackage{url}
\bibliographystyle{ipsjunsrt}
\def\Underline{\setbox0\hbox\bgroup\let\\\endUnderline}
\def\endUnderline{\vphantom{y}\egroup\smash{\underline{\box0}}\\}
\def\|{\verb|}
%フッターヘッダーはスタイルファイルのTODOの部分を修正する
%作成年はクラスファイルのTODO部分を修正する
\begin{document}
\title{タイトル}
\affiliate{FUN}{博士過程(前期) 情報アーキテクチャ領域, 2119NNN}
\author{未来研究室 ~~~ 未来 太郎}{Mirai Tarou}{FUN}
\begin{abstract}
アブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブストアブスト
\end{abstract}
%
\begin{jkeyword}
キーワード
\end{jkeyword}
%
\maketitle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{はじめに}
本文\cite{sample}.4ページ以上.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{提案手法}
\section{提案手法を用いたPBLにおける実験}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{PBLで利用されるツールの可視化}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{分析と考察}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{おわりに}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibliography{references}
\end{document}