-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhello.tex
42 lines (39 loc) · 964 Bytes
/
hello.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
\documentclass{article} % letter, article, report, book, memoir, macthesis
\usepackage{lipsum}
\usepackage[margin=1in, left=1.5in, includefoot]{geometry}
%header and footer stuff
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\fancyfoot[R]{\thepage}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\begin{document}
%\title{random, I don't know what title to give}
%\author{frank}
%\date{Aug 29, 2016}
%\maketitle
\begin{titlepage}
\begin{center}
\line(1,0){300}\\
[0.25in]
\huge{\bfseries random, I don't know what title to give}\\
[2mm]
\line(1,0){200}\\
[1.5cm]
\textsc{\LARGE Somewhat}\\
\textsc{\Large Somewhat What}\\
[10cm]
\end{center}
\begin{flushright}
\textsc{\large what\\
A latex user\\
\# 2132321\\}
\end{flushright}
\end{titlepage}
\section{Introduction}\label{sec:intro}
That is the first line of the report.
ddfsfsadfdjfnsafanfawnfwefnweifniewnfeowinofnonfowe\\
\lipsum[1]
\end{document}