mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
85003ec85d
commit
ac166e196d
@ -51,4 +51,9 @@ Format LaTeX feature LyX feature
|
|||||||
332 ? InsetGraphics groupId
|
332 ? InsetGraphics groupId
|
||||||
336 ? \font_cjk
|
336 ? \font_cjk
|
||||||
343 ? \use_default_options
|
343 ? \use_default_options
|
||||||
|
347 tabular valign InsetTabular
|
||||||
|
348 \phantom, \hphantom, \vphantom InsetPhantom
|
||||||
|
349 XeTeX \use_xetex
|
||||||
|
350 ? \default_output_format
|
||||||
|
351 ? \backgroundcolor
|
||||||
|
|
||||||
|
@ -165,7 +165,7 @@ extern bool noweb_mode;
|
|||||||
/// Did we recognize any pdflatex-only construct?
|
/// Did we recognize any pdflatex-only construct?
|
||||||
extern bool pdflatex;
|
extern bool pdflatex;
|
||||||
/// LyX format that is created by tex2lyx
|
/// LyX format that is created by tex2lyx
|
||||||
int const LYX_FORMAT = 345;
|
int const LYX_FORMAT = 351;
|
||||||
|
|
||||||
/// path of the master .tex file
|
/// path of the master .tex file
|
||||||
extern std::string getMasterFilePath();
|
extern std::string getMasterFilePath();
|
||||||
|
Loading…
Reference in New Issue
Block a user