Increase tex2lyx output format to 351.

346: Nothing to do (swiss german is not supported by babel/polyglossia)
347: Nothing to do (empty lyx2lyx conversion)
348: Nothing to do (empty lyx2lyx conversion)
349: Nothing to do (empty lyx2lyx conversion)
350: Nothing to do (empty lyx2lyx conversion)
351: Nothing to do (empty lyx2lyx conversion)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39896 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2011-10-20 20:16:37 +00:00
parent 85003ec85d
commit ac166e196d
2 changed files with 6 additions and 1 deletions

View File

@ -51,4 +51,9 @@ Format LaTeX feature LyX feature
332 ? InsetGraphics groupId
336 ? \font_cjk
343 ? \use_default_options
347 tabular valign InsetTabular
348 \phantom, \hphantom, \vphantom InsetPhantom
349 XeTeX \use_xetex
350 ? \default_output_format
351 ? \backgroundcolor

View File

@ -165,7 +165,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 = 345;
int const LYX_FORMAT = 351;
/// path of the master .tex file
extern std::string getMasterFilePath();