summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/tests/many_input_files/tex_l2h_res/tex_complex-l2h_cache.pm
blob: 3305f4862771b25c5e71c021487fde1f8b22b611 (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

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

<IMG
 STYLE="height: 2.31ex; vertical-align: -0.12ex; " SRC="tex_complex_2.svg"
 ALT="$\displaystyle U w V^\dagger
$">
</DIV>
|;

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

<IMG
 STYLE="height: 2.55ex; vertical-align: -0.70ex; " SRC="tex_complex_3.svg"
 ALT="$\displaystyle \omega = h ( \eta , \varphi)
$">
</DIV>
|;

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

<IMG
 STYLE="height: 2.63ex; vertical-align: -0.78ex; " SRC="tex_complex_1.svg"
 ALT="$\displaystyle \partial_{\eta} g(\eta(t),\varphi(t));
$">
</DIV>
|;

$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;