Nirmal Govind wrote:
>
> This works wonderfully well!! Thanks Herbert. I'll look up the help on
> writing style files to automate more tasks cos this is really cool!
here it comes as a stylefile, you can modify it
as you like.
Now you need only a \usepackage{myTitlePage}
Furhter you can write your own lyx-layout,
which does the \usepackage for you and which
shows author right justified.
Herbert
--
http://www.lyx.org/help/
%%
%% This is file `myTitlePage.sty',
%
%% IMPORTANT NOTICE:
%% \copyright by Herbert Voss <[EMAIL PROTECTED]>
%%
%% Any modified versions of this file must be renamed
%% with new filenames distinct from myTitlePage.sty.
%%
\def\filename{myTitlePage}
\def\fileversion{v0.1}
\def\filedate{2002/03/12}
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{\filename}%
[\filedate\space\fileversion\space Special Titlepage --- by Herbert Voss]
\renewcommand{\@maketitle}{%
\newpage
\null
\vskip 2em%
\let \footnote \thanks
{\begin{flushright}\large \@author \end{flushright}\par}%
\vskip 1.5em%
\begin{center}%
{\LARGE
\lineskip .5em%
\begin{tabular}[t]{c}%
\@title
\end{tabular}\par}%
\vskip 1em%
{\large \@date}%
\end{center}%
\par
\vskip 1.5em%
}
%end of input