-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport.tex
38 lines (29 loc) · 945 Bytes
/
report.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
\documentclass[a4paper, hidelinks, 11pt, figtabcapt, footnote]{oblivoir}
\usepackage{fapapersize}
\usefapapersize{210mm, 297mm, 30mm, 30mm, 35mm, 35mm}
\usepackage{graphicx}
\graphicspath{{./images}}
\usepackage{titling}
\pretitle{\begin{center} \fontsize{30pt}{30pt} \selectfont}
\posttitle{\par \end{center}}
\preauthor{\begin{flushright} \fontsize{16pt}{16pt} \selectfont \vspace{23em} \begin{tabular}{ c c }}
\postauthor{\end{tabular} \par \end{flushright}}
\usepackage{wallpaper}
\setstretch{1.6}
\oblivoirlists
\title{제목}
\author{
\textbf{과목} & \null\hfill 커뮤니케이션의이해 \\
\textbf{전공} & \null\hfill 디지털미디어학과 \\
\textbf{학번} & \null\hfill 201700000 \\
\textbf{이름} & \null\hfill 홍길동 \\
\textbf{날짜} & \null\hfill \today
}
\date{}
\begin{document}
\ThisCenterWallPaper{0.7}{symbol.png}
\maketitle
\thispagestyle{empty}
\newpage
\setcounter{page}{1}
\end{document}