mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Comment only
This commit is contained in:
parent
ba2b86fa5d
commit
d5933fc5b5
@ -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" ||
|
||||
|
@ -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 *);
|
||||
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user