Hi there,
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
Graphics, Figures & Tables ⇒ How to remove Dots after figure and table numbers?
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
How to remove Dots after figure and table numbers?
It's easy but depends on the document class (which class do you use?) and if you use the caption package (do you?).
Stefan
Stefan
LaTeX.org admin
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
How to remove Dots after figure and table numbers?
With the
caption package for example:
There's a blank space as separator then. Using the
Stefan

Code: Select all
Code, edit and compile here:
\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
LaTeX.org admin
How to remove Dots after figure and table numbers?
Thanks Stefan,
I do that codes but it did nothing!!
So, is there another solution?
Mohammed
I do that codes but it did nothing!!
So, is there another solution?
Mohammed