generated from TNFSH-Programming-Contest/tps-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappendix.tex
37 lines (32 loc) · 1.09 KB
/
appendix.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
\documentclass[a4paper]{article}
\title{Appendix}
\usepackage[left=2cm,right=2cm,top=3cm,bottom=2cm]{geometry}
\usepackage{fontspec}
\usepackage{xeCJK}
\setCJKmainfont[]{Noto Sans Mono CJK TC}
\setCJKmonofont[]{Noto Sans Mono CJK TC}
\XeTeXlinebreaklocale "zh"
\XeTeXlinebreakskip = 0pt plus 1pt
\usepackage{anyfontsize}
\usepackage{t1enc}
\usepackage{listings}
\usepackage{url}
\lstset{language=C++,basicstyle=\ttfamily}
\renewcommand{\thepage}{Appendix - \arabic{page}}
\begin{document}
\begin{center}
\textbf{\huge 111學年度資訊學科能力競賽}\\
\vspace{5mm}
\textbf{\huge 臺南一中校內初選\ 試題本}\\
\vspace{10mm}
\rule{17cm}{2pt}\\
\vspace{5mm}
\huge 附錄\\
\end{center}
\fontsize{14pt}{20pt}\selectfont
\noindent 本次競賽由「臺南一中資訊競賽命題小組」協辦命題,競賽相關的題本、測資、記分板、詳解將在賽後公布,請關注 Facebook 粉絲專頁及 GitHub。
\begin{itemize}
\item Facebook: \url{https://www.facebook.com/TNFSHProgrammingContest}
\item GitHub: \url{https://github.com/TNFSH-Programming-Contest}
\end{itemize}
\end{document}