gphys 1.5.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/ChangeLog +7414 -0
- data/LICENSE.txt +1 -1
- data/Rakefile +0 -2
- data/doc/derivative/math-doc/document/images.log +385 -0
- data/doc/ep_flux/math-doc/document/images.log +1375 -0
- data/doc/ganalysis/doc/NumRu.html +203 -0
- data/doc/ganalysis/doc/NumRu/GAnalysis.html +931 -0
- data/doc/ganalysis/doc/NumRu/GAnalysis/BetaPlane.html +574 -0
- data/doc/ganalysis/doc/NumRu/GAnalysis/Fitting.html +576 -0
- data/doc/ganalysis/doc/NumRu/GAnalysis/LogP.html +425 -0
- data/doc/ganalysis/doc/NumRu/GAnalysis/Met.html +2021 -0
- data/doc/ganalysis/doc/NumRu/GAnalysis/MetZ.html +524 -0
- data/doc/ganalysis/doc/NumRu/GAnalysis/Planet.html +1047 -0
- data/doc/ganalysis/doc/NumRu/GAnalysis/QG.html +794 -0
- data/doc/ganalysis/doc/NumRu/GAnalysis/QG/Uninitialized.html +215 -0
- data/doc/ganalysis/doc/NumRu/GAnalysis/QG_common.html +603 -0
- data/doc/ganalysis/doc/NumRu/GAnalysis/QG_sphere.html +760 -0
- data/doc/ganalysis/doc/NumRu/GAnalysis/QG_sphere_common.html +251 -0
- data/doc/ganalysis/doc/NumRu/GAnalysis/QG_sphere_div.html +424 -0
- data/doc/ganalysis/doc/NumRu/GAnalysis/SigmaCoord.html +321 -0
- data/doc/ganalysis/doc/NumRu/GGraph.html +334 -0
- data/doc/ganalysis/doc/NumRu/GPhys.html +579 -0
- data/doc/ganalysis/doc/Object.html +210 -0
- data/doc/ganalysis/doc/__/__/lib/numru/ganalysis/beta_plane_rb.html +60 -0
- data/doc/ganalysis/doc/__/__/lib/numru/ganalysis/covariance_rb.html +56 -0
- data/doc/ganalysis/doc/__/__/lib/numru/ganalysis/eof_rb.html +64 -0
- data/doc/ganalysis/doc/__/__/lib/numru/ganalysis/fitting_rb.html +54 -0
- data/doc/ganalysis/doc/__/__/lib/numru/ganalysis/histogram_rb.html +58 -0
- data/doc/ganalysis/doc/__/__/lib/numru/ganalysis/log_p_rb.html +60 -0
- data/doc/ganalysis/doc/__/__/lib/numru/ganalysis/met_rb.html +60 -0
- data/doc/ganalysis/doc/__/__/lib/numru/ganalysis/met_z_rb.html +58 -0
- data/doc/ganalysis/doc/__/__/lib/numru/ganalysis/planet_rb.html +58 -0
- data/doc/ganalysis/doc/__/__/lib/numru/ganalysis/qg_rb.html +64 -0
- data/doc/ganalysis/doc/__/__/lib/numru/ganalysis/sigma_coord_rb.html +56 -0
- data/doc/ganalysis/doc/__/__/lib/numru/ganalysis_rb.html +98 -0
- data/doc/ganalysis/doc/created.rid +13 -0
- data/doc/ganalysis/doc/images/brick.png +0 -0
- data/doc/ganalysis/doc/images/brick_link.png +0 -0
- data/doc/ganalysis/doc/images/bug.png +0 -0
- data/doc/ganalysis/doc/images/bullet_black.png +0 -0
- data/doc/ganalysis/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/ganalysis/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/ganalysis/doc/images/date.png +0 -0
- data/doc/ganalysis/doc/images/find.png +0 -0
- data/doc/ganalysis/doc/images/loadingAnimation.gif +0 -0
- data/doc/ganalysis/doc/images/macFFBgHack.png +0 -0
- data/doc/ganalysis/doc/images/package.png +0 -0
- data/doc/ganalysis/doc/images/page_green.png +0 -0
- data/doc/ganalysis/doc/images/page_white_text.png +0 -0
- data/doc/ganalysis/doc/images/page_white_width.png +0 -0
- data/doc/ganalysis/doc/images/plugin.png +0 -0
- data/doc/ganalysis/doc/images/ruby.png +0 -0
- data/doc/ganalysis/doc/images/tag_green.png +0 -0
- data/doc/ganalysis/doc/images/wrench.png +0 -0
- data/doc/ganalysis/doc/images/wrench_orange.png +0 -0
- data/doc/ganalysis/doc/images/zoom.png +0 -0
- data/doc/ganalysis/doc/index.html +383 -0
- data/doc/ganalysis/doc/js/darkfish.js +118 -0
- data/doc/ganalysis/doc/js/jquery.js +32 -0
- data/doc/ganalysis/doc/js/quicksearch.js +114 -0
- data/doc/ganalysis/doc/js/thickbox-compressed.js +10 -0
- data/doc/ganalysis/doc/rdoc.css +763 -0
- data/ext/numru/gphys/ext_init.c +1 -0
- data/ext/numru/gphys/quad_mesh_sample.c +478 -0
- data/gphys.gemspec +2 -2
- data/lib/numru/dclext.rb +394 -14
- data/lib/numru/derivative.rb +6 -0
- data/lib/numru/ganalysis/qg.rb +6 -4
- data/lib/numru/ggraph.rb +41 -8
- data/lib/numru/gphys/gphys.rb +62 -14
- data/lib/numru/gphys/gphys_io.rb +4 -4
- data/lib/numru/gphys/version.rb +2 -2
- metadata +84 -79
- data/.gitignore +0 -14
- data/TODO_ep_flux +0 -6
- data/gphys-bigmem.gemspec +0 -44
- data/install.rb +0 -130
- data/sample/cira86_to_nc.rb +0 -122
- data/sample/druby_cli1.rb +0 -23
- data/sample/druby_cli2.rb +0 -28
- data/sample/druby_serv1.rb +0 -30
- data/sample/druby_serv2.rb +0 -51
- data/sample/ep_flux/demo_NCEP_1.rb +0 -48
- data/sample/ep_flux/demo_NCEP_2.rb +0 -57
- data/sample/ep_flux/demo_NCEP_3.rb +0 -81
- data/sample/ggraph_latlon_labelling_dr002690.rb +0 -159
- data/sample/ggraph_mapfit-axes_dr002687.rb +0 -131
- data/sample/map_projection.rb +0 -121
- data/sample/ncep_theta_coord.rb +0 -79
- data/test_old/eof_slp.rb +0 -28
- data/test_old/mltbit.dat +0 -0
- data/test_old/test_ep_flux.rb +0 -533
- data/test_old/test_multibitIO.rb +0 -19
data/LICENSE.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
GPhys is copyrighted free software by Takeshi Horinouchi and
|
|
2
2
|
GFD Dennou Club (http://www.gfd-dennou.org/).
|
|
3
3
|
|
|
4
|
-
Copyright 2003-
|
|
4
|
+
Copyright 2003-2017 (C) Takeshi Horinouchi and GFD Dennou Club
|
|
5
5
|
(http://www.gfd-dennou.org/) All rights reserved.
|
|
6
6
|
|
|
7
7
|
Redistribution and use in source and binary forms, with or without
|
data/Rakefile
CHANGED
|
@@ -9,9 +9,7 @@ rescue LoadError
|
|
|
9
9
|
puts 'If you want to create gem, You must install Bundler'
|
|
10
10
|
end
|
|
11
11
|
|
|
12
|
-
# manual calls of install_tasks to support multiple gemspec files
|
|
13
12
|
Bundler::GemHelper.install_tasks(name: "gphys")
|
|
14
|
-
Bundler::GemHelper.install_tasks(name: "gphys-bigmem")
|
|
15
13
|
|
|
16
14
|
require './lib/numru/gphys/version.rb'
|
|
17
15
|
def version
|
|
@@ -0,0 +1,385 @@
|
|
|
1
|
+
This is pTeX, Version p3.0.1, based on TeX, Version 3.14159 (EUC) (Web2C 7.3.7) (format=platex 2004.12.16) 3 MAR 2005 12:06
|
|
2
|
+
**./images.tex
|
|
3
|
+
(./images.tex
|
|
4
|
+
pLaTeX2e <2001/09/04>+0 (based on LaTeX2e <2001/06/01> patch level 0)
|
|
5
|
+
|
|
6
|
+
(/usr/share/texmf/ptex/platex/base/jarticle.cls
|
|
7
|
+
Document Class: jarticle 2001/10/04 v1.3 Standard pLaTeX class
|
|
8
|
+
\c@@paper=\count81
|
|
9
|
+
(/usr/share/texmf/ptex/platex/base/jsize12.clo
|
|
10
|
+
File: jsize12.clo 2001/10/04 v1.3 Standard pLaTeX file (size option)
|
|
11
|
+
)
|
|
12
|
+
\c@part=\count82
|
|
13
|
+
\c@section=\count83
|
|
14
|
+
\c@subsection=\count84
|
|
15
|
+
\c@subsubsection=\count85
|
|
16
|
+
\c@paragraph=\count86
|
|
17
|
+
\c@subparagraph=\count87
|
|
18
|
+
\c@figure=\count88
|
|
19
|
+
\c@table=\count89
|
|
20
|
+
\abovecaptionskip=\skip41
|
|
21
|
+
\belowcaptionskip=\skip42
|
|
22
|
+
\symmincho=\mathgroup4
|
|
23
|
+
LaTeX Font Info: Overwriting symbol font `mincho' in version `bold'
|
|
24
|
+
(Font) JY1/mc/m/n --> JY1/gt/m/n on input line 597.
|
|
25
|
+
LaTeX Info: Redefining \mathrm on input line 599.
|
|
26
|
+
LaTeX Info: Redefining \mathbf on input line 600.
|
|
27
|
+
\toclineskip=\dimen118
|
|
28
|
+
\@lnumwidth=\dimen119
|
|
29
|
+
\bibindent=\dimen120
|
|
30
|
+
\heisei=\count90
|
|
31
|
+
) (/usr/share/texmf/tex/latex/base/ifthen.sty
|
|
32
|
+
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
|
|
33
|
+
) (/usr/share/texmf/ptex/platex/base/ascmac.sty (/usr/share/texmf/ptex/platex/b
|
|
34
|
+
ase/tascmac.sty
|
|
35
|
+
\@savetbaselineshift=\dimen121
|
|
36
|
+
\@saveybaselineshift=\dimen122
|
|
37
|
+
\scb@x=\box41
|
|
38
|
+
\scscb@x=\box42
|
|
39
|
+
\@bw=\dimen123
|
|
40
|
+
\@nbox=\box43
|
|
41
|
+
\@nbody=\box44
|
|
42
|
+
\@scw=\dimen124
|
|
43
|
+
\@itemh=\dimen125
|
|
44
|
+
\@iboxpos=\toks15
|
|
45
|
+
\@iboxstr=\box45
|
|
46
|
+
\@bwsp=\box46
|
|
47
|
+
\@@bwsp=\box47
|
|
48
|
+
\@bcal=\count91
|
|
49
|
+
\shaderule=\dimen126
|
|
50
|
+
)) (/usr/share/texmf/tex/latex/tools/tabularx.sty
|
|
51
|
+
Package: tabularx 1999/01/07 v2.07 `tabularx' package (DPC)
|
|
52
|
+
(/usr/share/texmf/tex/latex/tools/array.sty
|
|
53
|
+
Package: array 1998/05/13 v2.3m Tabular extension package (FMi)
|
|
54
|
+
\col@sep=\dimen127
|
|
55
|
+
\extrarowheight=\dimen128
|
|
56
|
+
\NC@list=\toks16
|
|
57
|
+
\extratabsurround=\skip43
|
|
58
|
+
\backup@length=\skip44
|
|
59
|
+
)
|
|
60
|
+
\TX@col@width=\dimen129
|
|
61
|
+
\TX@old@table=\dimen130
|
|
62
|
+
\TX@old@col=\dimen131
|
|
63
|
+
\TX@target=\dimen132
|
|
64
|
+
\TX@delta=\dimen133
|
|
65
|
+
\TX@cols=\count92
|
|
66
|
+
\TX@ftn=\toks17
|
|
67
|
+
) (/usr/share/texmf/tex/latex/graphics/graphicx.sty
|
|
68
|
+
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
|
|
69
|
+
(/usr/share/texmf/tex/latex/graphics/keyval.sty
|
|
70
|
+
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
|
|
71
|
+
\KV@toks@=\toks18
|
|
72
|
+
) (/usr/share/texmf/tex/latex/graphics/graphics.sty
|
|
73
|
+
Package: graphics 2001/07/07 v1.0n Standard LaTeX Graphics (DPC,SPQR)
|
|
74
|
+
(/usr/share/texmf/tex/latex/graphics/trig.sty
|
|
75
|
+
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
|
|
76
|
+
) (/usr/share/texmf/tex/latex/config/graphics.cfg
|
|
77
|
+
File: graphics.cfg 2001/08/31 v1.1 graphics configuration of teTeX/TeXLive
|
|
78
|
+
)
|
|
79
|
+
Package graphics Info: Driver file: dvips.def on input line 80.
|
|
80
|
+
(/usr/share/texmf/tex/latex/graphics/dvips.def
|
|
81
|
+
File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
|
|
82
|
+
))
|
|
83
|
+
\Gin@req@height=\dimen134
|
|
84
|
+
\Gin@req@width=\dimen135
|
|
85
|
+
) (/usr/share/texmf/tex/latex/amsfonts/amssymb.sty
|
|
86
|
+
Package: amssymb 1996/11/03 v2.2b
|
|
87
|
+
(/usr/share/texmf/tex/latex/amsfonts/amsfonts.sty
|
|
88
|
+
Package: amsfonts 1997/09/17 v2.2e
|
|
89
|
+
\@emptytoks=\toks19
|
|
90
|
+
\symAMSa=\mathgroup5
|
|
91
|
+
\symAMSb=\mathgroup6
|
|
92
|
+
LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
|
|
93
|
+
(Font) U/euf/m/n --> U/euf/b/n on input line 133.
|
|
94
|
+
)) (/usr/share/texmf/tex/latex/amsmath/amsmath.sty
|
|
95
|
+
Package: amsmath 2000/07/18 v2.13 AMS math features
|
|
96
|
+
\@mathmargin=\skip45
|
|
97
|
+
For additional information on amsmath, use the `?' option.
|
|
98
|
+
(/usr/share/texmf/tex/latex/amsmath/amstext.sty
|
|
99
|
+
Package: amstext 2000/06/29 v2.01
|
|
100
|
+
(/usr/share/texmf/tex/latex/amsmath/amsgen.sty
|
|
101
|
+
File: amsgen.sty 1999/11/30 v2.0
|
|
102
|
+
\@emptytoks=\toks20
|
|
103
|
+
\ex@=\dimen136
|
|
104
|
+
)) (/usr/share/texmf/tex/latex/amsmath/amsbsy.sty
|
|
105
|
+
Package: amsbsy 1999/11/29 v1.2d
|
|
106
|
+
\pmbraise@=\dimen137
|
|
107
|
+
) (/usr/share/texmf/tex/latex/amsmath/amsopn.sty
|
|
108
|
+
Package: amsopn 1999/12/14 v2.01 operator names
|
|
109
|
+
)
|
|
110
|
+
\inf@bad=\count93
|
|
111
|
+
LaTeX Info: Redefining \frac on input line 211.
|
|
112
|
+
\uproot@=\count94
|
|
113
|
+
\leftroot@=\count95
|
|
114
|
+
LaTeX Info: Redefining \overline on input line 307.
|
|
115
|
+
\classnum@=\count96
|
|
116
|
+
\DOTSCASE@=\count97
|
|
117
|
+
LaTeX Info: Redefining \ldots on input line 379.
|
|
118
|
+
LaTeX Info: Redefining \dots on input line 382.
|
|
119
|
+
LaTeX Info: Redefining \cdots on input line 467.
|
|
120
|
+
\Mathstrutbox@=\box48
|
|
121
|
+
\strutbox@=\box49
|
|
122
|
+
\big@size=\dimen138
|
|
123
|
+
LaTeX Font Info: Redeclaring font encoding OML on input line 567.
|
|
124
|
+
LaTeX Font Info: Redeclaring font encoding OMS on input line 568.
|
|
125
|
+
\macc@depth=\count98
|
|
126
|
+
\c@MaxMatrixCols=\count99
|
|
127
|
+
\dotsspace@=\muskip10
|
|
128
|
+
\c@parentequation=\count100
|
|
129
|
+
\dspbrk@lvl=\count101
|
|
130
|
+
\tag@help=\toks21
|
|
131
|
+
\row@=\count102
|
|
132
|
+
\column@=\count103
|
|
133
|
+
\maxfields@=\count104
|
|
134
|
+
\andhelp@=\toks22
|
|
135
|
+
\eqnshift@=\dimen139
|
|
136
|
+
\alignsep@=\dimen140
|
|
137
|
+
\tagshift@=\dimen141
|
|
138
|
+
\tagwidth@=\dimen142
|
|
139
|
+
\totwidth@=\dimen143
|
|
140
|
+
\lineht@=\dimen144
|
|
141
|
+
\@envbody=\toks23
|
|
142
|
+
\multlinegap=\skip46
|
|
143
|
+
\multlinetaggap=\skip47
|
|
144
|
+
\mathdisplay@stack=\toks24
|
|
145
|
+
LaTeX Info: Redefining \[ on input line 2666.
|
|
146
|
+
LaTeX Info: Redefining \] on input line 2667.
|
|
147
|
+
) (/usr/share/texmf/tex/generic/dennou-sty-6/Dennou6.sty
|
|
148
|
+
Package: Dennou6 2001/04/03 �ϵ�ή����Ǿ����� LaTeX2e �ѥޥ����� var.6
|
|
149
|
+
(/usr/share/texmf/tex/generic/dennou-sty-6/D6style.sty
|
|
150
|
+
\Dheadrulewidth=\dimen145
|
|
151
|
+
\Dfootrulewidth=\dimen146
|
|
152
|
+
\Dheadwidth=\dimen147
|
|
153
|
+
) (/usr/share/texmf/tex/generic/dennou-sty-6/D6misc.sty
|
|
154
|
+
\D@parindent=\skip48
|
|
155
|
+
\D@year=\count105
|
|
156
|
+
) (/usr/share/texmf/tex/generic/dennou-sty-6/D6version.sty) (/usr/share/texmf/t
|
|
157
|
+
ex/generic/dennou-sty-6/D6math.sty) (/usr/share/texmf/tex/generic/dennou-sty-6/
|
|
158
|
+
D6float.sty) (/usr/share/texmf/tex/generic/dennou-sty-6/D6prog.sty
|
|
159
|
+
\c@D@proglineno=\count106
|
|
160
|
+
) (/usr/share/texmf/tex/generic/dennou-sty-6/D6select.sty) (/usr/share/texmf/te
|
|
161
|
+
x/generic/dennou-sty-6/D6graphicx.sty)) (/usr/share/texmf/tex/latex/graphics/co
|
|
162
|
+
lor.sty
|
|
163
|
+
Package: color 1999/02/16 v1.0i Standard LaTeX Color (DPC)
|
|
164
|
+
(/usr/share/texmf/tex/latex/config/color.cfg
|
|
165
|
+
File: color.cfg 2001/08/31 v1.1 color configuration of teTeX/TeXLive
|
|
166
|
+
)
|
|
167
|
+
Package color Info: Driver file: dvips.def on input line 125.
|
|
168
|
+
(/usr/share/texmf/tex/latex/graphics/dvipsnam.def
|
|
169
|
+
File: dvipsnam.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
|
|
170
|
+
)) (/usr/share/texmf/tex/latex/base/inputenc.sty
|
|
171
|
+
Package: inputenc 2001/07/10 v0.99a Input encoding file
|
|
172
|
+
)
|
|
173
|
+
\sizebox=\box50
|
|
174
|
+
\lthtmlwrite=\write3
|
|
175
|
+
(./images.aux)
|
|
176
|
+
\openout1 = `images.aux'.
|
|
177
|
+
|
|
178
|
+
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 156.
|
|
179
|
+
LaTeX Font Info: ... okay on input line 156.
|
|
180
|
+
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 156.
|
|
181
|
+
LaTeX Font Info: ... okay on input line 156.
|
|
182
|
+
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 156.
|
|
183
|
+
LaTeX Font Info: ... okay on input line 156.
|
|
184
|
+
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 156.
|
|
185
|
+
LaTeX Font Info: ... okay on input line 156.
|
|
186
|
+
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 156.
|
|
187
|
+
LaTeX Font Info: ... okay on input line 156.
|
|
188
|
+
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 156.
|
|
189
|
+
LaTeX Font Info: ... okay on input line 156.
|
|
190
|
+
LaTeX Font Info: Checking defaults for JY1/mc/m/n on input line 156.
|
|
191
|
+
LaTeX Font Info: ... okay on input line 156.
|
|
192
|
+
LaTeX Font Info: Checking defaults for JT1/mc/m/n on input line 156.
|
|
193
|
+
LaTeX Font Info: ... okay on input line 156.
|
|
194
|
+
|
|
195
|
+
latex2htmlLength hsize=349.0pt
|
|
196
|
+
|
|
197
|
+
latex2htmlLength vsize=706.0pt
|
|
198
|
+
|
|
199
|
+
latex2htmlLength hoffset=0.0pt
|
|
200
|
+
|
|
201
|
+
latex2htmlLength voffset=0.0pt
|
|
202
|
+
|
|
203
|
+
latex2htmlLength topmargin=0.0pt
|
|
204
|
+
|
|
205
|
+
latex2htmlLength topskip=0.00003pt
|
|
206
|
+
|
|
207
|
+
latex2htmlLength headheight=0.0pt
|
|
208
|
+
|
|
209
|
+
latex2htmlLength headsep=0.0pt
|
|
210
|
+
|
|
211
|
+
latex2htmlLength parskip=15.50002pt
|
|
212
|
+
|
|
213
|
+
latex2htmlLength oddsidemargin=17.0pt
|
|
214
|
+
|
|
215
|
+
latex2htmlLength evensidemargin=17.0pt
|
|
216
|
+
|
|
217
|
+
LaTeX Font Info: Try loading font information for U+msa on input line 185.
|
|
218
|
+
(/usr/share/texmf/tex/latex/amsfonts/umsa.fd
|
|
219
|
+
File: umsa.fd 1995/01/05 v2.2e AMS font definitions
|
|
220
|
+
)
|
|
221
|
+
LaTeX Font Info: Try loading font information for U+msb on input line 185.
|
|
222
|
+
(/usr/share/texmf/tex/latex/amsfonts/umsb.fd
|
|
223
|
+
File: umsb.fd 1995/01/05 v2.2e AMS font definitions
|
|
224
|
+
)
|
|
225
|
+
l2hSize :tex2html_wrap_inline126:9.5pt::9.5pt::23.47621pt.
|
|
226
|
+
[1
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
]
|
|
231
|
+
l2hSize :tex2html_wrap_inline128:9.5pt::9.5pt::113.22275pt.
|
|
232
|
+
[2
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
]
|
|
236
|
+
l2hSize :tex2html_wrap_indisplay131:8.83331pt::8.83331pt::9.7731pt.
|
|
237
|
+
[3
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
]
|
|
241
|
+
l2hSize :tex2html_wrap_indisplay132:9.5pt::9.5pt::39.5368pt.
|
|
242
|
+
[4
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
]
|
|
246
|
+
l2hSize :tex2html_wrap_indisplay135:8.25pt::8.25pt::4.83054pt.
|
|
247
|
+
[5
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
]
|
|
251
|
+
l2hSize :tex2html_wrap_indisplay136:9.5pt::9.5pt::68.0628pt.
|
|
252
|
+
[6
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
]
|
|
256
|
+
l2hSize :tex2html_wrap_indisplay139:8.25pt::8.25pt::6.12221pt.
|
|
257
|
+
[7
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
]
|
|
261
|
+
l2hSize :tex2html_wrap_indisplay140:9.5pt::9.5pt::68.0628pt.
|
|
262
|
+
[8
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
]
|
|
266
|
+
l2hSize :tex2html_wrap_inline142:7.75pt::0.0pt::6.12221pt.
|
|
267
|
+
[9
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
]
|
|
271
|
+
l2hSize :tex2html_wrap_inline144:7.75pt::0.0pt::4.83054pt.
|
|
272
|
+
[10
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
]
|
|
276
|
+
l2hSize :tex2html_wrap_indisplay149:9.5pt::9.5pt::78.68068pt.
|
|
277
|
+
[11
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
]
|
|
281
|
+
l2hSize :tex2html_wrap_indisplay150:18.12836pt::18.12836pt::145.5596pt.
|
|
282
|
+
[12
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
]
|
|
286
|
+
l2hSize :tex2html_wrap_indisplay153:9.5pt::9.5pt::78.68068pt.
|
|
287
|
+
[13
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
]
|
|
291
|
+
l2hSize :tex2html_wrap_indisplay154:18.12836pt::18.12836pt::158.76797pt.
|
|
292
|
+
[14
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
]
|
|
296
|
+
l2hSize :tex2html_wrap_inline156:9.5pt::9.5pt::66.3333pt.
|
|
297
|
+
[15
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
]
|
|
301
|
+
l2hSize :tex2html_wrap_inline158:8.25pt::8.25pt::10.65851pt.
|
|
302
|
+
[16
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
]
|
|
306
|
+
l2hSize :tex2html_wrap_inline160:8.83331pt::8.83331pt::7.66039pt.
|
|
307
|
+
[17
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
]
|
|
311
|
+
l2hSize :tex2html_wrap_inline162:7.75pt::0.0pt::7.26456pt.
|
|
312
|
+
[18
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
]
|
|
316
|
+
l2hSize :tex2html_wrap_inline164:10.01027pt::10.01027pt::28.0254pt.
|
|
317
|
+
[19
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
]
|
|
321
|
+
l2hSize :tex2html_wrap_inline166:9.51027pt::0.0pt::9.5806pt.
|
|
322
|
+
[20
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
]
|
|
326
|
+
l2hSize :tex2html_wrap_inline168:9.29916pt::9.29916pt::12.7715pt.
|
|
327
|
+
[21
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
]
|
|
331
|
+
l2hSize :tex2html_wrap_inline170:10.01027pt::10.01027pt::20.20563pt.
|
|
332
|
+
[22
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
]
|
|
336
|
+
l2hSize :tex2html_wrap_inline172:10.01027pt::10.01027pt::18.91396pt.
|
|
337
|
+
[23
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
]
|
|
341
|
+
l2hSize :tex2html_wrap_indisplay175:10.61026pt::10.61026pt::141.36649pt.
|
|
342
|
+
[24
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
]
|
|
346
|
+
l2hSize :tex2html_wrap_indisplay176:10.61026pt::10.61026pt::194.96048pt.
|
|
347
|
+
[25
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
]
|
|
351
|
+
l2hSize :tex2html_wrap_indisplay179:18.12836pt::18.12836pt::143.76648pt.
|
|
352
|
+
[26
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
]
|
|
356
|
+
l2hSize :tex2html_wrap_indisplay180:18.12836pt::18.12836pt::148.93713pt.
|
|
357
|
+
[27
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
]
|
|
361
|
+
l2hSize :tex2html_wrap_indisplay183:10.61026pt::10.61026pt::43.76134pt.
|
|
362
|
+
[28
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
]
|
|
366
|
+
l2hSize :tex2html_wrap_indisplay186:9.89915pt::9.89915pt::29.67572pt.
|
|
367
|
+
[29
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
]
|
|
371
|
+
l2hSize :tex2html_wrap_indisplay187:18.12836pt::18.12836pt::156.23856pt.
|
|
372
|
+
[30
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
] (./images.aux) )
|
|
376
|
+
Here is how much of TeX's memory you used:
|
|
377
|
+
2164 strings out of 10601
|
|
378
|
+
25183 string characters out of 67513
|
|
379
|
+
75265 words of memory out of 263001
|
|
380
|
+
5228 multiletter control sequences out of 10000+0
|
|
381
|
+
12819 words of font info for 52 fonts, out of 400000 for 1000
|
|
382
|
+
14 hyphenation exceptions out of 1000
|
|
383
|
+
27i,5n,24p,224b,279s stack positions out of 300i,100n,500p,50000b,4000s
|
|
384
|
+
|
|
385
|
+
Output written on images.dvi (30 pages, 8092 bytes).
|
|
@@ -0,0 +1,1375 @@
|
|
|
1
|
+
This is pTeX, Version p3.0.1, based on TeX, Version 3.14159 (EUC) (Web2C 7.3.7) (format=platex 2004.12.16) 19 FEB 2005 00:32
|
|
2
|
+
**./images.tex
|
|
3
|
+
(./images.tex
|
|
4
|
+
pLaTeX2e <2001/09/04>+0 (based on LaTeX2e <2001/06/01> patch level 0)
|
|
5
|
+
|
|
6
|
+
(/usr/share/texmf/ptex/platex/base/jreport.cls
|
|
7
|
+
Document Class: jreport 2001/10/04 v1.3 Standard pLaTeX class
|
|
8
|
+
\c@@paper=\count81
|
|
9
|
+
(/usr/share/texmf/ptex/platex/base/jsize12.clo
|
|
10
|
+
File: jsize12.clo 2001/10/04 v1.3 Standard pLaTeX file (size option)
|
|
11
|
+
)
|
|
12
|
+
\c@part=\count82
|
|
13
|
+
\c@chapter=\count83
|
|
14
|
+
\c@section=\count84
|
|
15
|
+
\c@subsection=\count85
|
|
16
|
+
\c@subsubsection=\count86
|
|
17
|
+
\c@paragraph=\count87
|
|
18
|
+
\c@subparagraph=\count88
|
|
19
|
+
\c@figure=\count89
|
|
20
|
+
\c@table=\count90
|
|
21
|
+
\abovecaptionskip=\skip41
|
|
22
|
+
\belowcaptionskip=\skip42
|
|
23
|
+
\symmincho=\mathgroup4
|
|
24
|
+
LaTeX Font Info: Overwriting symbol font `mincho' in version `bold'
|
|
25
|
+
(Font) JY1/mc/m/n --> JY1/gt/m/n on input line 673.
|
|
26
|
+
LaTeX Info: Redefining \mathrm on input line 675.
|
|
27
|
+
LaTeX Info: Redefining \mathbf on input line 676.
|
|
28
|
+
\toclineskip=\dimen118
|
|
29
|
+
\@lnumwidth=\dimen119
|
|
30
|
+
\bibindent=\dimen120
|
|
31
|
+
\heisei=\count91
|
|
32
|
+
) (/usr/share/texmf/tex/latex/base/ifthen.sty
|
|
33
|
+
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
|
|
34
|
+
) (/usr/share/texmf/ptex/platex/base/ascmac.sty (/usr/share/texmf/ptex/platex/b
|
|
35
|
+
ase/tascmac.sty
|
|
36
|
+
\@savetbaselineshift=\dimen121
|
|
37
|
+
\@saveybaselineshift=\dimen122
|
|
38
|
+
\scb@x=\box41
|
|
39
|
+
\scscb@x=\box42
|
|
40
|
+
\@bw=\dimen123
|
|
41
|
+
\@nbox=\box43
|
|
42
|
+
\@nbody=\box44
|
|
43
|
+
\@scw=\dimen124
|
|
44
|
+
\@itemh=\dimen125
|
|
45
|
+
\@iboxpos=\toks15
|
|
46
|
+
\@iboxstr=\box45
|
|
47
|
+
\@bwsp=\box46
|
|
48
|
+
\@@bwsp=\box47
|
|
49
|
+
\@bcal=\count92
|
|
50
|
+
\shaderule=\dimen126
|
|
51
|
+
)) (/usr/share/texmf/tex/latex/tools/tabularx.sty
|
|
52
|
+
Package: tabularx 1999/01/07 v2.07 `tabularx' package (DPC)
|
|
53
|
+
(/usr/share/texmf/tex/latex/tools/array.sty
|
|
54
|
+
Package: array 1998/05/13 v2.3m Tabular extension package (FMi)
|
|
55
|
+
\col@sep=\dimen127
|
|
56
|
+
\extrarowheight=\dimen128
|
|
57
|
+
\NC@list=\toks16
|
|
58
|
+
\extratabsurround=\skip43
|
|
59
|
+
\backup@length=\skip44
|
|
60
|
+
)
|
|
61
|
+
\TX@col@width=\dimen129
|
|
62
|
+
\TX@old@table=\dimen130
|
|
63
|
+
\TX@old@col=\dimen131
|
|
64
|
+
\TX@target=\dimen132
|
|
65
|
+
\TX@delta=\dimen133
|
|
66
|
+
\TX@cols=\count93
|
|
67
|
+
\TX@ftn=\toks17
|
|
68
|
+
) (/usr/share/texmf/tex/latex/graphics/graphicx.sty
|
|
69
|
+
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
|
|
70
|
+
(/usr/share/texmf/tex/latex/graphics/keyval.sty
|
|
71
|
+
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
|
|
72
|
+
\KV@toks@=\toks18
|
|
73
|
+
) (/usr/share/texmf/tex/latex/graphics/graphics.sty
|
|
74
|
+
Package: graphics 2001/07/07 v1.0n Standard LaTeX Graphics (DPC,SPQR)
|
|
75
|
+
(/usr/share/texmf/tex/latex/graphics/trig.sty
|
|
76
|
+
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
|
|
77
|
+
) (/usr/share/texmf/tex/latex/config/graphics.cfg
|
|
78
|
+
File: graphics.cfg 2001/08/31 v1.1 graphics configuration of teTeX/TeXLive
|
|
79
|
+
)
|
|
80
|
+
Package graphics Info: Driver file: dvips.def on input line 80.
|
|
81
|
+
(/usr/share/texmf/tex/latex/graphics/dvips.def
|
|
82
|
+
File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
|
|
83
|
+
))
|
|
84
|
+
\Gin@req@height=\dimen134
|
|
85
|
+
\Gin@req@width=\dimen135
|
|
86
|
+
) (/usr/share/texmf/tex/latex/amsfonts/amssymb.sty
|
|
87
|
+
Package: amssymb 1996/11/03 v2.2b
|
|
88
|
+
(/usr/share/texmf/tex/latex/amsfonts/amsfonts.sty
|
|
89
|
+
Package: amsfonts 1997/09/17 v2.2e
|
|
90
|
+
\@emptytoks=\toks19
|
|
91
|
+
\symAMSa=\mathgroup5
|
|
92
|
+
\symAMSb=\mathgroup6
|
|
93
|
+
LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
|
|
94
|
+
(Font) U/euf/m/n --> U/euf/b/n on input line 133.
|
|
95
|
+
)) (/usr/share/texmf/tex/latex/amsmath/amsmath.sty
|
|
96
|
+
Package: amsmath 2000/07/18 v2.13 AMS math features
|
|
97
|
+
\@mathmargin=\skip45
|
|
98
|
+
For additional information on amsmath, use the `?' option.
|
|
99
|
+
(/usr/share/texmf/tex/latex/amsmath/amstext.sty
|
|
100
|
+
Package: amstext 2000/06/29 v2.01
|
|
101
|
+
(/usr/share/texmf/tex/latex/amsmath/amsgen.sty
|
|
102
|
+
File: amsgen.sty 1999/11/30 v2.0
|
|
103
|
+
\@emptytoks=\toks20
|
|
104
|
+
\ex@=\dimen136
|
|
105
|
+
)) (/usr/share/texmf/tex/latex/amsmath/amsbsy.sty
|
|
106
|
+
Package: amsbsy 1999/11/29 v1.2d
|
|
107
|
+
\pmbraise@=\dimen137
|
|
108
|
+
) (/usr/share/texmf/tex/latex/amsmath/amsopn.sty
|
|
109
|
+
Package: amsopn 1999/12/14 v2.01 operator names
|
|
110
|
+
)
|
|
111
|
+
\inf@bad=\count94
|
|
112
|
+
LaTeX Info: Redefining \frac on input line 211.
|
|
113
|
+
\uproot@=\count95
|
|
114
|
+
\leftroot@=\count96
|
|
115
|
+
LaTeX Info: Redefining \overline on input line 307.
|
|
116
|
+
\classnum@=\count97
|
|
117
|
+
\DOTSCASE@=\count98
|
|
118
|
+
LaTeX Info: Redefining \ldots on input line 379.
|
|
119
|
+
LaTeX Info: Redefining \dots on input line 382.
|
|
120
|
+
LaTeX Info: Redefining \cdots on input line 467.
|
|
121
|
+
\Mathstrutbox@=\box48
|
|
122
|
+
\strutbox@=\box49
|
|
123
|
+
\big@size=\dimen138
|
|
124
|
+
LaTeX Font Info: Redeclaring font encoding OML on input line 567.
|
|
125
|
+
LaTeX Font Info: Redeclaring font encoding OMS on input line 568.
|
|
126
|
+
\macc@depth=\count99
|
|
127
|
+
\c@MaxMatrixCols=\count100
|
|
128
|
+
\dotsspace@=\muskip10
|
|
129
|
+
\c@parentequation=\count101
|
|
130
|
+
\dspbrk@lvl=\count102
|
|
131
|
+
\tag@help=\toks21
|
|
132
|
+
\row@=\count103
|
|
133
|
+
\column@=\count104
|
|
134
|
+
\maxfields@=\count105
|
|
135
|
+
\andhelp@=\toks22
|
|
136
|
+
\eqnshift@=\dimen139
|
|
137
|
+
\alignsep@=\dimen140
|
|
138
|
+
\tagshift@=\dimen141
|
|
139
|
+
\tagwidth@=\dimen142
|
|
140
|
+
\totwidth@=\dimen143
|
|
141
|
+
\lineht@=\dimen144
|
|
142
|
+
\@envbody=\toks23
|
|
143
|
+
\multlinegap=\skip46
|
|
144
|
+
\multlinetaggap=\skip47
|
|
145
|
+
\mathdisplay@stack=\toks24
|
|
146
|
+
LaTeX Info: Redefining \[ on input line 2666.
|
|
147
|
+
LaTeX Info: Redefining \] on input line 2667.
|
|
148
|
+
) (/usr/share/texmf/tex/generic/dennou-sty-6/Dennou6.sty
|
|
149
|
+
Package: Dennou6 2001/04/03 �ϵ�ή����Ǿ����� LaTeX2e �ѥޥ����� var.6
|
|
150
|
+
(/usr/share/texmf/tex/generic/dennou-sty-6/D6style.sty
|
|
151
|
+
\Dheadrulewidth=\dimen145
|
|
152
|
+
\Dfootrulewidth=\dimen146
|
|
153
|
+
\Dheadwidth=\dimen147
|
|
154
|
+
) (/usr/share/texmf/tex/generic/dennou-sty-6/D6misc.sty
|
|
155
|
+
\D@parindent=\skip48
|
|
156
|
+
\D@year=\count106
|
|
157
|
+
) (/usr/share/texmf/tex/generic/dennou-sty-6/D6version.sty) (/usr/share/texmf/t
|
|
158
|
+
ex/generic/dennou-sty-6/D6math.sty) (/usr/share/texmf/tex/generic/dennou-sty-6/
|
|
159
|
+
D6float.sty) (/usr/share/texmf/tex/generic/dennou-sty-6/D6prog.sty
|
|
160
|
+
\c@D@proglineno=\count107
|
|
161
|
+
) (/usr/share/texmf/tex/generic/dennou-sty-6/D6select.sty) (/usr/share/texmf/te
|
|
162
|
+
x/generic/dennou-sty-6/D6graphicx.sty)) (/usr/share/texmf/tex/latex/graphics/co
|
|
163
|
+
lor.sty
|
|
164
|
+
Package: color 1999/02/16 v1.0i Standard LaTeX Color (DPC)
|
|
165
|
+
(/usr/share/texmf/tex/latex/config/color.cfg
|
|
166
|
+
File: color.cfg 2001/08/31 v1.1 color configuration of teTeX/TeXLive
|
|
167
|
+
)
|
|
168
|
+
Package color Info: Driver file: dvips.def on input line 125.
|
|
169
|
+
(/usr/share/texmf/tex/latex/graphics/dvipsnam.def
|
|
170
|
+
File: dvipsnam.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
|
|
171
|
+
)) (/usr/share/texmf/tex/latex/base/inputenc.sty
|
|
172
|
+
Package: inputenc 2001/07/10 v0.99a Input encoding file
|
|
173
|
+
)
|
|
174
|
+
\sizebox=\box50
|
|
175
|
+
\lthtmlwrite=\write3
|
|
176
|
+
No file images.aux.
|
|
177
|
+
\openout1 = `images.aux'.
|
|
178
|
+
|
|
179
|
+
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 158.
|
|
180
|
+
LaTeX Font Info: ... okay on input line 158.
|
|
181
|
+
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 158.
|
|
182
|
+
LaTeX Font Info: ... okay on input line 158.
|
|
183
|
+
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 158.
|
|
184
|
+
LaTeX Font Info: ... okay on input line 158.
|
|
185
|
+
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 158.
|
|
186
|
+
LaTeX Font Info: ... okay on input line 158.
|
|
187
|
+
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 158.
|
|
188
|
+
LaTeX Font Info: ... okay on input line 158.
|
|
189
|
+
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 158.
|
|
190
|
+
LaTeX Font Info: ... okay on input line 158.
|
|
191
|
+
LaTeX Font Info: Checking defaults for JY1/mc/m/n on input line 158.
|
|
192
|
+
LaTeX Font Info: ... okay on input line 158.
|
|
193
|
+
LaTeX Font Info: Checking defaults for JT1/mc/m/n on input line 158.
|
|
194
|
+
LaTeX Font Info: ... okay on input line 158.
|
|
195
|
+
|
|
196
|
+
latex2htmlLength hsize=349.0pt
|
|
197
|
+
|
|
198
|
+
latex2htmlLength vsize=706.0pt
|
|
199
|
+
|
|
200
|
+
latex2htmlLength hoffset=0.0pt
|
|
201
|
+
|
|
202
|
+
latex2htmlLength voffset=0.0pt
|
|
203
|
+
|
|
204
|
+
latex2htmlLength topmargin=0.0pt
|
|
205
|
+
|
|
206
|
+
latex2htmlLength topskip=0.00003pt
|
|
207
|
+
|
|
208
|
+
latex2htmlLength headheight=0.0pt
|
|
209
|
+
|
|
210
|
+
latex2htmlLength headsep=0.0pt
|
|
211
|
+
|
|
212
|
+
latex2htmlLength parskip=15.50002pt
|
|
213
|
+
|
|
214
|
+
latex2htmlLength oddsidemargin=17.0pt
|
|
215
|
+
|
|
216
|
+
latex2htmlLength evensidemargin=17.0pt
|
|
217
|
+
|
|
218
|
+
LaTeX Font Info: Try loading font information for U+msa on input line 189.
|
|
219
|
+
(/usr/share/texmf/tex/latex/amsfonts/umsa.fd
|
|
220
|
+
File: umsa.fd 1995/01/05 v2.2e AMS font definitions
|
|
221
|
+
)
|
|
222
|
+
LaTeX Font Info: Try loading font information for U+msb on input line 189.
|
|
223
|
+
(/usr/share/texmf/tex/latex/amsfonts/umsb.fd
|
|
224
|
+
File: umsb.fd 1995/01/05 v2.2e AMS font definitions
|
|
225
|
+
)
|
|
226
|
+
l2hSize :tex2html_wrap_inline3164:8.33331pt::0.0pt::7.44162pt.
|
|
227
|
+
[1
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
]
|
|
232
|
+
l2hSize :tex2html_wrap_inline3166:8.83331pt::8.83331pt::7.5416pt.
|
|
233
|
+
[2
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
]
|
|
237
|
+
l2hSize :tex2html_wrap_inline3168:8.07693pt::0.0pt::11.33058pt.
|
|
238
|
+
[3
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
]
|
|
242
|
+
l2hSize :tex2html_wrap_indisplay3171:9.17693pt::9.17693pt::11.33058pt.
|
|
243
|
+
[4
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
]
|
|
247
|
+
l2hSize :tex2html_wrap_indisplay3173:8.25pt::8.25pt::9.72632pt.
|
|
248
|
+
[5
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
]
|
|
252
|
+
l2hSize :tex2html_wrap_indisplay3175:16.81808pt::16.81808pt::138.54617pt.
|
|
253
|
+
[6
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
]
|
|
257
|
+
l2hSize :tex2html_wrap_inline3177:8.2pt::0.0pt::11.24997pt.
|
|
258
|
+
[7
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
]
|
|
262
|
+
l2hSize :tex2html_wrap_inline3179:8.7pt::8.7pt::14.4047pt.
|
|
263
|
+
[8
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
]
|
|
267
|
+
l2hSize :tex2html_wrap_inline3181:8.2pt::0.0pt::9.62982pt.
|
|
268
|
+
[9
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
]
|
|
272
|
+
l2hSize :tex2html_wrap_inline3183:7.75pt::0.0pt::9.30965pt.
|
|
273
|
+
[10
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
]
|
|
277
|
+
l2hSize :tex2html_wrap_inline3185:9.5pt::9.5pt::53.84941pt.
|
|
278
|
+
[11
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
]
|
|
282
|
+
l2hSize :tex2html_wrap_inline3187:8.7pt::8.7pt::11.90486pt.
|
|
283
|
+
[12
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
]
|
|
287
|
+
l2hSize :tex2html_wrap_inline3189:8.25pt::8.25pt::10.96391pt.
|
|
288
|
+
[13
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
]
|
|
292
|
+
l2hSize :tex2html_wrap_inline3191:8.25pt::8.25pt::6.4847pt.
|
|
293
|
+
[14
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
]
|
|
297
|
+
l2hSize :tex2html_wrap_inline3193:8.25pt::8.25pt::10.9153pt.
|
|
298
|
+
[15
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
]
|
|
302
|
+
l2hSize :tex2html_wrap_inline3200:8.25pt::8.25pt::11.07849pt.
|
|
303
|
+
[16
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
]
|
|
307
|
+
l2hSize :subequations3202:77.0007pt::0.0pt::349.0pt.
|
|
308
|
+
[17
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
]
|
|
312
|
+
l2hSize :tex2html_wrap_inline3204:11.86664pt::11.86664pt::13.74658pt.
|
|
313
|
+
[18
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
]
|
|
317
|
+
l2hSize :tex2html_wrap_inline3206:11.86664pt::11.86664pt::17.31876pt.
|
|
318
|
+
[19
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
]
|
|
322
|
+
l2hSize :tex2html_wrap_inline3212:7.75pt::0.0pt::6.58754pt.
|
|
323
|
+
[20
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
]
|
|
327
|
+
l2hSize :tex2html_wrap_inline3214:8.79916pt::0.0pt::9.3931pt.
|
|
328
|
+
[21
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
]
|
|
332
|
+
l2hSize :tex2html_wrap_inline3216:8.25pt::8.25pt::32.63576pt.
|
|
333
|
+
[22
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
]
|
|
337
|
+
l2hSize :tex2html_wrap_indisplay3219:9.5pt::9.5pt::41.77455pt.
|
|
338
|
+
[23
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
]
|
|
342
|
+
l2hSize :tex2html_wrap_indisplay3221:8.25pt::8.25pt::9.92088pt.
|
|
343
|
+
[24
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
]
|
|
347
|
+
l2hSize :tex2html_wrap_indisplay3223:17.90013pt::17.90013pt::119.37138pt.
|
|
348
|
+
[25
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
]
|
|
352
|
+
l2hSize :tex2html_wrap_inline3225:8.33331pt::0.0pt::6.38954pt.
|
|
353
|
+
[26
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
]
|
|
357
|
+
l2hSize :tex2html_wrap_inline3227:7.75pt::0.0pt::6.75551pt.
|
|
358
|
+
[27
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
]
|
|
362
|
+
l2hSize :tex2html_wrap_inline3229:7.75pt::0.0pt::7.69649pt.
|
|
363
|
+
[28
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
]
|
|
367
|
+
l2hSize :tex2html_wrap_indisplay3230:17.90013pt::17.90013pt::118.07034pt.
|
|
368
|
+
[29
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
]
|
|
372
|
+
l2hSize :tex2html_wrap_inline3232:8.25pt::8.25pt::11.39795pt.
|
|
373
|
+
[30
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
]
|
|
377
|
+
l2hSize :tex2html_wrap_indisplay3235:9.5pt::9.5pt::31.2798pt.
|
|
378
|
+
[31
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
]
|
|
382
|
+
l2hSize :tex2html_wrap_indisplay3239:11.4547pt::11.4547pt::135.92609pt.
|
|
383
|
+
[32
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
]
|
|
387
|
+
l2hSize :tex2html_wrap_inline3241:8.83331pt::8.83331pt::7.66039pt.
|
|
388
|
+
[33
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
]
|
|
392
|
+
l2hSize :tex2html_wrap_indisplay3244:16.35141pt::16.35141pt::125.42899pt.
|
|
393
|
+
[34
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
]
|
|
397
|
+
l2hSize :tex2html_wrap_inline3246:8.2pt::0.0pt::9.07355pt.
|
|
398
|
+
[35
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
]
|
|
402
|
+
l2hSize :tex2html_wrap_inline3248:8.7pt::8.7pt::19.22395pt.
|
|
403
|
+
[36
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
]
|
|
407
|
+
l2hSize :subequations3252:77.2052pt::0.0pt::349.0pt.
|
|
408
|
+
[37
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
]
|
|
412
|
+
l2hSize :tex2html_wrap_inline3254:8.7pt::8.7pt::13.74658pt.
|
|
413
|
+
[38
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
]
|
|
417
|
+
l2hSize :tex2html_wrap_inline3256:8.7pt::8.7pt::17.31876pt.
|
|
418
|
+
[39
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
]
|
|
422
|
+
l2hSize :tex2html_wrap_inline3262:8.7pt::8.7pt::32.43422pt.
|
|
423
|
+
[40
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
]
|
|
427
|
+
l2hSize :tex2html_wrap_inline3264:11.86664pt::11.86664pt::32.43422pt.
|
|
428
|
+
[41
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
]
|
|
432
|
+
l2hSize :tex2html_wrap_indisplay3265:11.86664pt::11.86664pt::117.76585pt.
|
|
433
|
+
[42
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
]
|
|
437
|
+
l2hSize :tex2html_wrap_inline3270:9.5pt::9.5pt::50.46219pt.
|
|
438
|
+
[43
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
]
|
|
442
|
+
l2hSize :subequations3272:117.00105pt::0.0pt::349.0pt.
|
|
443
|
+
[44
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
]
|
|
447
|
+
l2hSize :tex2html_wrap_inline3277:7.75pt::0.0pt::7.27495pt.
|
|
448
|
+
[45
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
]
|
|
452
|
+
l2hSize :tex2html_wrap_indisplay3280:17.90013pt::17.90013pt::325.83005pt.
|
|
453
|
+
[46
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
]
|
|
457
|
+
l2hSize :tex2html_wrap_inline3285:8.23334pt::0.0pt::10.7708pt.
|
|
458
|
+
[47
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
]
|
|
462
|
+
l2hSize :tex2html_wrap_indisplay3286:17.61809pt::17.61809pt::172.86118pt.
|
|
463
|
+
[48
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
]
|
|
467
|
+
l2hSize :tex2html_wrap_inline3291:8.2pt::0.0pt::14.47638pt.
|
|
468
|
+
[49
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
]
|
|
472
|
+
l2hSize :subequations3293:58.08086pt::0.0pt::349.0pt.
|
|
473
|
+
[50
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
]
|
|
477
|
+
l2hSize :tex2html_wrap_indisplay3300:16.9514pt::16.9514pt::34.9749pt.
|
|
478
|
+
[51
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
]
|
|
482
|
+
l2hSize :tex2html_wrap_indisplay3301:16.9514pt::16.9514pt::64.99689pt.
|
|
483
|
+
[52
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
]
|
|
487
|
+
l2hSize :tex2html_wrap_inline3303:8.25pt::8.25pt::28.165pt.
|
|
488
|
+
[53
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
]
|
|
492
|
+
l2hSize :tex2html_wrap_inline3305:8.2pt::0.0pt::36.15668pt.
|
|
493
|
+
[54
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
]
|
|
497
|
+
l2hSize :tex2html_wrap_indisplay3306:17.11124pt::17.11124pt::150.2505pt.
|
|
498
|
+
[55
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
]
|
|
502
|
+
l2hSize :subequations3311:62.60056pt::0.0pt::349.0pt.
|
|
503
|
+
[56
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
]
|
|
507
|
+
l2hSize :tex2html_wrap_inline3315:8.25pt::8.25pt::15.48482pt.
|
|
508
|
+
[57
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
]
|
|
512
|
+
l2hSize :tex2html_wrap_inline3321:8.2pt::0.0pt::9.10619pt.
|
|
513
|
+
[58
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
]
|
|
517
|
+
l2hSize :tex2html_wrap_inline3323:9.5pt::9.5pt::60.51398pt.
|
|
518
|
+
[59
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
]
|
|
522
|
+
l2hSize :tex2html_wrap_inline3329:8.83331pt::8.83331pt::20.37549pt.
|
|
523
|
+
[60
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
]
|
|
527
|
+
l2hSize :tex2html_wrap_indisplay3330:8.25pt::8.25pt::9.30965pt.
|
|
528
|
+
[61
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
]
|
|
532
|
+
l2hSize :tex2html_wrap_indisplay3331:9.5pt::9.5pt::51.92188pt.
|
|
533
|
+
[62
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
]
|
|
537
|
+
l2hSize :tex2html_wrap_indisplay3332:8.83331pt::8.83331pt::6.38954pt.
|
|
538
|
+
[63
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
]
|
|
542
|
+
l2hSize :tex2html_wrap_indisplay3333:18.1779pt::18.1779pt::121.8759pt.
|
|
543
|
+
[64
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
]
|
|
547
|
+
l2hSize :tex2html_wrap_inline3337:8.7pt::8.7pt::13.77274pt.
|
|
548
|
+
[65
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
]
|
|
552
|
+
l2hSize :subequations3343:209.8048pt::0.0pt::349.0pt.
|
|
553
|
+
[66
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
]
|
|
557
|
+
l2hSize :tex2html_wrap_inline3345:8.2pt::0.0pt::9.07355pt.
|
|
558
|
+
[67
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
]
|
|
562
|
+
l2hSize :tex2html_wrap_inline3347:8.7pt::8.7pt::25.322pt.
|
|
563
|
+
[68
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
]
|
|
567
|
+
l2hSize :tex2html_wrap_inline3353:9.5pt::9.5pt::52.68445pt.
|
|
568
|
+
[69
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
]
|
|
572
|
+
l2hSize :tex2html_wrap_inline3355:8.25pt::8.25pt::10.42316pt.
|
|
573
|
+
[70
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
]
|
|
577
|
+
l2hSize :tex2html_wrap_inline3357:8.7pt::8.7pt::9.89354pt.
|
|
578
|
+
[71
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
]
|
|
582
|
+
l2hSize :tex2html_wrap_indisplay3360:8.7pt::8.7pt::9.89354pt.
|
|
583
|
+
[72
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
]
|
|
587
|
+
l2hSize :tex2html_wrap_indisplay3364:16.81808pt::16.81808pt::47.49051pt.
|
|
588
|
+
[73
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
]
|
|
592
|
+
l2hSize :tex2html_wrap_inline3366:8.2pt::0.0pt::8.19305pt.
|
|
593
|
+
[74
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
]
|
|
597
|
+
l2hSize :tex2html_wrap_inline3371:8.2pt::0.0pt::9.39577pt.
|
|
598
|
+
[75
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
]
|
|
602
|
+
l2hSize :tex2html_wrap_inline3373:8.83331pt::8.83331pt::33.05531pt.
|
|
603
|
+
[76
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
]
|
|
607
|
+
l2hSize :tex2html_wrap_indisplay3376:18.82236pt::18.82236pt::185.78345pt.
|
|
608
|
+
[77
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
]
|
|
612
|
+
l2hSize :tex2html_wrap_inline3378:8.79916pt::0.0pt::12.20132pt.
|
|
613
|
+
[78
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
]
|
|
617
|
+
l2hSize :tex2html_wrap_indisplay3381:11.0999pt::11.0999pt::60.28978pt.
|
|
618
|
+
[79
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
]
|
|
622
|
+
l2hSize :tex2html_wrap_inline3383:10.5999pt::0.0pt::33.88162pt.
|
|
623
|
+
[80
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
]
|
|
627
|
+
l2hSize :tex2html_wrap_inline3385:11.0999pt::11.0999pt::57.51604pt.
|
|
628
|
+
[81
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
]
|
|
632
|
+
Overfull \hbox (32.41129pt too wide) in paragraph at lines 784--784
|
|
633
|
+
[]
|
|
634
|
+
[]
|
|
635
|
+
|
|
636
|
+
l2hSize :subequations3387:311.88632pt::0.0pt::381.41129pt.
|
|
637
|
+
[82
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
]
|
|
641
|
+
l2hSize :subequations3389:502.59073pt::0.0pt::349.0pt.
|
|
642
|
+
[83
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
]
|
|
646
|
+
l2hSize :subequations3391:241.8452pt::0.0pt::349.0pt.
|
|
647
|
+
[84
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
]
|
|
651
|
+
l2hSize :tex2html_wrap_indisplay3394:17.90013pt::17.90013pt::247.01736pt.
|
|
652
|
+
[85
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
]
|
|
656
|
+
l2hSize :tex2html_wrap_inline3396:8.79916pt::0.0pt::10.0805pt.
|
|
657
|
+
[86
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
]
|
|
661
|
+
l2hSize :tex2html_wrap_indisplay3399:19.3513pt::19.3513pt::313.38753pt.
|
|
662
|
+
[87
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
]
|
|
666
|
+
l2hSize :tex2html_wrap_indisplay3400:16.9514pt::16.9514pt::17.03041pt.
|
|
667
|
+
[88
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
]
|
|
671
|
+
l2hSize :tex2html_wrap_indisplay3401:16.9514pt::16.9514pt::193.81088pt.
|
|
672
|
+
[89
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
]
|
|
676
|
+
l2hSize :tex2html_wrap_indisplay3402:19.3513pt::19.3513pt::419.86914pt.
|
|
677
|
+
|
|
678
|
+
Overfull \hbox (74.25412pt too wide) in paragraph at lines 984--985
|
|
679
|
+
[]|[]
|
|
680
|
+
[]
|
|
681
|
+
|
|
682
|
+
[90
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
]
|
|
686
|
+
l2hSize :tex2html_wrap_indisplay3403:19.3513pt::19.3513pt::73.91608pt.
|
|
687
|
+
[91
|
|
688
|
+
|
|
689
|
+
|
|
690
|
+
]
|
|
691
|
+
l2hSize :tex2html_wrap_indisplay3404:20.01799pt::20.01799pt::115.72818pt.
|
|
692
|
+
[92
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
]
|
|
696
|
+
l2hSize :tex2html_wrap_indisplay3405:19.3513pt::19.3513pt::167.13614pt.
|
|
697
|
+
[93
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
]
|
|
701
|
+
l2hSize :tex2html_wrap_indisplay3406:16.9514pt::16.9514pt::141.3544pt.
|
|
702
|
+
[94
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
]
|
|
706
|
+
l2hSize :tex2html_wrap_indisplay3407:19.3513pt::19.3513pt::156.8534pt.
|
|
707
|
+
[95
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
]
|
|
711
|
+
l2hSize :tex2html_wrap_indisplay3408:16.9514pt::16.9514pt::97.07178pt.
|
|
712
|
+
[96
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
]
|
|
716
|
+
l2hSize :tex2html_wrap_indisplay3409:16.9514pt::16.9514pt::219.50365pt.
|
|
717
|
+
[97
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
]
|
|
721
|
+
l2hSize :tex2html_wrap_indisplay3410:16.9514pt::16.9514pt::250.93573pt.
|
|
722
|
+
[98
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
]
|
|
726
|
+
l2hSize :tex2html_wrap_inline3412:8.79916pt::0.0pt::9.50412pt.
|
|
727
|
+
[99
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
]
|
|
731
|
+
l2hSize :tex2html_wrap_indisplay3415:19.3513pt::19.3513pt::305.6445pt.
|
|
732
|
+
[100
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
]
|
|
736
|
+
l2hSize :tex2html_wrap_indisplay3416:19.21799pt::19.21799pt::256.8795pt.
|
|
737
|
+
[101
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
]
|
|
741
|
+
l2hSize :tex2html_wrap_indisplay3417:19.3513pt::19.3513pt::263.56331pt.
|
|
742
|
+
[102
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
]
|
|
746
|
+
l2hSize :tex2html_wrap_indisplay3418:19.3513pt::19.3513pt::340.88077pt.
|
|
747
|
+
[103
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
]
|
|
751
|
+
l2hSize :tex2html_wrap_indisplay3421:19.3513pt::19.3513pt::151.42511pt.
|
|
752
|
+
[104
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
]
|
|
756
|
+
l2hSize :tex2html_wrap_indisplay3425:20.01799pt::20.01799pt::107.42264pt.
|
|
757
|
+
[105
|
|
758
|
+
|
|
759
|
+
|
|
760
|
+
]
|
|
761
|
+
l2hSize :tex2html_wrap_indisplay3427:19.3513pt::19.3513pt::152.86554pt.
|
|
762
|
+
[106
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
]
|
|
766
|
+
l2hSize :tex2html_wrap_indisplay3431:16.9514pt::16.9514pt::116.07pt.
|
|
767
|
+
[107
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
]
|
|
771
|
+
l2hSize :tex2html_wrap_indisplay3433:19.3513pt::19.3513pt::155.70062pt.
|
|
772
|
+
[108
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
]
|
|
776
|
+
l2hSize :tex2html_wrap_indisplay3437:16.9514pt::16.9514pt::87.88455pt.
|
|
777
|
+
[109
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
]
|
|
781
|
+
l2hSize :tex2html_wrap_indisplay3439:16.9514pt::16.9514pt::301.40785pt.
|
|
782
|
+
[110
|
|
783
|
+
|
|
784
|
+
|
|
785
|
+
]
|
|
786
|
+
l2hSize :tex2html_wrap_inline3441:8.79916pt::0.0pt::9.1951pt.
|
|
787
|
+
[111
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
]
|
|
791
|
+
l2hSize :tex2html_wrap_indisplay3444:19.3513pt::19.3513pt::308.9605pt.
|
|
792
|
+
[112
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
]
|
|
796
|
+
l2hSize :tex2html_wrap_indisplay3445:19.3513pt::19.3513pt::123.55988pt.
|
|
797
|
+
[113
|
|
798
|
+
|
|
799
|
+
|
|
800
|
+
]
|
|
801
|
+
l2hSize :tex2html_wrap_indisplay3446:19.3513pt::19.3513pt::206.20953pt.
|
|
802
|
+
[114
|
|
803
|
+
|
|
804
|
+
|
|
805
|
+
]
|
|
806
|
+
l2hSize :tex2html_wrap_indisplay3447:19.3513pt::19.3513pt::344.0022pt.
|
|
807
|
+
[115
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
]
|
|
811
|
+
l2hSize :tex2html_wrap_indisplay3450:19.3513pt::19.3513pt::150.80707pt.
|
|
812
|
+
[116
|
|
813
|
+
|
|
814
|
+
|
|
815
|
+
]
|
|
816
|
+
l2hSize :tex2html_wrap_indisplay3454:20.01799pt::20.01799pt::107.11362pt.
|
|
817
|
+
[117
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
]
|
|
821
|
+
l2hSize :tex2html_wrap_indisplay3456:19.3513pt::19.3513pt::156.60501pt.
|
|
822
|
+
[118
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
]
|
|
826
|
+
l2hSize :tex2html_wrap_indisplay3460:16.9514pt::16.9514pt::117.09421pt.
|
|
827
|
+
[119
|
|
828
|
+
|
|
829
|
+
|
|
830
|
+
]
|
|
831
|
+
l2hSize :tex2html_wrap_indisplay3462:19.3513pt::19.3513pt::155.08258pt.
|
|
832
|
+
[120
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
]
|
|
836
|
+
l2hSize :tex2html_wrap_indisplay3466:16.9514pt::16.9514pt::87.57553pt.
|
|
837
|
+
[121
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
]
|
|
841
|
+
l2hSize :tex2html_wrap_indisplay3467:19.3513pt::19.3513pt::348.19318pt.
|
|
842
|
+
|
|
843
|
+
Overfull \hbox (2.57816pt too wide) in paragraph at lines 1253--1254
|
|
844
|
+
[]|[]
|
|
845
|
+
[]
|
|
846
|
+
|
|
847
|
+
[122
|
|
848
|
+
|
|
849
|
+
|
|
850
|
+
]
|
|
851
|
+
l2hSize :subequations3469:243.76123pt::0.0pt::349.0pt.
|
|
852
|
+
[123
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
]
|
|
856
|
+
l2hSize :subequations3474:77.99686pt::0.0pt::349.0pt.
|
|
857
|
+
[124
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
]
|
|
861
|
+
l2hSize :tex2html_wrap_indisplay3477:8.7pt::8.7pt::13.74658pt.
|
|
862
|
+
[125
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
]
|
|
866
|
+
l2hSize :tex2html_wrap_indisplay3481:21.50017pt::21.50017pt::138.75063pt.
|
|
867
|
+
[126
|
|
868
|
+
|
|
869
|
+
|
|
870
|
+
]
|
|
871
|
+
l2hSize :tex2html_wrap_indisplay3483:9.17693pt::9.17693pt::14.57571pt.
|
|
872
|
+
[127
|
|
873
|
+
|
|
874
|
+
|
|
875
|
+
]
|
|
876
|
+
l2hSize :tex2html_wrap_indisplay3487:21.70467pt::21.70467pt::193.85646pt.
|
|
877
|
+
[128
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
]
|
|
881
|
+
l2hSize :tex2html_wrap_indisplay3488:21.50017pt::21.50017pt::225.34679pt.
|
|
882
|
+
[129
|
|
883
|
+
|
|
884
|
+
|
|
885
|
+
]
|
|
886
|
+
l2hSize :tex2html_wrap_indisplay3489:21.50017pt::21.50017pt::285.73514pt.
|
|
887
|
+
[130
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
]
|
|
891
|
+
l2hSize :tex2html_wrap_indisplay3490:16.9514pt::16.9514pt::184.83884pt.
|
|
892
|
+
[131
|
|
893
|
+
|
|
894
|
+
|
|
895
|
+
]
|
|
896
|
+
l2hSize :tex2html_wrap_indisplay3491:21.50017pt::21.50017pt::441.68898pt.
|
|
897
|
+
|
|
898
|
+
Overfull \hbox (96.07396pt too wide) in paragraph at lines 1434--1435
|
|
899
|
+
[]|[]
|
|
900
|
+
[]
|
|
901
|
+
|
|
902
|
+
[132
|
|
903
|
+
|
|
904
|
+
|
|
905
|
+
]
|
|
906
|
+
l2hSize :tex2html_wrap_indisplay3492:21.50017pt::21.50017pt::407.60603pt.
|
|
907
|
+
|
|
908
|
+
Overfull \hbox (61.99101pt too wide) in paragraph at lines 1459--1460
|
|
909
|
+
[]|[]
|
|
910
|
+
[]
|
|
911
|
+
|
|
912
|
+
[133
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
]
|
|
916
|
+
l2hSize :tex2html_wrap_indisplay3493:21.50017pt::21.50017pt::377.32462pt.
|
|
917
|
+
|
|
918
|
+
Overfull \hbox (31.7096pt too wide) in paragraph at lines 1486--1487
|
|
919
|
+
[]|[]
|
|
920
|
+
[]
|
|
921
|
+
|
|
922
|
+
[134
|
|
923
|
+
|
|
924
|
+
|
|
925
|
+
]
|
|
926
|
+
l2hSize :tex2html_wrap_indisplay3494:21.50017pt::21.50017pt::379.32458pt.
|
|
927
|
+
|
|
928
|
+
Overfull \hbox (33.70956pt too wide) in paragraph at lines 1514--1515
|
|
929
|
+
[]|[]
|
|
930
|
+
[]
|
|
931
|
+
|
|
932
|
+
[135
|
|
933
|
+
|
|
934
|
+
|
|
935
|
+
]
|
|
936
|
+
l2hSize :tex2html_wrap_indisplay3495:8.25pt::8.25pt::22.1984pt.
|
|
937
|
+
[136
|
|
938
|
+
|
|
939
|
+
|
|
940
|
+
]
|
|
941
|
+
l2hSize :tex2html_wrap_indisplay3498:16.9514pt::16.9514pt::209.78299pt.
|
|
942
|
+
[137
|
|
943
|
+
|
|
944
|
+
|
|
945
|
+
]
|
|
946
|
+
l2hSize :tex2html_wrap_indisplay3502:21.50017pt::21.50017pt::360.46324pt.
|
|
947
|
+
|
|
948
|
+
Overfull \hbox (14.84822pt too wide) in paragraph at lines 1558--1559
|
|
949
|
+
[]|[]
|
|
950
|
+
[]
|
|
951
|
+
|
|
952
|
+
[138
|
|
953
|
+
|
|
954
|
+
|
|
955
|
+
]
|
|
956
|
+
l2hSize :tex2html_wrap_indisplay3503:21.50017pt::21.50017pt::392.5885pt.
|
|
957
|
+
|
|
958
|
+
Overfull \hbox (46.97348pt too wide) in paragraph at lines 1583--1584
|
|
959
|
+
[]|[]
|
|
960
|
+
[]
|
|
961
|
+
|
|
962
|
+
[139
|
|
963
|
+
|
|
964
|
+
|
|
965
|
+
]
|
|
966
|
+
l2hSize :tex2html_wrap_indisplay3504:16.9514pt::16.9514pt::254.19958pt.
|
|
967
|
+
[140
|
|
968
|
+
|
|
969
|
+
|
|
970
|
+
]
|
|
971
|
+
l2hSize :tex2html_wrap_indisplay3506:16.9514pt::16.9514pt::210.55977pt.
|
|
972
|
+
[141
|
|
973
|
+
|
|
974
|
+
|
|
975
|
+
]
|
|
976
|
+
l2hSize :tex2html_wrap_indisplay3507:21.50017pt::21.50017pt::316.13416pt.
|
|
977
|
+
[142
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
]
|
|
981
|
+
l2hSize :tex2html_wrap_indisplay3508:21.50017pt::21.50017pt::238.58768pt.
|
|
982
|
+
[143
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
]
|
|
986
|
+
l2hSize :tex2html_wrap_indisplay3509:21.50017pt::21.50017pt::307.43437pt.
|
|
987
|
+
[144
|
|
988
|
+
|
|
989
|
+
|
|
990
|
+
]
|
|
991
|
+
l2hSize :tex2html_wrap_indisplay3511:16.9514pt::16.9514pt::212.60658pt.
|
|
992
|
+
[145
|
|
993
|
+
|
|
994
|
+
|
|
995
|
+
]
|
|
996
|
+
l2hSize :tex2html_wrap_indisplay3512:21.50017pt::21.50017pt::348.67305pt.
|
|
997
|
+
|
|
998
|
+
Overfull \hbox (3.05803pt too wide) in paragraph at lines 1667--1668
|
|
999
|
+
[]|[]
|
|
1000
|
+
[]
|
|
1001
|
+
|
|
1002
|
+
[146
|
|
1003
|
+
|
|
1004
|
+
|
|
1005
|
+
]
|
|
1006
|
+
l2hSize :tex2html_wrap_indisplay3513:21.50017pt::21.50017pt::370.00278pt.
|
|
1007
|
+
|
|
1008
|
+
Overfull \hbox (24.38776pt too wide) in paragraph at lines 1681--1682
|
|
1009
|
+
[]|[]
|
|
1010
|
+
[]
|
|
1011
|
+
|
|
1012
|
+
[147
|
|
1013
|
+
|
|
1014
|
+
|
|
1015
|
+
]
|
|
1016
|
+
l2hSize :tex2html_wrap_indisplay3514:21.50017pt::21.50017pt::302.17055pt.
|
|
1017
|
+
[148
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
]
|
|
1021
|
+
l2hSize :tex2html_wrap_indisplay3515:21.50017pt::21.50017pt::374.676pt.
|
|
1022
|
+
|
|
1023
|
+
Overfull \hbox (29.06097pt too wide) in paragraph at lines 1713--1714
|
|
1024
|
+
[]|[]
|
|
1025
|
+
[]
|
|
1026
|
+
|
|
1027
|
+
[149
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
]
|
|
1031
|
+
l2hSize :tex2html_wrap_indisplay3517:21.50017pt::21.50017pt::286.70128pt.
|
|
1032
|
+
[150
|
|
1033
|
+
|
|
1034
|
+
|
|
1035
|
+
]
|
|
1036
|
+
l2hSize :tex2html_wrap_indisplay3518:21.50017pt::21.50017pt::276.02446pt.
|
|
1037
|
+
[151
|
|
1038
|
+
|
|
1039
|
+
|
|
1040
|
+
]
|
|
1041
|
+
l2hSize :tex2html_wrap_indisplay3519:21.50017pt::21.50017pt::347.58379pt.
|
|
1042
|
+
|
|
1043
|
+
Overfull \hbox (1.96877pt too wide) in paragraph at lines 1769--1770
|
|
1044
|
+
[]|[]
|
|
1045
|
+
[]
|
|
1046
|
+
|
|
1047
|
+
[152
|
|
1048
|
+
|
|
1049
|
+
|
|
1050
|
+
]
|
|
1051
|
+
l2hSize :tex2html_wrap_indisplay3520:19.3513pt::19.3513pt::234.43964pt.
|
|
1052
|
+
[153
|
|
1053
|
+
|
|
1054
|
+
|
|
1055
|
+
]
|
|
1056
|
+
l2hSize :tex2html_wrap_indisplay3521:21.50017pt::21.50017pt::284.80157pt.
|
|
1057
|
+
[154
|
|
1058
|
+
|
|
1059
|
+
|
|
1060
|
+
]
|
|
1061
|
+
l2hSize :tex2html_wrap_indisplay3522:21.50017pt::21.50017pt::263.4604pt.
|
|
1062
|
+
[155
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
]
|
|
1066
|
+
l2hSize :tex2html_wrap_indisplay3524:21.50017pt::21.50017pt::361.43323pt.
|
|
1067
|
+
|
|
1068
|
+
Overfull \hbox (15.8182pt too wide) in paragraph at lines 1841--1842
|
|
1069
|
+
[]|[]
|
|
1070
|
+
[]
|
|
1071
|
+
|
|
1072
|
+
[156
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
]
|
|
1076
|
+
l2hSize :tex2html_wrap_indisplay3526:21.50017pt::21.50017pt::366.2566pt.
|
|
1077
|
+
|
|
1078
|
+
Overfull \hbox (20.64159pt too wide) in paragraph at lines 1863--1864
|
|
1079
|
+
[]|[]
|
|
1080
|
+
[]
|
|
1081
|
+
|
|
1082
|
+
[157
|
|
1083
|
+
|
|
1084
|
+
|
|
1085
|
+
]
|
|
1086
|
+
l2hSize :tex2html_wrap_indisplay3529:21.50017pt::21.50017pt::265.80151pt.
|
|
1087
|
+
[158
|
|
1088
|
+
|
|
1089
|
+
|
|
1090
|
+
]
|
|
1091
|
+
l2hSize :tex2html_wrap_indisplay3530:21.50017pt::21.50017pt::274.52643pt.
|
|
1092
|
+
[159
|
|
1093
|
+
|
|
1094
|
+
|
|
1095
|
+
]
|
|
1096
|
+
l2hSize :tex2html_wrap_indisplay3531:21.50017pt::21.50017pt::335.11171pt.
|
|
1097
|
+
[160
|
|
1098
|
+
|
|
1099
|
+
|
|
1100
|
+
]
|
|
1101
|
+
l2hSize :tex2html_wrap_indisplay3533:17.90013pt::17.90013pt::185.29613pt.
|
|
1102
|
+
[161
|
|
1103
|
+
|
|
1104
|
+
|
|
1105
|
+
]
|
|
1106
|
+
l2hSize :tex2html_wrap_indisplay3534:21.50017pt::21.50017pt::371.02217pt.
|
|
1107
|
+
|
|
1108
|
+
Overfull \hbox (25.40715pt too wide) in paragraph at lines 1942--1943
|
|
1109
|
+
[]|[]
|
|
1110
|
+
[]
|
|
1111
|
+
|
|
1112
|
+
[162
|
|
1113
|
+
|
|
1114
|
+
|
|
1115
|
+
]
|
|
1116
|
+
l2hSize :tex2html_wrap_indisplay3535:21.50017pt::21.50017pt::397.87903pt.
|
|
1117
|
+
|
|
1118
|
+
Overfull \hbox (52.264pt too wide) in paragraph at lines 1961--1962
|
|
1119
|
+
[]|[]
|
|
1120
|
+
[]
|
|
1121
|
+
|
|
1122
|
+
[163
|
|
1123
|
+
|
|
1124
|
+
|
|
1125
|
+
]
|
|
1126
|
+
l2hSize :tex2html_wrap_indisplay3536:21.50017pt::21.50017pt::280.79967pt.
|
|
1127
|
+
[164
|
|
1128
|
+
|
|
1129
|
+
|
|
1130
|
+
]
|
|
1131
|
+
l2hSize :tex2html_wrap_indisplay3537:21.50017pt::21.50017pt::244.58002pt.
|
|
1132
|
+
[165
|
|
1133
|
+
|
|
1134
|
+
|
|
1135
|
+
]
|
|
1136
|
+
l2hSize :tex2html_wrap_indisplay3538:16.9514pt::16.9514pt::137.00749pt.
|
|
1137
|
+
[166
|
|
1138
|
+
|
|
1139
|
+
|
|
1140
|
+
]
|
|
1141
|
+
l2hSize :tex2html_wrap_indisplay3539:21.50017pt::21.50017pt::488.93536pt.
|
|
1142
|
+
|
|
1143
|
+
Overfull \hbox (143.32034pt too wide) in paragraph at lines 2025--2026
|
|
1144
|
+
[]|[]
|
|
1145
|
+
[]
|
|
1146
|
+
|
|
1147
|
+
[167
|
|
1148
|
+
|
|
1149
|
+
|
|
1150
|
+
]
|
|
1151
|
+
l2hSize :tex2html_wrap_indisplay3540:21.50017pt::21.50017pt::375.99205pt.
|
|
1152
|
+
|
|
1153
|
+
Overfull \hbox (30.37703pt too wide) in paragraph at lines 2047--2048
|
|
1154
|
+
[]|[]
|
|
1155
|
+
[]
|
|
1156
|
+
|
|
1157
|
+
[168
|
|
1158
|
+
|
|
1159
|
+
|
|
1160
|
+
]
|
|
1161
|
+
l2hSize :tex2html_wrap_indisplay3541:21.50017pt::21.50017pt::395.4961pt.
|
|
1162
|
+
|
|
1163
|
+
Overfull \hbox (49.88107pt too wide) in paragraph at lines 2070--2071
|
|
1164
|
+
[]|[]
|
|
1165
|
+
[]
|
|
1166
|
+
|
|
1167
|
+
[169
|
|
1168
|
+
|
|
1169
|
+
|
|
1170
|
+
]
|
|
1171
|
+
l2hSize :tex2html_wrap_indisplay3543:22.59355pt::22.59355pt::300.02045pt.
|
|
1172
|
+
[170
|
|
1173
|
+
|
|
1174
|
+
|
|
1175
|
+
]
|
|
1176
|
+
l2hSize :tex2html_wrap_indisplay3544:16.9514pt::16.9514pt::82.86745pt.
|
|
1177
|
+
[171
|
|
1178
|
+
|
|
1179
|
+
|
|
1180
|
+
]
|
|
1181
|
+
l2hSize :tex2html_wrap_indisplay3545:16.9514pt::16.9514pt::461.67972pt.
|
|
1182
|
+
|
|
1183
|
+
Overfull \hbox (116.0647pt too wide) in paragraph at lines 2116--2117
|
|
1184
|
+
[]|[]
|
|
1185
|
+
[]
|
|
1186
|
+
|
|
1187
|
+
[172
|
|
1188
|
+
|
|
1189
|
+
|
|
1190
|
+
]
|
|
1191
|
+
l2hSize :tex2html_wrap_indisplay3546:16.9514pt::16.9514pt::323.03278pt.
|
|
1192
|
+
[173
|
|
1193
|
+
|
|
1194
|
+
|
|
1195
|
+
]
|
|
1196
|
+
l2hSize :tex2html_wrap_indisplay3547:17.61809pt::17.61809pt::172.86118pt.
|
|
1197
|
+
[174
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
]
|
|
1201
|
+
l2hSize :tex2html_wrap_indisplay3548:21.50017pt::21.50017pt::405.3266pt.
|
|
1202
|
+
|
|
1203
|
+
Overfull \hbox (59.71158pt too wide) in paragraph at lines 2162--2163
|
|
1204
|
+
[]|[]
|
|
1205
|
+
[]
|
|
1206
|
+
|
|
1207
|
+
[175
|
|
1208
|
+
|
|
1209
|
+
|
|
1210
|
+
]
|
|
1211
|
+
l2hSize :tex2html_wrap_indisplay3549:16.9514pt::16.9514pt::242.92865pt.
|
|
1212
|
+
[176
|
|
1213
|
+
|
|
1214
|
+
|
|
1215
|
+
]
|
|
1216
|
+
l2hSize :tex2html_wrap_indisplay3550:19.3513pt::19.3513pt::133.00305pt.
|
|
1217
|
+
[177
|
|
1218
|
+
|
|
1219
|
+
|
|
1220
|
+
]
|
|
1221
|
+
l2hSize :tex2html_wrap_indisplay3551:21.50017pt::21.50017pt::310.75761pt.
|
|
1222
|
+
[178
|
|
1223
|
+
|
|
1224
|
+
|
|
1225
|
+
]
|
|
1226
|
+
l2hSize :tex2html_wrap_indisplay3552:16.9514pt::16.9514pt::250.69247pt.
|
|
1227
|
+
[179
|
|
1228
|
+
|
|
1229
|
+
|
|
1230
|
+
]
|
|
1231
|
+
l2hSize :tex2html_wrap_indisplay3553:21.50017pt::21.50017pt::273.7367pt.
|
|
1232
|
+
[180
|
|
1233
|
+
|
|
1234
|
+
|
|
1235
|
+
]
|
|
1236
|
+
l2hSize :tex2html_wrap_indisplay3554:16.9514pt::16.9514pt::227.19272pt.
|
|
1237
|
+
[181
|
|
1238
|
+
|
|
1239
|
+
|
|
1240
|
+
]
|
|
1241
|
+
l2hSize :tex2html_wrap_indisplay3556:21.50017pt::21.50017pt::193.91603pt.
|
|
1242
|
+
[182
|
|
1243
|
+
|
|
1244
|
+
|
|
1245
|
+
]
|
|
1246
|
+
l2hSize :tex2html_wrap_indisplay3557:21.50017pt::21.50017pt::324.69104pt.
|
|
1247
|
+
[183
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
]
|
|
1251
|
+
l2hSize :tex2html_wrap_indisplay3560:21.50017pt::21.50017pt::413.67477pt.
|
|
1252
|
+
|
|
1253
|
+
Overfull \hbox (68.05975pt too wide) in paragraph at lines 2275--2276
|
|
1254
|
+
[]|[]
|
|
1255
|
+
[]
|
|
1256
|
+
|
|
1257
|
+
[184
|
|
1258
|
+
|
|
1259
|
+
|
|
1260
|
+
]
|
|
1261
|
+
l2hSize :tex2html_wrap_indisplay3562:21.50017pt::21.50017pt::369.29654pt.
|
|
1262
|
+
|
|
1263
|
+
Overfull \hbox (23.68152pt too wide) in paragraph at lines 2295--2296
|
|
1264
|
+
[]|[]
|
|
1265
|
+
[]
|
|
1266
|
+
|
|
1267
|
+
[185
|
|
1268
|
+
|
|
1269
|
+
|
|
1270
|
+
]
|
|
1271
|
+
l2hSize :tex2html_wrap_indisplay3564:21.50017pt::21.50017pt::258.78105pt.
|
|
1272
|
+
[186
|
|
1273
|
+
|
|
1274
|
+
|
|
1275
|
+
]
|
|
1276
|
+
l2hSize :tex2html_wrap_indisplay3566:21.50017pt::21.50017pt::173.06403pt.
|
|
1277
|
+
[187
|
|
1278
|
+
|
|
1279
|
+
|
|
1280
|
+
]
|
|
1281
|
+
l2hSize :tex2html_wrap_indisplay3567:21.50017pt::21.50017pt::321.28491pt.
|
|
1282
|
+
[188
|
|
1283
|
+
|
|
1284
|
+
|
|
1285
|
+
]
|
|
1286
|
+
l2hSize :tex2html_wrap_inline3569:7.75pt::0.0pt::6.69856pt.
|
|
1287
|
+
[189
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
|
+
]
|
|
1291
|
+
l2hSize :tex2html_wrap_indisplay3570:21.50017pt::21.50017pt::436.66573pt.
|
|
1292
|
+
|
|
1293
|
+
Overfull \hbox (91.0507pt too wide) in paragraph at lines 2386--2387
|
|
1294
|
+
[]|[]
|
|
1295
|
+
[]
|
|
1296
|
+
|
|
1297
|
+
[190
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
]
|
|
1301
|
+
l2hSize :tex2html_wrap_indisplay3571:21.50017pt::21.50017pt::367.7132pt.
|
|
1302
|
+
|
|
1303
|
+
Overfull \hbox (22.09818pt too wide) in paragraph at lines 2410--2411
|
|
1304
|
+
[]|[]
|
|
1305
|
+
[]
|
|
1306
|
+
|
|
1307
|
+
[191
|
|
1308
|
+
|
|
1309
|
+
|
|
1310
|
+
]
|
|
1311
|
+
l2hSize :tex2html_wrap_indisplay3572:19.21799pt::19.21799pt::199.23701pt.
|
|
1312
|
+
[192
|
|
1313
|
+
|
|
1314
|
+
|
|
1315
|
+
]
|
|
1316
|
+
l2hSize :tex2html_wrap_indisplay3573:16.9514pt::16.9514pt::295.61589pt.
|
|
1317
|
+
[193
|
|
1318
|
+
|
|
1319
|
+
|
|
1320
|
+
]
|
|
1321
|
+
l2hSize :tex2html_wrap_indisplay3574:19.21799pt::19.21799pt::119.00372pt.
|
|
1322
|
+
[194
|
|
1323
|
+
|
|
1324
|
+
|
|
1325
|
+
]
|
|
1326
|
+
l2hSize :tex2html_wrap_indisplay3575:21.50017pt::21.50017pt::482.16548pt.
|
|
1327
|
+
|
|
1328
|
+
Overfull \hbox (136.55046pt too wide) in paragraph at lines 2470--2471
|
|
1329
|
+
[]|[]
|
|
1330
|
+
[]
|
|
1331
|
+
|
|
1332
|
+
[195
|
|
1333
|
+
|
|
1334
|
+
|
|
1335
|
+
]
|
|
1336
|
+
l2hSize :tex2html_wrap_indisplay3576:21.50017pt::21.50017pt::367.90776pt.
|
|
1337
|
+
|
|
1338
|
+
Overfull \hbox (22.29274pt too wide) in paragraph at lines 2494--2495
|
|
1339
|
+
[]|[]
|
|
1340
|
+
[]
|
|
1341
|
+
|
|
1342
|
+
[196
|
|
1343
|
+
|
|
1344
|
+
|
|
1345
|
+
]
|
|
1346
|
+
l2hSize :tex2html_wrap_indisplay3577:16.9514pt::16.9514pt::327.28014pt.
|
|
1347
|
+
[197
|
|
1348
|
+
|
|
1349
|
+
|
|
1350
|
+
]
|
|
1351
|
+
l2hSize :tex2html_wrap_inline3579:8.2pt::0.0pt::9.85577pt.
|
|
1352
|
+
[198
|
|
1353
|
+
|
|
1354
|
+
|
|
1355
|
+
]
|
|
1356
|
+
l2hSize :tex2html_wrap_indisplay3582:19.21799pt::19.21799pt::153.11905pt.
|
|
1357
|
+
[199
|
|
1358
|
+
|
|
1359
|
+
|
|
1360
|
+
]
|
|
1361
|
+
l2hSize :subequations3584:195.12216pt::0.0pt::349.0pt.
|
|
1362
|
+
[200
|
|
1363
|
+
|
|
1364
|
+
|
|
1365
|
+
] (./images.aux) )
|
|
1366
|
+
Here is how much of TeX's memory you used:
|
|
1367
|
+
2196 strings out of 10601
|
|
1368
|
+
25495 string characters out of 67513
|
|
1369
|
+
103593 words of memory out of 263001
|
|
1370
|
+
5251 multiletter control sequences out of 10000+0
|
|
1371
|
+
16138 words of font info for 63 fonts, out of 400000 for 1000
|
|
1372
|
+
14 hyphenation exceptions out of 1000
|
|
1373
|
+
27i,13n,24p,224b,277s stack positions out of 300i,100n,500p,50000b,4000s
|
|
1374
|
+
|
|
1375
|
+
Output written on images.dvi (200 pages, 133500 bytes).
|