How to make "zero indent" for List of Tables and List of Figures in the table of contents?
Posted: Tue Dec 06, 2022 6:12 pm
In general, friends, the question is in the title. I'm only asking because I've tried everything and can't seem to find a solution.
The point here is this:
Usually there is no problem with this (unless you are trying to adjust the indentation for subsections in the table of contents). If you try to set it up, lists of tables and figures are automatically indented.
I set the indents like this:
However, I can’t find a way - how to remove the indents (automatically occurring) - before the List of Tables and List of Figures in TOC ...
I will be grateful for any advice!
The point here is this:
Usually there is no problem with this (unless you are trying to adjust the indentation for subsections in the table of contents). If you try to set it up, lists of tables and figures are automatically indented.
I set the indents like this:
Code: Select all
*[class ~= "map/topicref"] *[class ~= "map/topicref"] {
margin-left: 1em;
}
*[class ~= "map/topicref"] *[class ~= "map/topicref"] *[class ~= "map/topicref"] {
margin-left: 1em;
}
*[class ~= "map/topicref"] *[class ~= "map/topicref"] *[class ~= "map/topicref"] *[class ~= "map/topicref"]{
margin-left: 1em;
}
I will be grateful for any advice!