-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcover.tex
66 lines (55 loc) · 1.43 KB
/
cover.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
58
59
60
61
62
63
64
65
66
\documentclass[12pt,a4paper]{ctexart}
\usepackage[top=1.5in, bottom=1in, left=1in, right=1in]{geometry}
\pagestyle{plain}
\linespread{1.5}
%Librerie utili
\usepackage{libertine}
\usepackage{graphicx}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{float,booktabs}
\usepackage{scrlayer}
\DeclareNewLayer[
foreground,
%textarea,% use only the textarea
contents={%
\parbox[b][\layerheight][c]{\layerwidth}
{\centering This page has been intentionally left blank.}%
}
]{blankpage.fg}
\DeclarePageStyleByLayers{blank}{blankpage.fg}
\begin{document}
\title{title}
\author{author}
\date{date}
\begin{titlepage}
\begin{figure}[H]
\centering
\begin{minipage}[t]{0.48\textwidth}
\centering
\includegraphics[height=5cm]{ccpc.png}
\end{minipage}
\begin{minipage}[t]{0.48\textwidth}
\centering
\includegraphics[height=5cm]{bupt.png}
\end{minipage}
\end{figure}
\begin{center}
\textsc{\Large{The 6th China Collegiate Programming Contest, Finals\\}}
\vspace{5mm}
\fontsize{10mm}{7mm}\selectfont
\textsc{Contest Session}\\
\end{center}
\vspace{5mm}
\begin{center}
\input{cover.toc.tex}
\end{center}
\begin{figure*}[b]
\centering{
{\large{Beijing University of Posts and Telecommunications\\ May 30th}}\\
{\small{Revision \texttt{REVNUM}}}
}
\end{figure*}
\end{titlepage}
\newpage\null\thispagestyle{blank}\newpage
\end{document}