>Undefined control sequence.
>
>
>The control sequence at the end of the top line
>of your error message was never \def'ed. If you have
>misspelled it (e.g., `\hobx'), type `I' and the correct
>spelling (e.g., `I\hbox'). Otherwise just continue,
>and I'll forget about whatever was undefined.
Also do you or anyone have any suggestions on how to make the second and subsequent, but not the first lines of a paragraph indented. Also I need the columns on the last page of a two-column document of even length. Google searches and the LyX-tips hasn't helped, though I vaguely remember seeing something on the last point several moons back on this list.
Thanks all
Tim
Matej Cepl wrote:
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
-- ********************************************************* Tim Garrett Phone: 801-581-5768 Assistant Professor Fax: 801-585-3681 Meteorology Department email: [EMAIL PROTECTED] University of Utah 135 S 1460 E, Rm 819 Salt Lake City UT 84112-0110 *********************************************************
