summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/tests/tex_html/res_parser/tex/tex-l2h_cache.pm
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/tests/tex_html/res_parser/tex/tex-l2h_cache.pm')
-rw-r--r--macros/texinfo/texinfo/tp/tests/tex_html/res_parser/tex/tex-l2h_cache.pm35
1 files changed, 13 insertions, 22 deletions
diff --git a/macros/texinfo/texinfo/tp/tests/tex_html/res_parser/tex/tex-l2h_cache.pm b/macros/texinfo/texinfo/tp/tests/tex_html/res_parser/tex/tex-l2h_cache.pm
index 04477f9fe3..b39fef8eba 100644
--- a/macros/texinfo/texinfo/tp/tests/tex_html/res_parser/tex/tex-l2h_cache.pm
+++ b/macros/texinfo/texinfo/tp/tests/tex_html/res_parser/tex/tex-l2h_cache.pm
@@ -6,7 +6,7 @@ $$ \chi^2 = \sum_{i=1}^N
$l2h_cache{$l2h_cache_key} = q|
<P>
<BR><P></P>
-<DIV ALIGN="CENTER" CLASS="mathdisplay">
+<DIV CLASS="mathdisplay">
<!-- MATH
\begin{displaymath}
\chi^2 = \sum_{i=1}^N
@@ -15,9 +15,8 @@ $l2h_cache{$l2h_cache_key} = q|
\end{displaymath}
-->
-<IMG
- WIDTH="100" HEIGHT="50" BORDER="0"
- SRC="tex_1.png"
+<IMG STYLE=""
+ SRC="tex_1.svg"
ALT="\begin{displaymath}\chi^2 = \sum_{i=1}^N
\left(y_i - (a + b x_i)
\over \sigma_i\right)^2 \end{displaymath}">
@@ -31,36 +30,28 @@ $l2h_cache{$l2h_cache_key} = q|
<P>
tex <SPAN CLASS="logo-TeX">T<SMALL>E</SMALL>X</SPAN>|;
-$l2h_cache_key = q/$ \underline{@code{math \hbox{ code }}} \sum_{i}{\underline{f}}$/;
-$l2h_cache{$l2h_cache_key} = q|<!-- MATH
- $\underline{@code{math \hbox{ code }}} \sum_{i}{\underline{f}}$
- -->
-<SPAN CLASS="MATH"><IMG
- WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
- SRC="tex_5.png"
- ALT="$ \underline{@code{math \hbox{ code }}} \sum_{i}{\underline{f}}$"></SPAN>|;
-
$l2h_cache_key = q/$@code{math code} a < b$/;
$l2h_cache{$l2h_cache_key} = q|<!-- MATH
$@code{math code} a < b$
-->
-<SPAN CLASS="MATH"><IMG
- WIDTH="100" HEIGHT="20" ALIGN="MIDDLE" BORDER="0"
- SRC="tex_4.png"
+<SPAN CLASS="MATH"><IMG STYLE="height: 1.93ex; vertical-align: -0.21ex; " SRC="tex_4.svg"
ALT="$@code{math code} a &lt; b$"></SPAN>|;
+$l2h_cache_key = q/$\underline{@code{math \hbox{ code }}} \sum_{i}{\underline{f}}$/;
+$l2h_cache{$l2h_cache_key} = q|<!-- MATH
+ $\underline{@code{math \hbox{ code }}} \sum_{i}{\underline{f}}$
+ -->
+<SPAN CLASS="MATH"><IMG STYLE="height: 2.88ex; vertical-align: -1.03ex; " SRC="tex_5.svg"
+ ALT="$\underline{@code{math \hbox{ code }}} \sum_{i}{\underline{f}}$"></SPAN>|;
+
$l2h_cache_key = q/$a @\ b$/;
-$l2h_cache{$l2h_cache_key} = q|<SPAN CLASS="MATH"><IMG
- WIDTH="100" HEIGHT="10" ALIGN="BOTTOM" BORDER="0"
- SRC="tex_3.png"
+$l2h_cache{$l2h_cache_key} = q|<SPAN CLASS="MATH"><IMG STYLE="height: 1.84ex; vertical-align: -0.12ex; " SRC="tex_3.svg"
ALT="$a @\ b$"></SPAN>|;
$l2h_cache_key = q/${x^i}\over{\tan y}$/;
$l2h_cache{$l2h_cache_key} = q|<!-- MATH
${x^i}\over{\tan y}$
-->
-<SPAN CLASS="MATH"><IMG
- WIDTH="100" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
- SRC="tex_2.png"
+<SPAN CLASS="MATH"><IMG STYLE="height: 3.73ex; vertical-align: -1.23ex; " SRC="tex_2.svg"
ALT="${x^i}\over{\tan y}$"></SPAN>|;
1; \ No newline at end of file