Look at this simple code:
\documentclass[12pt,a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage[german]{babel}
\usepackage{paracol}
\begin{document}
Hello world!\footnote{A simple footnote.}
\columnratio{0.1}
\begin{paracol}{2}
D1.1
\switchcolumn
This is a simple definition.
\end{paracol}
This is a simple sentence.\footnote{Another simple footnote!}
\end{document}
It's producing a totally weird output. (Sorry, I'm not allowed to upload an image.)
Why is the first footnote showing up right above the paracol environment? What am I doing wrong?

!in front of it to turn it into a link. A moderator or another user with edit privileges can then reinsert the!to turn it into an image again. – Torbjørn T. Feb 06 '13 at 19:28\columnratio{0.1}if I remove that line the footnote comes first as you say. it looks like paracol finishes the page, including footnotes, then restarts in its two column mode, so I suspect this is as designed. – David Carlisle Feb 06 '13 at 21:19\columnratiois probably due to an old version of paracol where this command was not defined. Make sure you have at least version 1.1 (May 2012) or later. It is included in TeXLive 2012, but TeXLive 2011 has only version 1.0. – ogerard Jun 06 '13 at 14:55