On Thu, Nov 01, 2001 at 08:17:54AM -0500, Ken Kelly wrote:
>       The speaker name and following dialogue (or parenthetical)
>       should not be separated by so much space:
> 
>                         KEN
>                 It should be like this...
> 
>                         KEN
> 
>                 Instead of like this.
> 
>      The other problem is with the header: what it's like now
>      is a page number terminated in a period, with a horizontal
>      line separating the header from the body of the text.  What
>      I need is a simple page number (preferably in the same
>      typeface as the text) with no period or separating line.
>      Could I just skip fancyhdr and put a page number to the
>      upper right corner?
> 

Add the following lines to the layout file (I assume you use lyx 1.1.6fix3):

Preamble
\renewcommand{\speaker}[1]%
{\filbreak
\vspace{4bp}
\hspace{\speakerindent}
\sbox{\currentspeaker}{\uppercase{#1}}
\usebox{\currentspeaker}
}

\rhead{\thepage}
EndPreamble

>     One last thing: it would be nice to be able to associate
>     uppercase with certain screen elements; that is, for the
>     INT. and EXT., transitions, and speaker name to fold
>     automatically to uppercase.  Is this just wishful thinking?
                    
It already does this (the \uppercase command above), but you don't get a
visual feedback on the LyX screen. You can add the following lines to the
definition of the Speaker layout:

  Font
    Shape               Smallcaps
  EndFont

Reply via email to