]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.cpp
tex2lyx: support for subfloats
[lyx.git] / src / tex2lyx / tex2lyx.cpp
index a999b333c60d17394a72ff82112305f6a1f0ac61..8e3809cadcaf2eee13f48fc610a9b7106e15c0c2 100644 (file)
@@ -149,6 +149,7 @@ CommandMap known_environments;
 CommandMap known_math_environments;
 FullCommandMap possible_textclass_commands;
 FullEnvironmentMap possible_textclass_environments;
+int const LYX_FORMAT = LYX_FORMAT_TEX2LYX;
 
 /// used modules
 LayoutModuleList used_modules;