I am currently writing an article in latex and everything is going fine, there is however one problem.
After I insert a definition, theorem, picture, anything basically, the next line of text starts with a tab (like 10 white spaces), and I have no idea how to fix this.
The packages I am using are the following:
Code: Select all
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{amsthm}
\usepackage{float}
\usepackage[dutch]{babel}
\usepackage{geometry}
The code I use for example is this:
Code: Select all
\begin{definition}
Een wandeling tussen 2 knopen $v_{1}$ en $v_{k}$ is een rij knopen $v_{2}$, $v_{3}$..., $v_{k-1}$ en $v_{k}$ met takken $v_{1}v_{2}$, $v_{2}v_{3}$,..., $v_{k-2}v_{k-1}$ en $v_{k-1}v_{k}$.
\end{definition}
Sommige wandelingen doen een knoop maximaal éen keer aan. Zo een wandeling heet een pad.
I hope this enough information to help me with this...otherwise I will gladly supply you with more:),
cheers, matti0006