Graphics, Figures & Tables ⇒ How to remove Dots after figure and table numbers?
How to remove Dots after figure and table numbers?
I have this issue:
I need to remove dots which come after the figures and tables numbers in the list of figures as well in the list of
tables?
For example, I want Figure 1.1: to be Figure 1.1
Table 2.2: to be Table 2.2
Is there any idea?
Thanks
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10328
- Joined: Mon Mar 10, 2008 9:44 pm
How to remove Dots after figure and table numbers?
Stefan
- Stefan Kottwitz
- Site Admin
- Posts: 10328
- Joined: Mon Mar 10, 2008 9:44 pm
How to remove Dots after figure and table numbers?

Code: Select all
\usepackage{caption}
\DeclareCaptionLabelSeparator{none}{ }
\captionsetup{labelsep=none}
caption
package is recommendable anyway, it allows a lot of customization (font size, bold numbers and label, layout) in an easy way via options.Stefan
How to remove Dots after figure and table numbers?
I do that codes but it did nothing!!
So, is there another solution?
Mohammed