I have to create a report that contains:
- Date
- Group (number)
- Authors (two)
- Title
- Assistant name
What is the best way to do this with an article (scrartcl) in classicthesis? I need that all this stuff don't take a lot of space, but I want a good typographical result. I tried with \\ on \title{} but I wasn't able to obtain a good result.
\documentclass[%
10pt,%
a4paper,%
onside,%
headinclude,%
footinclude,%
BCOR5mm,%
captions=tableheading]%
{scrartcl}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[%
nochapters,%
beramono,%
eulermath,%
pdfspacing,%
listings]%
{classicthesis}
\author{Authors}
\title{Title}
\date{Date}
% Where to put group number and assistant name??
\begin{document}
\maketitle
\end{document}
EDIT: For example, if I use
\authors{myname \and otherautor \\ assistantname}
assistantname will be placed under otherautor and not centered on the page...

scrartclandclassicthesis? I think a M(n)WE is needed here. – tohecz Sep 30 '12 at 13:04scrartclis the class,classicthesisis a package. What is a M(n)WE? – R. M. Sep 30 '12 at 13:08