Steve Litt wrote:
> If you notice, most modern books have two lines to their title, as in:
> 
> ===============================
> Guide to LaTeX
> Tools and Techniques for Computer Typesetting
> ===============================

Try this one. Basically it means redefinition of [EMAIL PROTECTED] like this
(notice using [EMAIL PROTECTED], which is per default [EMAIL PROTECTED]):

[EMAIL PROTECTED]@empty
[EMAIL PROTECTED]
[EMAIL PROTECTED]
\newpage
\null
\vskip 2em%
\begin{center}%
    \let \footnote \thanks
    {\LARGE \bfseries [EMAIL PROTECTED] \par}%
    [EMAIL PROTECTED]@empty
    \else
        [EMAIL PROTECTED] [EMAIL PROTECTED]
    \fi
    \vskip 1.5em%
    {\large
        \lineskip .5em%
        \begin{tabular}[t]{c}%
            [EMAIL PROTECTED]
        \end{tabular}\par}%
    \vskip 1em%
    {\large [EMAIL PROTECTED]
\end{center}%
\par
\vskip 1.5em}


and now we fill [EMAIL PROTECTED] with some stuff (if desired):

[EMAIL PROTECTED]
 
The redefinition of [EMAIL PROTECTED] goes to the Preamble section of Title 
style,
and definition of \subtitle into Preamble section of Subtitle style. Size
of the font can be changed in [EMAIL PROTECTED]

Is this what you want?

Matěj

-- 
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
http://www.ceplovi.cz/matej/blog/, Jabber: [EMAIL PROTECTED]
23 Marion St. #3, (617) 876-1259, ICQ 132822213
 
This message has been composed of recycled electrons. None of
these electrons has been harmed or injured in the creation and
transmission of this message but they have been shamelessly
exploited for this use.
#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[article]{article (like from groff)}
# $Id: myarticle.inc,v 1.1 2006/06/06 18:55:44 matej Exp matej $

# General textclass parameters
Input article.layout

ClassOptions
   Other "11pt"
End

Preamble
[EMAIL PROTECTED]
[EMAIL PROTECTED]
    [EMAIL PROTECTED]
    [EMAIL PROTECTED]
    \noindent\parbox[t]{1.8em}%
        [EMAIL PROTECTED]
        [EMAIL PROTECTED]
}

\newif\ifpdf
\ifx\pdfoutput\undefined
    \pdffalse
\else
    \ifx\pdfoutput=1
        \pdftrue
    \else
        \pdffalse
    \fi
\fi

% rcssimple.sty -- local version
[EMAIL PROTECTED]
[EMAIL PROTECTED]
\def\RCS$#1: #2 ${\expandafter\def\csname RCS#1\endcsname{#2}}
[EMAIL PROTECTED]
        [EMAIL PROTECTED]@endMD
        [EMAIL PROTECTED]@endMT
}
[EMAIL PROTECTED] [EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
[EMAIL PROTECTED]

[EMAIL PROTECTED]
   [EMAIL PROTECTED]
      \bibpunct{[}{]}{;}{a}{,}{,}
   }
}

% protect content from TTH
\def\tthdump#1{#1}

% make url.sty work
[EMAIL PROTECTED]@hyp{\do\-}

% setting some basic LaTeX variables
\widowpenalty10000
%\brokenpenalty10000
\clubpenalty10000
\setlength{\overfullrule}{5pt}
\usepackage{verbatim}

\IfFileExists{typearea.sty}
  {\usepackage[DIV10]{typearea}}{}

