]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.cpp
MathML for InsetMathBig.
[lyx.git] / src / LaTeXFeatures.cpp
index 47b549a440138a6c211f862fa340bc352e0b8b73..457029319b8109da841cf89bfac087c1840ee31e 100644 (file)
@@ -640,7 +640,7 @@ string const LaTeXFeatures::getPackages() const
        // the document does not contain integrals (then isRequired("esint")
        // is false) or if esint is used, since esint redefines all relevant
        // integral symbols from wasysym and amsmath.
-       // See http://bugzilla.lyx.org/show_bug.cgi?id=1942
+       // See http://www.lyx.org/trac/ticket/1942
        if (mustProvide("wasysym") &&
            (params_.use_esint != BufferParams::package_off || !isRequired("esint")))
                packages << "\\usepackage{wasysym}\n";