summaryrefslogtreecommitdiff
path: root/spoken/02-slide.log
blob: d48842f086f00ed1d5785bd7dea92c79ad4bea72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
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
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010) (format=pdflatex 2011.1.23)  3 JUL 2015 10:06
entering extended mode
 restricted \write18 enabled.
 %&-line parsing enabled.
**\input 02-slide.tex
(./02-slide.tex (/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamer.cls
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbasercs.sty
Package: beamerbasercs 2010/06/12 (rcs-revision c3821710bb40)
)
Document Class: beamer 2010/06/21 development version 3.10 A class for typesett
ing presentations (rcs-revision a6b1a8434d30)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbasemodes.sty
Package: beamerbasemodes 2010/05/01 (rcs-revision efa082c6111d)
\beamer@tempbox=\box26
\beamer@tempcount=\count79
\c@beamerpauses=\count80

(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbasedecode.sty
Package: beamerbasedecode 2010/05/01 (rcs-revision efa082c6111d)
\beamer@slideinframe=\count81
\beamer@minimum=\count82
)
\beamer@commentbox=\box27
\beamer@modecount=\count83
)
\headheight=\dimen102
\headdp=\dimen103
\footheight=\dimen104
\sidebarheight=\dimen105
\beamer@tempdim=\dimen106
\beamer@finalheight=\dimen107
\beamer@animht=\dimen108
\beamer@animdp=\dimen109
\beamer@animwd=\dimen110
\beamer@leftmargin=\dimen111
\beamer@rightmargin=\dimen112
\beamer@leftsidebar=\dimen113
\beamer@rightsidebar=\dimen114
\beamer@boxsize=\dimen115
\beamer@vboxoffset=\dimen116
\beamer@descdefault=\dimen117
\beamer@descriptionwidth=\dimen118
\beamer@lastskip=\skip41
\beamer@areabox=\box28
\beamer@animcurrent=\box29
\beamer@animshowbox=\box30
\beamer@sectionbox=\box31
\beamer@logobox=\box32
\beamer@linebox=\box33
\beamer@sectioncount=\count84
\beamer@subsubsectionmax=\count85
\beamer@subsectionmax=\count86
\beamer@sectionmax=\count87
\beamer@totalheads=\count88
\beamer@headcounter=\count89
\beamer@partstartpage=\count90
\beamer@sectionstartpage=\count91
\beamer@subsectionstartpage=\count92
\beamer@animationtempa=\count93
\beamer@animationtempb=\count94
\beamer@xpos=\count95
\beamer@ypos=\count96
\beamer@showpartnumber=\count97
\beamer@currentsubsection=\count98
\beamer@coveringdepth=\count99
\beamer@sectionadjust=\count100
\beamer@tocsectionnumber=\count101

(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty
Package: beamerbaseoptions 2010/04/27 (rcs-revision 982469101dd6)

(/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
))
\beamer@paperwidth=\skip42
\beamer@paperheight=\skip43

(/usr/local/texlive/2010/texmf-dist/tex/latex/geometry/geometry.sty
Package: geometry 2010/07/13 v5.5 Page Geometry

(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2010/01/28 v2.1 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in pdf mode detected.
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/ifvtex.sty
Package: ifvtex 2010/03/01 v1.5 Switches for detecting VTeX and its modes (HO)
Package ifvtex Info: VTeX not detected.
)
\Gm@cnth=\count102
\Gm@cntv=\count103
\c@Gm@tempcnt=\count104
\Gm@bindingoffset=\dimen119
\Gm@wd@mp=\dimen120
\Gm@odd@mp=\dimen121
\Gm@even@mp=\dimen122
\Gm@layoutwidth=\dimen123
\Gm@layoutheight=\dimen124
\Gm@layouthoffset=\dimen125
\Gm@layoutvoffset=\dimen126
\Gm@dimlist=\toks15
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/extsizes/size17.clo
File: size17.clo 1999/11/11 NON-Standard LaTeX file (size option)
)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/latex/pgf/basiclayer/pg
fcore.sty (/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)

(/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)

(/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/latexconfig/graphics.cfg
File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
)
Package graphics Info: Driver file: pdftex.def on input line 91.

(/usr/local/texlive/2010/texmf-dist/tex/latex/pdftex-def/pdftex.def
File: pdftex.def 2010/02/14 v0.04n Graphics/color for pdfTeX
\Gread@gobject=\count105
))
\Gin@req@height=\dimen127
\Gin@req@width=\dimen128
)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/latex/pgf/systemlayer/p
gfsys.sty
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/latex/pgf/utilities/pgf
rcs.sty
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/utilities/p
gfutil-common.tex
\pgfutil@everybye=\toks16
)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/utilities/p
gfutil-latex.def
\pgfutil@abb=\box34
 (/usr/local/texlive/2010/texmf-dist/tex/latex/ms/everyshi.sty
Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS)
))
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/utilities/p
gfrcs.code.tex
Package: pgfrcs 2010/10/25 v2.10 (rcs-revision 1.24)
))
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/systemlayer
/pgfsys.code.tex
Package: pgfsys 2010/06/30 v2.10 (rcs-revision 1.37)

