]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.h
tex2lyx: support for beraserif.sty
[lyx.git] / src / tex2lyx / tex2lyx.h
index 551fb998ed0294e86f323ffbaf540e2cb1a8c8ad..83f75df07e92b96d178cd19090a417e6c5b1cf32 100644 (file)
@@ -166,7 +166,7 @@ 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 = 405;
+extern int const LYX_FORMAT;
 
 /// path of the master .tex file
 extern std::string getMasterFilePath();