-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest3.tex
53 lines (45 loc) · 1000 Bytes
/
test3.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
%%%
%
% @Name : TexSample/test3.tex
% @Version : 1.0
% @Programmer : Max
% @Date : 2019-04-13
% @Released under : https://github.com/BaseMax/TexSample/blob/master/LICENSE
% @Repository : https://github.com/BaseMax/TexSample
%
%%%
\documentclass{article}
\usepackage{blindtext}
\usepackage{graphicx}
\begin{document}
\begin{titlepage}
\centering
\includegraphics[width=0.15\textwidth]{example-image-1x1}\par\vspace{1cm}
{\scshape\LARGE University \par}
\vspace{1cm}
{\scshape\Large Research Project\par}
\vspace{1.5cm}
{\huge\bfseries <Title>\par}
\vspace{2cm}
{\Large\itshape Max Base\par}
\vfill
supervised by\par
Prof. \textsc{Max Base}
\vfill
{\large \today\par}
\end{titlepage}
\title{<Title>}
\thanks{Sample text by Max Base...}
\date{2019\\ April}
\author{
Max Base\\
MaxBaseCode {[@]} Gmail {[.]} Com
Max {[@]} Asrez {[.]} Com\\
Computer researcher and programmer\\
\\\\
}
\maketitle
\section{Introduction}
\blindtext
\blindtext
\end{document}