[latex3-commits] [git/LaTeX3-latex3-latex2e] move-lualatex-math: testfile (fd322167)

Ulrike Fischer fischer at troubleshooting-tex.de
Sun Sep 27 00:01:32 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : move-lualatex-math
Link       : https://github.com/latex3/latex2e/commit/fd32216784e143913c784931c2f148cdcc7aaa6b

>---------------------------------------------------------------

commit fd32216784e143913c784931c2f148cdcc7aaa6b
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sun Sep 27 00:01:32 2020 +0200

    testfile


>---------------------------------------------------------------

fd32216784e143913c784931c2f148cdcc7aaa6b
 .../testfiles-TU/tlb-lualatex-math-move.luatex.tlg |  62 ++
 .../testfiles-TU/tlb-lualatex-math-move.lvt        |  97 +++
 .../testfiles-TU/tlb-lualatex-math-move.xetex.tlg  | 793 +++++++++++++++++++++
 3 files changed, 952 insertions(+)

diff --git a/required/amsmath/testfiles-TU/tlb-lualatex-math-move.luatex.tlg b/required/amsmath/testfiles-TU/tlb-lualatex-math-move.luatex.tlg
new file mode 100644
index 00000000..6bfcf2d3
--- /dev/null
+++ b/required/amsmath/testfiles-TU/tlb-lualatex-math-move.luatex.tlg
@@ -0,0 +1,62 @@
+This is a generated file for the l3build validation system.
+Don't change this file in any respect.
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
+TRUE
diff --git a/required/amsmath/testfiles-TU/tlb-lualatex-math-move.lvt b/required/amsmath/testfiles-TU/tlb-lualatex-math-move.lvt
new file mode 100644
index 00000000..e22f2f98
--- /dev/null
+++ b/required/amsmath/testfiles-TU/tlb-lualatex-math-move.lvt
@@ -0,0 +1,97 @@
+% testfile for move of lualatex-math patches to amsmath.
+% Based on a test file from lualatex-math
+\input{regression-test}
+\START
+
+\OMIT
+
+\documentclass{minimal}
+\usepackage{expl3}  % to avoid backend loading interference
+\ExplSyntaxOn
+\cs_new_protected:Npn \AssertDimEqual #1#2
+  { \dim_compare:nNnTF {#1} = {#2} \TRUE \ERROR }
+\cs_new_protected:Npn \AssertIntEqual #1#2
+  { \int_compare:nNnTF {#1} = {#2} \TRUE \ERROR }
+\cs_new_protected:Npn \AssertMathStyle
+  { \AssertIntEqual \tex_mathstyle:D }
+\ExplSyntaxOff
+
+% First a scratch box register.
+\newsavebox{\testbox}
+% We set the mathematical code for the minus sign to some arbitrary Unicode
+% value to test whether amsmath sets it correctly.
+\Umathcode`\-="2 "33 "44444 \relax
+\usepackage{amsmath}
+
+\TIMO
+
+\AssertIntEqual{\Umathcode`\-}{"33444444}
+\makeatletter
+\AssertIntEqual{\std at minus}{"33444444}
+\makeatother
+
+\OMIT
+
+\begin{document}
+
+\TIMO
+
+% Here we test whether the strut box has the correct height and depth.
+\sbox{\testbox}{$($} % )
+\makeatletter
+\AssertDimEqual{\ht\Mathstrutbox@}{\ht\testbox}
+\AssertDimEqual{\dp\Mathstrutbox@}{\dp\testbox}
+\makeatother
+% Here we test for
+% sub-arrays and various kind of fraction-like objects.  The \cmd{\substack}
+% command and \env{subarray} environment aren’t really tested since it is hard
+% to check whether the outcome looks right in an automated way.  All tests are
+% done in both inline and display mode.
+\begin{equation*}
+  \AssertMathStyle{0} \sqrt{\AssertMathStyle{1}}
+  \sum_{
+    \substack{\frac12 \\ \frac34 \\ \frac56}
+  }
+  \sum_{
+    \begin{subarray}{l} \frac12 \\ \frac34 \\ \frac56 \end{subarray}
+  }
+  \frac{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+  a^{\frac{\AssertMathStyle{6}}{\AssertMathStyle{7}}}
+  \dfrac{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+  \tfrac{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+  \binom{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+  a^{\binom{\AssertMathStyle{6}}{\AssertMathStyle{7}}}
+  \dbinom{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+  \tbinom{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+  \genfrac{}{}{}{}{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+  \genfrac{<}{/}{0pt}{0}{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+  \genfrac{}{}{}{1}{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+  \genfrac{|}{]}{4pt}{2}{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+  \genfrac{}{}{}{3}{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+\end{equation*}
+\begin{math}
+  \AssertMathStyle{2} \sqrt{\AssertMathStyle{3}}
+  \sum_{
+    \substack{\frac12 \\ \frac34 \\ \frac56}
+  }
+  \sum_{
+    \begin{subarray}{l} \frac12 \\ \frac34 \\ \frac56 \end{subarray}
+  }
+  \frac{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+  a^{\frac{\AssertMathStyle{6}}{\AssertMathStyle{7}}}
+  \dfrac{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+  \tfrac{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+  \binom{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+  a^{\binom{\AssertMathStyle{6}}{\AssertMathStyle{7}}}
+  \dbinom{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+  \tbinom{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+  \genfrac{}{}{}{}{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+  \genfrac{<}{/}{0pt}{0}{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+  \genfrac{}{}{}{1}{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+  \genfrac{|}{]}{4pt}{2}{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+  \genfrac{}{}{}{3}{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+\end{math}
+
+\OMIT
+
+\end{document} 
\ No newline at end of file
diff --git a/required/amsmath/testfiles-TU/tlb-lualatex-math-move.xetex.tlg b/required/amsmath/testfiles-TU/tlb-lualatex-math-move.xetex.tlg
new file mode 100644
index 00000000..0aaeb5d7
--- /dev/null
+++ b/required/amsmath/testfiles-TU/tlb-lualatex-math-move.xetex.tlg
@@ -0,0 +1,793 @@
+This is a generated file for the l3build validation system.
+Don't change this file in any respect.
+! Can't use \Umathcode as a number (try \Umathcodenum).
+<to be read again> 
+                   =
+l. ...\AssertIntEqual{\Umathcode`\-}{"33444444}
+\Umathcode is for setting a mathcode from separate values;
+use \Umathcodenum to access them as single values.
+! Undefined control sequence.
+<argument> \ERROR 
+l. ...\AssertIntEqual{\Umathcode`\-}{"33444444}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+TRUE
+TRUE
+TRUE
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ...  \AssertMathStyle{0}
+                           \sqrt{\AssertMathStyle{1}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ...  \AssertMathStyle{0}
+                           \sqrt{\AssertMathStyle{1}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+TRUE
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......sertMathStyle{0} \sqrt{\AssertMathStyle{1}
+                                                  }
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......sertMathStyle{0} \sqrt{\AssertMathStyle{1}
+                                                  }
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......sertMathStyle{0} \sqrt{\AssertMathStyle{1}
+                                                  }
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+                                                  }
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+                                                  }
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+                                                  }
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+                                                  }
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+                                                  }
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+                                                  }
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+                                                  }
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+                                                  }
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+                                                  }
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+                                                  }
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+                                                  }
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+                                                  }
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{2}}{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ...  \AssertMathStyle{2}
+                           \sqrt{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ...  \AssertMathStyle{2}
+                           \sqrt{\AssertMathStyle{3}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ...  \AssertMathStyle{2}
+                           \sqrt{\AssertMathStyle{3}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......sertMathStyle{2} \sqrt{\AssertMathStyle{3}
+                                                  }
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......sertMathStyle{2} \sqrt{\AssertMathStyle{3}
+                                                  }
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......sertMathStyle{2} \sqrt{\AssertMathStyle{3}
+                                                  }
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{4}}{\AssertMathStyle{5}}
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Undefined control sequence.
+<argument> \tex_mathstyle:D 
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+                                                  }
+The control sequence at the end of the top line
+of your error message was never \def'ed. If you have
+misspelled it (e.g., `\hobx'), type `I' and the correct
+spelling (e.g., `I\hbox'). Otherwise just continue,
+and I'll forget about whatever was undefined.
+! Missing number, treated as zero.
+<to be read again> 
+                   =
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+                                                  }
+A number should have been here; I inserted `0'.
+(If you can't figure out why I needed to see a number,
+look up `weird error' in the index to The TeXbook.)
+! Undefined control sequence.
+<argument> \ERROR 
+l. ......{\AssertMathStyle{6}}{\AssertMathStyle{7}}
+                                                  }
+(That makes 100 errors; please try again.) 





More information about the latex3-commits mailing list.