]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.h
fix translation of \nobreakdash in tex2lyx
[lyx.git] / src / tex2lyx / tex2lyx.h
index 77de1879f81ab3936678f42abb5a92c50c9d31ad..f6fae1e9b4cb40ee0d9e5e1305fb1b4559badc0a 100644 (file)
@@ -100,6 +100,7 @@ std::string active_environment();
 enum ArgumentType {
        required,
        verbatim,
+       item,
        optional
 };
 
@@ -113,6 +114,8 @@ extern CommandMap known_environments;
 extern CommandMap known_math_environments;
 ///
 extern bool noweb_mode;
+/// Did we recognize any pdflatex-only construct?
+extern bool pdflatex;
 /// LyX format that is created by tex2lyx
 int const LYX_FORMAT = 345;