]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
* do not ignore "requires" field in MathMacro
[lyx.git] / src / LaTeXFeatures.h
index 9de20f3c8a3458a1edb3ea394b07878780295795..d5d02bb5d0cfc4b4a440a6ab98da1ae8bff4b504 100644 (file)
@@ -14,7 +14,7 @@
 #define LATEXFEATURES_H
 
 
-#include "outputparams.h"
+#include "OutputParams.h"
 #include "support/docstring.h"
 
 #include <set>
@@ -39,7 +39,7 @@ class Language;
  *  packages which don't have special requirements are handled automatically.
  *  If your new package does need special consideration you'll need to alter
  *  string const getPackages() const;
- *  Remember to update the validate function in buffer.C and paragraph.C
+ *  Remember to update the validate function in Buffer.cpp and Paragraph.cpp
  *  when you do so.
  */
 class LaTeXFeatures {
@@ -75,7 +75,7 @@ public:
        static bool isAvailable(std::string const & name);
        /// Has the package been required?
        bool isRequired(std::string const & name) const;
-       /* Is it necessary to load the package? This is true is
+       /* Is it necessary to load the package? This is true if
           isRequired is true and the feature is not provided by the
           textclass.
        */