(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/utilities/p
gfkeys.code.tex
\pgfkeys@pathtoks=\toks17
\pgfkeys@temptoks=\toks18

(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/utilities/p
gfkeysfiltered.code.tex
\pgfkeys@tmptoks=\toks19
))
\pgf@x=\dimen129
\pgf@y=\dimen130
\pgf@xa=\dimen131
\pgf@ya=\dimen132
\pgf@xb=\dimen133
\pgf@yb=\dimen134
\pgf@xc=\dimen135
\pgf@yc=\dimen136
\w@pgf@writea=\write3
\r@pgf@reada=\read1
\c@pgf@counta=\count106
\c@pgf@countb=\count107
\c@pgf@countc=\count108
\c@pgf@countd=\count109

(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/systemlayer
/pgf.cfg
File: pgf.cfg 2008/05/14  (rcs-revision 1.7)
)
Package pgfsys Info: Driver file for pgf: pgfsys-pdftex.def on input line 900.

(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/systemlayer
/pgfsys-pdftex.def
File: pgfsys-pdftex.def 2009/05/22  (rcs-revision 1.26)

(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/systemlayer
/pgfsys-common-pdf.def
File: pgfsys-common-pdf.def 2008/05/19  (rcs-revision 1.10)
)))
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/systemlayer
/pgfsyssoftpath.code.tex
File: pgfsyssoftpath.code.tex 2008/07/18  (rcs-revision 1.7)
\pgfsyssoftpath@smallbuffer@items=\count110
\pgfsyssoftpath@bigbuffer@items=\count111
)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/systemlayer
/pgfsysprotocol.code.tex
File: pgfsysprotocol.code.tex 2006/10/16  (rcs-revision 1.4)
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/xcolor/xcolor.sty
Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)

(/usr/local/texlive/2010/texmf-dist/tex/latex/latexconfig/color.cfg
File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
)
Package xcolor Info: Driver file: pdftex.def on input line 225.

