Herbert Voss wrote:
> Nirmal Govind wrote:
>
>> Thanks Herbert. I was actually hoping that there would be some other
>> way since I've been doing this for a while and I need to set the fonts
>> and justification manually. Is there any way to automate this and have
>> a preferred Title style saved ??
>
>
>
> sure, but you have to spend some time
>
> in writing your own latex-stylefile, which isn't
> really difficult. Than you can do a
> \usepackage{myTitlePage}
> and the rest as usual.
this is the easiest way. put it in latex preamble.
a better way is to put this in a stylefile.
HErbert
\def\@maketitle{%
\newpage
\null
\vskip 2em%
\let \footnote \thanks
{\begin{flushright}\Large \@author\end{flushright} \par}%
\begin{center}%
\vskip 1.5em%
{\Large
\lineskip .5em%
\begin{tabular}[t]{c}%
\@title
\end{tabular}\par}%
\vskip 1em%
{\large \@date}%
\end{center}%
\par
\vskip 1.5em}
--
http://www.lyx.org/help/