]> git.lyx.org Git - features.git/blobdiff - src/BufferParams.cpp
Added "cancel" to the GUI handled list of LaTeX packages.
[features.git] / src / BufferParams.cpp
index 60129ab00c12b8052cbd218215a2d782d3c8a899..52ba206041aa8041153683295db2d8207697e0d1 100644 (file)
@@ -450,6 +450,7 @@ vector<string> const & BufferParams::auto_packages()
                // adding a package here implies a file format change!
                packages.push_back("amsmath");
                packages.push_back("amssymb");
+               packages.push_back("cancel");
                packages.push_back("esint");
                packages.push_back("mathdots");
                packages.push_back("mathtools");