(/usr/local/texlive/2010/texmf-dist/tex/latex/colortbl/colortbl.sty
Package: colortbl 2001/02/13 v0.1j Color table columns (DPC)

(/usr/local/texlive/2010/texmf-dist/tex/latex/tools/array.sty
Package: array 2008/09/09 v2.4c Tabular extension package (FMi)
\col@sep=\dimen137
\extrarowheight=\dimen138
\NC@list=\toks20
\extratabsurround=\skip44
\backup@length=\skip45
)
\everycr=\toks21
\minrowclearance=\skip46
)
\rownum=\count112
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337.
Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1341.
Package xcolor Info: Model `RGB' extended on input line 1353.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360.
)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/basiclayer/
pgfcore.code.tex
Package: pgfcore 2010/04/11 v2.10 (rcs-revision 1.7)

(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/math/pgfmat
h.code.tex
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/math/pgfmat
hcalc.code.tex
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/math/pgfmat
hutil.code.tex)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/math/pgfmat
hparser.code.tex
\pgfmath@dimen=\dimen139
\pgfmath@count=\count113
\pgfmath@box=\box35
\pgfmath@toks=\toks22
\pgfmath@stack@operand=\toks23
\pgfmath@stack@operation=\toks24
)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/math/pgfmat
hfunctions.code.tex
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/math/pgfmat
hfunctions.basic.code.tex)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/math/pgfmat
hfunctions.trigonometric.code.tex)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/math/pgfmat
hfunctions.random.code.tex)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/math/pgfmat
hfunctions.comparison.code.tex)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/math/pgfmat
hfunctions.base.code.tex)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/math/pgfmat
hfunctions.round.code.tex)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/math/pgfmat
hfunctions.misc.code.tex)))
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/math/pgfmat
hfloat.code.tex
\c@pgfmathroundto@lastzeros=\count114
))
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/basiclayer/
pgfcorepoints.code.tex
File: pgfcorepoints.code.tex 2010/04/09  (rcs-revision 1.20)
\pgf@picminx=\dimen140
\pgf@picmaxx=\dimen141
\pgf@picminy=\dimen142
\pgf@picmaxy=\dimen143
\pgf@pathminx=\dimen144
\pgf@pathmaxx=\dimen145
\pgf@pathminy=\dimen146
\pgf@pathmaxy=\dimen147
\pgf@xx=\dimen148
\pgf@xy=\dimen149
\pgf@yx=\dimen150
\pgf@yy=\dimen151
\pgf@zx=\dimen152
\pgf@zy=\dimen153
)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/basiclayer/
pgfcorepathconstruct.code.tex
File: pgfcorepathconstruct.code.tex 2010/08/03  (rcs-revision 1.24)
\pgf@path@lastx=\dimen154
\pgf@path@lasty=\dimen155
)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/basiclayer/
pgfcorepathusage.code.tex
File: pgfcorepathusage.code.tex 2008/04/22  (rcs-revision 1.12)
\pgf@shorten@end@additional=\dimen156
\pgf@shorten@start@additional=\dimen157
)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/basiclayer/
pgfcorescopes.code.tex
File: pgfcorescopes.code.tex 2010/09/08  (rcs-revision 1.34)
\pgfpic=\box36
\pgf@hbox=\box37
\pgf@layerbox@main=\box38
\pgf@picture@serial@count=\count115
)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/basiclayer/
pgfcoregraphicstate.code.tex
File: pgfcoregraphicstate.code.tex 2008/04/22  (rcs-revision 1.9)
\pgflinewidth=\dimen158
)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/basiclayer/
pgfcoretransformations.code.tex
File: pgfcoretransformations.code.tex 2009/06/10  (rcs-revision 1.11)
\pgf@pt@x=\dimen159
\pgf@pt@y=\dimen160
\pgf@pt@temp=\dimen161
)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/basiclayer/
pgfcorequick.code.tex
File: pgfcorequick.code.tex 2008/10/09  (rcs-revision 1.3)
)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/basiclayer/
pgfcoreobjects.code.tex
File: pgfcoreobjects.code.tex 2006/10/11  (rcs-revision 1.2)
)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/basiclayer/
pgfcorepathprocessing.code.tex
File: pgfcorepathprocessing.code.tex 2008/10/09  (rcs-revision 1.8)
)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/basiclayer/
pgfcorearrows.code.tex
File: pgfcorearrows.code.tex 2008/04/23  (rcs-revision 1.11)
)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/basiclayer/
pgfcoreshade.code.tex
File: pgfcoreshade.code.tex 2008/11/23  (rcs-revision 1.13)
\pgf@max=\dimen162
\pgf@sys@shading@range@num=\count116
)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/basiclayer/
pgfcoreimage.code.tex
File: pgfcoreimage.code.tex 2010/03/25  (rcs-revision 1.16)

(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/basiclayer/
pgfcoreexternal.code.tex
File: pgfcoreexternal.code.tex 2010/09/01  (rcs-revision 1.17)
\pgfexternal@startupbox=\box39
))
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/basiclayer/
pgfcorelayers.code.tex
File: pgfcorelayers.code.tex 2010/08/27  (rcs-revision 1.2)
)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/basiclayer/
pgfcoretransparency.code.tex
File: pgfcoretransparency.code.tex 2008/01/17  (rcs-revision 1.2)
)
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/generic/pgf/basiclayer/
pgfcorepatterns.code.tex
File: pgfcorepatterns.code.tex 2009/07/02  (rcs-revision 1.3)
)))
(/Users/kannan/Library/texmf/tex/latex/pgf_2.10.tds/tex/latex/pgf/utilities/xxc
olor.sty
Package: xxcolor 2003/10/24 ver 0.1
\XC@nummixins=\count117
\XC@countmixins=\count118
) (/usr/local/texlive/2010/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2010/06/18 v6.81g Hypertext links for LaTeX

(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2010/04/26 v1.7 LaTeX kernel commands for general use (HO)
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
Package: kvsetkeys 2010/03/01 v1.9 Key value parser (HO)

(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2010/04/08 v1.3 Providing info/warning/message (HO)
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/etexcmds.sty
Package: etexcmds 2010/01/28 v1.3 Prefix for e-TeX command names (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/local/texlive/2010/texmf-dist/tex/generic/oberdiek/pdfescape.sty
Package: pdfescape 2010/03/01 v1.9 Provides hex, PDF name and string conversion
s (HO)

(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
Package: pdftexcmds 2010/04/01 v0.9 Utility functions of pdfTeX for LuaTeX (HO)


(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/ifluatex.sty
Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
)
Package pdftexcmds Info: LuaTeX not detected.
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
))
(/usr/local/texlive/2010/texmf-dist/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2009/01/23 v0.5 Provides ifxetex conditional
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/hycolor.sty
Package: hycolor 2009/12/12 v1.6 Color options of hyperref/bookmark (HO)

(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/xcolor-patch.sty
Package: xcolor-patch 2009/12/12 xcolor patch
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/letltxmacro.sty
Package: letltxmacro 2008/06/24 v1.3 Let assignment for LaTeX macros (HO)
)
\@linkdim=\dimen163
\Hy@linkcounter=\count119
\Hy@pagecounter=\count120

(/usr/local/texlive/2010/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2010/06/18 v6.81g Hyperref: PDFDocEncoding definition (HO)
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/intcalc.sty
Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO)
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/latexconfig/hyperref.cfg
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2010/02/22 v3.7 Keyval support for LaTeX options (HO)
)
Package hyperref Info: Option `bookmarks' set `true' on input line 3577.
Package hyperref Info: Option `bookmarksopen' set `true' on input line 3577.
Package hyperref Info: Option `implicit' set `false' on input line 3577.
Package hyperref Info: Hyper figures OFF on input line 3658.
Package hyperref Info: Link nesting OFF on input line 3663.
Package hyperref Info: Hyper index ON on input line 3666.
Package hyperref Info: Plain pages OFF on input line 3673.
Package hyperref Info: Backreferencing OFF on input line 3678.

