On Mon, 30 Jul 2001, Herbert Voss wrote:

> Tuukka Toivonen wrote:
> > 
> > > \uppercase{ blah } in tex red or define your oen uppercase-button
> > > in lyx menu
> > 
> > Thanks. Works, but not for a style such as sections, where I try to do
> >         \sectionfont{ \centering \large \bf \pagebreak \uppercase }
> 
> \let\mySection\section
> \renewcommand\section[1]{%
>   \mySection{\uppercase{#1}}%
> }

Seems to cause trouble with Table of Contents. It says:
  Something is wrong--maybe a missing \item
...{section}{\numberline {1} \uppercase{*}}{1}

By the way, why your lines have all "%" at end? When I copy from Pine
terminal window and paste to LyX, the lines are concatenated and the
result is funny:
\let\mySection\section \renewcommand\section[1]{% \mySection{\uppercase{#1}}% }

...and for lyx developers: allow users to copy and paste from the LaTeX
error message dialog (I need to copy it by hand)

Reply via email to