Comment only

This commit is contained in:
Pavel Sanda 2016-06-02 22:48:34 -07:00
parent ba2b86fa5d
commit d5933fc5b5
2 changed files with 2 additions and 1 deletions

View 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" ||

View 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 *);
/*!