-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathform.tex
More file actions
60 lines (50 loc) · 1.18 KB
/
Copy pathform.tex
File metadata and controls
60 lines (50 loc) · 1.18 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
\documentclass[9pt, usepdftitle=false]{beamer}
\usetheme{Boadilla}
%\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[cjk, hangul]{kotex}
\usepackage{hyperref}
\usepackage[font=scriptsize, labelfont=scriptsize]{caption}
\usepackage{subcaption}
\usepackage{listings}
\usefonttheme[onlymath]{serif}
\definecolor{mygreen}{rgb}{0,0.6,0}
\definecolor{mygray}{rgb}{0.5,0.5,0.5}
\definecolor{mymauve}{rgb}{0.58,0,0.82}
\lstset{
basicstyle=\footnotesize\ttfamily,
backgroundcolor=\color{lightgray},
commentstyle=\color{mygreen},
keywordstyle=\color{blue},
stringstyle=\color{mymauve},
}
\hypersetup{
unicode,
pdftitle={제목 --- 부제목},
pdfsubject={Machine Learning},
pdfkeywords={Machine Learning, Neual Networks, Deep Learning},
pdfauthor={gs18113},
colorlinks=true,
linkcolor=black,
filecolor=magenta,
urlcolor=blue,
}
\title{제목}
\subtitle{부제목}
\author{gs18113}
\institute{TURING(GSHS)}
\date{\today}
\graphicspath{{./images/}}
\AtBeginSection[]{
\begin{frame}
\frametitle{Contents}
\tableofcontents[currentsection]
\end{frame}
}
\begin{document}
\maketitle
\begin{frame}
\frametitle{Table of Contents}
\tableofcontents
\end{frame}
\end{document}