Implicit mode OFF; no redefinition of LaTeX internals
Package hyperref Info: Bookmarks ON on input line 3874.
(/usr/local/texlive/2010/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip10
Package: url 2006/04/12  ver 3.3  Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 4159.

(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/bitset.sty
Package: bitset 2007/09/28 v1.0 Data type bit set (HO)

(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/bigintcalc.sty
Package: bigintcalc 2007/11/11 v1.1 Expandable big integer calculations (HO)
))
\Fld@menulength=\count121
\Field@Width=\dimen164
\Fld@charsize=\dimen165
\Field@toks=\toks25
Package hyperref Info: Hyper figures OFF on input line 5137.
Package hyperref Info: Link nesting OFF on input line 5142.
Package hyperref Info: Hyper index ON on input line 5145.
Package hyperref Info: backreferencing OFF on input line 5152.
Package hyperref Info: Link coloring OFF on input line 5157.
Package hyperref Info: Link coloring with OCG OFF on input line 5162.
Package hyperref Info: PDF/A mode OFF on input line 5167.
LaTeX Info: Redefining \ref on input line 5207.
LaTeX Info: Redefining \pageref on input line 5211.

(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/atbegshi.sty
Package: atbegshi 2010/03/25 v1.12 At begin shipout hook (HO)
)
\Hy@abspage=\count122

Hyperref stopped early
)
* hyperref using default driver hpdftex *
(/usr/local/texlive/2010/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2010/06/18 v6.81g Hyperref driver for pdfTeX

(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/atveryend.sty
Package: atveryend 2010/03/24 v1.5 Hooks at very end of document (HO)
Package atveryend Info: \enddocument detected (standard).
)
\Fld@listcount=\count123
\c@bookmark@seq@number=\count124

(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty
Package: rerunfilecheck 2010/03/16 v1.6 Rerun checks for auxiliary files (HO)

(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/uniquecounter.sty
Package: uniquecounter 2009/12/18 v1.1 Provides unlimited unique counter (HO)
)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
71.
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbaserequires.sty
Package: beamerbaserequires 2010/05/01  (rcs-revision efa082c6111d)

(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbasecompatibility.st
y
Package: beamerbasecompatibility 2010/07/12  (rcs-revision 6648c3177e4e)
) (/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbasefont.sty
Package: beamerbasefont 2010/05/10  (rcs-revision cd36e8a33c6b)

(/usr/local/texlive/2010/texmf-dist/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2009/06/22 v3.00

(/usr/local/texlive/2010/texmf-dist/tex/latex/amsfonts/amsfonts.sty
Package: amsfonts 2009/06/22 v3.00 Basic AMSFonts support
\@emptytoks=\toks26
\symAMSa=\mathgroup4
\symAMSb=\mathgroup5
LaTeX Font Info:    Overwriting math alphabet `\mathfrak' in version `bold'
(Font)                  U/euf/m/n --> U/euf/b/n on input line 96.
)))
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty
Package: beamerbasetranslator 2010/06/11  (rcs-revision 85fd1cc7fc42)

(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/translator/translator.sty
Package: translator 2010/06/12 ver 1.10

(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/translator/translator-lang
uage-mappings.tex)))
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbasemisc.sty
Package: beamerbasemisc 2010/06/06  (rcs-revision bff0a9294b45)
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbasetwoscreens.sty
Package: beamerbasetwoscreens 2010/05/01  (rcs-revision efa082c6111d)
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty
Package: beamerbaseoverlay 2010/05/07  (rcs-revision 5584dad462a9)
\beamer@argscount=\count125
\beamer@lastskipcover=\skip47
\beamer@trivlistdepth=\count126
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbasetitle.sty
Package: beamerbasetitle 2010/06/12  (rcs-revision 717e481ca47a)
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbasesection.sty
Package: beamerbasesection 2010/06/17  (rcs-revision e0d9401bb743)
\c@lecture=\count127
\c@part=\count128
\c@section=\count129
\c@subsection=\count130
\c@subsubsection=\count131
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbaseframe.sty
Package: beamerbaseframe 2010/06/06  (rcs-revision bff0a9294b45)
\beamer@framebox=\box40
\beamer@frametitlebox=\box41
\beamer@zoombox=\box42
\beamer@zoomcount=\count132
\beamer@zoomframecount=\count133
\beamer@frametextheight=\dimen166
\c@subsectionslide=\count134
\beamer@frametopskip=\skip48
\beamer@framebottomskip=\skip49
\beamer@frametopskipautobreak=\skip50
\beamer@framebottomskipautobreak=\skip51
\beamer@envbody=\toks27
\c@framenumber=\count135
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbaseverbatim.sty
Package: beamerbaseverbatim 2010/05/01  (rcs-revision efa082c6111d)
\beamer@verbatimfileout=\write4
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbaseframesize.sty
Package: beamerbaseframesize 2010/06/27  (rcs-revision 6baa2d92e6f1)
\beamer@splitbox=\box43
\beamer@autobreakcount=\count136
\beamer@autobreaklastheight=\dimen167
\beamer@frametitletoks=\toks28
\beamer@framesubtitletoks=\toks29
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.
sty
Package: beamerbaseframecomponents 2010/07/12  (rcs-revision 09e82992d9b1)
\beamer@footins=\box44
) (/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbasecolor.sty
Package: beamerbasecolor 2010/06/06  (rcs-revision d1a9b48be06d)
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbasenotes.sty
Package: beamerbasenotes 2010/05/01  (rcs-revision efa082c6111d)
\beamer@frameboxcopy=\box45
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbasetoc.sty
Package: beamerbasetoc 2010/06/11  (rcs-revision 242ecaa6783b)
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbasetemplates.sty
Package: beamerbasetemplates 2010/05/01  (rcs-revision efa082c6111d)
\beamer@sbttoks=\toks30

(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty
Package: beamerbaseauxtemplates 2010/05/01  (rcs-revision efa082c6111d)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbaseboxes.sty
Package: beamerbaseboxes 2010/05/01  (rcs-revision efa082c6111d)
\bmb@box=\box46
\bmb@colorbox=\box47
\bmb@boxshadow=\box48
\bmb@boxshadowball=\box49
\bmb@boxshadowballlarge=\box50
\bmb@temp=\dimen168
\bmb@dima=\dimen169
\bmb@dimb=\dimen170
\bmb@prevheight=\dimen171
)
\beamer@blockheadheight=\dimen172
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.s
ty
Package: beamerbaselocalstructure 2010/06/01  (rcs-revision 81f9e33f7cc2)
 (/usr/local/texlive/2010/texmf-dist/tex/latex/tools/enumerate.sty
Package: enumerate 1999/03/05 v3.00 enumerate extensions (DPC)
\@enLab=\toks31
)
\c@figure=\count137
\c@table=\count138
\abovecaptionskip=\skip52
\belowcaptionskip=\skip53
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbasenavigation.sty
Package: beamerbasenavigation 2010/05/01  (rcs-revision efa082c6111d)
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbasetheorems.sty
Package: beamerbasetheorems 2010/06/06  (rcs-revision 7e7cc5e53e9d)

(/usr/local/texlive/2010/texmf-dist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2000/07/18 v2.13 AMS math features
\@mathmargin=\skip54

For additional information on amsmath, use the `?' option.
(/usr/local/texlive/2010/texmf-dist/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01

(/usr/local/texlive/2010/texmf-dist/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0
\@emptytoks=\toks32
\ex@=\dimen173
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d
\pmbraise@=\dimen174
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/amsmath/amsopn.sty
Package: amsopn 1999/12/14 v2.01 operator names
)
\inf@bad=\count139
LaTeX Info: Redefining \frac on input line 211.
\uproot@=\count140
\leftroot@=\count141
LaTeX Info: Redefining \overline on input line 307.
\classnum@=\count142
\DOTSCASE@=\count143
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@=\box51
\strutbox@=\box52
\big@size=\dimen175
LaTeX Font Info:    Redeclaring font encoding OML on input line 567.
LaTeX Font Info:    Redeclaring font encoding OMS on input line 568.
\macc@depth=\count144
\c@MaxMatrixCols=\count145
\dotsspace@=\muskip11
\c@parentequation=\count146
\dspbrk@lvl=\count147
\tag@help=\toks33
\row@=\count148
\column@=\count149
\maxfields@=\count150
\andhelp@=\toks34
\eqnshift@=\dimen176
\alignsep@=\dimen177
\tagshift@=\dimen178
\tagwidth@=\dimen179
\totwidth@=\dimen180
\lineht@=\dimen181
\@envbody=\toks35
\multlinegap=\skip55
\multlinetaggap=\skip56
\mathdisplay@stack=\toks36
LaTeX Info: Redefining \[ on input line 2666.
LaTeX Info: Redefining \] on input line 2667.
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/amscls/amsthm.sty
Package: amsthm 2004/08/06 v2.20
\thm@style=\toks37
\thm@bodyfont=\toks38
\thm@headfont=\toks39
\thm@notefont=\toks40
\thm@headpunct=\toks41
\thm@preskip=\skip57
\thm@postskip=\skip58
\thm@headsep=\skip59
\dth@everypar=\toks42
)
\c@theorem=\count151
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/beamerbasethemes.sty
Package: beamerbasethemes 2010/05/01  (rcs-revision efa082c6111d)
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/themes/theme/beamerthemede
fault.sty
Package: beamerthemedefault 2010/06/17  (rcs-revision d02a7cf4d8ae)

(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/themes/font/beamerfontthem
edefault.sty
Package: beamerfontthemedefault 2010/06/17  (rcs-revision d02a7cf4d8ae)
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/themes/color/beamercolorth
emedefault.sty
Package: beamercolorthemedefault 2010/06/17  (rcs-revision d02a7cf4d8ae)
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerth
emedefault.sty
Package: beamerinnerthemedefault 2010/06/17  (rcs-revision d02a7cf4d8ae)
\beamer@dima=\dimen182
\beamer@dimb=\dimen183
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/themes/outer/beamerouterth
emedefault.sty
Package: beamerouterthemedefault 2010/06/17  (rcs-revision d02a7cf4d8ae)
)))
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/themes/theme/compatibility
/beamerthemesplit.sty
Package: beamerthemesplit 2010/06/17  (rcs-revision d02a7cf4d8ae)

(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/themes/color/beamercolorth
emewhale.sty
Package: beamercolorthemewhale 2010/06/17  (rcs-revision d02a7cf4d8ae)
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/themes/outer/beamerouterth
emesplit.sty
Package: beamerouterthemesplit 2010/06/17  (rcs-revision d02a7cf4d8ae)
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/themes/font/beamerfontthem
estructurebold.sty
Package: beamerfontthemestructurebold 2010/06/17  (rcs-revision d02a7cf4d8ae)
))
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/themes/theme/compatibility
/beamerthemeshadow.sty
Package: beamerthemeshadow 2010/06/17  (rcs-revision d02a7cf4d8ae)

(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerth
emerounded.sty
Package: beamerinnerthemerounded 2010/06/17  (rcs-revision d02a7cf4d8ae)
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/themes/color/beamercolorth
emeorchid.sty
Package: beamercolorthemeorchid 2010/06/17  (rcs-revision d02a7cf4d8ae)
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/themes/outer/beamerouterth
emeshadow.sty
Package: beamerouterthemeshadow 2010/06/17  (rcs-revision d02a7cf4d8ae)
)) (./02-slide.aux)
\openout1 = `02-slide.aux'.

LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 15.
LaTeX Font Info:    ... okay on input line 15.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 15.
LaTeX Font Info:    ... okay on input line 15.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 15.
LaTeX Font Info:    ... okay on input line 15.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 15.
LaTeX Font Info:    ... okay on input line 15.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 15.
LaTeX Font Info:    ... okay on input line 15.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 15.
LaTeX Font Info:    ... okay on input line 15.
LaTeX Font Info:    Checking defaults for PD1/pdf/m/n on input line 15.
LaTeX Font Info:    ... okay on input line 15.

*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
*geometry* verbose mode - [ preamble ] result:
* driver: pdftex
* paper: custom
* layout: <same size as paper>
* layoutoffset:(h,v)=(0.0pt,0.0pt)
* modes: includehead includefoot 
* h-part:(L,W,R)=(0.0pt, 357.08218pt, 7.11317pt)
* v-part:(T,H,B)=(0.0pt, 273.14662pt, 0.0pt)
* \paperwidth=364.19536pt
* \paperheight=273.14662pt
* \textwidth=357.08218pt
* \textheight=244.6939pt
* \oddsidemargin=-72.26999pt
* \evensidemargin=-72.26999pt
* \topmargin=-72.26999pt
* \headheight=14.22636pt
* \headsep=0.0pt
* \topskip=17.0pt
* \footskip=14.22636pt
* \marginparwidth=2.0pt
* \marginparsep=12.0pt
* \columnsep=10.0pt
* \skip\footins=14.0pt plus 5.0pt minus 3.0pt
* \hoffset=0.0pt
* \voffset=0.0pt
* \mag=1000
* \@twocolumnfalse
* \@twosidefalse
* \@mparswitchfalse
* \@reversemarginfalse
* (1in=72.27pt=25.4mm, 1cm=28.453pt)

(/usr/local/texlive/2010/texmf-dist/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count152
\scratchdimen=\dimen184
\scratchbox=\box53
\nofMPsegments=\count153
\nofMParguments=\count154
\everyMPshowfont=\toks43
\MPscratchCnt=\count155
\MPscratchDim=\dimen185
\MPnumerator=\count156
\everyMPtoPDFconversion=\toks44
) (/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf

(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/grfext.sty
Package: grfext 2007/09/30 v1.0 Managing graphics extensions (HO)
)
Package grfext Info: Graphics extension search list:
(grfext)             [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPE
G,.JBIG2,.JB2,.eps]
(grfext)             \AppendGraphicsExtensions on input line 436.

(/usr/local/texlive/2010/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
e
))
ABD: EveryShipout initializing macros
\AtBeginShipoutBox=\box54
Package hyperref Info: Link coloring OFF on input line 15.

(/usr/local/texlive/2010/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2010/04/30 v2.40 Cross-referencing by name of section

(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/refcount.sty
Package: refcount 2008/08/11 v3.1 Data extraction from references (HO)
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/gettitlestring.sty
Package: gettitlestring 2009/12/18 v1.3 Cleanup title references (HO)
)
\c@section@level=\count157
)
LaTeX Info: Redefining \ref on input line 15.
LaTeX Info: Redefining \pageref on input line 15.
LaTeX Info: Redefining \nameref on input line 15.

(./02-slide.out) (./02-slide.out)
\@outlinefile=\write5
\openout5 = `02-slide.out'.

LaTeX Font Info:    Overwriting symbol font `operators' in version `normal'
(Font)                  OT1/cmr/m/n --> OT1/cmss/m/n on input line 15.
LaTeX Font Info:    Overwriting symbol font `operators' in version `bold'
(Font)                  OT1/cmr/bx/n --> OT1/cmss/bx/n on input line 15.
\symnumbers=\mathgroup6
\sympureletters=\mathgroup7
LaTeX Font Info:    Overwriting math alphabet `\mathrm' in version `normal'
(Font)                  OT1/cmss/m/n --> OT1/cmr/m/n on input line 15.
LaTeX Font Info:    Redeclaring math alphabet \mathbf on input line 15.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `normal'
(Font)                  OT1/cmr/bx/n --> OT1/cmss/bx/n on input line 15.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `bold'
(Font)                  OT1/cmr/bx/n --> OT1/cmss/bx/n on input line 15.
LaTeX Font Info:    Redeclaring math alphabet \mathsf on input line 15.
LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `normal'
(Font)                  OT1/cmss/m/n --> OT1/cmss/m/n on input line 15.
LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `bold'
(Font)                  OT1/cmss/bx/n --> OT1/cmss/m/n on input line 15.
LaTeX Font Info:    Redeclaring math alphabet \mathit on input line 15.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `normal'
(Font)                  OT1/cmr/m/it --> OT1/cmss/m/it on input line 15.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `bold'
(Font)                  OT1/cmr/bx/it --> OT1/cmss/m/it on input line 15.
LaTeX Font Info:    Redeclaring math alphabet \mathtt on input line 15.
LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `normal'
(Font)                  OT1/cmtt/m/n --> OT1/cmtt/m/n on input line 15.
LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `bold'
(Font)                  OT1/cmtt/m/n --> OT1/cmtt/m/n on input line 15.
LaTeX Font Info:    Overwriting symbol font `numbers' in version `bold'
(Font)                  OT1/cmss/m/n --> OT1/cmss/bx/n on input line 15.
LaTeX Font Info:    Overwriting symbol font `pureletters' in version `bold'
(Font)                  OT1/cmss/m/it --> OT1/cmss/bx/it on input line 15.
LaTeX Font Info:    Overwriting math alphabet `\mathrm' in version `bold'
(Font)                  OT1/cmss/bx/n --> OT1/cmr/bx/n on input line 15.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `bold'
(Font)                  OT1/cmss/bx/n --> OT1/cmss/bx/n on input line 15.
LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `bold'
(Font)                  OT1/cmss/m/n --> OT1/cmss/bx/n on input line 15.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `bold'
(Font)                  OT1/cmss/m/it --> OT1/cmss/bx/it on input line 15.
LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `bold'
(Font)                  OT1/cmtt/m/n --> OT1/cmtt/bx/n on input line 15.

(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/translator/dicts/translato
r-basic-dictionary/translator-basic-dictionary-English.dict
Dictionary: translator-basic-dictionary, Language: English 
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/translator/dicts/translato
r-bibliography-dictionary/translator-bibliography-dictionary-English.dict
Dictionary: translator-bibliography-dictionary, Language: English 
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/translator/dicts/translato
r-environment-dictionary/translator-environment-dictionary-English.dict
Dictionary: translator-environment-dictionary, Language: English 
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/translator/dicts/translato
r-months-dictionary/translator-months-dictionary-English.dict
Dictionary: translator-months-dictionary, Language: English 
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/translator/dicts/translato
r-numbers-dictionary/translator-numbers-dictionary-English.dict
Dictionary: translator-numbers-dictionary, Language: English 
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/beamer/translator/dicts/translato
r-theorem-dictionary/translator-theorem-dictionary-English.dict
Dictionary: translator-theorem-dictionary, Language: English 
)
(./02-slide.nav)

Package hyperref Warning: Option `pdfauthor' has already been used,
(hyperref)                setting the option has no effect on input line 28.


Overfull \vbox (66.56535pt too high) detected at line 32
 []


LaTeX Font Warning: Font shape `OT1/cmss/bx/n' in size <4> not available
(Font)              size <5> substituted on input line 32.

<FOSSEE.jpeg, id=16, 159.59625pt x 60.225pt>
File: FOSSEE.jpeg Graphic file (type jpg)
 <use FOSSEE.jpeg>
<ST-logo.jpeg, id=17, 183.21971pt x 183.21971pt>
File: ST-logo.jpeg Graphic file (type jpg)
 <use ST-logo.jpeg>

LaTeX Font Warning: Font shape `OT1/cmss/m/n' in size <4> not available
(Font)              size <5> substituted on input line 32.


Overfull \hbox (0.89719pt too wide) has occurred while \output is active
 [][][][]  
 []

[1

{/usr/local/texlive/2010/texmf-var/fonts/map/pdftex/updmap/pdftex.map} <./FOSSE
E.jpeg> <./ST-logo.jpeg>]
File: FOSSEE.jpeg Graphic file (type jpg)
 <use FOSSEE.jpeg>
File: ST-logo.jpeg Graphic file (type jpg)
 <use ST-logo.jpeg>
Overfull \hbox (0.89719pt too wide) has occurred while \output is active
 [][][][]  
 []

[2

]
File: FOSSEE.jpeg Graphic file (type jpg)
 <use FOSSEE.jpeg>
File: ST-logo.jpeg Graphic file (type jpg)
 <use ST-logo.jpeg>
Overfull \hbox (0.89719pt too wide) has occurred while \output is active
 [][][][]  
 []

[3

] <figures/shield-crop.jpg, id=109, 348.30125pt x 236.885pt>
File: figures/shield-crop.jpg Graphic file (type jpg)

<use figures/shield-crop.jpg>
Overfull \vbox (3.04439pt too high) detected at line 61
 []

File: FOSSEE.jpeg Graphic file (type jpg)
<use FOSSEE.jpeg>
File: ST-logo.jpeg Graphic file (type jpg)
 <use ST-logo.jpeg>
Overfull \hbox (0.89719pt too wide) has occurred while \output is active
 [][][][]  
 []

[4

 <./figures/shield-crop.jpg>]
<figures/cable.png, id=137, 308.65312pt x 228.855pt>
File: figures/cable.png Graphic file (type png)
 <use figures/cable.png>
Overfull \vbox (22.76805pt too high) detected at line 68
 []

File: FOSSEE.jpeg Graphic file (type jpg)
<use FOSSEE.jpeg>
File: ST-logo.jpeg Graphic file (type jpg)
 <use ST-logo.jpeg>
Overfull \hbox (0.89719pt too wide) has occurred while \output is active
 [][][][]  
 []

[5

 <./figures/cable.png>] <figures/USB.jpg, id=166, 4223.78pt x 3131.7pt>
File: figures/USB.jpg Graphic file (type jpg)

<use figures/USB.jpg>
Overfull \vbox (22.72432pt too high) detected at line 75
 []

File: FOSSEE.jpeg Graphic file (type jpg)
<use FOSSEE.jpeg>
File: ST-logo.jpeg Graphic file (type jpg)
 <use ST-logo.jpeg>
Overfull \hbox (0.89719pt too wide) has occurred while \output is active
 [][][][]  
 []

[6

 <./figures/USB.jpg>] <figures/LED.jpg, id=193, 4223.78pt x 3131.7pt>
File: figures/LED.jpg Graphic file (type jpg)

<use figures/LED.jpg>
Overfull \vbox (22.72432pt too high) detected at line 82
 []

File: FOSSEE.jpeg Graphic file (type jpg)
<use FOSSEE.jpeg>
File: ST-logo.jpeg Graphic file (type jpg)
 <use ST-logo.jpeg>
Overfull \hbox (0.89719pt too wide) has occurred while \output is active
 [][][][]  
 []

[7

 <./figures/LED.jpg>]
File: FOSSEE.jpeg Graphic file (type jpg)
 <use FOSSEE.jpeg>
File: ST-logo.jpeg Graphic file (type jpg)
 <use ST-logo.jpeg>
Overfull \hbox (0.89719pt too wide) has occurred while \output is active
 [][][][]  
 []

[8

]
File: FOSSEE.jpeg Graphic file (type jpg)
 <use FOSSEE.jpeg>
File: ST-logo.jpeg Graphic file (type jpg)
 <use ST-logo.jpeg>
Overfull \hbox (0.89719pt too wide) has occurred while \output is active
 [][][][]  
 []

[9

]
File: FOSSEE.jpeg Graphic file (type jpg)
 <use FOSSEE.jpeg>
File: ST-logo.jpeg Graphic file (type jpg)
 <use ST-logo.jpeg>
Overfull \hbox (0.89719pt too wide) has occurred while \output is active
 [][][][]  
 []

[10

]
File: FOSSEE.jpeg Graphic file (type jpg)
 <use FOSSEE.jpeg>
File: ST-logo.jpeg Graphic file (type jpg)
 <use ST-logo.jpeg>
Overfull \hbox (0.89719pt too wide) has occurred while \output is active
 [][][][]  
 []

[11

]
File: FOSSEE.jpeg Graphic file (type jpg)
 <use FOSSEE.jpeg>
File: ST-logo.jpeg Graphic file (type jpg)
 <use ST-logo.jpeg>
Overfull \hbox (0.89719pt too wide) has occurred while \output is active
 [][][][]  
 []

[12

]
File: FOSSEE.jpeg Graphic file (type jpg)
 <use FOSSEE.jpeg>
File: ST-logo.jpeg Graphic file (type jpg)
 <use ST-logo.jpeg>
Overfull \hbox (0.89719pt too wide) has occurred while \output is active
 [][][][]  
 []

[13

]
File: FOSSEE.jpeg Graphic file (type jpg)
 <use FOSSEE.jpeg>
File: ST-logo.jpeg Graphic file (type jpg)
 <use ST-logo.jpeg>
Overfull \hbox (0.89719pt too wide) has occurred while \output is active
 [][][][]  
 []

[14

]
File: FOSSEE.jpeg Graphic file (type jpg)
 <use FOSSEE.jpeg>
File: ST-logo.jpeg Graphic file (type jpg)
 <use ST-logo.jpeg>
Overfull \hbox (0.89719pt too wide) has occurred while \output is active
 [][][][]  
 []

[15

]
File: FOSSEE.jpeg Graphic file (type jpg)
 <use FOSSEE.jpeg>
File: ST-logo.jpeg Graphic file (type jpg)
 <use ST-logo.jpeg>
Overfull \hbox (0.89719pt too wide) has occurred while \output is active
 [][][][]  
 []

[16

]
File: FOSSEE.jpeg Graphic file (type jpg)
 <use FOSSEE.jpeg>
File: ST-logo.jpeg Graphic file (type jpg)
 <use ST-logo.jpeg>
Overfull \hbox (0.89719pt too wide) has occurred while \output is active
 [][][][]  
 []

[17

]
File: FOSSEE.jpeg Graphic file (type jpg)
 <use FOSSEE.jpeg>
File: ST-logo.jpeg Graphic file (type jpg)
 <use ST-logo.jpeg>
Overfull \hbox (0.89719pt too wide) has occurred while \output is active
 [][][][]  
 []

[18

]
\tf@nav=\write6
\openout6 = `02-slide.nav'.

\tf@toc=\write7
\openout7 = `02-slide.toc'.

\tf@snm=\write8
\openout8 = `02-slide.snm'.

Package atveryend Info: Empty hook `BeforeClearDocument' on input line 181.
Package atveryend Info: Empty hook `AfterLastShipout' on input line 181.
 (./02-slide.aux)
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 181.
Package rerunfilecheck Info: File `02-slide.out' has not changed.
(rerunfilecheck)             Checksum: D41D8CD98F00B204E9800998ECF8427E;0.


LaTeX Font Warning: Size substitutions with differences
(Font)              up to 1.0pt have occurred.

 ) 
Here is how much of TeX's memory you used:
 15389 strings out of 493747
 293830 string characters out of 3143546
 359371 words of memory out of 3000000
 18225 multiletter control sequences out of 15000+200000
 6915 words of font info for 25 fonts, out of 3000000 for 9000
 715 hyphenation exceptions out of 8191
 55i,16n,57p,465b,556s stack positions out of 5000i,500n,10000p,200000b,50000s
</usr/local/texlive/2010/texmf-dist/fonts/type1/public/amsfonts/cm/cmss17.pfb
></usr/local/texlive/2010/texmf-dist/fonts/type1/public/amsfonts/cm/cmssbx10.pf
b>
Output written on 02-slide.pdf (18 pages, 3201673 bytes).
PDF statistics:
 529 PDF objects out of 1000 (max. 8388607)
 484 compressed objects within 5 object streams
 37 named destinations out of 1000 (max. 500000)
 99 words of extra memory for PDF output out of 10000 (max. 10000000)