]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
tex2lyx/text.cpp: fix 2 typos
[lyx.git] / src / LaTeXFeatures.h
index a31ea3a2e5e2ab2f8f6323f0dd21090f5dcb614d..a1164e6fef94257e3bd60b6ee980d18e85dd4e4a 100644 (file)
@@ -131,6 +131,8 @@ public:
        void inFloat(bool const b) { in_float_ = b; }
        /// Runparams that will be used for exporting this file.
        OutputParams const & runparams() const { return runparams_; }
+       /// Resolve alternatives like "esint|amsmath|wasysym"
+       void resolveAlternatives();
        ///
        void setHTMLTitle(docstring const & t) { htmltitle_ = t; }
        ///