]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiDocument.cpp
Added "cancel" to the GUI handled list of LaTeX packages.
[features.git] / src / frontends / qt4 / GuiDocument.cpp
index ff63977f0043ce40df33e61729c8ad7ff1346400..40b8dd84d050cab3eab79017224eaedd6c2bfebf 100644 (file)
@@ -140,6 +140,10 @@ char const * packages_gui[][4] =
         N_("&Use amssymb package automatically"),
         N_("Use amssymb package"),
         N_("The LaTeX package amssymb is only used if symbols from the AMS math toolbars are inserted into formulas")},
+       {"cancel",
+        N_("Use cancel package automatically"),
+        N_("Use cancel package"),
+        N_("The LaTeX package cancel is only used if \\cancel commands are used in formulas")},
        {"esint",
         N_("Use esint package &automatically"),
         N_("Use &esint package"),