I noticed a while ago that the version of Abiword in the repo did not have Office Open XML support compiled in (so Abiword is unable to understand .docx files). So I decided to download the source and try compiling it myself.
When I was doing this, I noticed several other plugins that could be helpful (specifically 'mathview' which provides an equation editor, and 'latex' which provides LaTeX support).
However, I found that I was unable to specify more than one option in the format specified here (--enable-plugins="foo bar baz") - the configure script doesn't seem to like spaces there, and specifying each plugin separately doesn't work either (the configure script runs, but only shows one of the plugins as being enabled).
Is there any way to enable multiple plugins? I was able to produce a PND with OOXML support, so I guess my original objective has been fulfilled, but I'd like some of those other features too.
When I was doing this, I noticed several other plugins that could be helpful (specifically 'mathview' which provides an equation editor, and 'latex' which provides LaTeX support).
However, I found that I was unable to specify more than one option in the format specified here (--enable-plugins="foo bar baz") - the configure script doesn't seem to like spaces there, and specifying each plugin separately doesn't work either (the configure script runs, but only shows one of the plugins as being enabled).
Is there any way to enable multiple plugins? I was able to produce a PND with OOXML support, so I guess my original objective has been fulfilled, but I'd like some of those other features too.