ar5iv icon indicating copy to clipboard operation
ar5iv copied to clipboard

Improve article 2207.09132

Open dginev opened this issue 3 years ago • 1 comments

Exact location of issue After equation 15

Problem details

It appears the alignments have been misinterpreted, where a significant chunk of raw TeX code has made it to the final HTML as-is. This has to do with some math mode interplay as well I believe.

dginev avatar Aug 06 '22 02:08 dginev

The TeX code for the broken equation here is:

\renewcommand{\tabcolsep}{0.12cm}
\vspace{-0.3cm}
\begin{align}
	\hspace{1.95cm} -\frac{h}{8} \left(
	\begin{tabular}{rrrrrr}
		 $2$ & $\alpha$ & $-\alpha$ & $-2\alpha$ & $-\alpha$ & $\alpha$ \\
		$\alpha$ & $0$ & $0$ & $0$ & $0$ & $0$ \\
		$-\alpha$ & $0$ & $0$ & $0$ & $0$ & $0$ \\
		$-2\alpha$ & $0$ & $0$ & $0$ & $0$ & $0$ \\
		$-\alpha$ & $0$ & $0$ & $0$ & $0$ & $0$ \\
		$\alpha$ & $0$ & $0$ & $0$ & $0$ & $0$ \\
	\end{tabular}
	\hspace*{-0.12cm}\right).
	\label{Halpha}
\renewcommand{\tabcolsep}{0.0cm}
\renewcommand{\arraystretch}{1.0}
\end{align}

dginev avatar Sep 14 '23 01:09 dginev