This question led to a new vesion 1.32 of
paracolpackage.
Basically I want to use the paracol package to set bilingual texts including figures & tables, some of them should span two columns.
Figures & tables spanning one column work perfect, but with figure* and table* environments spanning two columns, the right column get corrupted. The space needed isn't considered in the right column, resulting in overlapping text with figures*|tables*
MWE, which is based on "tcolorbox Spanning Two Columns in {paracol} Environment" and paracol-man:
\documentclass[10pt,twoside,a4]{article}
\usepackage[latin,english]{babel} % proper multilingual hyphenation
\usepackage{lipsum}
\usepackage{graphicx} % include images
\usepackage{paracol} % multilingual documents
\begin{document}\sloppypar
\begin{paracol}{2}
\lipsum[1]
\lipsum[2]
\begin{figure*}
\def\arraystretch{0.8}
\centerline{\begin{tabular}[b]{|c|}\hline
\hbox to.9\textwidth{}\\ \\ \\
double-column figure \#1\\ \\ \\
\\\hline
\end{tabular}}
\caption{A Double-Column Figure}
\end{figure*}
\lipsum[3]
\lipsum[4]
\switchcolumn
\lipsum[5]
\lipsum[6]
\lipsum[7]
\lipsum[8]
\end{paracol}
\end{document}
Resulting in (top of pg 2):
BTW: same effect, if I'm running the MWE of "tcolorbox Spanning ..."
Summary: I try to understand my issue by using examples I found here, on my computer, always resulting in the same difference: in the right column, the space which should be used for star environments isn't allocated. (using LateX since 1997).
I'm using a fresh install of MiKTeX 2.9
Thanks for any answer, Marcus


paracolenvironment to set the two-column figure, or you can line up the two columns and leave the gap manually. Either would work, but it's not clear from your example how you intend to provide bilingual content if they don't match up. – Werner Oct 08 '15 at 21:19ShareLatex– touhami Oct 09 '15 at 06:04paracolis versioned as1.31 2013-10-10. If this is correct, somethingparacolrelied on was changed. – Thomas F. Sturm Oct 09 '15 at 06:26\end@dblfloatand\@dblfloatplacementare changed sincev1.2b 2015/01/11make paracol no more compatible with new format (in this point). – touhami Oct 09 '15 at 09:23paracolto CTAN soon. – Marcus Zelezny Oct 10 '15 at 10:30