( almos | 2008. 02. 12., k – 16:33 )

Kösz! A minipage-eket még nem próbáltam, de átnézem majd.

Végül így oldottam meg:
Találtam egy jó alapot, amit átalakítgattam :)
Meg kell hívni ezt a csomagot, majd a \maketitle olyan lesz, ami a csomagban (sty fájlban) van.

\ProvidesPackage{texilikecover}[2007/04/05 v 0.1: Texi-like cover for LaTeX2e.]

%\usepackage{graphicx}
\usepackage{setspace}

%\oddsidemargin -1cm
%\textwidth 15cm

\newcommand{\subtitle}[1]{\def\@subtitle{#1}}

\renewcommand{\and}{\\}

\renewcommand{\maketitle}{
\thispagestyle{empty}
\mbox{}
\vfill
\begin{center}
\doublespacing \noindent{\huge\bf \@title}\\
\vfill
\noindent{\Large\@subtitle}\\
\vfill
\noindent{\LARGE\bf \@author}\\
\vfill
\noindent{\Large \@date}
\end{center}
\cleardoublepage
}