rgheck wrote:
> #\DeclareLyXModule{TextSuperSub}
> #DescriptionBegin
> #Adds an endnote inset, in addition to footnotes. You will need to add
> #\theendnotes in ERT where you want the endnotes to appear.
> #DescriptionEnd
>
> Format 11
>
> InsetLayout Custom:Superscript
> LyXType custom
> LatexName textsuperscript
> LatexType command
> Decoration classic
> Font
> Size Small
> EndFont
> MultiPar false
> LabelString super
> End
That works brilliantly, thanks. Now how do I get the inset label to be
equal to the parameter (e.g. XYZ in \textsuperscript{XYZ})? Or should I
be using a user defined char style (??) ?
~Nick