Graphics, Figures & Tables ⇒ Figure 1.1: change to Figure 1.1.
Figure 1.1: change to Figure 1.1.
my figure format comes up as Figure 1.1: and i would like this changed to Figure 1.1. so i would like to remove the : and replace it with a . how do i do this?
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
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Figure 1.1: change to Figure 1.1.
welcome to the board!
A solution depends on the document class you are using. Which one do you use?
I recommend to use the caption package, it provides a lot of features to customize captions and is very well documented, see its documentation, also for setting the dot.
Stefan
Figure 1.1: change to Figure 1.1.
Code: Select all
\documentclass[12pt,oneside]{report}
Code: Select all
\usepackage{a4,fancyhdr}
\usepackage{graphicx}
\usepackage{multicol}
\usepackage{epstopdf}
\usepackage{epsfig}
\usepackage{rotating}
\usepackage{amsmath}
\usepackage{setspace}
\usepackage{natbib}
\usepackage{multirow}
\usepackage{amssymb}
\usepackage[pdftex]{hyperref}
\hypersetup{
backref,
colorlinks=true,
linkcolor=black,
citecolor=black,
filecolor=black,
urlcolor=black,
pdfstartview=FitH}
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Figure 1.1: change to Figure 1.1.
Figure 1.1: change to Figure 1.1.
where in the figure code do i put this?
Figure 1.1: change to Figure 1.1.
Stefan,
where do i put this code? in the maintex? do i replace it with the other "usepackage"s i listed above?
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Figure 1.1: change to Figure 1.1.
Stefan
Re: Figure 1.1: change to Figure 1.1.
thanks for all the help
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Figure 1.1: change to Figure 1.1.
Please be more precise and tell us the exact error message. Concerning the packages you are loading and other relevant things you should take a look at l2tabu to avoid the biggest sins.lisa wrote:when i run it to transfer it to a PDF it says i need to install a new item but it does not allow me to enter the name of this user package [...]
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10