Jeremy Boden wrote:
Hi,
Could I have something to expand the lists of "functions" in math mode
to include ones of my own choosing?
For now, you might take a gander at section 5.6 of the user guide. You
can define math macros for your functions (and, if you use the same ones
a lot, either make a template including them or park them in a
subdocument you can easily include). They won't show up on the math
tool bar function button, but you can type them in using a backslash in
front of their names, and they will display as functions (i.e., upright)
in the GUI.
If you use \DeclareMathOperator in the preamble, the functions again
won't be on the tool bar button, and they'll display italicized in the
GUI (but correctly in the output). You'll need to be sure the AMS math
package loads. If it doesn't do so automatically, you can force it by
monkeying with the check boxes in Document -> Settings... -> Math Options.
/Paul