-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolygon-doc.tex
More file actions
55 lines (52 loc) · 1.64 KB
/
polygon-doc.tex
File metadata and controls
55 lines (52 loc) · 1.64 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
\documentclass{article}
\usepackage[hangul]{kotex}
\usepackage[hidelinks,unicode,bookmarks=true]{hyperref}
\hypersetup{bookmarksdepth=3}
\usepackage{fancyvrb}
\usepackage{color}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amsthm}
\usepackage{textcomp}
\usepackage[top=3cm, left=3cm, right=3cm, bottom=2cm]{geometry}
\usepackage{lipsum}
\usepackage{titling}
\usepackage{colortbl}
\usepackage{standalone}
\setlength{\parindent}{0pt}
\setlength{\droptitle}{-3cm}
\setcounter{tocdepth}{1}
\title{간단하게 배워보는 Polygon}
\author{작성자 : \texttt{@evenharder}}
\date{최종날짜 : \today}
\begin{document}
\maketitle
이 문서는 \textbf{Polygon} (\url{https://polygon.codeforces.com/}) 의 간략한 소개를 다루며, {\color{blue}\textbf{\href{http://evenharder.tistory.com}{이 블로그}}}의 축약개정판입니다.
\tableofcontents
\newpage
\section{Introduction}
\input{./tex/polygon-doc-01.tex}
\section{Registration}
\input{./tex/polygon-doc-02.tex}
\section{Creating Problem}
\input{./tex/polygon-doc-03.tex}
\section{General Info}
\input{./tex/polygon-doc-04.tex}
\section{Statement}
\input{./tex/polygon-doc-05.tex}
\section{Files}
\input{./tex/polygon-doc-06.tex}
\section{testlib.h}
\input{./tex/polygon-doc-07.tex}
\section{Tests}
\input{./tex/polygon-doc-08.tex}
\section{Validator}
\input{./tex/polygon-doc-09.tex}
\section{Solution Files}
\input{./tex/polygon-doc-10.tex}
\section{Checker}
\input{./tex/polygon-doc-11.tex}
\section{Stress \& Invocation}
\input{./tex/polygon-doc-12.tex}
\end{document}