From e38838e26451a3f5a46937d67ee80ad7cf1e375e Mon Sep 17 00:00:00 2001 From: Jannis Born Date: Tue, 13 Sep 2022 13:00:18 +0200 Subject: [PATCH] FAQ to unindent figure captions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b6e6faf..7c3c59c 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,15 @@ please let me know! the `unicode-math` package can be used, for instance. (See [issue #33](https://github.com/Pseudomanifold/latex-mimosis/issues/33) for a brief discussion) + +6. How can I remove the indent in the second line (and all following ones) of Table/Figure captions? \ + \ + In `mimosis.cls` change `\captionsetup{subrefformat=parens}` to: + ```tex + \captionsetup{subrefformat=parens,format=plain} + ``` + For details see [here](https://latex-tutorial.com/caption-customization-latex/). + # Contributing