From ac166e196dcd11eb0feb8df603ae5c248fa1ca57 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Thu, 20 Oct 2011 20:16:37 +0000 Subject: [PATCH] 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 --- src/tex2lyx/TODO.txt | 5 +++++ src/tex2lyx/tex2lyx.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/tex2lyx/TODO.txt b/src/tex2lyx/TODO.txt index 267772bd32..632b36303d 100644 --- a/src/tex2lyx/TODO.txt +++ b/src/tex2lyx/TODO.txt @@ -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 diff --git a/src/tex2lyx/tex2lyx.h b/src/tex2lyx/tex2lyx.h index c9d9d3d598..ade1fe03d4 100644 --- a/src/tex2lyx/tex2lyx.h +++ b/src/tex2lyx/tex2lyx.h @@ -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(); -- 2.39.2