PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Front page.



lo2
10-10-2006, 15:53
I am not really satisfied with the look of my LaTeX documents, as there is no real frontpage, but I would like a real frontpage, but I do not know how to get one.

My 'starting code' is:



\documentclass[danish]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{geometry}
\usepackage{babel}
\usepackage{ae}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage[pdftex]{graphicx}
\geometry{verbose,letterpaper,bmargin=2cm,tmargin= 2cm}
\pagestyle{fancy}
\title{Kemi Rapport: Molare Enthalpier for ioner}
\author{Ali van der Færge}
\fancyhead[LE,RO]{side \thepage $\ $/ \pageref{LastPage} -- \LaTeX}
\chead{}
\lhead{Ali van der Færge}
\begin{document}
\section{Kemi Rapport: Molare Enthalpier for ioner}
\tableofcontents{}


How should I alter it in order to get a nice front page.

Gonse
10-10-2006, 16:00
Hi there,

I don't know what kind of titlepage you expect for an article, but this is the titlepage provided by my university:


\begin{titlepage}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%
% Logo der Hochschule einfügen, und kann rechts positionieren
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%
\hspace{4cm} \includegraphics[scale=0.8]{bilder/wm_eui.eps} \par \centering
\LARGE \vspace{2cm}
{\bf Diplomarbeit}
{\bf\\[1cm]Hier Titel der Arbeit} \\[2cm]\large


Hans Mustermann \\
geboren am 1.~Januar 1980 \\
in Musterstadt \\[1.5cm]

Hochschule Wismar \\%[0.5cm]
Fachhochschule f\"ur Technik, Wirtschaft und Gestaltung \\
Fachbereich Elektrotechnik und Informatik\\[2cm]
%Auflistungen der Betreuer
\begin{tabular}{ll}
Hochschulbetreuer: & Prof. Dr. Musterprof \\
betrieblicher Betreuer: & Dr.~Betreuer zwei
\end{tabular}
%Tag und Art der Abgabe
\vspace{1cm}

Wismar, \today{} %1. Februar 2006 % Bei Reindruck beachten
\end{titlepage}

Ah, got it! Place:


\maketitle

after


\begin{document}

lo2
10-10-2006, 16:05
I will give it try and thank you for your help!

lo2
10-10-2006, 16:10
Well I thank you for your contribution...

But I would like something which is more suitable for a High School report or Essay.

Boron
10-10-2006, 17:22
Well, you could alter the code provided by Gonse to suit you needs.
Additionally ask your teacher what he expects a titlepage to look like.

Alternatively you could tell your teacher that you are training for you diploma, master, doctoral or whatever thesis you are going to write in some years.
That is why your current titlepage looks so awesome professional :).