Ivan Werning wrote:
I would like to compile my lyx document without amsymb and amsfonts
package (but I do want the amsmath) loaded automatically because I would
like to add another font package, lucimatx, that defines substitutes for
it and dos things differently. see explanation here
http://www.pctex.com/kb/58.html
The bottom line is that my font packages conflict with amsymb and
amsfonts and I need to turn the latter off. How can do this?
I added the necessary preamble lines to load my font packages in
Documents>Settings>Preamble but going through the pdflatex log I see
that lyx is calling amssymb and I cannot access the lyx default for that
in any menu that I could find.
Thanks!
-Ivan
You can suppress loading of the AMS packages in Document -> Settings...
-> Math Options (deselect both the first two choices). Then add
\usepackage{amsmath} in the preamble.
/Paul