Following code
%Nam scripta a cursus ad philosophíæ scientiae
\documentclass[12pt, a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[left=2cm,right=5cm,top=3cm,bottom=2cm]{geometry}
\usepackage{lipsum}
\usepackage{marvosym}
\parindent0pt
\usepackage{lastpage}
%Header/Footer
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{Name \\
Institute \\
University, Country \\
Study Number \\
\Email
}
\rhead{Date: from \\ to}
\cfoot{Page \thepage\ of \pageref{LastPage}}
\begin{document}
\end{document}
Instructions from Professor
My professor is very stringent when it comes to "how everything have to look like".
- no front page
- font size 12pt
- traditional font type (e.g. Times or Platino)
- line spacing 1.5
- left margin 2cm, right margin 5cm
- use page # of ##
- personal information in header
- word count at the top of the document (excluding information in header, footer and references)
- references (book): AUTHOR, YEAR, TITLE (in italics), PLACE of publication: PUBLISHER
- references (journal article): AUTHOR, YEAR, TITLE (in quotation marks), JOURNAL name, VOLUME, PAGE numbers
Code Problems
Problems with my code: placing the header correctly and getting a footer with "page # of ##".
I don't know how to: use a traditional font type, define the line space, make a word count at the top of the document and how to make bibtex to use this specific references.
A last wish: I would like to have a centered title on page one and two (onecolumn) and beneath each title the twocolumn text.
Hopefully you can help me. Thank you very much in advance. Yours faithfully, Fröhlich
