summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/tests/tex_html/res_parser/formatting_singular/sing-l2h_cache.pm
blob: 3f99bf59592a9f3f5b0a10fdc0efe3ee6e0f25a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

$l2h_cache_key = q/$$\partial_t \eta (t) = g(\eta(t),\varphi(t))$$ ''/;
$l2h_cache{$l2h_cache_key} = q|<BR><P></P>
<DIV CLASS="mathdisplay">
<!-- MATH
 \begin{displaymath}
\partial_t \eta (t) = g(\eta(t),\varphi(t))
\end{displaymath}
 -->

<IMG STYLE=""
 SRC="sing_1.svg"
 ALT="\begin{displaymath}\partial_t \eta (t) = g(\eta(t),\varphi(t))\end{displaymath}">
</DIV>
<BR CLEAR="ALL">
<P></P> &rdquo;|;

$l2h_cache_key = q/$--a {\frac{1}{2}} @minus{}$/;
$l2h_cache{$l2h_cache_key} = q|<!-- MATH
 $- -a {\frac{1}{2}} @minus{}$
 -->
<SPAN CLASS="MATH"><IMG STYLE="height: 2.98ex; vertical-align: -0.92ex; " SRC="sing_2.svg"
 ALT="$--a {\frac{1}{2}} @minus{}$"></SPAN>|;

$l2h_cache_key = q/$--a@minus{} {\frac{1}{2}}$/;
$l2h_cache{$l2h_cache_key} = q|<!-- MATH
 $- -a@minus{} {\frac{1}{2}}$
 -->
<SPAN CLASS="MATH"><IMG STYLE="height: 2.98ex; vertical-align: -0.92ex; " SRC="sing_3.svg"
 ALT="$--a@minus{} {\frac{1}{2}}$"></SPAN>|;
1;