I have a normal figure in Latex and I would like to indent the caption in such a way that the text that comes after "Figure #.#:" is indented in this manner:
However when I use this code:
Code: Select all
\captionsetup[figure]{
indention=6em
}
How do I fix this darn thing? Thanks!