I have been provided with ERT (Evil Red Text) command which when used for float tables, displays the caption of the table as Table 1.1 in List of Tables.
I want to know how I can use such command for longtables. For example, I want to
Create a float
table;Add ERT command
\isucaption{blah blah....};View the table in List of Tables.
Result the table entry in List of Tables (LoT) is shown as Table 1.1 blah blah
But if I don't use an ERT command then table entry in LoT is 1.1 blah blah. That is, the word Table is missing.
I want to use this command for long tables that are not floats so that the entries in lot for such tables will also contain Table word, But I am not sure where I can add ERT for longtables?