JDMCreator / LaTeXTableEditor

readme
MIT License
141 stars 14 forks source link

Won't Load LaTeX table #87

Closed Bayernuard closed 7 months ago

Bayernuard commented 11 months ago

Describe the bug A clear and concise description of what the bug is.

Answer the following questions

  1. Which browser are you using: Chrome

Related LaTeX code

Insert any related LaTeX code here:

%\begin{table}[]
\begin{tabular}{|l|llll|}
\hline
\multirow{3}{*}{\begin{tabular}[c]{@{}l@{}}Best Model \\ Accuracy\end{tabular}} & \multicolumn{4}{c|}{Spanish}                                                                                                                   \\ \cline{2-5} 
                                                                                & \multicolumn{2}{c|}{\begin{tabular}[c]{@{}c@{}}Emotion (avg. acc./F1 \\ for all emotions)\end{tabular}} & \multicolumn{2}{c|}{Sentiment}       \\ \cline{2-5} 
                                                                                & \multicolumn{1}{l|}{Accuracy}                        & \multicolumn{1}{l|}{F1}                          & \multicolumn{1}{l|}{Accuracy} & F1   \\ \hline
Lexicon                                                                         & \multicolumn{1}{l|}{70\%}                            & \multicolumn{1}{l|}{18\%}                        & \multicolumn{1}{l|}{?}        & ?    \\ \hline
ML                                                                              & \multicolumn{1}{l|}{75\%}                            & \multicolumn{1}{l|}{53\%}                        & \multicolumn{1}{l|}{81\%}     & 80\% \\ \hline
LLM                                                                             & \multicolumn{1}{l|}{87\%}                            & \multicolumn{1}{l|}{87\%}                        & \multicolumn{1}{l|}{74\%}     & 79\% \\ \hline
\end{tabular}
%\end{table}
huyhoang2005 commented 10 months ago

This bug occurs in Microsoft Edge, too.