LaTeX help!

Soldato
Joined
23 Dec 2010
Posts
3,483
Hey guys,

Got a assignment that needs to be in tomorrow, insanely ridiculous rules on how many pages we can utalise and the amount of content the question asks.

Wondering how I would remove the spacing between the top of the page and the \maketitle!

This is what I've got so far.

\documentclass{article}[11.5pt]
\usepackage[compact]{titlesec}
\titlespacing
{\section}{0pt}{2ex}{1ex}
\titlespacing{\subsection}{0pt}{1ex}{0ex}
\titlespacing
{\subsubsection}{0pt}{0.5ex}{0ex}
\usepackage{setspace}
\usepackage
[hmargin=2cm,vmargin=2.5cm]{geometry}
\usepackage{fancyhdr}
\title
{Derp}
\author{Derp}
\date{Monday 3rd December 2012}
\pagestyle{fancy}
\onehalfspace

\fancyhead[CO,CE]{---asdasdas ---}
\fancyfoot[C]{asdas}
\fancyfoot
[RO, LE] {\thepage}

\begin{document}

\maketitle


So if anyone can help, I'd be truly grateful!
 
Ahh yes, I remember discovering this at uni and doing every piece of work possible in it.

Nothing beats a dissertation done nicely in LaTeX!

Used to think it was crap, since coming to Uni I've fallen in love with it.

I'll have a go of what was listed earlier, I'm trying to finish up for Christmas, too bad tomorrow is my last day...
 
Back
Top Bottom