mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Increase tex2lyx output format to 277.
Nothing to do, since tex2lyx does not produce the invalid tables. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36847 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6f951a9821
commit
5e5a078503
@ -85,14 +85,15 @@ public:
|
||||
};
|
||||
|
||||
|
||||
/// the numeric values are part of the file format!
|
||||
enum Multicolumn {
|
||||
/// A normal cell
|
||||
CELL_NORMAL = 0,
|
||||
/// A multicolumn cell. The number of columns is <tt>1 + number
|
||||
/// of CELL_PART_OF_MULTICOLUMN cells</tt> that follow directly
|
||||
CELL_BEGIN_OF_MULTICOLUMN,
|
||||
CELL_BEGIN_OF_MULTICOLUMN = 1,
|
||||
/// This is a dummy cell (part of a multicolumn cell)
|
||||
CELL_PART_OF_MULTICOLUMN
|
||||
CELL_PART_OF_MULTICOLUMN = 2
|
||||
};
|
||||
|
||||
|
||||
|
@ -114,7 +114,7 @@ extern CommandMap known_math_environments;
|
||||
///
|
||||
extern bool noweb_mode;
|
||||
/// LyX format that is created by tex2lyx
|
||||
int const LYX_FORMAT = 276;
|
||||
int const LYX_FORMAT = 277;
|
||||
|
||||
/// path of the master .tex file
|
||||
extern std::string getMasterFilePath();
|
||||
|
Loading…
Reference in New Issue
Block a user