]> git.lyx.org Git - features.git/commitdiff
Comment only
authorPavel Sanda <sanda@lyx.org>
Fri, 3 Jun 2016 05:48:34 +0000 (22:48 -0700)
committerPavel Sanda <sanda@lyx.org>
Fri, 3 Jun 2016 05:48:58 +0000 (22:48 -0700)
src/tex2lyx/Preamble.cpp
src/tex2lyx/tex2lyx.h

index 2481a41db5ac31daa12e121595383b550150a775..a52927f2a2b43812494dba4db4bad095682c0dc1 100644 (file)
@@ -811,7 +811,7 @@ void Preamble::handle_package(Parser &p, string const & name,
        if (is_known(name, known_roman_fonts) || is_known(name, known_sans_fonts)
                ||      is_known(name, known_typewriter_fonts) || is_known(name, known_math_fonts))
                ;
-
+       //"On". See the enum Package in BufferParams.h if you thought that "2" should have been "42"
        else if (name == "amsmath" || name == "amssymb" || name == "cancel" ||
                 name == "esint" || name == "mhchem" || name == "mathdots" ||
                 name == "mathtools" || name == "stackrel" ||
index 8220877339bd856429c0e0d7f9ab72914df43490..5c3595f44717af4872798c6deeccb4a2feac285f 100644 (file)
@@ -85,6 +85,7 @@ std::string join(std::vector<std::string> const & input,
 
 bool is_math_env(std::string const & name);
 bool is_display_math_env(std::string const & name);
+/// Is first string in the array of strings (second parameter)
 char const * const * is_known(std::string const &, char const * const *);
 
 /*!