-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcover_front_back.tex
61 lines (48 loc) · 1.19 KB
/
cover_front_back.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
\documentclass{article}
\usepackage[
paperheight=226mm,
paperwidth=335mm,
inner=180mm,
outer=30mm,
top=30mm,
bottom=20mm]{geometry}
\usepackage[utf8]{inputenc}
\usepackage{background}
\usepackage{xcolor}
\backgroundsetup{scale = 1.1, angle = 0, opacity = 1,
contents = {\includegraphics[width = \paperwidth,
height = \paperheight, keepaspectratio]
{cover_background.pdf}}}
% Adjust filename and path to match your own image
\input{variables}
\begin{document}
\thispagestyle{empty}
\begin{textsf}
\begin{center}
\textbf{\Huge{
\colorbox{black}{\textcolor{white}{The Journal of Computing}}\\
\smallskip
\colorbox{black}{\textcolor{white}{Sciences in Colleges}}\\
}}\\
\end{center}
\vfill
\begin{center}
\textbf{\Large{
\colorbox{white}{Papers of the \confOrdinal\ Annual CCSC}\\
\colorbox{white}{\confName\ Conference}\\
}}\\
\end{center}
\vspace{10pt}
\begingroup
\centering
\colorbox{white}{\large{\confDates, \confYear}}\\
\colorbox{white}{\large{\confSchool}}\\
\colorbox{white}{\large{\confCity}}\\
\endgroup
\vspace{70pt}
{\parindent0pt
\textbf{\Large Volume \journalVolume, Number \journalNumber} \hfill
\textbf{\Large \journalMonth\ \journalYear}
}
\end{textsf}
\end{document}