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}
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}