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 6 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 6 at 21:19