-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiff.log
982 lines (908 loc) · 37.8 KB
/
diff.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
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
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) (preloaded format=pdflatex 2021.10.17) 26 OCT 2021 14:33
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**reviews/diff.tex
(./reviews/diff.tex
LaTeX2e <2020-10-01> patch level 4
L3 programming layer <2021-01-09> xparse <2020-03-03>
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2020/04/10 v1.4m Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo
File: size11.clo 2020/04/10 v1.4m Standard LaTeX file (size option)
)
\c@part=\count177
\c@section=\count178
\c@subsection=\count179
\c@subsubsection=\count180
\c@paragraph=\count181
\c@subparagraph=\count182
\c@figure=\count183
\c@table=\count184
\abovecaptionskip=\skip47
\belowcaptionskip=\skip48
\bibindent=\dimen138
)
(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2021/01/26 3.53 The Babel package
(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def
File: babel.def 2021/01/26 3.53 Babel common definitions
\babel@savecnt=\count185
\U@D=\dimen139
\l@babelnohyphens=\language86
(/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def)
\bbl@readstream=\read2
)
\bbl@dirlevel=\count186
(/usr/share/texlive/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) (\language49) on input line 105.
Package babel Info: \l@newzealand = using hyphenrules for ukenglish
(babel) (\language49) on input line 108.
))
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2020/09/23 v2.17i AMS math features
\@mathmargin=\skip49
For additional information on amsmath, use the `?' option.
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01 AMS text
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0 generic functions
\@emptytoks=\toks15
\ex@=\dimen140
))
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
\pmbraise@=\dimen141
)
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
Package: amsopn 2016/03/08 v2.02 operator names
)
\inf@bad=\count187
LaTeX Info: Redefining \frac on input line 234.
\uproot@=\count188
\leftroot@=\count189
LaTeX Info: Redefining \overline on input line 399.
\classnum@=\count190
\DOTSCASE@=\count191
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@=\box47
\strutbox@=\box48
\big@size=\dimen142
LaTeX Font Info: Redeclaring font encoding OML on input line 743.
LaTeX Font Info: Redeclaring font encoding OMS on input line 744.
\macc@depth=\count192
\c@MaxMatrixCols=\count193
\dotsspace@=\muskip16
\c@parentequation=\count194
\dspbrk@lvl=\count195
\tag@help=\toks16
\row@=\count196
\column@=\count197
\maxfields@=\count198
\andhelp@=\toks17
\eqnshift@=\dimen143
\alignsep@=\dimen144
\tagshift@=\dimen145
\tagwidth@=\dimen146
\totwidth@=\dimen147
\lineht@=\dimen148
\@envbody=\toks18
\multlinegap=\skip50
\multlinetaggap=\skip51
\mathdisplay@stack=\toks19
LaTeX Info: Redefining \[ on input line 2923.
LaTeX Info: Redefining \] on input line 2924.
)
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2013/01/14 v3.01 AMS font symbols
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty
Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
\symAMSa=\mathgroup4
\symAMSb=\mathgroup5
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.
))
(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2020/08/01 v1.3d Input encoding file
\inpenc@prehook=\toks20
\inpenc@posthook=\toks21
)
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2020/08/10 v2.0s Standard LaTeX package
)
(/usr/share/texlive/texmf-dist/tex/latex/stix2-type1/stix2.sty
Package: stix2 2021/01/14 v2.0.2-latex STIX Two fonts support package
(/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty
Package: textcomp 2020/02/02 v2.0n Standard LaTeX package
LaTeX Font Info: Changing ? sub-encoding to TS1/0 on input line 75.
)
Now handling font encoding LS1 ...
... no UTF-8 mapping file for font encoding LS1
Now handling font encoding LS2 ...
... no UTF-8 mapping file for font encoding LS2
LaTeX Font Info: Redeclaring symbol font `letters' on input line 78.
LaTeX Font Info: Encoding `OML' has changed to `LS1' for symbol font
(Font) `letters' in the math version `normal' on input line 78.
LaTeX Font Info: Overwriting symbol font `letters' in version `normal'
(Font) OML/cmm/m/it --> LS1/stix2/m/it on input line 78.
LaTeX Font Info: Encoding `OML' has changed to `LS1' for symbol font
(Font) `letters' in the math version `bold' on input line 78.
LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
(Font) OML/cmm/b/it --> LS1/stix2/m/it on input line 78.
LaTeX Font Info: Redeclaring symbol font `operators' on input line 79.
LaTeX Font Info: Encoding `OT1' has changed to `LS1' for symbol font
(Font) `operators' in the math version `normal' on input line 79.
LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
(Font) OT1/cmr/m/n --> LS1/stix2/m/n on input line 79.
LaTeX Font Info: Encoding `OT1' has changed to `LS1' for symbol font
(Font) `operators' in the math version `bold' on input line 79.
LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
(Font) OT1/cmr/bx/n --> LS1/stix2/m/n on input line 79.
\symbold-operators=\mathgroup6
LaTeX Font Info: Redeclaring symbol font `symbols' on input line 81.
LaTeX Font Info: Encoding `OMS' has changed to `LS1' for symbol font
(Font) `symbols' in the math version `normal' on input line 81.
LaTeX Font Info: Overwriting symbol font `symbols' in version `normal'
(Font) OMS/cmsy/m/n --> LS1/stix2scr/m/n on input line 81.
LaTeX Font Info: Encoding `OMS' has changed to `LS1' for symbol font
(Font) `symbols' in the math version `bold' on input line 81.
LaTeX Font Info: Overwriting symbol font `symbols' in version `bold'
(Font) OMS/cmsy/b/n --> LS1/stix2scr/m/n on input line 81.
\symsymbols2=\mathgroup7
\symsymbols3=\mathgroup8
\symsymbols4=\mathgroup9
\symintegrals=\mathgroup10
LaTeX Font Info: Redeclaring symbol font `largesymbols' on input line 86.
LaTeX Font Info: Encoding `OMX' has changed to `LS2' for symbol font
(Font) `largesymbols' in the math version `normal' on input line 8
6.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal'
(Font) OMX/cmex/m/n --> LS2/stix2ex/m/n on input line 86.
LaTeX Font Info: Encoding `OMX' has changed to `LS2' for symbol font
(Font) `largesymbols' in the math version `bold' on input line 86.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold'
(Font) OMX/cmex/m/n --> LS2/stix2ex/m/n on input line 86.
\symarrows1=\mathgroup11
\symarrows2=\mathgroup12
\symarrows3=\mathgroup13
LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
(Font) LS1/stix2/m/it --> LS1/stix2/b/it on input line 90.
LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
(Font) LS1/stix2/m/n --> LS1/stix2/b/n on input line 91.
LaTeX Font Info: Overwriting symbol font `symbols' in version `bold'
(Font) LS1/stix2scr/m/n --> LS1/stix2scr/b/n on input line 92.
LaTeX Font Info: Overwriting symbol font `symbols2' in version `bold'
(Font) LS1/stix2frak/m/n --> LS1/stix2frak/b/n on input line 9
3.
LaTeX Font Info: Overwriting symbol font `symbols3' in version `bold'
(Font) LS1/stix2bb/m/n --> LS1/stix2bb/b/n on input line 94.
LaTeX Font Info: Overwriting symbol font `symbols4' in version `bold'
(Font) LS1/stix2bb/m/it --> LS1/stix2bb/b/it on input line 95.
LaTeX Font Info: Overwriting symbol font `integrals' in version `bold'
(Font) LS2/stix2cal/m/n --> LS2/stix2cal/b/n on input line 96.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold'
(Font) LS2/stix2ex/m/n --> LS2/stix2ex/b/n on input line 97.
LaTeX Font Info: Overwriting symbol font `arrows1' in version `bold'
(Font) LS1/stix2sf/m/n --> LS1/stix2sf/b/n on input line 98.
LaTeX Font Info: Overwriting symbol font `arrows2' in version `bold'
(Font) LS1/stix2sf/m/it --> LS1/stix2sf/b/it on input line 99.
LaTeX Font Info: Overwriting symbol font `arrows3' in version `bold'
(Font) LS2/stix2tt/m/n --> LS2/stix2tt/b/n on input line 100.
LaTeX Font Info: Redeclaring math alphabet \mathit on input line 101.
LaTeX Font Info: Redeclaring math alphabet \mathfrak on input line 104.
LaTeX Font Info: Redeclaring math alphabet \mathsf on input line 107.
LaTeX Font Info: Redeclaring math alphabet \mathtt on input line 109.
LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 110.
LaTeX Info: Redefining \yen on input line 455.
LaTeX Info: Redefining \circledR on input line 457.
LaTeX Info: Redefining \checkmark on input line 459.
LaTeX Info: Redefining \maltese on input line 460.
LaTeX Font Info: Redeclaring math accent \grave on input line 697.
LaTeX Font Info: Redeclaring math accent \acute on input line 698.
LaTeX Font Info: Redeclaring math accent \hat on input line 699.
LaTeX Font Info: Redeclaring math accent \tilde on input line 700.
LaTeX Font Info: Redeclaring math accent \bar on input line 701.
LaTeX Font Info: Redeclaring math accent \breve on input line 702.
LaTeX Font Info: Redeclaring math accent \dot on input line 703.
LaTeX Font Info: Redeclaring math accent \ddot on input line 704.
LaTeX Font Info: Redeclaring math accent \mathring on input line 706.
LaTeX Font Info: Redeclaring math accent \check on input line 707.
LaTeX Font Info: Redeclaring math accent \vec on input line 715.
LaTeX Font Info: Redeclaring math accent \widehat on input line 727.
LaTeX Font Info: Redeclaring math accent \widetilde on input line 728.
LaTeX Info: Redefining \vdots on input line 1517.
LaTeX Info: Redefining \cdots on input line 1521.
LaTeX Font Info: Redeclaring math symbol \mathsterling on input line 1977.
LaTeX Info: Redefining \not on input line 2141.
)
(/usr/share/texlive/texmf-dist/tex/latex/psnfss/helvet.sty
Package: helvet 2020/03/25 PSNFSS-v9.3 (WaS)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
\KV@toks@=\toks22
))
(/usr/share/texlive/texmf-dist/tex/latex/inconsolata/inconsolata.sty
Package: inconsolata 2019/05/17 v1.12
`inconsolata-zi4' v1.12, 2019/05/17 Text macros for Inconsolata (msharpe)
(/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2020/11/20 v2.8 package option processing (HA)
(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex
\XKV@toks=\toks23
\XKV@tempa@toks=\toks24
)
\XKV@depth=\count199
File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
))
\zifour@ocount=\count266
)
(/usr/share/texlive/texmf-dist/tex/latex/lastpage/lastpage.sty
Package: lastpage 2015/03/29 v1.2m Refers to last page's name (HMM; JPG)
)
(/usr/share/texlive/texmf-dist/tex/latex/setspace/setspace.sty
Package: setspace 2011/12/19 v6.7a set line spacing
)
(/usr/share/texlive/texmf-dist/tex/latex/ccicons/ccicons.sty
Package: ccicons 2017/10/30 v1.6 LaTeX support for Creative Commons icons
)
(/usr/share/texlive/texmf-dist/tex/latex/footmisc/footmisc.sty
Package: footmisc 2011/06/06 v5.5b a miscellany of footnote facilities
\FN@temptoken=\toks25
\footnotemargin=\dimen149
\c@pp@next@reset=\count267
Package footmisc Info: Declaring symbol style bringhurst on input line 855.
Package footmisc Info: Declaring symbol style chicago on input line 863.
Package footmisc Info: Declaring symbol style wiley on input line 872.
Package footmisc Info: Declaring symbol style lamport-robust on input line 883.
Package footmisc Info: Declaring symbol style lamport* on input line 903.
Package footmisc Info: Declaring symbol style lamport*-robust on input line 924
.
)
(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
Package: geometry 2020/01/02 v5.9 Page Geometry
(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty
Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead.
(/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty
Package: iftex 2020/03/06 v1.0d TeX engine tests
))
\Gm@cnth=\count268
\Gm@cntv=\count269
\c@Gm@tempcnt=\count270
\Gm@bindingoffset=\dimen150
\Gm@wd@mp=\dimen151
\Gm@odd@mp=\dimen152
\Gm@even@mp=\dimen153
\Gm@layoutwidth=\dimen154
\Gm@layoutheight=\dimen155
\Gm@layouthoffset=\dimen156
\Gm@layoutvoffset=\dimen157
\Gm@dimlist=\toks26
)
(/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
Package: fancyhdr 2021/01/04 v4.0 Extensive control of page headers and footers
\f@nch@headwidth=\skip52
\f@nch@O@elh=\skip53
\f@nch@O@erh=\skip54
\f@nch@O@olh=\skip55
\f@nch@O@orh=\skip56
\f@nch@O@elf=\skip57
\f@nch@O@erf=\skip58
\f@nch@O@olf=\skip59
\f@nch@O@orf=\skip60
)
\c@tableno=\count271
(/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty
Package: array 2020/10/01 v2.5c Tabular extension package (FMi)
\col@sep=\dimen158
\ar@mcellbox=\box49
\extrarowheight=\dimen159
\NC@list=\toks27
\extratabsurround=\skip61
\backup@length=\skip62
\ar@cellbox=\box50
)
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2020-05-15 v7.00e Hypertext links for LaTeX
(/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO)
)
(/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO
)
(/usr/share/texlive/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/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty
Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO)
)
(/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO)
)
(/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty
Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO)
)
(/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty
Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO)
)
(/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty
Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO)
)
(/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty
Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO)
)
(/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty
Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO)
)
\@linkdim=\dimen160
\Hy@linkcounter=\count272
\Hy@pagecounter=\count273
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2020-05-15 v7.00e Hyperref: PDFDocEncoding definition (HO)
Now handling font encoding PD1 ...
... no UTF-8 mapping file for font encoding PD1
)
(/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty
Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO)
)
(/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty
Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO)
)
\Hy@SavedSpaceFactor=\count274
Package hyperref Info: Option `breaklinks' set `true' on input line 4338.
Package hyperref Info: Hyper figures OFF on input line 4464.
Package hyperref Info: Link nesting OFF on input line 4469.
Package hyperref Info: Hyper index ON on input line 4472.
Package hyperref Info: Plain pages OFF on input line 4479.
Package hyperref Info: Backreferencing OFF on input line 4484.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks ON on input line 4717.
\c@Hy@tempcnt=\count275
(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip17
Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 5076.
\XeTeXLinkMargin=\dimen161
(/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty
Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO)
(/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty
Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO
)
))
\Fld@menulength=\count276
\Field@Width=\dimen162
\Fld@charsize=\dimen163
Package hyperref Info: Hyper figures OFF on input line 6347.
Package hyperref Info: Link nesting OFF on input line 6352.
Package hyperref Info: Hyper index ON on input line 6355.
Package hyperref Info: backreferencing OFF on input line 6362.
Package hyperref Info: Link coloring OFF on input line 6367.
Package hyperref Info: Link coloring with OCG OFF on input line 6372.
Package hyperref Info: PDF/A mode OFF on input line 6377.
LaTeX Info: Redefining \ref on input line 6417.
LaTeX Info: Redefining \pageref on input line 6421.
(/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty
Package: atbegshi-ltx 2020/08/17 v1.0a Emulation of the original atbegshi packa
ge
with kernel methods
)
\Hy@abspage=\count277
\c@Item=\count278
\c@Hfootnote=\count279
)
Package hyperref Info: Driver (autodetected): hpdftex.
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2020-05-15 v7.00e Hyperref driver for pdfTeX
(/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty
Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atvery packag
e
with kernel methods
)
\Fld@listcount=\count280
\c@bookmark@seq@number=\count281
(/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO)
(/usr/share/texlive/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 2
86.
)
\Hy@SectionHShift=\skip63
)
Package hyperref Info: Option `colorlinks' set `true' on input line 63.
(/usr/share/texlive/texmf-dist/tex/latex/caption/caption.sty
Package: caption 2020/10/26 v3.5g Customizing captions (AR)
(/usr/share/texlive/texmf-dist/tex/latex/caption/caption3.sty
Package: caption3 2020/10/21 v2.2e caption3 kernel (AR)
\captionmargin=\dimen164
\captionmargin@=\dimen165
\captionwidth=\dimen166
\caption@tempdima=\dimen167
\caption@indent=\dimen168
\caption@parindent=\dimen169
\caption@hangindent=\dimen170
Package caption Info: Standard document class detected.
)
\c@caption@flags=\count282
\c@continuedfloat=\count283
Package caption Info: hyperref package is loaded.
)
(/usr/share/texlive/texmf-dist/tex/latex/cleveref/cleveref.sty
Package: cleveref 2018/03/27 v0.21.4 Intelligent cross-referencing
Package cleveref Info: `hyperref' support loaded on input line 2370.
LaTeX Info: Redefining \cref on input line 2370.
LaTeX Info: Redefining \Cref on input line 2370.
LaTeX Info: Redefining \crefrange on input line 2370.
LaTeX Info: Redefining \Crefrange on input line 2370.
LaTeX Info: Redefining \cpageref on input line 2370.
LaTeX Info: Redefining \Cpageref on input line 2370.
LaTeX Info: Redefining \cpagerefrange on input line 2370.
LaTeX Info: Redefining \Cpagerefrange on input line 2370.
LaTeX Info: Redefining \labelcref on input line 2370.
LaTeX Info: Redefining \labelcpageref on input line 2370.
)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 2020/09/09 v1.2b Enhanced LaTeX Graphics (DPC,SPQR)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2020/08/30 v1.4c Standard LaTeX Graphics (DPC,SPQR)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
)
(/usr/share/texlive/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/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def
File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex
))
\Gin@req@height=\dimen171
\Gin@req@width=\dimen172
)
(/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty
Package: longtable 2020/01/07 v4.13 Multi-page Table package (DPC)
\LTleft=\skip64
\LTright=\skip65
\LTpre=\skip66
\LTpost=\skip67
\LTchunksize=\count284
\LTcapwidth=\dimen173
\LT@head=\box51
\LT@firsthead=\box52
\LT@foot=\box53
\LT@lastfoot=\box54
\LT@cols=\count285
\LT@rows=\count286
\c@LT@tables=\count287
\c@LT@chunks=\count288
\LT@p@ftn=\toks28
)
(/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty
Package: booktabs 2020/01/12 v1.61803398 Publication quality tables
\heavyrulewidth=\dimen174
\lightrulewidth=\dimen175
\cmidrulewidth=\dimen176
\belowrulesep=\dimen177
\belowbottomsep=\dimen178
\aboverulesep=\dimen179
\abovetopsep=\dimen180
\cmidrulesep=\dimen181
\cmidrulekern=\dimen182
\defaultaddspace=\dimen183
\@cmidla=\count289
\@cmidlb=\count290
\@aboverulesep=\dimen184
\@belowrulesep=\dimen185
\@thisruleclass=\count291
\@lastruleclass=\count292
\@thisrulewidth=\dimen186
)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty
Package: color 2020/02/24 v1.2b Standard LaTeX Color (DPC)
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg
File: color.cfg 2016/01/02 v1.6 sample color configuration
)
Package color Info: Driver file: pdftex.def on input line 147.
)
(/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
Package: fancyvrb 2021/01/20 v3.7 verbatim text (tvz,hv)
\FV@CodeLineNo=\count293
\FV@InFile=\read3
\FV@TabBox=\box55
\c@FancyVerbLine=\count294
\FV@StepNumber=\count295
\FV@OutFile=\write3
)
(/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty
Package: framed 2011/10/22 v 0.96: framed or shaded text with page breaks
\OuterFrameSep=\skip68
\fb@frw=\dimen187
\fb@frh=\dimen188
\FrameRule=\dimen189
\FrameSep=\dimen190
)
\cslhangindent=\skip69
\csllabelwidth=\skip70
(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty
Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ)
\calc@Acount=\count296
\calc@Bcount=\count297
\calc@Adimen=\dimen191
\calc@Bdimen=\dimen192
\calc@Askip=\skip71
\calc@Bskip=\skip72
LaTeX Info: Redefining \setlength on input line 80.
LaTeX Info: Redefining \addtolength on input line 81.
\calc@Ccount=\count298
\calc@Cskip=\skip73
)
(/usr/share/texlive/texmf-dist/tex/latex/lineno/lineno.sty
Package: lineno 2005/11/02 line numbers on paragraphs v4.41
\linenopenalty=\count299
\output=\toks29
\linenoprevgraf=\count300
\linenumbersep=\dimen193
\linenumberwidth=\dimen194
\c@linenumber=\count301
\c@pagewiselinenumber=\count302
\c@LN@truepage=\count303
\c@internallinenumber=\count304
\c@internallinenumbers=\count305
\quotelinenumbersep=\dimen195
\bframerule=\dimen196
\bframesep=\dimen197
\bframebox=\box56
LaTeX Info: Redefining \\ on input line 3056.
)
(/usr/share/texlive/texmf-dist/tex/latex/endfloat/endfloat.sty
Package: endfloat 2019/04/15 v2.7 LaTeX2e package puts figures and tables at en
d (jdm)
\c@postfigure=\count306
\efloat@postfff=\write4
\@ef@fffopen=\count307
\c@posttable=\count308
\efloat@postttt=\write5
\@ef@tttopen=\count309
)
LaTeX Info: Redefining \bf on input line 162.
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/settobox.sty
Package: settobox 2016/05/16 v1.5 Assign box dimensions to length registers (HO
)
)
\DIFdelgraphicsbox=\box57
\DIFdelgraphicswidth=\skip74
\DIFdelgraphicsheight=\skip75
LaTeX Info: Redefining \DIFaddbegin on input line 212.
LaTeX Info: Redefining \DIFaddend on input line 213.
LaTeX Info: Redefining \DIFdelbegin on input line 214.
LaTeX Info: Redefining \DIFdelend on input line 215.
LaTeX Info: Redefining \DIFaddbeginFL on input line 220.
LaTeX Info: Redefining \DIFaddendFL on input line 221.
LaTeX Info: Redefining \DIFdelbeginFL on input line 222.
LaTeX Info: Redefining \DIFdelendFL on input line 223.
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty
\lst@mode=\count310
\lst@gtempboxa=\box58
\lst@token=\toks30
\lst@length=\count311
\lst@currlwidth=\dimen198
\lst@column=\count312
\lst@pos=\count313
\lst@lostspace=\dimen199
\lst@width=\dimen256
\lst@newlines=\count314
\lst@lineno=\count315
\lst@maxwidth=\dimen257
(/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty
File: lstmisc.sty 2020/03/24 1.8d (Carsten Heinz)
\c@lstnumber=\count316
\lst@skipnumbers=\count317
\lst@framebox=\box59
)
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg
File: listings.cfg 2020/03/24 1.8d listings configuration
))
Package: listings 2020/03/24 1.8d (Carsten Heinz)
LaTeX Font Info: Trying to load font information for T1+stix2 on input line
246.
(/usr/share/texlive/texmf-dist/tex/latex/stix2-type1/t1stix2.fd
File: t1stix2.fd 2018/04/02 v2.0.0-latex stix2 T1 font definitions
)
(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
File: l3backend-pdftex.def 2020-01-29 L3 backend support: PDF output (pdfTeX)
\l__color_backend_stack_int=\count318
\l__pdf_internal_box=\box60
)
(./diff.aux)
\openout1 = `diff.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 246.
LaTeX Font Info: ... okay on input line 246.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 246.
LaTeX Font Info: ... okay on input line 246.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 246.
LaTeX Font Info: ... okay on input line 246.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 246.
LaTeX Font Info: ... okay on input line 246.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 246.
LaTeX Font Info: ... okay on input line 246.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 246.
LaTeX Font Info: ... okay on input line 246.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 246.
LaTeX Font Info: ... okay on input line 246.
LaTeX Font Info: Checking defaults for LS1/stix2/m/n on input line 246.
LaTeX Font Info: Trying to load font information for LS1+stix2 on input line
246.
(/usr/share/texlive/texmf-dist/tex/latex/stix2-type1/ls1stix2.fd
File: ls1stix2.fd 2018/04/02 v2.0.0-latex stix2 LS1 font definitions
)
LaTeX Font Info: ... okay on input line 246.
LaTeX Font Info: Checking defaults for LS2/stix2/m/n on input line 246.
LaTeX Font Info: Trying to load font information for LS2+stix2 on input line
246.
(/usr/share/texlive/texmf-dist/tex/latex/stix2-type1/ls2stix2.fd
File: ls2stix2.fd 2018/04/02 v2.0.0-latex stix2 LS2 font definitions
)
LaTeX Font Info: ... okay on input line 246.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 246.
LaTeX Font Info: ... okay on input line 246.
(/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty
Package: upquote 2012/04/19 v1.3 upright-quote and grave-accent glyphs in verba
tim
)
Package lastpage Info: Please have a look at the pageslts package at
(lastpage) https://www.ctan.org/pkg/pageslts
(lastpage) ! on input line 246.
*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
Package geometry Warning: The marginal notes overrun the paper.
Add 6.40404pt and more to the right margin.
*geometry* verbose mode - [ preamble ] result:
* driver: pdftex
* paper: letterpaper
* layout: <same size as paper>
* layoutoffset:(h,v)=(0.0pt,0.0pt)
* modes:
* h-part:(L,W,R)=(62.59596pt, 489.10307pt, 62.59596pt)
* v-part:(T,H,B)=(62.59596pt, 669.77806pt, 62.59596pt)
* \paperwidth=614.295pt
* \paperheight=794.96999pt
* \textwidth=489.10307pt
* \textheight=669.77806pt
* \oddsidemargin=-9.67403pt
* \evensidemargin=-9.67403pt
* \topmargin=-46.67403pt
* \headheight=12.0pt
* \headsep=25.0pt
* \topskip=11.0pt
* \footskip=30.0pt
* \marginparwidth=59.0pt
* \marginparsep=10.0pt
* \columnsep=10.0pt
* \skip\footins=10.0pt plus 4.0pt minus 2.0pt
* \hoffset=0.0pt
* \voffset=0.0pt
* \mag=1000
* \@twocolumnfalse
* \@twosidefalse
* \@mparswitchfalse
* \@reversemarginfalse
* (1in=72.27pt=25.4mm, 1cm=28.453pt)
Package hyperref Info: Link coloring ON on input line 246.
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2019/09/16 v2.46 Cross-referencing by name of section
(/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty
Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO)
)
(/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO)
)
\c@section@level=\count319
)
LaTeX Info: Redefining \ref on input line 246.
LaTeX Info: Redefining \pageref on input line 246.
LaTeX Info: Redefining \nameref on input line 246.
(./diff.out) (./diff.out)
\@outlinefile=\write6
\openout6 = `diff.out'.
Package caption Info: Begin \AtBeginDocument code.
Package caption Info: listings package is loaded.
Package caption Info: longtable package is loaded.
(/usr/share/texlive/texmf-dist/tex/latex/caption/ltcaption.sty
Package: ltcaption 2020/05/30 v1.4b longtable captions (AR)
)
Package caption Info: End \AtBeginDocument code.
(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count320
\scratchdimen=\dimen258
\scratchbox=\box61
\nofMPsegments=\count321
\nofMParguments=\count322
\everyMPshowfont=\toks31
\MPscratchCnt=\count323
\MPscratchDim=\dimen259
\MPnumerator=\count324
\makeMPintoPDFobject=\count325
\everyMPtoPDFconversion=\toks32
) (/usr/share/texlive/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 4
85.
(/usr/share/texlive/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
))
\c@lstlisting=\count326
LaTeX Font Info: Trying to load font information for T1+phv on input line 24
9.
(/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd
File: t1phv.fd 2020/03/25 scalable font definitions for T1/phv.
)
LaTeX Font Info: Font shape `T1/phv/b/n' will be
(Font) scaled to size 13.67995pt on input line 249.
LaTeX Font Info: Trying to load font information for LS1+stix2scr on input l
ine 256.
(/usr/share/texlive/texmf-dist/tex/latex/stix2-type1/ls1stix2scr.fd
File: ls1stix2scr.fd 2018/04/02 v2.0.0-latex stix2 script LS1 font definitions
)
LaTeX Font Info: Trying to load font information for LS2+stix2ex on input li
ne 256.
(/usr/share/texlive/texmf-dist/tex/latex/stix2-type1/ls2stix2ex.fd
File: ls2stix2ex.fd 2018/04/02 v2.0.0-latex stix2 extentions LS2 font definitio
ns
)
LaTeX Font Info: Trying to load font information for U+msa on input line 256
.
(/usr/share/texlive/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 256
.
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
File: umsb.fd 2013/01/14 v3.01 AMS symbols B
)
LaTeX Font Info: Trying to load font information for LS1+stix2frak on input
line 256.
(/usr/share/texlive/texmf-dist/tex/latex/stix2-type1/ls1stix2frak.fd
File: ls1stix2frak.fd 2018/04/02 v2.0.0-latex stix2 fraktur LS1 font definition
s
)
LaTeX Font Info: Trying to load font information for LS1+stix2bb on input li
ne 256.
(/usr/share/texlive/texmf-dist/tex/latex/stix2-type1/ls1stix2bb.fd
File: ls1stix2bb.fd 2018/04/02 v2.0.0-latex stix2 blackboard LS1 font definitio
ns
)
LaTeX Font Info: Trying to load font information for LS2+stix2cal on input l
ine 256.
(/usr/share/texlive/texmf-dist/tex/latex/stix2-type1/ls2stix2cal.fd
File: ls2stix2cal.fd 2018/04/02 v2.0.0-latex stix2 calligraphic LS2 font defini
tions
)
LaTeX Font Info: Trying to load font information for LS1+stix2sf on input li
ne 256.
(/usr/share/texlive/texmf-dist/tex/latex/stix2-type1/ls1stix2sf.fd
File: ls1stix2sf.fd 2018/04/02 v2.0.0-latex stix2 sans-serif LS1 font definitio
ns
)
LaTeX Font Info: Trying to load font information for LS2+stix2tt on input li
ne 256.
(/usr/share/texlive/texmf-dist/tex/latex/stix2-type1/ls2stix2tt.fd
File: ls2stix2tt.fd 2018/04/02 v2.0.0-latex stix2 typewriter LS2 font definitio
ns
)
LaTeX Font Info: Trying to load font information for TS1+stix2 on input line
256.
(/usr/share/texlive/texmf-dist/tex/latex/stix2-type1/ts1stix2.fd
File: ts1stix2.fd 2018/04/02 v2.0.0-latex stix2 TS1 font definitions
)
LaTeX Font Info: Trying to load font information for T1+zi4 on input line 26
5.
(/usr/share/texlive/texmf-dist/tex/latex/inconsolata/t1zi4.fd
File: t1zi4.fd 2018/01/14 T1/zi4 (Inconsolata)
)
LaTeX Font Info: Font shape `T1/zi4/m/n' will be
(Font) scaled to size 10.95pt on input line 265.
LaTeX Font Info: Font shape `U/ccicons/m/n' will be
(Font) scaled to size 10.95pt on input line 268.
[1
{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2
]
LaTeX Font Info: Font shape `T1/phv/m/n' will be
(Font) scaled to size 5.69998pt on input line 310.
\openout4 = `diff.fff'.
(diff.fff)
LaTeX Font Info: Font shape `T1/phv/m/n' will be
(Font) scaled to size 8.54997pt on input line 374.
[3
] [4] [5]
LaTeX Font Info: Font shape `T1/zi4/b/n' will be
(Font) scaled to size 10.95pt on input line 533.
[6] [7]
[8] [9] [10] [11] [12] [13] [14] [15] [16]
AED: lastpage setting LastPage
[17] AED endfloat: Processing end Figures and Tables (./diff.fff
<figures/betadiv_response_figure.png, id=191, 963.6pt x 542.025pt>
File: figures/betadiv_response_figure.png Graphic file (type png)
<use figures/betadiv_response_figure.png>
Package pdftex.def Info: figures/betadiv_response_figure.png used on input lin
e 15.
(pdftex.def) Requested size: 489.10307pt x 275.11406pt.
[18 <./figures/betadiv_response_figure.png (PNG copy)>]
! Argument of \Gin@iii has an extra }.
<inserted text>
\par
l.41 }
?
Runaway argument?
width=\maxwidth ][]{figures/sharing_v_rewiring/components.png}
! Paragraph ended before \Gin@iii was complete.
<to be read again>
\par
l.41 }
?
[19]
<figures/connectance/components.png, id=203, 4013.99625pt x 4013.99625pt>
File: figures/connectance/components.png Graphic file (type png)
<use figures/connectance/components.png>
Package pdftex.def Info: figures/connectance/components.png used on input line
57.
(pdftex.def) Requested size: 489.10307pt x 489.06985pt.
[20 <./figures/connectance/components.png>]
<figures/common_denominator/components.png, id=209, 4013.99625pt x 4013.99625pt
>
File: figures/common_denominator/components.png Graphic file (type png)
<use figures/common_denominator/components.png>
Package pdftex.def Info: figures/common_denominator/components.png used on inp
ut line 68.
(pdftex.def) Requested size: 489.10307pt x 489.06985pt.
) [21 <./figures/common_denominator/components.png>] (./diff.aux)
Package rerunfilecheck Info: File `diff.out' has not changed.
(rerunfilecheck) Checksum: 51D057DEE212D003518147D6A74774AB;1096.
)
Here is how much of TeX's memory you used:
16668 strings out of 479304
259152 string characters out of 5869778
562797 words of memory out of 5000000
33479 multiletter control sequences out of 15000+600000
526910 words of font info for 94 fonts, out of 8000000 for 9000
1141 hyphenation exceptions out of 8191
71i,12n,117p,779b,457s stack positions out of 5000i,500n,10000p,200000b,80000s
{/usr/share/texlive/texmf-dist/fonts/enc/dvips/inconsolata/i4-t1-0.enc}{/usr/
share/texlive/texmf-dist/fonts/enc/dvips/stix2-type1/stix2-mathrm-bold.enc}{/us
r/share/texlive/texmf-dist/fonts/enc/dvips/stix2-type1/stix2-mathcal.enc}{/usr/
share/texlive/texmf-dist/fonts/enc/dvips/stix2-type1/stix2-mathscr.enc}{/usr/sh
are/texlive/texmf-dist/fonts/enc/dvips/stix2-type1/stix2-mathfrak.enc}{/usr/sha
re/texlive/texmf-dist/fonts/enc/dvips/stix2-type1/stix2-mathex.enc}{/usr/share/
texlive/texmf-dist/fonts/enc/dvips/stix2-type1/stix2-t1.enc}{/usr/share/texlive
/texmf-dist/fonts/enc/dvips/stix2-type1/stix2-mathrm.enc}{/usr/share/texlive/te
xmf-dist/fonts/enc/dvips/base/8r.enc}{/usr/share/texlive/texmf-dist/fonts/enc/d
vips/stix2-type1/stix2-mathit.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvip
s/stix2-type1/stix2-ts1.enc}</usr/share/texlive/texmf-dist/fonts/type1/public/i
nconsolata/Inconsolata-zi4b.pfb></usr/share/texlive/texmf-dist/fonts/type1/publ
ic/inconsolata/Inconsolata-zi4r.pfb></usr/share/texlive/texmf-dist/fonts/type1/
public/stix2-type1/STIX2Math.pfb></usr/share/texlive/texmf-dist/fonts/type1/pub
lic/stix2-type1/STIX2Text-Bold.pfb></usr/share/texlive/texmf-dist/fonts/type1/p
ublic/stix2-type1/STIX2Text-BoldItalic.pfb></usr/share/texlive/texmf-dist/fonts
/type1/public/stix2-type1/STIX2Text-Italic.pfb></usr/share/texlive/texmf-dist/f
onts/type1/public/stix2-type1/STIX2Text-Regular.pfb></usr/share/texlive/texmf-d
ist/fonts/type1/public/ccicons/ccicons.pfb></usr/share/texlive/texmf-dist/fonts
/type1/urw/helvetic/uhvb8a.pfb></usr/share/texlive/texmf-dist/fonts/type1/urw/h
elvetic/uhvr8a.pfb>
Output written on diff.pdf (21 pages, 2114247 bytes).
PDF statistics:
288 PDF objects out of 1000 (max. 8388607)
248 compressed objects within 3 object streams
77 named destinations out of 1000 (max. 500000)
112 words of extra memory for PDF output out of 10000 (max. 10000000)