-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
83 lines (56 loc) · 1.61 KB
/
main.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
\documentclass{article}
\usepackage{eso-pic,graphicx}
\usepackage[top=2cm, bottom=2cm, paperwidth=8in, paperheight=8in]{geometry}
\tracinglostchars=2
\usepackage[UTF8, fontset=none]{ctex} %Chinese
%\setmainfont{URW Gothic L}[Scale=1.0]
\setmainfont{TeX Gyre Adventor}[Scale=1.0]
\setCJKmainfont{Noto Sans CJK JP}[Scale=1.0]
\renewcommand{\abstractname}{Welcome to the world of Cosmoose!}
%\usepackage[T1]{fontenc}
\usepackage{xcolor}
\usepackage[version=4]{mhchem} %chemical
\usepackage{verse}
\pagenumbering{gobble}
\setlength\parindent{0pt}
\usepackage{hyperref} %hyperlinks
\usepackage{tikz} %transparent background
\usetikzlibrary{calc}
\usepackage{graphicx}
\definecolor{darkcyan}{rgb}{0.07, 0.26, 0.26}
\definecolor{darksienna}{rgb}{0.24, 0.08, 0.08}
% Macros
\newcommand{\bo}[1] {
\textbf{#1}}
\newcommand{\bblu}[1] {
\textbf{\textcolor{darkcyan}{#1}}}
\newcommand{\bbro}[1] {\textbf{\textcolor{darksienna}{#1}}}
%Korean spaces
\newcommand{\ks}{\hspace{.5pt}}
\newcommand{\bckg}[1]{\AddToShipoutPictureBG*{\includegraphics[width=\paperwidth,height=\paperheight]{#1}}}
\urlstyle{same}
\begin{document}
%% title page
\phantom{;}
\bckg{Assets/cover}
\clearpage
\input{Input/Intro}
\input{Input/Release_Me}
\input{Input/Party_Planet}
\input{Input/Party_Happy}
\input{Input/Max_Happy}
\input{Input/FF_Intro}
\input{Input/Farewell_Friend}
\input{Input/H_Intro}
\input{Input/Heroic}
\input{Input/SS_Intro}
\input{Input/Schwarz_Schild}
\input{Input/Cosmoose_Gang}
\input{Input/Fun_Gang}
\input{Input/Fun}
\input{Input/Complete}
\input{Input/Special_Thanks}
\clearpage
\phantom{;}
\bckg{Assets/end}
\end{document}