-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtitlepage-6.tex
31 lines (30 loc) · 1.54 KB
/
titlepage-6.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
\documentclass[11pt]{article}
\usepackage[top=1in,bottom=1in,left=1.5in,right=1.5in]{geometry}
\usepackage{graphicx, soul, tikz}
\begin{document}
\thispagestyle{empty}
\newgeometry{top=0.5cm, bottom=0.5cm, left=0.5cm,right=0.5cm}
\begin{figure}[h]
\centering
\begin{tikzpicture}[scale=0.85]
\path[fill=white] (-10,-20) to[out=45,in=270] (4,10) -- (-10,10);
\path[fill=white!75!teal] (-10,-19) to[out=50,in=270] (2,10) -- (-10,10);
\path[fill=white!50!teal] (-10,-20) to[out=55,in=270] (0,10) -- (-10,10);
\path[fill=green!67!blue] (-10,-20) to[out=60,in=270] (-2,10) -- (-10,10);
\path[fill=teal!75!black] (-10,-20) to[out=65,in=270] (-4,10) -- (-10,10);
\path[fill=black!60!teal] (-10,-20) to[out=70,in=270] (-6,10) -- (-10,10);
\path[fill=white] (-10,-20) to[out=45,in=180] (14,-4.5) -- (14,-15);
\path[fill=white!75!teal] (-10,-20) to[out=40,in=180] (14,-6.5) -- (14,-15);
\path[fill=white!50!teal] (-10,-20) to[out=35,in=180] (14,-8.5) -- (14,-15);
\path[fill=green!67!blue] (-10,-20) to[out=35,in=180] (14,-10.5) -- (14,-15);
\path[fill=teal!75!black] (-10,-20) to[out=30,in=180] (14,-12.5) -- (14,-15);
\path[fill=black!60!teal] (-10,-20) to[out=25,in=180] (14,-14.5) -- (14,-20) -- (-10,-20);
\draw[thick] (-10,-20) to[out=45,in=270] (4,10);
\draw[thick] (-10,-20) to[out=45,in=180] (14,-4.5);
\node[black] at (8.5,4) {{\Huge \sc Title of work}};
\node[black] at (8.5,2) {{\Huge \sc Year}};
\node[black] at (8.5,0) {{\huge \sc Name of Author}};
\end{tikzpicture}
\end{figure}
\restoregeometry
\end{document}