-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathresume.tex
75 lines (53 loc) · 1.18 KB
/
resume.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
74
75
\documentclass[a4j,10pt]{jsarticle}
\usepackage{layout,url,resume}
\usepackage[dvipdfmx]{graphicx}
\pagestyle{empty}
\begin{document}
%\layout
\title{タイトル}
% 和文著者名
\author{
著者その1 \thanks{所属その1}
\and
著者その2 \thanks{所属その2}
}
% 和文概要
\begin{abstract}
ここにアブストラクトを書く。
\end{abstract}
\maketitle
\thispagestyle{empty}
\section{はじめに}
引用例\cite{example}を書いてみた.
\section{背景}
\subsection{hoge}
小見出し付きの文章.
\begin{enumerate}
\item 番号付き箇条書き
\item 番号付き箇条書き
\end{enumerate}
\begin{itemize}
\item 箇条書き
\item 箇条書き
\end{itemize}
%---------------------------------------------
\section{研究目的}
\subsection{hoge}
画像を図\ref{sample}に示す。
\begin{figure}[htbp]
\begin{center}
\includegraphics[width=6cm]{figure1.png}
\caption{画像の例}
\label{sample}
\end{center}
\end{figure}
\subsection{fuga}
fugafuga
\section{関連研究}
\section{提案手法}
\section{評価}
\section{考察}
\bibliographystyle{junsrt}
\bibliography{resume}
\end{document}
% end of file