Mark Derricutt wrote:
>
> Hi, I'm not sub'd to the list so could you please reply to my email addy
> ([EMAIL PROTECTED]).
>
> How can I put some text into subscript/superscript using lyx? I had hoped
> there would be something under the character formatting options but I
> can't see anything - I assume I have to use some raw latex maybe?
if you want real TEXT-super/subscript
\newcommand\sups[1]{\raisebox{1ex}{\small #1}}
\newcommand\subs[1]{\raisebox{-1ex}{\small #1}}
e.g.
8\sups{th} Floor
coefficient x\subs{3}
> Also - how does one setup custom headers/footers for documents? Do I have
> to edit and use a custom layout or something?
use package fancyhdr
Herbert
--
[EMAIL PROTECTED]
http://perce.de/lyx/