-
Notifications
You must be signed in to change notification settings - Fork 7
/
cover-std.tex
52 lines (46 loc) · 1.34 KB
/
cover-std.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
\usepackage{tikz}
\usepackage[absolute,overlay]{textpos}
% uncomment to see grid system
% \usepackage[texcoord,grid,gridcolor=red!10,subgridcolor=green!10,gridunit=cm]{eso-pic}
\usepackage{shadowtext}
\shadowcolor{black}
\shadowoffset{2pt}
\newcommand{\cover}{
\begin{tikzpicture}[remember picture,overlay]
\path [top color = yellow, bottom color = Orange] (current page.south west) rectangle (current page.north east);
\end{tikzpicture}
\thispagestyle{empty}
\pagenumbering{gobble}
% \chapter*{}
\bigskip
\begin{center}
\color{white}
\textbf{\fontsize{72}{96}\selectfont\shadowtext{技术图书排版}}
\\[2em]
\Oldincludegraphics[width=0.4\paperwidth]{img/wenji.png}
\\[2em]
\textbf{\huge \theauthors \quad 著\\[2em]}
\end{center}
\begin{textblock*}{4cm}[0.5,0.5](0.5\paperwidth, 24.2cm)
\Large
\begin{center}
\color{white}
\textbf{小樱桃出品}
\end{center}
\end{textblock*}
\bigskip
\vfill
\mbox{\vbox{
\color{yellow}
\Large
\noindent{INVITE sip:[email protected] SIP/2.0\newline
Via: SIP/2.0/TLS xswitch.cn:5060;branch=z9hG4bK74bf9\newline
Max-Forwards: 70\newline
From: {\color{yellow!60!white}\Oldtexttt{"}Seven Du\Oldtexttt{"}} <sip:[email protected]>;tag=9fxced76sl\newline
To: You <sip:[email protected]>\newline
Call-ID: [email protected]\newline
CSeq: 2 INVITE\newline
Contact: <sip:[email protected];transport=tls>
}}}
\color{black}
}