generated from pddg/latex-template-ja
-
Notifications
You must be signed in to change notification settings - Fork 47
/
resume_template.tex
55 lines (43 loc) · 1.1 KB
/
resume_template.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
\documentclass{classes/resume}
\title{
title
}
\author{
○○大学 ○○学科 ○○専攻 学籍番号 名前
}
\begin{document}
\maketitle
\section{はじめに}
本稿では,○○について述べる.
\subsection{その次に}
本節では,○○について述べる.
\subsubsection{最後に}
最後に,○○について述べる.
\Fig{fig:fig1}に示すように,○○である.
\Table{tab:sample}に示すように,○○である.
% 図の挿入
\begin{figure}[htbp]
\centering
\includegraphics[width=\linewidth]{figures/dummy.pdf}
\caption{図の説明 \cite{ref:nomura2022uwb} \cite{ref:青空文庫Aozo22:online}}
\label{fig:fig1}
\end{figure}
To be, or not to be: that is the question.
\begin{table}[h]
\centering
\caption{Sample Table}
\begin{tabular}{|c|c|c|}
\hline
1 & 2 & 3 \\
\hline
4 & 5 & 6 \\
\hline
7 & 8 & 9 \\
\hline
\end{tabular}
\label{tab:sample}
\end{table}
\section{結論}
結論として,○○について述べた.
\subfile{sections/references}
\end{document}