Graphics, Figures & Tables ⇒ \captionlabeldelim does not work
-
- Posts: 32
- Joined: Sun Mar 01, 2009 8:29 am
\captionlabeldelim does not work
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
\captionlabeldelim does not work
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 32
- Joined: Sun Mar 01, 2009 8:29 am
Re: \captionlabeldelim does not work
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
\captionlabeldelim does not work
With the current version of caption this is done very easy.neumannturing wrote:[…] However, I do not want any separator. […]
Code: Select all
\usepackage[font=small,labelfont=bf,labelsep=none]{caption}
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 32
- Joined: Sun Mar 01, 2009 8:29 am
Re: \captionlabeldelim does not work
\captionlabeldelim does not work
Just put \captionsetup{labelsep=space} inside that figure, right before the \caption command.neumannturing wrote:This will affect the whole document. What should I do if I just want to change the delimiter for one figure?