summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/tests/tex_html/res_parser/tex_eqalign_l2h/tex_eqalign-l2h_cache.pm
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/tests/tex_html/res_parser/tex_eqalign_l2h/tex_eqalign-l2h_cache.pm')
-rw-r--r--macros/texinfo/texinfo/tp/tests/tex_html/res_parser/tex_eqalign_l2h/tex_eqalign-l2h_cache.pm48
1 files changed, 48 insertions, 0 deletions
diff --git a/macros/texinfo/texinfo/tp/tests/tex_html/res_parser/tex_eqalign_l2h/tex_eqalign-l2h_cache.pm b/macros/texinfo/texinfo/tp/tests/tex_html/res_parser/tex_eqalign_l2h/tex_eqalign-l2h_cache.pm
new file mode 100644
index 0000000000..4b077f7c81
--- /dev/null
+++ b/macros/texinfo/texinfo/tp/tests/tex_html/res_parser/tex_eqalign_l2h/tex_eqalign-l2h_cache.pm
@@ -0,0 +1,48 @@
+
+$l2h_cache_key = q/$$\leqalignno{
+ \int v(t)\, dt &= u(t) + C&[3.1]\cr
+ \int v(t)\, dt &= u(t) + H&[3.2]\cr
+}
+$$/;
+$l2h_cache{$l2h_cache_key} = q|<DIV CLASS="displaymath">
+<!-- MATH
+ \begin{displaymath}
+\leqalignno{
+ \int v(t)\, dt &= u(t) + C&[3.1]\cr
+ \int v(t)\, dt &= u(t) + H&[3.2]\cr
+}
+\end{displaymath}
+ -->
+
+<IMG
+ STYLE="height: 5.37ex; vertical-align: -2.12ex; " SRC="tex_eqalign_1.svg"
+ ALT="$\displaystyle \leqalignno{
+\int v(t)\, dt &amp;= u(t) + C&amp;[3.1]\cr
+\int v(t)\, dt &amp;= u(t) + H&amp;[3.2]\cr
+}$">
+</DIV>
+|;
+
+$l2h_cache_key = q/$$\leqalignno{
+ \int v(t)\, dt &= u(t) + C&[3.1]\cr
+ \int v(t)\, dt &= u(t) + H&[3.2]\cr
+}$$/;
+$l2h_cache{$l2h_cache_key} = q|<DIV CLASS="displaymath">
+<!-- MATH
+ \begin{displaymath}
+\leqalignno{
+ \int v(t)\, dt &= u(t) + C&[3.1]\cr
+ \int v(t)\, dt &= u(t) + H&[3.2]\cr
+}
+\end{displaymath}
+ -->
+
+<IMG
+ STYLE="height: 5.37ex; vertical-align: -2.12ex; " SRC="tex_eqalign_1.svg"
+ ALT="$\displaystyle \leqalignno{
+\int v(t)\, dt &amp;= u(t) + C&amp;[3.1]\cr
+\int v(t)\, dt &amp;= u(t) + H&amp;[3.2]\cr
+}$">
+</DIV>
+|;
+1; \ No newline at end of file