JDMCreator / LaTeXTableEditor

readme
MIT License
139 stars 13 forks source link

Incompatibility between vcell and calc #43

Closed fpantigny closed 3 years ago

fpantigny commented 3 years ago

There seems to be an incompatibility between the package vcell (2020/05/16 v1.0.1) and the package calc (2017/05/25 v4.3).

Here is a MWE.

\documentclass{article}
\usepackage{vcell,calc}

\begin{document}
\begin{tabular}{lll} 
\vcell{C} & \vcell{\rule{1pt}{3cm}} \\[-\rowheight]
\printcellmiddle & \printcelltop \\
N & P \\
\end{tabular}
\end{document}

The output is not as expected. essai.pdf

JDMCreator commented 3 years ago

I'll look into this, but I'll probably have to update vcell.

JDMCreator commented 3 years ago

I fixed the issue and I uploaded an update to vcell. I'm waiting for CTAN to accept the update.

fpantigny commented 3 years ago

Perfect.