Search found 3 matches

by Maxim22
Sat Jan 05, 2013 5:14 pm
Forum: Graphics, Figures & Tables
Topic: unwanted margin after a figure
Replies: 6
Views: 16608

Re: unwanted margin after a figure

thank you, it was the paragraph indentation. I find it weird because it was the only place where I had the problem, not with the other paragraphs...
by Maxim22
Sat Jan 05, 2013 4:58 pm
Forum: Graphics, Figures & Tables
Topic: unwanted margin after a figure
Replies: 6
Views: 16608

unwanted margin after a figure

\documentclass[12pt]{article}
\usepackage[dutch]{babel}
\usepackage{amsmath} % need for subequations
\usepackage{graphicx} % need for figures
\usepackage{verbatim} % useful for program listings
\usepackage{color} % use if color is used in text
\usepackage{subfigure} % use for side-by-side figures ...
by Maxim22
Sat Jan 05, 2013 4:32 pm
Forum: Graphics, Figures & Tables
Topic: unwanted margin after a figure
Replies: 6
Views: 16608

unwanted margin after a figure

Hi, I'm new to latex. I have the following problem:
After I have inputted a figure, I get a weird margin space on the next line. I'm just using this standard figure code so I don't think the problem lies there.

\begin{figure}[H]
\centering
\includegraphics[width=0.8\textwidth]{image}
\caption ...