We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
forum:3468 より改変。
\RequirePackage[l2tabu,orthodox]{nag} \documentclass{jsarticle} \usepackage{amsmath} \begin{document} \footnote{ \begin{align} x&\\y& \end{align} } \end{document}
! Improper \halign inside $$'s. <recently read> \halign l.8 \end{align} ?
jsarticle.cls の
\everydisplay=\expandafter{\the\everydisplay \narrowbaselines}
を消すとエラーが消える。
The text was updated successfully, but these errors were encountered:
数式モード内でフォントサイズ変更命令が実行されてしまうことが一つのトリガになっている?
\@currsize\selectfont
\@currsize
\footnotesize
\documentclass{article} \begin{document} $a\tiny a$ \end{document}
LaTeX Font Warning: Command \tiny invalid in math mode on input line 3.
\@setfontsize
\@nomath
Sorry, something went wrong.
No branches or pull requests
forum:3468 より改変。
jsarticle.cls の
を消すとエラーが消える。
The text was updated successfully, but these errors were encountered: