Timothy J. Garrett wrote:
> I want to put a paper number flush left on the same line as a centered 
> title. It should appear something like this:
> 
> 10.2             The Title of my Paper
> 
> Can't figure out how to do it.

You probably need to redefine the \maketitle macro. If you by
chance use "article (koma-script)" (and if you don't, you
should), then something like this (in Layout/Document/Preamble)
should work:

   \newcommand{\mytitleno}{XXX}
   \renewcommand*{\@maketitle}{%
       \clearpage
       \let\footnote\thanks
       \ifx\@extratitle\@empty \else
           \noindent\@extratitle \next@tpage \if@twoside \null\next@tpage \fi
       \fi
       \ifx\@titlehead\@empty \else
           \noindent\begin{minipage}[t]{\textwidth}
           \@titlehead
           \end{minipage}\par
       \fi
       \null
       \vskip 2em%
       {\titlefont\huge 
       \mytitleno \hfill \@title \hfill \par}%
       \vskip 1.5em%
     \begin{center}%
       {\Large
         \lineskip .5em%
         \begin{tabular}[t]{c}%
           \@author
         \end{tabular}\par}%
       \vskip 1em%
       {\Large \@date \par}%
       \vskip \z@ \@plus 1em
     \end{center}%
     \par
     \vskip 2em}

and then replace XXX in the defintion of \mytitleno with the real
number, you wish to put into title.

Does it work?

   Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
A woman without a man is like a fish without a bicycle.
Therefore, a man without a woman is like a bicycle without
a fish.

Reply via email to