>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> My patch attempts to turn LaTeX '\ss{}' into something
Angus> recognised by LyX. I supposed that all that would be needed was
Angus> to tell reLyX that '\ss{}' is a valid LaTeX macro and that it
Angus> should export this macro as a LyX insetlatexchar. It is this
Angus> last step where things fall down, because insetlatexchar does
Angus> not recognise '\ss{}'. Fair enough.
To have insetlatexaccent able to render \ss{}, you would have to know
how to draw it by yourself. Also, the inset is not well prepared to
have `accents' that are a macro with several characters in their name.
I had a quick look some time ago to add support for \oe{}, and gave up
for this reason. Now, if you do add support for \ss, then adding \oe
would be trivial :)
JMarc