forked from wmwolf/232-Notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
232-Notes.log
956 lines (685 loc) · 24.2 KB
/
232-Notes.log
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=pdflatex 2012.2.21) 20 MAR 2012 13:59
entering extended mode
%&-line parsing enabled.
**232-Notes.tex
(./232-Notes.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, farsi, arabic, croatian, bulgarian, ukrainian, russian, czech, slov
ak, danish, dutch, finnish, french, basque, ngerman, german, german-x-2009-06-1
9, ngerman-x-2009-06-19, ibycus, monogreek, greek, ancientgreek, hungarian, san
skrit, italian, latin, latvian, lithuanian, mongolian2a, mongolian, bokmal, nyn
orsk, romanian, irish, coptic, serbian, turkish, welsh, esperanto, uppersorbian
, estonian, indonesian, interlingua, icelandic, kurmanji, slovenian, polish, po
rtuguese, spanish, galician, catalan, swedish, ukenglish, pinyin, loaded.
(/usr/share/texmf-texlive/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/size10.clo
File: size10.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/share/texmf-texlive/tex/latex/geometry/geometry.sty
Package: geometry 2008/12/21 v4.2 Page Geometry
(/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
)
(/usr/share/texmf-texlive/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2009/04/10 v2.0 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in pdf mode detected.
)
(/usr/share/texmf-texlive/tex/generic/oberdiek/ifvtex.sty
Package: ifvtex 2008/11/04 v1.4 Switches for detecting VTeX and its modes (HO)
Package ifvtex Info: VTeX not detected.
)
\Gm@cnth=\count87
\Gm@cntv=\count88
\c@Gm@tempcnt=\count89
\Gm@bindingoffset=\dimen103
\Gm@wd@mp=\dimen104
\Gm@odd@mp=\dimen105
\Gm@even@mp=\dimen106
\Gm@dimlist=\toks15
(/usr/share/texmf-texlive/tex/xelatex/xetexconfig/geometry.cfg))
(/usr/share/texmf-texlive/tex/latex/amsmath/amsmath.sty
Package: amsmath 2000/07/18 v2.13 AMS math features
\@mathmargin=\skip43
For additional information on amsmath, use the `?' option.
(/usr/share/texmf-texlive/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01
(/usr/share/texmf-texlive/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0
\@emptytoks=\toks16
\ex@=\dimen107
))
(/usr/share/texmf-texlive/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d
\pmbraise@=\dimen108
)
(/usr/share/texmf-texlive/tex/latex/amsmath/amsopn.sty
Package: amsopn 1999/12/14 v2.01 operator names
)
\inf@bad=\count90
LaTeX Info: Redefining \frac on input line 211.
\uproot@=\count91
\leftroot@=\count92
LaTeX Info: Redefining \overline on input line 307.
\classnum@=\count93
\DOTSCASE@=\count94
LaTeX Info: Redefining \ldots on input line 379.
LaTeX Info: Redefining \dots on input line 382.
LaTeX Info: Redefining \cdots on input line 467.
\Mathstrutbox@=\box26
\strutbox@=\box27
\big@size=\dimen109
LaTeX Font Info: Redeclaring font encoding OML on input line 567.
LaTeX Font Info: Redeclaring font encoding OMS on input line 568.
\macc@depth=\count95
\c@MaxMatrixCols=\count96
\dotsspace@=\muskip10
\c@parentequation=\count97
\dspbrk@lvl=\count98
\tag@help=\toks17
\row@=\count99
\column@=\count100
\maxfields@=\count101
\andhelp@=\toks18
\eqnshift@=\dimen110
\alignsep@=\dimen111
\tagshift@=\dimen112
\tagwidth@=\dimen113
\totwidth@=\dimen114
\lineht@=\dimen115
\@envbody=\toks19
\multlinegap=\skip44
\multlinetaggap=\skip45
\mathdisplay@stack=\toks20
LaTeX Info: Redefining \[ on input line 2666.
LaTeX Info: Redefining \] on input line 2667.
)
(/usr/share/texmf-texlive/tex/latex/amscls/amsthm.sty
Package: amsthm 2004/08/06 v2.20
\thm@style=\toks21
\thm@bodyfont=\toks22
\thm@headfont=\toks23
\thm@notefont=\toks24
\thm@headpunct=\toks25
\thm@preskip=\skip46
\thm@postskip=\skip47
\thm@headsep=\skip48
\dth@everypar=\toks26
)
(/usr/share/texmf-texlive/tex/latex/jknapltx/mathrsfs.sty
Package: mathrsfs 1996/01/01 Math RSFS package v1.0 (jk)
\symrsfs=\mathgroup4
)
(/usr/share/texmf-texlive/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2009/06/22 v3.00
(/usr/share/texmf-texlive/tex/latex/amsfonts/amsfonts.sty
Package: amsfonts 2009/06/22 v3.00 Basic AMSFonts support
\symAMSa=\mathgroup5
\symAMSb=\mathgroup6
LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
(Font) U/euf/m/n --> U/euf/b/n on input line 96.
))
(/usr/share/texmf-texlive/tex/latex/graphics/graphicx.sty
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
(/usr/share/texmf-texlive/tex/latex/graphics/graphics.sty
Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
(/usr/share/texmf-texlive/tex/latex/graphics/trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
(/etc/texmf/tex/latex/config/graphics.cfg
File: graphics.cfg 2009/08/28 v1.8 graphics configuration of TeX Live
)
Package graphics Info: Driver file: pdftex.def on input line 91.
(/usr/share/texmf-texlive/tex/latex/pdftex-def/pdftex.def
File: pdftex.def 2010/03/12 v0.04p Graphics/color for pdfTeX
\Gread@gobject=\count102
))
\Gin@req@height=\dimen116
\Gin@req@width=\dimen117
)
(/usr/share/texmf-texlive/tex/latex/tools/bm.sty
Package: bm 2004/02/26 v1.1c Bold Symbol Support (DPC/FMi)
\symboldoperators=\mathgroup7
\symboldletters=\mathgroup8
\symboldsymbols=\mathgroup9
LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 138.
LaTeX Info: Redefining \bm on input line 204.
)
(/usr/share/texmf-texlive/tex/latex/hyperref/hyperref.sty
Package: hyperref 2009/10/09 v6.79a Hypertext links for LaTeX
(/usr/share/texmf-texlive/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2009/01/23 v0.5 Provides ifxetex conditional
)
(/usr/share/texmf-texlive/tex/latex/oberdiek/hycolor.sty
Package: hycolor 2009/10/02 v1.5 Code for color options of hyperref/bookmark (H
O)
(/usr/share/texmf-texlive/tex/latex/oberdiek/xcolor-patch.sty
Package: xcolor-patch 2009/10/02 xcolor patch
))
\@linkdim=\dimen118
\Hy@linkcounter=\count103
\Hy@pagecounter=\count104
(/usr/share/texmf-texlive/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2009/10/09 v6.79a Hyperref: PDFDocEncoding definition (HO)
)
(/usr/share/texmf-texlive/tex/generic/oberdiek/etexcmds.sty
Package: etexcmds 2007/12/12 v1.2 Prefix for e-TeX command names (HO)
(/usr/share/texmf-texlive/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2007/09/09 v1.2 Providing info/warning/message (HO)
)
Package etexcmds Info: Could not find \expanded.
(etexcmds) That can mean that you are not using pdfTeX 1.50 or
(etexcmds) that some package has redefined \expanded.
(etexcmds) In the latter case, load this package earlier.
)
(/usr/share/texmf-texlive/tex/latex/latexconfig/hyperref.cfg
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
(/usr/share/texmf-texlive/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2009/08/13 v3.4 Keyval support for LaTeX options (HO)
(/usr/share/texmf-texlive/tex/generic/oberdiek/kvsetkeys.sty
Package: kvsetkeys 2009/07/30 v1.5 Key value parser with default handler suppor
t (HO)
))
Package hyperref Info: Hyper figures OFF on input line 2975.
Package hyperref Info: Link nesting OFF on input line 2980.
Package hyperref Info: Hyper index ON on input line 2983.
Package hyperref Info: Plain pages OFF on input line 2990.
Package hyperref Info: Backreferencing OFF on input line 2995.
Implicit mode ON; LaTeX internals redefined
Package hyperref Info: Bookmarks ON on input line 3191.
(/usr/share/texmf-texlive/tex/latex/ltxmisc/url.sty
\Urlmuskip=\muskip11
Package: url 2006/04/12 ver 3.3 Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 3428.
(/usr/share/texmf-texlive/tex/generic/oberdiek/bitset.sty
Package: bitset 2007/09/28 v1.0 Data type bit set (HO)
(/usr/share/texmf-texlive/tex/generic/oberdiek/intcalc.sty
Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO)
)
(/usr/share/texmf-texlive/tex/generic/oberdiek/bigintcalc.sty
Package: bigintcalc 2007/11/11 v1.1 Expandable big integer calculations (HO)
(/usr/share/texmf-texlive/tex/generic/oberdiek/pdftexcmds.sty
Package: pdftexcmds 2009/09/23 v0.6 LuaTeX support for pdfTeX utility functions
(HO)
(/usr/share/texmf-texlive/tex/generic/oberdiek/ifluatex.sty
Package: ifluatex 2009/04/17 v1.2 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
)
(/usr/share/texmf-texlive/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2009/08/05 v1.0 Some LaTeX kernel commands for general use (HO
)
)
Package pdftexcmds Info: LuaTeX not detected.
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
)))
\Fld@menulength=\count105
\Field@Width=\dimen119
\Fld@charsize=\dimen120
\Field@toks=\toks27
Package hyperref Info: Hyper figures OFF on input line 4377.
Package hyperref Info: Link nesting OFF on input line 4382.
Package hyperref Info: Hyper index ON on input line 4385.
Package hyperref Info: backreferencing OFF on input line 4392.
Package hyperref Info: Link coloring OFF on input line 4397.
Package hyperref Info: Link coloring with OCG OFF on input line 4402.
Package hyperref Info: PDF/A mode OFF on input line 4407.
(/usr/share/texmf-texlive/tex/generic/oberdiek/atbegshi.sty
Package: atbegshi 2008/07/31 v1.9 At begin shipout hook (HO)
)
\Hy@abspage=\count106
\c@Item=\count107
\c@Hfootnote=\count108
)
*hyperref using default driver hpdftex*
(/usr/share/texmf-texlive/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2009/10/09 v6.79a Hyperref driver for pdfTeX
\Fld@listcount=\count109
)
(/usr/share/texmf-texlive/tex/latex/pdfsync/pdfsync.sty
Package: pdfsync 2008/01/26 v1.1
)
(/usr/share/texmf-texlive/tex/latex/fancyhdr/fancyhdr.sty
\fancy@headwidth=\skip49
\f@ncyO@elh=\skip50
\f@ncyO@erh=\skip51
\f@ncyO@olh=\skip52
\f@ncyO@orh=\skip53
\f@ncyO@elf=\skip54
\f@ncyO@erf=\skip55
\f@ncyO@olf=\skip56
\f@ncyO@orf=\skip57
) (./232-Notes.aux
LaTeX Warning: Label `sec:white-dwarf-cooling' multiply defined.
LaTeX Warning: Label `eq:364' multiply defined.
LaTeX Warning: Label `eq:365' multiply defined.
LaTeX Warning: Label `eq:366' multiply defined.
LaTeX Warning: Label `eq:367' multiply defined.
LaTeX Warning: Label `eq:368' multiply defined.
LaTeX Warning: Label `eq:369' multiply defined.
)
\openout1 = `232-Notes.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 27.
LaTeX Font Info: ... okay on input line 27.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 27.
LaTeX Font Info: ... okay on input line 27.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 27.
LaTeX Font Info: ... okay on input line 27.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 27.
LaTeX Font Info: ... okay on input line 27.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 27.
LaTeX Font Info: ... okay on input line 27.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 27.
LaTeX Font Info: ... okay on input line 27.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 27.
LaTeX Font Info: ... okay on input line 27.
*geometry auto-detecting driver*
*geometry detected driver: pdftex*
-------------------- Geometry parameters
paper: class default
landscape: --
twocolumn: --
twoside: --
asymmetric: --
h-parts: 92.14519pt, 0.7\paperwidth , 92.14519pt (default)
v-parts: 95.39737pt, 0.7\paperheight , 143.09605pt (default)
hmarginratio: 1:1
vmarginratio: 2:3
lines: --
heightrounded: --
bindingoffset: 0.0pt
truedimen: --
includehead: --
includefoot: --
includemp: --
driver: pdftex
-------------------- Page layout dimensions and switches
\paperwidth 614.295pt
\paperheight 794.96999pt
\textwidth 430.00462pt
\textheight 556.47656pt
\oddsidemargin 19.8752pt
\evensidemargin 19.8752pt
\topmargin -13.87262pt
\headheight 12.0pt
\headsep 25.0pt
\footskip 30.0pt
\marginparwidth 65.0pt
\marginparsep 11.0pt
\columnsep 10.0pt
\skip\footins 9.0pt plus 4.0pt minus 2.0pt
\hoffset 0.0pt
\voffset 0.0pt
\mag 1000
(1in=72.27pt, 1cm=28.45pt)
-----------------------
(/usr/share/texmf-texlive/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count110
\scratchdimen=\dimen121
\scratchbox=\box28
\nofMPsegments=\count111
\nofMParguments=\count112
\everyMPshowfont=\toks28
\MPscratchCnt=\count113
\MPscratchDim=\dimen122
\MPnumerator=\count114
\everyMPtoPDFconversion=\toks29
)
Package hyperref Info: Link coloring OFF on input line 27.
(/usr/share/texmf-texlive/tex/latex/hyperref/nameref.sty
Package: nameref 2007/05/29 v2.31 Cross-referencing by name of section
(/usr/share/texmf-texlive/tex/latex/oberdiek/refcount.sty
Package: refcount 2008/08/11 v3.1 Data extraction from references (HO)
)
\c@section@level=\count115
)
LaTeX Info: Redefining \ref on input line 27.
LaTeX Info: Redefining \pageref on input line 27.
(./232-Notes.out)
(./232-Notes.out)
\@outlinefile=\write3
\openout3 = `232-Notes.out'.
\AtBeginShipoutBox=\box29
Configuring pdfsync
\PDFSYNC@ut=\write4
\openout4 = `232-Notes.pdfsync'.
\PDFSYNCf@li@=\count116
\PDFSYNC@rder=\count117
**** pdfsync.sty: Synchronizing at \everypar
\PDFSYNCeveryp@r=\toks30
**** pdfsync.sty: Synchronizing at \everymath
\PDFSYNCeverym@th=\toks31
**** pdfsync.sty: Synchronizing at \everyhbox
\PDFSYNCeveryhb@x=\toks32
**** pdfsync.sty: Synchronizing at \everyvbox
\PDFSYNCeveryvb@x=\toks33
**** pdfsync.sty: started
LaTeX Font Info: Try loading font information for U+rsfs on input line 29.
(/usr/share/texmf-texlive/tex/latex/jknapltx/ursfs.fd
File: ursfs.fd 1998/03/24 rsfs font definition file (jk)
)
LaTeX Font Info: Try loading font information for U+msa on input line 29.
(/usr/share/texmf-texlive/tex/latex/amsfonts/umsa.fd
File: umsa.fd 2009/06/22 v3.00 AMS symbols A
)
LaTeX Font Info: Try loading font information for U+msb on input line 29.
(/usr/share/texmf-texlive/tex/latex/amsfonts/umsb.fd
File: umsb.fd 2009/06/22 v3.00 AMS symbols B
) [1
{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] (./232-Notes.toc [2])
\tf@toc=\write5
\openout5 = `232-Notes.toc'.
[3]
<hr_local.pdf, id=373, 691.58376pt x 548.0475pt>
File: hr_local.pdf Graphic file (type pdf)
<use hr_local.pdf>
Overfull \hbox (3.61537pt too wide) in paragraph at lines 53--55
[][][][]
[]
[4] [5 <./hr_local.pdf>]
Underfull \hbox (badness 10000) in paragraph at lines 119--124
[]
Underfull \hbox (badness 10000) in paragraph at lines 125--129
[]
Underfull \hbox (badness 10000) in paragraph at lines 130--135
[]
[6]
Underfull \hbox (badness 10000) in paragraph at lines 176--181
[]
[7]
Underfull \hbox (badness 10000) in paragraph at lines 248--254
[]
[8] [9]
Underfull \hbox (badness 10000) in paragraph at lines 349--356
[]
[10]
Underfull \hbox (badness 10000) in paragraph at lines 411--416
[]
[11]
Underfull \hbox (badness 10000) in paragraph at lines 465--478
[]
[12] [13]
Underfull \hbox (badness 10000) in paragraph at lines 570--574
[]
[14] [15] [16]
Underfull \hbox (badness 10000) in paragraph at lines 730--735
[]
[17] [18] [19] [20]
Underfull \hbox (badness 10000) in paragraph at lines 969--976
[]
Underfull \hbox (badness 10000) in paragraph at lines 980--986
[]
Underfull \hbox (badness 10000) in paragraph at lines 987--992
[]
[21]
LaTeX Font Info: Try loading font information for OMS+cmr on input line 1089
.
(/usr/share/texmf-texlive/tex/latex/base/omscmr.fd
File: omscmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
)
LaTeX Font Info: Font shape `OMS/cmr/m/n' in size <10> not available
(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 1089.
Underfull \hbox (badness 10000) in paragraph at lines 1087--1095
[]
[22]
Underfull \hbox (badness 10000) in paragraph at lines 1096--1102
[]
[23]
Underfull \hbox (badness 10000) in paragraph at lines 1167--1171
[]
Underfull \hbox (badness 10000) in paragraph at lines 1218--1220
[]
Underfull \hbox (badness 10000) in paragraph at lines 1224--1232
[]
[24]
Underfull \hbox (badness 10000) in paragraph at lines 1248--1251
[]
Underfull \hbox (badness 10000) in paragraph at lines 1294--1301
[]
[25]
Underfull \hbox (badness 10000) in paragraph at lines 1338--1345
[]
[26] [27]
Underfull \hbox (badness 10000) in paragraph at lines 1435--1439
[]
[28]
Underfull \hbox (badness 10000) in paragraph at lines 1515--1527
[]
[29]
Underfull \hbox (badness 10000) in paragraph at lines 1586--1591
[]
Underfull \hbox (badness 10000) in paragraph at lines 1597--1608
[]
[30] [31]
Underfull \hbox (badness 10000) in paragraph at lines 1734--1739
[]
[32]
Underfull \hbox (badness 10000) in paragraph at lines 1784--1789
[]
Underfull \hbox (badness 10000) in paragraph at lines 1808--1812
[]
[33] [34]
Underfull \hbox (badness 10000) in paragraph at lines 1950--1953
[]
[35]
Underfull \hbox (badness 10000) in paragraph at lines 2039--2043
[]
[36]
Underfull \hbox (badness 10000) in paragraph at lines 2102--2107
[]
[37] <energyPlot.pdf, id=867, 289.08pt x 289.08pt>
File: energyPlot.pdf Graphic file (type pdf)
<use energyPlot.pdf>
[38 <./energyPlot.pdf>]
Underfull \hbox (badness 10000) in paragraph at lines 2144--2147
[]
[39] [40] [41]
Underfull \hbox (badness 10000) in paragraph at lines 2430--2436
[]
[42]
Underfull \hbox (badness 10000) in paragraph at lines 2437--2450
[]
Underfull \hbox (badness 10000) in paragraph at lines 2451--2452
[]
Underfull \hbox (badness 10000) in paragraph at lines 2456--2461
[]
[43]
Underfull \hbox (badness 10000) in paragraph at lines 2571--2575
[]
[44] [45]
Underfull \hbox (badness 10000) in paragraph at lines 2708--2724
[]
[46]
Underfull \hbox (badness 10000) in paragraph at lines 2744--2749
[]
[47] [48]
Underfull \hbox (badness 10000) in paragraph at lines 2897--2904
[]
[49]
Underfull \hbox (badness 10000) in paragraph at lines 2981--2983
[]
[50] [51]
Underfull \hbox (badness 10000) in paragraph at lines 3066--3074
[]
Underfull \hbox (badness 10000) in paragraph at lines 3080--3083
[]
Underfull \hbox (badness 10000) in paragraph at lines 3094--3098
[]
Underfull \hbox (badness 10000) in paragraph at lines 3114--3126
[]
[52]
Underfull \hbox (badness 10000) in paragraph at lines 3127--3130
[]
Underfull \hbox (badness 10000) in paragraph at lines 3139--3147
[]
Underfull \hbox (badness 10000) in paragraph at lines 3148--3152
[]
[53] [54] [55]
Underfull \hbox (badness 10000) in paragraph at lines 3338--3341
[]
Underfull \hbox (badness 10000) in paragraph at lines 3351--3360
[]
Underfull \hbox (badness 10000) in paragraph at lines 3361--3371
[]
[56]
Underfull \hbox (badness 10000) in paragraph at lines 3436--3443
[]
Underfull \hbox (badness 10000) in paragraph at lines 3455--3463
[]
[57]
Underfull \hbox (badness 10000) in paragraph at lines 3531--3538
[]
[58] <MSDiagram.pdf, id=1165, 289.08pt x 289.08pt>
File: MSDiagram.pdf Graphic file (type pdf)
<use MSDiagram.pdf>
LaTeX Warning: `!h' float specifier changed to `!ht'.
Underfull \hbox (badness 10000) in paragraph at lines 3612--3623
[]
[59] [60 <./MSDiagram.pdf>]
Underfull \hbox (badness 10000) in paragraph at lines 3675--3678
[]
Underfull \hbox (badness 10000) in paragraph at lines 3687--3691
[]
<compPlot.pdf, id=1240, 289.08pt x 289.08pt>
File: compPlot.pdf Graphic file (type pdf)
<use compPlot.pdf>
LaTeX Warning: `!h' float specifier changed to `!ht'.
[61] [62 <./compPlot.pdf>]
Underfull \hbox (badness 10000) in paragraph at lines 3803--3807
[]
Underfull \hbox (badness 10000) in paragraph at lines 3821--3826
[]
[63] <TcRhoc.pdf, id=1306, 289.08pt x 289.08pt>
File: TcRhoc.pdf Graphic file (type pdf)
<use TcRhoc.pdf>
Underfull \hbox (badness 10000) in paragraph at lines 3846--3848
[]
[64 <./TcRhoc.pdf>]
Underfull \hbox (badness 10000) in paragraph at lines 3849--3855
[]
Underfull \hbox (badness 10000) in paragraph at lines 3877--3881
[]
[65]
Underfull \hbox (badness 10000) in paragraph at lines 3955--3966
[]
[66]
Underfull \hbox (badness 10000) in paragraph at lines 4002--4009
[]
Underfull \hbox (badness 10000) in paragraph at lines 4017--4022
[]
Underfull \hbox (badness 10000) in paragraph at lines 4060--4066
[]
Underfull \hbox (badness 10000) in paragraph at lines 4067--4068
[]
[67]
Underfull \hbox (badness 10000) in paragraph at lines 4076--4085
[]
Underfull \hbox (badness 10000) in paragraph at lines 4119--4123
[]
[68]
Underfull \hbox (badness 10000) in paragraph at lines 4143--4157
[]
Underfull \hbox (badness 10000) in paragraph at lines 4191--4208
[]
[69]
Underfull \hbox (badness 10000) in paragraph at lines 4209--4219
[]
Underfull \hbox (badness 10000) in paragraph at lines 4220--4230
[]
[70]
Underfull \hbox (badness 10000) in paragraph at lines 4318--4321
[]
[71] [72] [73]
Underfull \hbox (badness 10000) in paragraph at lines 4489--4495
[]
Underfull \hbox (badness 10000) in paragraph at lines 4501--4506
[]
Underfull \hbox (badness 10000) in paragraph at lines 4518--4521
[]
Underfull \hbox (badness 10000) in paragraph at lines 4522--4533
[]
[74]
Underfull \hbox (badness 10000) in paragraph at lines 4564--4571
[]
Underfull \hbox (badness 10000) in paragraph at lines 4572--4575
[]
Underfull \hbox (badness 10000) in paragraph at lines 4591--4596
[]
[75] [76] [77]
Underfull \hbox (badness 10000) in paragraph at lines 4752--4758
[]
<neutrinoCool.pdf, id=1531, 289.08pt x 289.08pt>
File: neutrinoCool.pdf Graphic file (type pdf)
<use neutrinoCool.pdf>
Underfull \hbox (badness 10000) in paragraph at lines 4766--4771
[]
[78 <./neutrinoCool.pdf>]
Underfull \hbox (badness 10000) in paragraph at lines 4791--4793
[]
Underfull \hbox (badness 10000) in paragraph at lines 4797--4798
[]
Underfull \hbox (badness 10000) in paragraph at lines 4822--4826
[]
Underfull \hbox (badness 10000) in paragraph at lines 4832--4840
[]
[79]
Underfull \hbox (badness 10000) in paragraph at lines 4870--4872
[]
Underfull \hbox (badness 10000) in paragraph at lines 4873--4874
[]
[80]
Underfull \hbox (badness 10000) in paragraph at lines 4883--4884
[]
[81] (./232-Notes.aux)
LaTeX Warning: There were multiply-defined labels.
)
Here is how much of TeX's memory you used:
7185 strings out of 493848
96151 string characters out of 1152823
205263 words of memory out of 3000000
9604 multiletter control sequences out of 15000+50000
18270 words of font info for 70 fonts, out of 3000000 for 9000
714 hyphenation exceptions out of 8191
38i,32n,43p,584b,480s stack positions out of 5000i,500n,10000p,200000b,50000s
</usr/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmbsy10.pfb></usr/sh
are/texmf-texlive/fonts/type1/public/amsfonts/cm/cmbx10.pfb></usr/share/texmf-t
exlive/fonts/type1/public/amsfonts/cm/cmbx12.pfb></usr/share/texmf-texlive/font
s/type1/public/amsfonts/cm/cmex10.pfb></usr/share/texmf-texlive/fonts/type1/pub
lic/amsfonts/cm/cmmi10.pfb></usr/share/texmf-texlive/fonts/type1/public/amsfont
s/cm/cmmi5.pfb></usr/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmmi7.p
fb></usr/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmmib10.pfb></usr/s
hare/texmf-texlive/fonts/type1/public/amsfonts/cm/cmr10.pfb></usr/share/texmf-t
exlive/fonts/type1/public/amsfonts/cm/cmr12.pfb></usr/share/texmf-texlive/fonts
/type1/public/amsfonts/cm/cmr17.pfb></usr/share/texmf-texlive/fonts/type1/publi
c/amsfonts/cm/cmr5.pfb></usr/share/texmf-texlive/fonts/type1/public/amsfonts/cm
/cmr7.pfb></usr/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmsl10.pfb><
/usr/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/
texmf-texlive/fonts/type1/public/amsfonts/cm/cmsy5.pfb></usr/share/texmf-texliv
e/fonts/type1/public/amsfonts/cm/cmsy7.pfb></usr/share/texmf-texlive/fonts/type
1/public/amsfonts/cm/cmti10.pfb></usr/share/texmf-texlive/fonts/type1/public/am
sfonts/cm/cmtt10.pfb></usr/share/texmf-texlive/fonts/type1/public/amsfonts/symb
ols/msam10.pfb></usr/share/texmf-texlive/fonts/type1/public/amsfonts/symbols/ms
bm10.pfb></usr/share/texmf-texlive/fonts/type1/public/amsfonts/symbols/msbm7.pf
b>
Output written on 232-Notes.pdf (81 pages, 922178 bytes).
PDF statistics:
1829 PDF objects out of 2073 (max. 8388607)
730 named destinations out of 1000 (max. 500000)
591 words of extra memory for PDF output out of 10000 (max. 10000000)