-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.tex
57 lines (57 loc) · 883 Bytes
/
index.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
\documentclass[dvipdfmx]{beamer}
%
\input{src/00-preamble.tex}
%
%
\title{\LaTeX \hspace{2pt} Slide}
\subtitle{}
%
\author{k5-mot}
\institute{}
\date{\todayJP}
\subject{}
%
\begin{document}
%
%
{
\input{src/01-noinfoline.tex}
%
\begin{frame}[noframenumbering]
\titlepage
\end{frame}
%
\begin{frame}[allowframebreaks]{目次}
\begin{multicols}{2}
\tableofcontents
\end{multicols}
\end{frame}
}
%
\input{src/10-intro.tex}
%
\input{src/20-sample.tex}
%
\input{src/90-outro.tex}
%
\section{References}
\begin{frame}[allowframebreaks]{References}
\scriptsize
\beamertemplatetextbibitems
\bibliographystyle{junsrt}
\bibliography{src/99-refs.bib}
\end{frame}
%
{
\input{src/01-noinfoline.tex}
%
\begin{frame}
\begin{center}
{\Huge 御清聴ありがとうございました。}
\end{center}
\end{frame}
}
%
%
\end{document}
%