JDMCreator / LaTeXTableEditor

readme
MIT License
139 stars 13 forks source link

backslashbox entries are swapped #10

Closed toerb closed 5 years ago

toerb commented 5 years ago

Hi,

this is regarding the "divided" cell effect. Display on web page backslashbox_web

Generated LaTeX output

\begin{table}
\centering
\begin{tabular}{l}
\backslashbox{{[}TEXT OVER]}{{[}TEXT UNDER]} 
\end{tabular}
\end{table}

Compiled LaTeX result backslashbox_latex

So from my point of view the first and the second parameters for backslashbox have to be swapped.

Best regards toerb

JDMCreator commented 5 years ago

I confirmed this bug. Thank you for your report. I'll fix this issue as soon as I can.

For future references, this bug has a high priority because it is related to the LaTeX output.

JDMCreator commented 5 years ago

I fixed the issue and implemented a way to change the color of the diagonal line. Also, I changed the way placeholder texts for those cells were handled.