mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Support for list of Algorithms
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22955 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2f54e2b75f
commit
5c3f36a25e
@ -147,6 +147,8 @@ bool GuiToc::initialiseParams(string const & data)
|
|||||||
new_type = "figure";
|
new_type = "figure";
|
||||||
else if (str.contains("table"))
|
else if (str.contains("table"))
|
||||||
new_type = "table";
|
new_type = "table";
|
||||||
|
else if (str.contains("algorithm"))
|
||||||
|
new_type = "algorithm";
|
||||||
}
|
}
|
||||||
|
|
||||||
types_.clear();
|
types_.clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user