-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathELEC6049.tex
More file actions
50 lines (41 loc) · 1.34 KB
/
ELEC6049.tex
File metadata and controls
50 lines (41 loc) · 1.34 KB
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
\documentclass[11pt,a4paper]{article}
\usepackage{times}
\usepackage{fancyhdr}
\usepackage{titlesec}
\usepackage[cm]{fullpage}
\usepackage{graphicx}
% Reformats \section to ~23pt, all caps, ragged right (left justified) (Title Text)
% Reformats \subsection to bold, all caps
% Reformats \subsubsection to italics
\titleformat{\section}{\raggedright\Huge\MakeUppercase}{}{0em}{}
\titleformat{\subsection}{\bfseries\MakeUppercase}{}{0em}{}
\titleformat{\subsubsection}{\itshape}{}{0em}{}
% Insert author names here
\newcommand{\authornames}{Authors X, Y, Z}
\newcommand{\reportname}{ELEC6049: Report 1, How Does Technology make money? Established Companies.}
% Use fancyhdr package to define Header/Footers
\setlength{\headheight}{15.2pt}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\fancyfootoffset[]{0pt}
\lfoot{\reportname \\ \authornames}
\rfoot{\thepage}
%Page layout dimensions broadly copied from the MS Word template
\setlength{\voffset}{0pt}
\setlength{\hoffset}{0pt}
\setlength{\oddsidemargin}{0pt}
\setlength{\topmargin}{0pt}
\setlength{\headheight}{0pt}
\setlength{\headsep}{0pt}
\setlength{\textheight}{24.62cm}
\setlength{\textwidth}{15.92cm}
\setlength{\footskip}{0.5in}
\begin{document}
\section{\reportname}
\large{By \authornames}
\\
\large{Report Date: \today}
\subsection{ABSTRACT}
\subsubsection{Your Face}
\end{document}