Graphics, Figures & TablesFigure not in the center

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Calandre
Posts: 3
Joined: Tue Jan 28, 2014 7:42 pm

Figure not in the center

Post by Calandre »

Hi everyone,
I have a problem with the placement of figure. This one does not focus as normal, and will overlay the text. Not so good.

I've tried \begin{center} and \centering.
I give you my text. If you have any idea, i take everything. I can give you some screenshot of the pdf.

Code: Select all

\documentclass[11pt,a4paper]{article} 
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc} 
\usepackage[francais]{Babel}
\usepackage{soul}
\usepackage{chemist}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb} 
\usepackage{caption}
\usepackage{color}
\usepackage{float}
\usepackage{graphicx}
\usepackage{fancyhdr}
\addtolength{\hoffset}{-1cm}
\addtolength{\textwidth}{3cm}
\setlength{\oddsidemargin}{0.5 cm}
and

Code: Select all

\begin{figure}[H] 
    \centering
		
    \includegraphics[width=0.15\textwidth]{cartegiulvaz.jpg}
		
\caption{Localisation de Giulvaz (45°32′48″N 20°59′17″E). Carte provenant de maps.google.com}
\label{carte}
\end{figure}
Attachments
Whithout \centering
Whithout \centering
Sanscentering.JPG (9.31 KiB) Viewed 2878 times
With \centering
With \centering
Aveccentering.JPG (9.3 KiB) Viewed 2878 times
Last edited by cgnieder on Thu Jan 30, 2014 8:08 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Figure not in the center

Post by Johannes_B »

On first glance, i would suggest to check, if the pics contain any white borders themselves.

Try to prepare a minimal working example by commenting out (nearly) everything.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Re: Figure not in the center

Post by Stefan Kottwitz »

Hi Calandre,

welcome to the forum!

You could also attach the original image file cartegiulvaz.jpg here, if you like.

Stefan
LaTeX.org admin
Post Reply