[EMAIL PROTECTED]
   \newrefformat{fot}{Footnote~\ref{#1}}
   %\let\oldprettyreg=\prettyref
   %\def{\renewcommand{\prettyref}[1]{\lowercase{\oldprettyref{#1}}}
}

\usepackage{ae,aecompl}

\usepackage{setspace}
\doublespace

\usepackage[hyperref,pagebackref]{hyperref}

\newcommand{\fixme}[1]{\textsc{{[}FIXME: #1{]}}}
%\usepackage{booktabs}

% apply rcssimple
\date{\RCSMyDate}

\fancypagestyle{plain}{%
\fancyhf{} % clear all header and footer fields
\fancyfoot[L]{\scriptsize{rev. \RCSRevision{}}}
\fancyfoot[C]{\thepage}
\fancyfoot[R]{\hfill\scriptsize{\date{\RCSMyDate{}}}}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
}

\fancyhf{}
\cfoot{\thepage{}}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}

\ifpdf%
   [EMAIL PROTECTED]
      \DeclareGraphicsRule{*}{mps}{*}{}
   }
\fi

EndPreamble

# Title style definition
Style Title
  Margin                Static
  LatexType             Command
  InTitle               1
  LatexName             title
  ParSkip               0.4
  ItemSep               0
  TopSep                0
  BottomSep             1
  ParSep                1
  Align                 Center
  AlignPossible         Center
  LabelType             No_Label
  Preamble
    [EMAIL PROTECTED]@empty
    [EMAIL PROTECTED]
    [EMAIL PROTECTED]
    \newpage
    \null
    \vskip 2em%
    \begin{center}%
        \let \footnote \thanks
        {\LARGE \bfseries [EMAIL PROTECTED] \par}%
        [EMAIL PROTECTED]@empty
        \else
            [EMAIL PROTECTED] [EMAIL PROTECTED]
        \fi
        \vskip 1.5em%
        {\large
            \lineskip .5em%
            \begin{tabular}[t]{c}%
                [EMAIL PROTECTED]
            \end{tabular}\par}%
        \vskip 1em%
        {\large [EMAIL PROTECTED]
    \end{center}%
    \par
    \vskip 1.5em}
  EndPreamble

  # standard font definition
  Font
    Size                Largest
  EndFont

End

Style Subtitle
  Margin                Static
  LatexType             Command
  InTitle               1
  LatexName             subtitle
  ParSkip               0
  ItemSep               0
  TopSep                -1
  BottomSep             1
  ParSep                1
  Align                 Center
  AlignPossible         Center
  LabelType             No_Label
  Preamble
   [EMAIL PROTECTED]
  EndPreamble

  # standard font definition
  Font
    Size                Larger
  EndFont

End

Style Comment
    CopyStyle            Comment
    Preamble
    \usepackage{color}
    \definecolor{lightgray}{gray}{0.9}
   \newif\ifcommentvisible

   [EMAIL PROTECTED]
      \commentvisibletrue%
   }{%
      \commentvisiblefalse%
   }
   \ifcommentvisible
      \renewenvironment{comment}%
      {\color{red}\begin{sffamily} \begin{scshape}}
         {\end{scshape} \end{sffamily}\color{black}\par}
   \else
   \fi
EndPreamble
End

Style Variables
  Margin        First_Dynamic
  LatexType     List_environment
  LatexName     variables
  NextNoIndent      1
  LeftMargin        MM
  LabelSep      xxx
  ParSkip       0
  ItemSep       0
  TopSep        0
  BottomSep     0
  ParSep        0
  Align         Block
  AlignPossible     Block, Left
  LabelType     Manual
  LabelString       MMM
  Preamble
   \newenvironment{variables}[1]
      {\begin{list}{%
         \renewcommand{\makelabel}[1]{\hspace\labelsep \normalfont #1}
         }{%
            \setlength{\topsep}{0pt}
            \setlength{\itemsep}{0pt}
            \setlength{\parsep}{0pt}
            \setlength{\labelsep}{2ex}
            \settowidth{\labelwidth}{#1}
            \setlength{\leftmargin}{\parindent}
            \addtolength{\leftmargin}{\labelwidth}
            \addtolength{\leftmargin}{\labelsep}
         }%
      }
      {\end{list}}
  EndPreamble
End

# kate: hl LaTeX;
#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[article]{article (like from groff)}
# $Id: grofflike.layout,v 1.3 2004/05/17 15:13:12 matej Exp $

# General textclass parameters
Input article.layout
Input myarticle.inc

#ClassOptions
#   Other "11pt"
#End

Reply via email to