]> git.lyx.org Git - features.git/commitdiff
Increase tex2lyx output format to 351.
authorGeorg Baum <georg.baum@post.rwth-aachen.de>
Thu, 20 Oct 2011 20:16:37 +0000 (20:16 +0000)
committerGeorg Baum <georg.baum@post.rwth-aachen.de>
Thu, 20 Oct 2011 20:16:37 +0000 (20:16 +0000)
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
src/tex2lyx/tex2lyx.h

index 267772bd324e36035c66dc9dc3c48168a8d2a78a..632b36303d0f671f9b497b8e2982d90ad5ddde16 100644 (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
 
index c9d9d3d5989b8c922beb65fa8bf94e742398042a..ade1fe03d43c80ce7533d41464ab60988ab4e7da 100644 (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();