summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/tests/tex_html/res_parser/tex_complex_l2h/tex_complex-l2h_cache.pm
blob: 2c757678134206713910124733d870e38af52f8d (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77

$l2h_cache_key = q/$$
 U w V^\dagger
$$/;
$l2h_cache{$l2h_cache_key} = q|<BR><P></P>
<DIV CLASS="mathdisplay">
<!-- MATH
 \begin{displaymath}
U w V^\dagger
\end{displaymath}
 -->

<IMG STYLE=""
 SRC="tex_complex_2.svg"
 ALT="\begin{displaymath}
U w V^\dagger
\end{displaymath}">
</DIV>
<BR CLEAR="ALL">
<P></P>|;

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

<IMG STYLE=""
 SRC="tex_complex_3.svg"
 ALT="\begin{displaymath}
\omega = h ( \eta , \varphi)
\end{displaymath}">
</DIV>
<BR CLEAR="ALL">
<P></P>|;

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

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

$l2h_cache_key = q/$(I-D) \varphi(t)$/;
$l2h_cache{$l2h_cache_key} = q|<!-- MATH
 $(I-D) \varphi(t)$
 -->
<SPAN CLASS="MATH"><IMG STYLE="height: 2.55ex; vertical-align: -0.70ex; " SRC="tex_complex_4.svg"
 ALT="$(I-D) \varphi(t)$"></SPAN>|;

$l2h_cache_key = q/$\phi w V^t$/;
$l2h_cache{$l2h_cache_key} = q|<SPAN CLASS="MATH"><IMG STYLE="height: 2.52ex; vertical-align: -0.57ex; " SRC="tex_complex_5.svg"
 ALT="$\phi w V^t$"></SPAN>|;

$l2h_cache_key = q/$h \dot \psi^\phi$/;
$l2h_cache{$l2h_cache_key} = q|<!-- MATH
 $h \dot \psi^\phi$
 -->
<SPAN CLASS="MATH"><IMG STYLE="height: 2.84ex; vertical-align: -0.57ex; " SRC="tex_complex_6.svg"
 ALT="$h \dot \psi^\phi$"></SPAN>|;
1;