-
Notifications
You must be signed in to change notification settings - Fork 0
/
mythesis.log
943 lines (832 loc) · 42.4 KB
/
mythesis.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
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=pdflatex 2022.3.12) 29 APR 2022 15:12
entering extended mode
restricted \write18 enabled.
file:line:error style messages enabled.
%&-line parsing enabled.
**/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/mythesis.tex
(/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/mythesis.tex
LaTeX2e <2020-10-01> patch level 4
L3 programming layer <2021-02-18> (/usr/local/texlive/2021/texmf-dist/tex/latex/base/report.cls
Document Class: report 2020/04/10 v1.4m Standard LaTeX document class
(/usr/local/texlive/2021/texmf-dist/tex/latex/base/size12.clo
File: size12.clo 2020/04/10 v1.4m Standard LaTeX file (size option)
)
\c@part=\count179
\c@chapter=\count180
\c@section=\count181
\c@subsection=\count182
\c@subsubsection=\count183
\c@paragraph=\count184
\c@subparagraph=\count185
\c@figure=\count186
\c@table=\count187
\abovecaptionskip=\skip47
\belowcaptionskip=\skip48
\bibindent=\dimen138
) (/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/cuthesis.sty
Concordia University Thesis Style, Steve Malowany <10 Jan 1992>
revised by Stan Swiercz <28 Mar 1995>
revised by Patrice Chalin <12 Sep 1995>
revised by Stan Swiercz <24 Sep 1996>
revised by Suo Tan <20 Oct 2015>
revised by Xavier de Carne de Carnavalet <14 Aug 2019>
(/usr/local/texlive/2021/texmf-dist/tex/latex/setspace/setspace.sty
Package: setspace 2011/12/19 v6.7a set line spacing
)) (/usr/local/texlive/2021/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2021/03/24 3.56 The Babel package
(/usr/local/texlive/2021/texmf-dist/tex/generic/babel/babel.def
File: babel.def 2021/03/24 3.56 Babel common definitions
\babel@savecnt=\count188
\U@D=\dimen139
\l@babelnohyphens=\language87
(/usr/local/texlive/2021/texmf-dist/tex/generic/babel/txtbabel.def)
\bbl@readstream=\read2
)
\bbl@dirlevel=\count189
(/usr/local/texlive/2021/texmf-dist/tex/generic/babel-english/english.ldf
Language: english 2017/06/06 v3.3r English support from the babel system
Package babel Info: \l@canadian = using hyphenrules for english
(babel) (\language0) on input line 102.
Package babel Info: \l@australian = using hyphenrules for ukenglish
(babel) (\language21) on input line 105.
Package babel Info: \l@newzealand = using hyphenrules for ukenglish
(babel) (\language21) on input line 108.
)) (/usr/local/texlive/2021/texmf-dist/tex/latex/cm-super/type1ec.sty
Package: type1ec 2002/09/07 v1.1 Type1 EC font definitions (for CM-Super fonts)
(/usr/local/texlive/2021/texmf-dist/tex/latex/base/t1cmr.fd
File: t1cmr.fd 2019/12/16 v2.5j Standard LaTeX font definitions
)) (/usr/local/texlive/2021/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2020/08/10 v2.0s Standard LaTeX package
) (/usr/local/texlive/2021/texmf-dist/tex/latex/psnfss/times.sty
Package: times 2020/03/25 PSNFSS-v9.3 (SPQR)
) (/usr/local/texlive/2021/texmf-dist/tex/latex/appendix/appendix.sty
Package: appendix 2020/02/08 v1.2c extra appendix facilities
\c@@pps=\count190
\c@@ppsavesec=\count191
\c@@ppsaveapp=\count192
) (/usr/local/texlive/2021/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 2020/09/09 v1.2b Enhanced LaTeX Graphics (DPC,SPQR)
(/usr/local/texlive/2021/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
\KV@toks@=\toks15
) (/usr/local/texlive/2021/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2020/08/30 v1.4c Standard LaTeX Graphics (DPC,SPQR)
(/usr/local/texlive/2021/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
) (/usr/local/texlive/2021/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
)
Package graphics Info: Driver file: pdftex.def on input line 105.
(/usr/local/texlive/2021/texmf-dist/tex/latex/graphics-def/pdftex.def
File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex
))
\Gin@req@height=\dimen140
\Gin@req@width=\dimen141
) (/usr/local/texlive/2021/texmf-dist/tex/latex/caption/caption.sty
Package: caption 2020/10/26 v3.5g Customizing captions (AR)
(/usr/local/texlive/2021/texmf-dist/tex/latex/caption/caption3.sty
Package: caption3 2020/10/21 v2.2e caption3 kernel (AR)
\captionmargin=\dimen142
\captionmargin@=\dimen143
\captionwidth=\dimen144
\caption@tempdima=\dimen145
\caption@indent=\dimen146
\caption@parindent=\dimen147
\caption@hangindent=\dimen148
Package caption Info: Standard document class detected.
)
\c@caption@flags=\count193
\c@continuedfloat=\count194
) (/usr/local/texlive/2021/texmf-dist/tex/latex/tools/tabularx.sty
Package: tabularx 2020/01/15 v2.11c `tabularx' package (DPC)
(/usr/local/texlive/2021/texmf-dist/tex/latex/tools/array.sty
Package: array 2020/10/01 v2.5c Tabular extension package (FMi)
\col@sep=\dimen149
\ar@mcellbox=\box47
\extrarowheight=\dimen150
\NC@list=\toks16
\extratabsurround=\skip49
\backup@length=\skip50
\ar@cellbox=\box48
)
\TX@col@width=\dimen151
\TX@old@table=\dimen152
\TX@old@col=\dimen153
\TX@target=\dimen154
\TX@delta=\dimen155
\TX@cols=\count195
\TX@ftn=\toks17
) (/usr/local/texlive/2021/texmf-dist/tex/latex/booktabs/booktabs.sty
Package: booktabs 2020/01/12 v1.61803398 Publication quality tables
\heavyrulewidth=\dimen156
\lightrulewidth=\dimen157
\cmidrulewidth=\dimen158
\belowrulesep=\dimen159
\belowbottomsep=\dimen160
\aboverulesep=\dimen161
\abovetopsep=\dimen162
\cmidrulesep=\dimen163
\cmidrulekern=\dimen164
\defaultaddspace=\dimen165
\@cmidla=\count196
\@cmidlb=\count197
\@aboverulesep=\dimen166
\@belowrulesep=\dimen167
\@thisruleclass=\count198
\@lastruleclass=\count199
\@thisrulewidth=\dimen168
) (/usr/local/texlive/2021/texmf-dist/tex/latex/csquotes/csquotes.sty
Package: csquotes 2021-02-22 v5.2l context-sensitive quotations (JAW)
(/usr/local/texlive/2021/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW)
\etb@tempcnta=\count266
)
\csq@reset=\count267
\csq@gtype=\count268
\csq@glevel=\count269
\csq@qlevel=\count270
\csq@maxlvl=\count271
\csq@tshold=\count272
\csq@ltx@everypar=\toks18
(/usr/local/texlive/2021/texmf-dist/tex/latex/csquotes/csquotes.def
File: csquotes.def 2021-02-22 v5.2l csquotes generic definitions (JAW)
)
Package csquotes Info: Trying to load configuration file 'csquotes.cfg'...
Package csquotes Info: ... configuration file loaded successfully.
(/usr/local/texlive/2021/texmf-dist/tex/latex/csquotes/csquotes.cfg
File: csquotes.cfg
)) (/usr/local/texlive/2021/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip16
Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
) (/usr/local/texlive/2021/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2021-02-27 v7.00k Hypertext links for LaTeX
(/usr/local/texlive/2021/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO)
) (/usr/local/texlive/2021/texmf-dist/tex/generic/iftex/iftex.sty
Package: iftex 2020/03/06 v1.0d TeX engine tests
) (/usr/local/texlive/2021/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO)
(/usr/local/texlive/2021/texmf-dist/tex/generic/infwarerr/infwarerr.sty
Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
)
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
) (/usr/local/texlive/2021/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty
Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO)
) (/usr/local/texlive/2021/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO)
) (/usr/local/texlive/2021/texmf-dist/tex/generic/pdfescape/pdfescape.sty
Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO)
) (/usr/local/texlive/2021/texmf-dist/tex/latex/hycolor/hycolor.sty
Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO)
) (/usr/local/texlive/2021/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty
Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO)
) (/usr/local/texlive/2021/texmf-dist/tex/latex/auxhook/auxhook.sty
Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO)
) (/usr/local/texlive/2021/texmf-dist/tex/latex/kvoptions/kvoptions.sty
Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO)
)
\@linkdim=\dimen169
\Hy@linkcounter=\count273
\Hy@pagecounter=\count274
(/usr/local/texlive/2021/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2021-02-27 v7.00k Hyperref: PDFDocEncoding definition (HO)
Now handling font encoding PD1 ...
... no UTF-8 mapping file for font encoding PD1
) (/usr/local/texlive/2021/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def
File: hyperref-langpatches.def 2021-02-27 v7.00k Hyperref: patches for babel languages
) (/usr/local/texlive/2021/texmf-dist/tex/generic/intcalc/intcalc.sty
Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO)
) (/usr/local/texlive/2021/texmf-dist/tex/generic/etexcmds/etexcmds.sty
Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO)
)
\Hy@SavedSpaceFactor=\count275
(/usr/local/texlive/2021/texmf-dist/tex/latex/hyperref/puenc.def
File: puenc.def 2021-02-27 v7.00k Hyperref: PDF Unicode definition (HO)
Now handling font encoding PU ...
... no UTF-8 mapping file for font encoding PU
)
Package hyperref Info: Option `final' set `true' on input line 4073.
Package hyperref Info: Hyper figures OFF on input line 4192.
Package hyperref Info: Link nesting OFF on input line 4197.
Package hyperref Info: Hyper index ON on input line 4200.
Package hyperref Info: Plain pages OFF on input line 4207.
Package hyperref Info: Backreferencing OFF on input line 4212.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks ON on input line 4445.
\c@Hy@tempcnt=\count276
LaTeX Info: Redefining \url on input line 4804.
\XeTeXLinkMargin=\dimen170
(/usr/local/texlive/2021/texmf-dist/tex/generic/bitset/bitset.sty
Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO)
(/usr/local/texlive/2021/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty
Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO)
))
\Fld@menulength=\count277
\Field@Width=\dimen171
\Fld@charsize=\dimen172
Package hyperref Info: Hyper figures OFF on input line 6075.
Package hyperref Info: Link nesting OFF on input line 6080.
Package hyperref Info: Hyper index ON on input line 6083.
Package hyperref Info: backreferencing OFF on input line 6090.
Package hyperref Info: Link coloring OFF on input line 6095.
Package hyperref Info: Link coloring with OCG OFF on input line 6100.
Package hyperref Info: PDF/A mode OFF on input line 6105.
LaTeX Info: Redefining \ref on input line 6145.
LaTeX Info: Redefining \pageref on input line 6149.
(/usr/local/texlive/2021/texmf-dist/tex/latex/base/atbegshi-ltx.sty
Package: atbegshi-ltx 2020/08/17 v1.0a Emulation of the original atbegshi package
with kernel methods
)
\Hy@abspage=\count278
\c@Item=\count279
\c@Hfootnote=\count280
)
Package hyperref Info: Driver (autodetected): hpdftex.
(/usr/local/texlive/2021/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2021-02-27 v7.00k Hyperref driver for pdfTeX
(/usr/local/texlive/2021/texmf-dist/tex/latex/base/atveryend-ltx.sty
Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atvery package
with kernel methods
)
\Fld@listcount=\count281
\c@bookmark@seq@number=\count282
(/usr/local/texlive/2021/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO)
(/usr/local/texlive/2021/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO)
)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 286.
)
\Hy@SectionHShift=\skip51
)
Package hyperref Info: Option `colorlinks' set `true' on input line 33.
Package hyperref Info: Option `breaklinks' set `true' on input line 33.
(/usr/local/texlive/2021/texmf-dist/tex/latex/blindtext/blindtext.sty
Package: blindtext 2012/01/06 V2.0 blindtext-Package
(/usr/local/texlive/2021/texmf-dist/tex/latex/tools/xspace.sty
Package: xspace 2014/10/28 v1.13 Space after command names (DPC,MH)
)
\c@blindtext=\count283
\c@Blindtext=\count284
\c@blind@countparstart=\count285
\blind@countxx=\count286
\blindtext@numBlindtext=\count287
\blind@countyy=\count288
\c@blindlist=\count289
\c@blindlistlevel=\count290
\c@blindlist@level=\count291
\blind@listitem=\count292
\c@blind@listcount=\count293
\c@blind@levelcount=\count294
\blind@mathformula=\count295
\blind@Mathformula=\count296
\c@blind@randomcount=\count297
\c@blind@randommax=\count298
\c@blind@pangramcount=\count299
\c@blind@pangrammax=\count300
) (/usr/local/texlive/2021/texmf-dist/tex/latex/adjustbox/adjustbox.sty
Package: adjustbox 2020/08/19 v1.3 Adjusting TeX boxes (trim, clip, ...)
(/usr/local/texlive/2021/texmf-dist/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2020/11/20 v2.8 package option processing (HA)
(/usr/local/texlive/2021/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/local/texlive/2021/texmf-dist/tex/generic/xkeyval/xkvutils.tex
\XKV@toks=\toks19
\XKV@tempa@toks=\toks20
)
\XKV@depth=\count301
File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
)) (/usr/local/texlive/2021/texmf-dist/tex/latex/adjustbox/adjcalc.sty
Package: adjcalc 2012/05/16 v1.1 Provides advanced setlength with multiple back-ends (calc, etex, pgfmath)
) (/usr/local/texlive/2021/texmf-dist/tex/latex/adjustbox/trimclip.sty
Package: trimclip 2020/08/19 v1.2 Trim and clip general TeX material
(/usr/local/texlive/2021/texmf-dist/tex/latex/collectbox/collectbox.sty
Package: collectbox 2012/05/17 v0.4b Collect macro arguments as boxes
\collectedbox=\box49
)
\tc@llx=\dimen173
\tc@lly=\dimen174
\tc@urx=\dimen175
\tc@ury=\dimen176
Package trimclip Info: Using driver 'tc-pdftex.def'.
(/usr/local/texlive/2021/texmf-dist/tex/latex/adjustbox/tc-pdftex.def
File: tc-pdftex.def 2019/01/04 v2.2 Clipping driver for pdftex
))
\adjbox@Width=\dimen177
\adjbox@Height=\dimen178
\adjbox@Depth=\dimen179
\adjbox@Totalheight=\dimen180
\adjbox@pwidth=\dimen181
\adjbox@pheight=\dimen182
\adjbox@pdepth=\dimen183
\adjbox@ptotalheight=\dimen184
(/usr/local/texlive/2021/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty
Package: ifoddpage 2016/04/23 v1.1 Conditionals for odd/even page detection
\c@checkoddpage=\count302
) (/usr/local/texlive/2021/texmf-dist/tex/latex/varwidth/varwidth.sty
Package: varwidth 2009/03/30 ver 0.92; Variable-width minipages
\@vwid@box=\box50
\sift@deathcycles=\count303
\@vwid@loff=\dimen185
\@vwid@roff=\dimen186
)) (/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/setup/packages.tex (/usr/local/texlive/2021/texmf-dist/tex/latex/xcolor/xcolor.sty
Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK)
(/usr/local/texlive/2021/texmf-dist/tex/latex/graphics-cfg/color.cfg
File: color.cfg 2016/01/02 v1.6 sample color configuration
)
Package xcolor Info: Driver file: pdftex.def on input line 225.
(/usr/local/texlive/2021/texmf-dist/tex/latex/colortbl/colortbl.sty
Package: colortbl 2020/01/04 v1.0e Color table columns (DPC)
\everycr=\toks21
\minrowclearance=\skip52
)
\rownum=\count304
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348.
Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1352.
Package xcolor Info: Model `RGB' extended on input line 1364.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371.
) (/usr/local/texlive/2021/texmf-dist/tex/latex/subfig/subfig.sty
Package: subfig 2005/06/28 ver: 1.3 subfig package
\c@KVtest=\count305
\sf@farskip=\skip53
\sf@captopadj=\dimen187
\sf@capskip=\skip54
\sf@nearskip=\skip55
\c@subfigure=\count306
\c@subfigure@save=\count307
\c@lofdepth=\count308
\c@subtable=\count309
\c@subtable@save=\count310
\c@lotdepth=\count311
\sf@top=\skip56
\sf@bottom=\skip57
) (/usr/local/texlive/2021/texmf-dist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2020/09/23 v2.17i AMS math features
\@mathmargin=\skip58
For additional information on amsmath, use the `?' option.
(/usr/local/texlive/2021/texmf-dist/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01 AMS text
(/usr/local/texlive/2021/texmf-dist/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0 generic functions
\@emptytoks=\toks22
\ex@=\dimen188
)) (/usr/local/texlive/2021/texmf-dist/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
\pmbraise@=\dimen189
) (/usr/local/texlive/2021/texmf-dist/tex/latex/amsmath/amsopn.sty
Package: amsopn 2016/03/08 v2.02 operator names
)
\inf@bad=\count312
LaTeX Info: Redefining \frac on input line 234.
\uproot@=\count313
\leftroot@=\count314
LaTeX Info: Redefining \overline on input line 399.
\classnum@=\count315
\DOTSCASE@=\count316
LaTeX Info: Redefining \ldots on input line 496.
LaTeX Info: Redefining \dots on input line 499.
LaTeX Info: Redefining \cdots on input line 620.
\Mathstrutbox@=\box51
\strutbox@=\box52
\big@size=\dimen190
LaTeX Font Info: Redeclaring font encoding OML on input line 743.
LaTeX Font Info: Redeclaring font encoding OMS on input line 744.
\macc@depth=\count317
\c@MaxMatrixCols=\count318
\dotsspace@=\muskip17
\c@parentequation=\count319
\dspbrk@lvl=\count320
\tag@help=\toks23
\row@=\count321
\column@=\count322
\maxfields@=\count323
\andhelp@=\toks24
\eqnshift@=\dimen191
\alignsep@=\dimen192
\tagshift@=\dimen193
\tagwidth@=\dimen194
\totwidth@=\dimen195
\lineht@=\dimen196
\@envbody=\toks25
\multlinegap=\skip59
\multlinetaggap=\skip60
\mathdisplay@stack=\toks26
LaTeX Info: Redefining \[ on input line 2923.
LaTeX Info: Redefining \] on input line 2924.
) (/usr/local/texlive/2021/texmf-dist/tex/latex/bbm-macros/bbm.sty
Package: bbm 1999/03/15 V 1.2 provides fonts for set symbols - TH
LaTeX Font Info: Overwriting math alphabet `\mathbbm' in version `bold'
(Font) U/bbm/m/n --> U/bbm/bx/n on input line 33.
LaTeX Font Info: Overwriting math alphabet `\mathbbmss' in version `bold'
(Font) U/bbmss/m/n --> U/bbmss/bx/n on input line 35.
) (/usr/local/texlive/2021/texmf-dist/tex/latex/stmaryrd/stmaryrd.sty
Package: stmaryrd 1994/03/03 St Mary's Road symbol package
\symstmry=\mathgroup4
LaTeX Font Info: Overwriting symbol font `stmry' in version `bold'
(Font) U/stmry/m/n --> U/stmry/b/n on input line 89.
) (/usr/local/texlive/2021/texmf-dist/tex/latex/wasysym/wasysym.sty
Package: wasysym 2020/01/19 v2.4 Wasy-2 symbol support package
\symwasy=\mathgroup5
LaTeX Font Info: Overwriting symbol font `wasy' in version `bold'
(Font) U/wasy/m/n --> U/wasy/b/n on input line 93.
) (/usr/local/texlive/2021/texmf-dist/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2013/01/14 v3.01 AMS font symbols
(/usr/local/texlive/2021/texmf-dist/tex/latex/amsfonts/amsfonts.sty
Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
\symAMSa=\mathgroup6
\symAMSb=\mathgroup7
LaTeX Font Info: Redeclaring math symbol \hbar on input line 98.
LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
(Font) U/euf/m/n --> U/euf/b/n on input line 106.
)
LaTeX Font Info: Redeclaring math symbol \boxdot on input line 44.
) (/usr/local/texlive/2021/texmf-dist/tex/latex/multirow/multirow.sty
Package: multirow 2021/03/15 v2.8 Span multiple rows of a table
\multirow@colwidth=\skip61
\multirow@cntb=\count324
\multirow@dima=\skip62
\bigstrutjot=\dimen197
) (/usr/local/texlive/2021/texmf-dist/tex/latex/graphics/rotating.sty
Package: rotating 2016/08/11 v2.16d rotated objects in LaTeX
(/usr/local/texlive/2021/texmf-dist/tex/latex/base/ifthen.sty
Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC)
)
\c@r@tfl@t=\count325
\rotFPtop=\skip63
\rotFPbot=\skip64
\rot@float@box=\box53
\rot@mess@toks=\toks27
) (/usr/local/texlive/2021/texmf-dist/tex/latex/makecell/makecell.sty
Package: makecell 2009/08/03 V0.1e Managing of Tab Column Heads and Cells
\rotheadsize=\dimen198
\c@nlinenum=\count326
\TeXr@lab=\toks28
) (/usr/local/texlive/2021/texmf-dist/tex/latex/tools/hhline.sty
Package: hhline 2020/01/04 v2.04 Table rule package (DPC)
))
Package csquotes Info: Checking for multilingual support...
Package csquotes Info: ... found 'babel' package.
Package csquotes Info: Adjusting default style.
Package csquotes Info: Redefining alias 'default' -> 'english'.
LaTeX Font Info: Trying to load font information for T1+ptm on input line 154.
(/usr/local/texlive/2021/texmf-dist/tex/latex/psnfss/t1ptm.fd
File: t1ptm.fd 2001/06/04 font definitions for T1/ptm.
) (/usr/local/texlive/2021/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
File: l3backend-pdftex.def 2021-03-18 L3 backend support: PDF output (pdfTeX)
\l__color_backend_stack_int=\count327
\l__pdf_internal_box=\box54
) (/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/mythesis.aux (/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/chapters/chapter1/chapter1.aux) (/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/chapters/chapter2/chapter2.aux) (/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/chapters/chapter3/chapter3.aux) (/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/chapters/chapter4/chapter4.aux) (/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/chapters/chapter5/chapter5.aux))
\openout1 = `mythesis.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 154.
LaTeX Font Info: ... okay on input line 154.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 154.
LaTeX Font Info: ... okay on input line 154.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 154.
LaTeX Font Info: ... okay on input line 154.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 154.
LaTeX Font Info: ... okay on input line 154.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 154.
LaTeX Font Info: ... okay on input line 154.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 154.
LaTeX Font Info: ... okay on input line 154.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 154.
LaTeX Font Info: ... okay on input line 154.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 154.
LaTeX Font Info: ... okay on input line 154.
LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 154.
LaTeX Font Info: ... okay on input line 154.
(/usr/local/texlive/2021/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count328
\scratchdimen=\dimen199
\scratchbox=\box55
\nofMPsegments=\count329
\nofMParguments=\count330
\everyMPshowfont=\toks29
\MPscratchCnt=\count331
\MPscratchDim=\dimen256
\MPnumerator=\count332
\makeMPintoPDFobject=\count333
\everyMPtoPDFconversion=\toks30
) (/usr/local/texlive/2021/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 485.
(/usr/local/texlive/2021/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live
))
Package caption Info: Begin \AtBeginDocument code.
Package caption Info: subfig package v1.3 is loaded.
Package caption Info: hyperref package is loaded.
Package caption Info: rotating package is loaded.
Package caption Info: End \AtBeginDocument code.
Package hyperref Info: Link coloring ON on input line 154.
(/usr/local/texlive/2021/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2021-04-02 v2.47 Cross-referencing by name of section
(/usr/local/texlive/2021/texmf-dist/tex/latex/refcount/refcount.sty
Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO)
) (/usr/local/texlive/2021/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO)
)
\c@section@level=\count334
)
LaTeX Info: Redefining \ref on input line 154.
LaTeX Info: Redefining \pageref on input line 154.
LaTeX Info: Redefining \nameref on input line 154.
(/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/mythesis.out) (/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/mythesis.out
pdfTeX warning (Object streams): \pdfobjcompresslevel > 0 requires PDF-1.5 or greater. Object streams disabled now.
)
\@outlinefile=\write3
\openout3 = `mythesis.out'.
LaTeX Font Info: Trying to load font information for TS1+ptm on input line 156.
(/usr/local/texlive/2021/texmf-dist/tex/latex/psnfss/ts1ptm.fd
File: ts1ptm.fd 2001/06/04 font definitions for TS1/ptm.
) [1
{/usr/local/texlive/2021/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
Underfull \hbox (badness 10000) in paragraph at lines 156--156
[]
Underfull \hbox (badness 10000) in paragraph at lines 156--156
[]
[2] [3] [4
] [5] (/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/mythesis.toc
LaTeX Font Info: Trying to load font information for U+stmry on input line 5.
(/usr/local/texlive/2021/texmf-dist/tex/latex/stmaryrd/Ustmry.fd)
LaTeX Font Info: Trying to load font information for U+wasy on input line 5.
(/usr/local/texlive/2021/texmf-dist/tex/latex/wasysym/uwasy.fd
File: uwasy.fd 2020/01/19 v2.4 Wasy-2 symbol font definitions
)
LaTeX Font Info: Trying to load font information for U+msa on input line 5.
(/usr/local/texlive/2021/texmf-dist/tex/latex/amsfonts/umsa.fd
File: umsa.fd 2013/01/14 v3.01 AMS symbols A
)
LaTeX Font Info: Trying to load font information for U+msb on input line 5.
(/usr/local/texlive/2021/texmf-dist/tex/latex/amsfonts/umsb.fd
File: umsb.fd 2013/01/14 v3.01 AMS symbols B
) [6
]
LaTeX Font Info: Trying to load font information for T1+pcr on input line 41.
(/usr/local/texlive/2021/texmf-dist/tex/latex/psnfss/t1pcr.fd
File: t1pcr.fd 2001/06/04 font definitions for T1/pcr.
) [7] [8])
\tf@toc=\write4
\openout4 = `mythesis.toc'.
[9] (/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/mythesis.lof)
\tf@lof=\write5
\openout5 = `mythesis.lof'.
[10
] (/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/mythesis.lot)
\tf@lot=\write6
\openout6 = `mythesis.lot'.
[11
]
\openout2 = `chapters/chapter1/chapter1.aux'.
(/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/chapters/chapter1/chapter1.tex
Chapter 1.
[1
] [2] [3]) [4]
\openout2 = `chapters/chapter2/chapter2.aux'.
(/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/chapters/chapter2/chapter2.tex
Chapter 2.
[5
] [6] [7] [8] [9] [10]
Underfull \hbox (badness 10000) in paragraph at lines 81--81
[][][][][]$\T1/pcr/m/n/10 https : / / leftasexercise . com / 2021 / 09 / 05 / a -[] deep -[] dive -[] into -[] solidity -[]
[]
[11] [12]
Underfull \hbox (badness 10000) in paragraph at lines 101--101
[][][][][]$\T1/pcr/m/n/10 https : / / ethdocs . org / en / latest / contracts -[] and -[] transactions / account -[]
[]
[13] [14] [15]
LaTeX Font Info: Trying to load font information for T1+phv on input line 147.
(/usr/local/texlive/2021/texmf-dist/tex/latex/psnfss/t1phv.fd
File: t1phv.fd 2020/03/25 scalable font definitions for T1/phv.
) [16] [17] [18]) [19] [20]
\openout2 = `chapters/chapter3/chapter3.aux'.
(/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/chapters/chapter3/chapter3.tex
Chapter 3.
[21
] [22]
Overfull \hbox (10.63768pt too wide) in paragraph at lines 20--21
[]\T1/ptm/m/n/12 Fröwis and Böhme [[]] con-ducted a mea-sure-ment study on the use-cases of the \T1/pcr/m/n/12 CREATE2
[]
[23]
<figures/New_Classification.png, id=853, 470.4777pt x 211.0284pt>
File: figures/New_Classification.png Graphic file (type png)
<use figures/New_Classification.png>
Package pdftex.def Info: figures/New_Classification.png used on input line 30.
(pdftex.def) Requested size: 346.89731pt x 155.59828pt.
[24 </Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/figures/New_Classification.png>]
Underfull \hbox (badness 10000) in paragraph at lines 53--53
[][][][][]$\T1/pcr/m/n/10 https : / / github . com / compound -[] finance / compound -[] protocol / blob / v2 . 3 /
[]
[25] [26] [27] [28] [29] [30] [31]
Overfull \hbox (6.31963pt too wide) in paragraph at lines 124--125
\T1/ptm/m/n/12 proxy con-tract (us-ing \T1/pcr/m/n/12 msg.sender()\T1/ptm/m/n/12 )---if it is the ad-min, the proxy con-tract catches
[]
(/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/chapters/chapter3/table.tex) [32] [33] [34] [35] [36] [37] [38] [39] [40] [41]
<figures/New-method.png, id=984, 685.8423pt x 250.0542pt>
File: figures/New-method.png Graphic file (type png)
<use figures/New-method.png>
Package pdftex.def Info: figures/New-method.png used on input line 257.
(pdftex.def) Requested size: 433.62pt x 158.09966pt.
[42] [43 </Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/figures/New-method.png>]
Overfull \hbox (1.1818pt too wide) in paragraph at lines 281--282
[]\T1/ptm/m/n/12 In the fifth case, we rewind the trans-ac-tion trace from the proxy-based \T1/pcr/m/n/12 DELEGATECALL
[]
[44]
<figures/proxy-finder-module.png, id=1019, 1511.1657pt x 1695.4542pt>
File: figures/proxy-finder-module.png Graphic file (type png)
<use figures/proxy-finder-module.png>
Package pdftex.def Info: figures/proxy-finder-module.png used on input line 289.
(pdftex.def) Requested size: 426.78981pt x 478.83736pt.
[45] [46 </Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/figures/proxy-finder-module.png>]
<figures/Assignment-checker-module.png, id=1034, 1438.173pt x 1166.4378pt>
File: figures/Assignment-checker-module.png Graphic file (type png)
<use figures/Assignment-checker-module.png>
Package pdftex.def Info: figures/Assignment-checker-module.png used on input line 308.
(pdftex.def) Requested size: 426.781pt x 346.14299pt.
[47 </Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/figures/Assignment-checker-module.png>]
Overfull \hbox (10.38004pt too wide) in paragraph at lines 342--342
[][][][][]$\T1/pcr/m/n/10 https : / / etherscan . io / address / 0xb45d6c0897721bb6ffa9451c2c80f99b24b573b9$[][]|
[]
[48] [49] [50] [51] [52] [53] [54]
Overfull \hbox (29.96448pt too wide) in paragraph at lines 425--425
[]\T1/ptm/b/n/17.28 Attacking Uni-ver-sal Up-grade-able Proxy Stan-dard (UUPS)
[]
[55] [56] [57] [58]) [59]
\openout2 = `chapters/chapter4/chapter4.aux'.
(/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/chapters/chapter4/chapter4.tex
Chapter 4.
[60
] [61] [62]
Overfull \hbox (8.04655pt too wide) in paragraph at lines 32--33
[]\T1/ptm/b/n/12 Dynamic non-fungible to-kens (NFTs) \T1/ptm/m/n/12 [[]] are crypto-collectables that can be minted,
[]
[63] [64]
<figures/data_flow_vertical.png, id=1260, 682.55pt x 1967.35pt>
File: figures/data_flow_vertical.png Graphic file (type png)
<use figures/data_flow_vertical.png>
Package pdftex.def Info: figures/data_flow_vertical.png used on input line 75.
(pdftex.def) Requested size: 151.76964pt x 437.44131pt.
[65] [66 </Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/figures/data_flow_vertical.png>] [67] [68] [69] [70] [71] (/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/chapters/chapter4/data_feeders.tex) [72] [73] [74] [75] [76]
Overfull \hbox (2.08347pt too wide) in paragraph at lines 245--246
\T1/ptm/m/it/12 pro-vide truth-ful in-for-ma-tion. Pro-cesses are awarded a full dot ($\OMS/cmsy/m/n/12 ^^O$\T1/ptm/m/it/12 ) if the awards/punishments
[]
[77] [78] [79] [80] [81] [82] [83] (/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/chapters/chapter4/table_oracles.tex) [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96]) [97]
\openout2 = `chapters/chapter5/chapter5.aux'.
(/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/chapters/chapter5/chapter5.tex
Chapter 5.
[98
] [99] [100]
pdfTeX warning: pdflatex (file /Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/figures/price1.pdf): PDF inclusion: found PDF version <1.5>, but at most version <1.4> allowed
<figures/price1.pdf, id=1768, 182.53996pt x 116.435pt>
File: figures/price1.pdf Graphic file (type pdf)
<use figures/price1.pdf>
Package pdftex.def Info: figures/price1.pdf used on input line 34.
(pdftex.def) Requested size: 111.5191pt x 71.13188pt.
Underfull \hbox (badness 2213) in paragraph at lines 34--34
[]\T1/ptm/m/n/10 (a) |A red coin, a black
[]
pdfTeX warning: pdflatex (file /Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/figures/price2.pdf): PDF inclusion: found PDF version <1.5>, but at most version <1.4> allowed
<figures/price2.pdf, id=1769, 299.1175pt x 116.435pt>
File: figures/price2.pdf Graphic file (type pdf)
<use figures/price2.pdf>
Package pdftex.def Info: figures/price2.pdf used on input line 36.
(pdftex.def) Requested size: 182.7398pt x 71.13188pt.
[101 </Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/figures/price1.pdf> </Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/figures/price2.pdf
pdfTeX warning: pdflatex (file /Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/figures/price2.pdf): PDF inclusion: multiple pdfs with page group included in a single page
>]
pdfTeX warning: pdflatex (file /Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/figures/mc.pdf): PDF inclusion: found PDF version <1.5>, but at most version <1.4> allowed
<figures/mc.pdf, id=1804, 180.675pt x 112.42pt>
File: figures/mc.pdf Graphic file (type pdf)
<use figures/mc.pdf>
Package pdftex.def Info: figures/mc.pdf used on input line 52.
(pdftex.def) Requested size: 173.44534pt x 107.92197pt.
pdfTeX warning: pdflatex (file /Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/figures/histro.pdf): PDF inclusion: found PDF version <1.5>, but at most version <1.4> allowed
<figures/histro.pdf, id=1805, 180.675pt x 122.4575pt>
File: figures/histro.pdf Graphic file (type pdf)
<use figures/histro.pdf>
Package pdftex.def Info: figures/histro.pdf used on input line 54.
(pdftex.def) Requested size: 173.44534pt x 117.55785pt.
[102] [103 </Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/figures/mc.pdf> </Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/figures/histro.pdf
pdfTeX warning: pdflatex (file /Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/figures/histro.pdf): PDF inclusion: multiple pdfs with page group included in a single page
>] [104] [105] [106] [107] [108]) [109]
Chapter 6.
[110
] [111] (/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/mythesis.bbl [112
]
Underfull \hbox (badness 10000) in paragraph at lines 138--143
[]\T1/ptm/m/n/12 Chainlink. Chain-link vrf: On-chain ver-i-fi-able ran-dom-ness. \T1/ptm/m/it/12 URl:
[]
Underfull \hbox (badness 10000) in paragraph at lines 138--143
\T1/ptm/m/it/12 https://blog.chain.link/verifiable-random-functions-vrf-random-number-
[]
Underfull \hbox (badness 10000) in paragraph at lines 145--149
[]\T1/ptm/m/n/12 ChainLink. What is the blockchain or-a-cle prob-lem. \T1/ptm/m/it/12 URl:
[]
[113]
Underfull \hbox (badness 10000) in paragraph at lines 239--244
[]\T1/ptm/m/n/12 T. B. Crypto. Defi at-tacks: the gen-eral pic-ture. \T1/ptm/m/it/12 URl:
[]
Underfull \hbox (badness 10000) in paragraph at lines 239--244
\T1/ptm/m/it/12 https://www.theblockcrypto.com/research/105472/defi-attacks-the-general-picture\T1/ptm/m/n/12 ,
[]
[114]
Underfull \hbox (badness 1226) in paragraph at lines 260--265
[]\T1/ptm/m/n/12 Decrypt. Or-a-cle ex-ploit sees $89 mil-lion liq-ui-dated on com-pound. \T1/ptm/m/it/12 URl:
[]
Underfull \hbox (badness 10000) in paragraph at lines 260--265
\T1/ptm/m/it/12 https://decrypt.co/49657/oracle-exploit-sees-100-million-liquidated-on-compound\T1/ptm/m/n/12 ,
[]
Underfull \hbox (badness 10000) in paragraph at lines 294--298
[]\T1/ptm/m/n/12 S. Es-kan-dari. Ether-roll bug thread. \T1/ptm/m/it/12 URl:
[]
[115]
Underfull \hbox (badness 10000) in paragraph at lines 351--356
[]\T1/ptm/m/n/12 M. Fo-rum. Sci-en-tific gov-er-nance and risk #120. \T1/ptm/m/it/12 URl:
[]
Underfull \hbox (badness 10000) in paragraph at lines 351--356
\T1/ptm/m/it/12 https://forum.makerdao.com/t/agenda-discussion-scientific-governance-and-
[]
[116]
Underfull \hbox (badness 7540) in paragraph at lines 438--442
[]\T1/ptm/m/n/12 H. D. In-sight. Price or-a-cle - a must have in-fras-truc-ture. \T1/ptm/m/it/12 URl:
[]
Underfull \hbox (badness 1565) in paragraph at lines 493--498
[]\T1/ptm/m/n/12 C. Lesaege, F. Ast, and W. George. Kleros the jus-tice pro-to-col. \T1/ptm/m/it/12 URl:
[]
Underfull \hbox (badness 10000) in paragraph at lines 493--498
\T1/ptm/m/it/12 https://kleros.io/static/whitepaper_en-8bd3a0480b45c39899787e17049ded26.pdf\T1/ptm/m/n/12 ,
[]
[117]
Underfull \hbox (badness 3068) in paragraph at lines 515--520
[]\T1/ptm/m/n/12 LongForWisdom. Flash loans and se-cur-ing the maker pro-to-col. \T1/ptm/m/it/12 URl:
[]
Underfull \hbox (badness 10000) in paragraph at lines 515--520
\T1/ptm/m/it/12 https://forum.makerdao.com/t/urgent-flash-loans-and-securing-the-maker-
[]
[118]
Underfull \hbox (badness 6775) in paragraph at lines 581--584
[]\T1/ptm/m/n/12 NEST. Nest pro-to-col: A dis-tributed price or-a-cle net-work. \T1/ptm/m/it/12 URl:
[]
Underfull \hbox (badness 5105) in paragraph at lines 607--611
[]\T1/ptm/m/n/12 C. Or-a-cle. Ex-plicit stak-ing in chain-link 2.0: An overview. \T1/ptm/m/it/12 URl:
[]
[119]
Underfull \hbox (badness 10000) in paragraph at lines 666--670
[]\T1/ptm/m/n/12 B. Pro-to-col. Band-chain whitepa-per. \T1/ptm/m/it/12 URl:
[]
Underfull \hbox (badness 10000) in paragraph at lines 682--687
[]\T1/ptm/m/n/12 H. Qureshi. In-tro-duc-ing cofix: a next-generation amm. \T1/ptm/m/it/12 URl:
[]
Underfull \hbox (badness 10000) in paragraph at lines 682--687
\T1/ptm/m/it/12 https://medium.com/dragonfly-research/introducing-cofix-a-next-generation-
[]
Underfull \hbox (badness 10000) in paragraph at lines 740--745
\T1/ptm/m/it/12 https://cointelegraph.com/explained/uniswap-and-automated-market-makers-
[]
[120]
Underfull \hbox (badness 10000) in paragraph at lines 753--757
[]\T1/ptm/m/n/12 Synthetix. Syn-thetix re-sponse to or-a-cle in-ci-dent. \T1/ptm/m/it/12 URl:
[]
Underfull \hbox (badness 1210) in paragraph at lines 785--788
[]\T1/ptm/m/n/12 TLSnotary. A mech-a-nism for in-de-pen-dently au-dited https ses-sions. \T1/ptm/m/it/12 URl:
[]
Underfull \hbox (badness 10000) in paragraph at lines 790--796
[]\T1/ptm/m/n/12 UMA. Uma data ver-i-fi-ca-tion mech-a-nism: Adding
[]
Underfull \hbox (badness 10000) in paragraph at lines 790--796
\T1/ptm/m/n/12 eco-nomic guar-an-tees to blockchain or-a-cles. \T1/ptm/m/it/12 URl:
[]
Underfull \hbox (badness 10000) in paragraph at lines 790--796
\T1/ptm/m/it/12 https://github.com/UMAprotocol/whitepaper/blob/master/UMA-DVM-oracle-
[]
[121]
Underfull \hbox (badness 10000) in paragraph at lines 851--855
[]\T1/ptm/m/n/12 Zaugust. Cofix: A com-putable trad-ing sys-tem. \T1/ptm/m/it/12 URl:
[]
)
Package caption Warning: Unused \captionsetup[tabular] on input line 90.
See the caption package documentation for explanation.
[122] (/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/mythesis.aux (/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/chapters/chapter1/chapter1.aux) (/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/chapters/chapter2/chapter2.aux) (/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/chapters/chapter3/chapter3.aux) (/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/chapters/chapter4/chapter4.aux) (/Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/chapters/chapter5/chapter5.aux))
Package rerunfilecheck Info: File `mythesis.out' has not changed.
(rerunfilecheck) Checksum: 655A0EBBC1C2027FECD76B8D0D040A7D;14958.
)
Here is how much of TeX's memory you used:
16270 strings out of 478994
247881 string characters out of 5858184
609141 words of memory out of 5000000
32808 multiletter control sequences out of 15000+600000
476885 words of font info for 128 fonts, out of 8000000 for 9000
1141 hyphenation exceptions out of 8191
72i,19n,81p,1901b,569s stack positions out of 5000i,500n,10000p,200000b,80000s
{/usr/local/texlive/2021/texmf-dist/fonts/enc/dvips/base/8r.enc}</usr/local/texlive/2021/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfb></usr/local/texlive/2021/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfb></usr/local/texlive/2021/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb></usr/local/texlive/2021/texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb></usr/local/texlive/2021/texmf-dist/fonts/type1/public/amsfonts/cm/cmss10.pfb></usr/local/texlive/2021/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/local/texlive/2021/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfb></usr/local/texlive/2021/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy8.pfb></usr/local/texlive/2021/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfb></usr/local/texlive/2021/texmf-dist/fonts/type1/urw/courier/ucrb8a.pfb></usr/local/texlive/2021/texmf-dist/fonts/type1/urw/courier/ucrr8a.pfb></usr/local/texlive/2021/texmf-dist/fonts/type1/urw/helvetic/uhvr8a.pfb></usr/local/texlive/2021/texmf-dist/fonts/type1/urw/times/utmb8a.pfb></usr/local/texlive/2021/texmf-dist/fonts/type1/urw/times/utmbi8a.pfb></usr/local/texlive/2021/texmf-dist/fonts/type1/urw/times/utmr8a.pfb></usr/local/texlive/2021/texmf-dist/fonts/type1/urw/times/utmri8a.pfb>
Output written on /Users/greatsao/Documents/GitHub/Concordia-Gina-Cody-ENCS-Thesis-template/mythesis.pdf (133 pages, 2383268 bytes).
PDF statistics:
2104 PDF objects out of 2487 (max. 8388607)
540 named destinations out of 1000 (max. 500000)
734 words of extra memory for PDF output out of 10000 (max. 10000000)