summaryrefslogtreecommitdiffstats
path: root/docs/build/pdi.log
blob: 597865eba3a897d4fb2893c0f68af880326930dc (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
This is LuaTeX, Version 0.95.0 (TeX Live 2016/Debian)  (format=lualatex 2016.12.8)  11 DEC 2016 20:28
 restricted system commands enabled.
**pdi
(./pdi.tex
LaTeX2e <2016/03/31> patch level 3
Babel <3.9r> and hyphenation patterns for 1 language(s) loaded.
(/usr/share/texlive/texmf-dist/tex/latex/base/report.cls
Document Class: report 2014/09/29 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo
File: size12.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@chapter=\count80
\c@section=\count81
\c@subsection=\count82
\c@subsubsection=\count83
\c@paragraph=\count84
\c@subparagraph=\count85
\c@figure=\count86
\c@table=\count87
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2015/03/17 v1.2c Input encoding file
\inpenc@prehook=\toks14
\inpenc@posthook=\toks15


Package inputenc Warning: inputenc package ignored with utf8 based engines.

) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2016/04/23 3.9r The Babel package

(/usr/share/texlive/texmf-dist/tex/generic/babel/luababel.def
\l@dumylang=\language1
\l@nohyphenation=\language2
\l@mongolian=\language3
\l@romanian=\language4
\l@oriya=\language5
\l@basque=\language6
\l@panjabi=\language7
\l@bulgarian=\language8
\l@liturgicallatin=\language9
\l@mongolianlmc=\language10
\l@serbian=\language11
\l@arabic=\language12
\l@usenglishmax=\language13
\l@ukenglish=\language14
\l@kannada=\language15
\l@nynorsk=\language16
\l@dutch=\language17
\l@ngerman-x-2014-05-21=\language18
\l@pinyin=\language19
\l@georgian=\language20
\l@swedish=\language21
\l@italian=\language22
\l@ukrainian=\language23
\l@tamil=\language24
\l@farsi=\language25
\l@welsh=\language26
\l@telugu=\language27
\l@serbianc=\language28
\l@malayalam=\language29
\l@sanskrit=\language30
\l@bengali=\language31
\l@occitan=\language32
\l@interlingua=\language33
\l@hindi=\language34
\l@catalan=\language35
\l@danish=\language36
\l@gujarati=\language37
\l@piedmontese=\language38
\l@marathi=\language39
\l@finnish=\language40
\l@latin=\language41
\l@lithuanian=\language42
\l@portuguese=\language43
\l@uppersorbian=\language44
\l@french=\language45
\l@churchslavonic=\language46
\l@hungarian=\language47
\l@german-x-2014-05-21=\language48
\l@turkish=\language49
\l@kurmanji=\language50
\l@spanish=\language51
\l@ngerman=\language52
\l@galician=\language53
\l@greek=\language54
\l@slovak=\language55
\l@monogreek=\language56
\l@ibycus=\language57
\l@ethiopic=\language58
\l@russian=\language59
\l@polish=\language60
\l@latvian=\language61
\l@esperanto=\language62
\l@czech=\language63
\l@slovenian=\language64
\l@turkmen=\language65
\l@thai=\language66
\l@swissgerman=\language67
\l@ancientgreek=\language68
\l@coptic=\language69
\l@assamese=\language70
\l@afrikaans=\language71
\l@armenian=\language72
\l@romansh=\language73
\l@icelandic=\language74
\l@indonesian=\language75
\l@croatian=\language76
\l@friulan=\language77
\l@estonian=\language78
\l@german=\language79
\l@bokmal=\language80
\l@irish=\language81
\l@classiclatin=\language82
)
(/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf
Language: english 2012/08/20 v3.3p English support from the babel system

(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def
File: babel.def 2016/04/23 3.9r Babel common definitions
\babel@savecnt=\count88
\U@D=\dimen103

(/usr/share/texlive/texmf-dist/tex/generic/babel/luababel.def))
\l@canadian = a dialect from \language\l@american 
\l@australian = a dialect from \language\l@british 
\l@newzealand = a dialect from \language\l@british 
)
(/usr/share/texlive/texmf-dist/tex/generic/babel-italian/italian.ldf
Language: italian 2015/03/26 v1.3n Italian support from the babel system
\it@lettering=\count89
\it@doublequoteactive=\count90
\it@ISOcompliance=\count91

(/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-it.tex
UTF-8 Italian hyphenation patterns
(/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-it.tex)
(/usr/share/texlive/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-
it.tex)))) (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2015/08/02 v2.2a e-TeX tools for LaTeX (JAW)
\etb@tempcnta=\count92
)
(/usr/share/texlive/texmf-dist/tex/latex/psnfss/helvet.sty
Package: helvet 2005/04/12 PSNFSS-v9.2a (WaS) 

(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
\KV@toks@=\toks16
))
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2016/06/19 v1.99m Standard LaTeX package

(/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def
File: t1enc.def 2016/06/19 v1.99m Standard LaTeX file
LaTeX Font Info:    Redeclaring font encoding T1 on input line 48.
))
(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
Package: geometry 2010/09/12 v5.6 Page Geometry

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2016/05/14 v3.1 Provides the ifpdf switch
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty
Package: ifvtex 2016/05/16 v1.6 Detect VTeX and its facilities (HO)
Package ifvtex Info: VTeX not detected.
)
(/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
)
\Gm@cnth=\count93
\Gm@cntv=\count94
\c@Gm@tempcnt=\count95
\Gm@bindingoffset=\dimen104
\Gm@wd@mp=\dimen105
\Gm@odd@mp=\dimen106
\Gm@even@mp=\dimen107
\Gm@layoutwidth=\dimen108
\Gm@layoutheight=\dimen109
\Gm@layouthoffset=\dimen110
\Gm@layoutvoffset=\dimen111
\Gm@dimlist=\toks17
)
(/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
Package: fancyhdr 2016/09/06 3.8 Extensive control of page headers and footers
\fancy@headwidth=\skip43
\f@ncyO@elh=\skip44
\f@ncyO@erh=\skip45
\f@ncyO@olh=\skip46
\f@ncyO@orh=\skip47
\f@ncyO@elf=\skip48
\f@ncyO@erf=\skip49
\f@ncyO@olf=\skip50
\f@ncyO@orf=\skip51
)
(/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/graphics/graphicx.sty
Package: graphicx 2014/10/28 v1.0g Enhanced LaTeX Graphics (DPC,SPQR)

(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2016/07/10 v1.0t 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: luatex.def on input line 99.

(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/luatex.def
File: luatex.def 2016/08/17 v0.01g Graphics/Color for luaTeX

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2016/05/16 v1.4 Providing info/warning/error messages (HO)
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2016/05/16 v1.23 LaTeX kernel commands for general use (HO)
)
\Gread@gobject=\count96
))
\Gin@req@height=\dimen112
\Gin@req@width=\dimen113
)
(/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty
\wrapoverhang=\dimen114
\WF@size=\dimen115
\c@WF@wrappedlines=\count97
\WF@box=\box26
\WF@everypar=\toks18
Package: wrapfig 2003/01/31  v 3.6
)
(/usr/share/texlive/texmf-dist/tex/latex/float/float.sty
Package: float 2001/11/08 v1.3d Float enhancements (AL)
\c@float@type=\count98
\float@exts=\toks19
\float@box=\box27
\@float@everytoks=\toks20
\@floatcapt=\box28
)
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2016/06/24 v6.83q Hypertext links for LaTeX

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
Package: hobsub-hyperref 2016/05/16 v1.14 Bundle oberdiek, subset hyperref (HO)

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty
Package: hobsub-generic 2016/05/16 v1.14 Bundle oberdiek, subset generic (HO)
Package: hobsub 2016/05/16 v1.14 Construct package bundles (HO)
Package hobsub Info: Skipping package `infwarerr' (already loaded).
Package hobsub Info: Skipping package `ltxcmds' (already loaded).
Package: ifluatex 2016/05/16 v1.4 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX detected.
Package hobsub Info: Skipping package `ifvtex' (already loaded).
Package: intcalc 2016/05/16 v1.2 Expandable calculations with integers (HO)
Package hobsub Info: Skipping package `ifpdf' (already loaded).
Package: etexcmds 2016/05/16 v1.6 Avoid name clashes with e-TeX commands (HO)
Package: kvsetkeys 2016/05/16 v1.17 Key value parser (HO)
Package: kvdefinekeys 2016/05/16 v1.4 Define keys (HO)
Package: luatex-loader 2016/05/16 v0.6 Lua module loader (HO)

(/usr/share/texlive/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua)
Package: pdftexcmds 2016/05/21 v0.22 Utility functions of pdfTeX for LuaTeX (HO)

Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
\pdftexcmds@toks=\toks21
Package: pdfescape 2016/05/16 v1.14 Implements pdfTeX's escape features (HO)
Package: bigintcalc 2016/05/16 v1.4 Expandable calculations on big integers (HO)

Package: bitset 2016/05/16 v1.2 Handle bit-vector datatype (HO)
Package: uniquecounter 2016/05/16 v1.3 Provide unlimited unique counter (HO)
)
Package hobsub Info: Skipping package `hobsub' (already loaded).
Package: letltxmacro 2016/05/16 v1.5 Let assignment for LaTeX macros (HO)
Package: hopatch 2016/05/16 v1.3 Wrapper for package hooks (HO)
Package: xcolor-patch 2016/05/16 xcolor patch
Package: atveryend 2016/05/16 v1.9 Hooks at the very end of document (HO)
Package: atbegshi 2016/06/09 v1.18 At begin shipout hook (HO)
Package: refcount 2016/05/16 v3.5 Data extraction from label references (HO)
Package: hycolor 2016/05/16 v1.8 Color options for hyperref/bookmark (HO)
)
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty
Package: auxhook 2016/05/16 v1.4 Hooks for auxiliary files (HO)
)
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2016/05/16 v3.12 Key value format for package options (HO)
)
\@linkdim=\dimen116
\Hy@linkcounter=\count99
\Hy@pagecounter=\count100

(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2016/06/24 v6.83q Hyperref: PDFDocEncoding definition (HO)
)
\Hy@SavedSpaceFactor=\count101

(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
Package hyperref Info: Hyper figures OFF on input line 4486.
Package hyperref Info: Link nesting OFF on input line 4491.
Package hyperref Info: Hyper index ON on input line 4494.
Package hyperref Info: Plain pages OFF on input line 4501.
Package hyperref Info: Backreferencing OFF on input line 4506.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks ON on input line 4735.
\c@Hy@tempcnt=\count102

(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip10
Package: url 2013/09/16  ver 3.4  Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 5088.
\XeTeXLinkMargin=\dimen117
\Fld@menulength=\count103
\Field@Width=\dimen118
\Fld@charsize=\dimen119
Package hyperref Info: Hyper figures OFF on input line 6342.
Package hyperref Info: Link nesting OFF on input line 6347.
Package hyperref Info: Hyper index ON on input line 6350.
Package hyperref Info: backreferencing OFF on input line 6357.
Package hyperref Info: Link coloring OFF on input line 6362.
Package hyperref Info: Link coloring with OCG OFF on input line 6367.
Package hyperref Info: PDF/A mode OFF on input line 6372.
LaTeX Info: Redefining \ref on input line 6412.
LaTeX Info: Redefining \pageref on input line 6416.
\Hy@abspage=\count104
\c@Item=\count105
\c@Hfootnote=\count106
)

Package hyperref Message: Driver (autodetected): hluatex.

(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hluatex.def
File: hluatex.def 2016/06/24 v6.83q Hyperref driver for luaTeX
\Fld@listcount=\count107
\c@bookmark@seq@number=\count108

(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty
Package: rerunfilecheck 2016/05/16 v1.8 Rerun checks for auxiliary files (HO)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 28
2.
)
\Hy@SectionHShift=\skip52
)

Package hyperref Warning: Unexpected value for option `hidelinks'
(hyperref)                is ignored on input line 34.

(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty
Package: biblatex 2016/09/17 v3.6 programmable bibliographies (PK/JW/AB)

(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.sty
Package: logreq 2010/08/04 v1.0 xml request logger
\lrq@indent=\count109

(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.def
File: logreq.def 2010/08/04 v1.0 logreq spec v1.0
))
(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty
Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC)
)
(/usr/share/texlive/texmf-dist/tex/generic/xstring/xstring.sty
(/usr/share/texlive/texmf-dist/tex/generic/xstring/xstring.tex
\@xs@message=\write3
\integerpart=\count110
\decimalpart=\count111
)
Package: xstring 2013/10/13  v1.7c  String manipulations (C Tellechea)
)
\c@tabx@nest=\count112
\c@listtotal=\count113
\c@listcount=\count114
\c@liststart=\count115
\c@liststop=\count116
\c@citecount=\count117
\c@citetotal=\count118
\c@multicitecount=\count119
\c@multicitetotal=\count120
\c@instcount=\count121
\c@maxnames=\count122
\c@minnames=\count123
\c@maxitems=\count124
\c@minitems=\count125
\c@citecounter=\count126
\c@savedcitecounter=\count127
\c@uniquelist=\count128
\c@uniquename=\count129
\c@refsection=\count130
\c@refsegment=\count131
\c@maxextratitle=\count132
\c@maxextratitleyear=\count133
\c@maxextrayear=\count134
\c@maxextraalpha=\count135
\c@abbrvpenalty=\count136
\c@highnamepenalty=\count137
\c@lownamepenalty=\count138
\c@maxparens=\count139
\c@parenlevel=\count140
\blx@tempcnta=\count141
\blx@tempcntb=\count142
\blx@tempcntc=\count143
\blx@maxsection=\count144
\blx@maxsegment@0=\count145
\blx@notetype=\count146
\blx@parenlevel@text=\count147
\blx@parenlevel@foot=\count148
\blx@sectionciteorder@0=\count149
\labelnumberwidth=\skip53
\labelalphawidth=\skip54
\biblabelsep=\skip55
\bibitemsep=\skip56
\bibnamesep=\skip57
\bibinitsep=\skip58
\bibparsep=\skip59
\bibhang=\skip60
\blx@bcfin=\read1
\blx@bcfout=\write4
\c@mincomprange=\count150
\c@maxcomprange=\count151
\c@mincompwidth=\count152
Package biblatex Info: Trying to load biblatex default data model...
Package biblatex Info: ... file 'blx-dm.def' found.

(/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-dm.def)
Package biblatex Info: Trying to load biblatex custom data model...
Package biblatex Info: ... file 'biblatex-dm.cfg' not found.
\c@afterword=\count153
\c@savedafterword=\count154
\c@annotator=\count155
\c@savedannotator=\count156
\c@author=\count157
\c@savedauthor=\count158
\c@bookauthor=\count159
\c@savedbookauthor=\count160
\c@commentator=\count161
\c@savedcommentator=\count162
\c@editor=\count163
\c@savededitor=\count164
\c@editora=\count165
\c@savededitora=\count166
\c@editorb=\count167
\c@savededitorb=\count168
\c@editorc=\count169
\c@savededitorc=\count170
\c@foreword=\count171
\c@savedforeword=\count172
\c@holder=\count173
\c@savedholder=\count174
\c@introduction=\count175
\c@savedintroduction=\count176
\c@namea=\count177
\c@savednamea=\count178
\c@nameb=\count179
\c@savednameb=\count180
\c@namec=\count181
\c@savednamec=\count182
\c@translator=\count183
\c@savedtranslator=\count184
\c@shortauthor=\count185
\c@savedshortauthor=\count186
\c@shorteditor=\count187
\c@savedshorteditor=\count188
\c@labelname=\count189
\c@savedlabelname=\count190
\c@institution=\count191
\c@savedinstitution=\count192
\c@lista=\count193
\c@savedlista=\count194
\c@listb=\count195
\c@savedlistb=\count196
\c@listc=\count197
\c@savedlistc=\count198
\c@listd=\count199
\c@savedlistd=\count266
\c@liste=\count267
\c@savedliste=\count268
\c@listf=\count269
\c@savedlistf=\count270
\c@location=\count271
\c@savedlocation=\count272
\c@organization=\count273
\c@savedorganization=\count274
\c@origlocation=\count275
\c@savedoriglocation=\count276
\c@origpublisher=\count277
\c@savedorigpublisher=\count278
\c@publisher=\count279
\c@savedpublisher=\count280
\c@language=\count281
\c@savedlanguage=\count282
\c@pageref=\count283
\c@savedpageref=\count284
\shorthandwidth=\skip61
\shortjournalwidth=\skip62
\shortserieswidth=\skip63
\shorttitlewidth=\skip64
\shortauthorwidth=\skip65
\shorteditorwidth=\skip66
Package biblatex Info: Trying to load compatibility code...
Package biblatex Info: ... file 'blx-compat.def' found.

(/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-compat.def
File: blx-compat.def 2016/09/17 v3.6 biblatex compatibility (PK/JW/AB)
)
Package biblatex Info: Trying to load generic definitions...
Package biblatex Info: ... file 'biblatex.def' found.

(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.def
File: biblatex.def 2016/09/17 v3.6 biblatex compatibility (PK/JW/AB)
\c@textcitecount=\count285
\c@textcitetotal=\count286
\c@textcitemaxnames=\count287
\c@biburlnumpenalty=\count288
\c@biburlucpenalty=\count289
\c@biburllcpenalty=\count290
\c@smartand=\count291
)
Package biblatex Info: Trying to load bibliography style 'numeric'...
Package biblatex Info: ... file 'numeric.bbx' found.

(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx
File: numeric.bbx 2016/09/17 v3.6 biblatex bibliography style (PK/JW/AB)
Package biblatex Info: Trying to load bibliography style 'standard'...
Package biblatex Info: ... file 'standard.bbx' found.

(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/standard.bbx
File: standard.bbx 2016/09/17 v3.6 biblatex bibliography style (PK/JW/AB)
\c@bbx:relatedcount=\count292
\c@bbx:relatedtotal=\count293
))
Package biblatex Info: Trying to load citation style 'numeric'...
Package biblatex Info: ... file 'numeric.cbx' found.

(/usr/share/texlive/texmf-dist/tex/latex/biblatex/cbx/numeric.cbx
File: numeric.cbx 2016/09/17 v3.6 biblatex citation style (PK/JW/AB)
Package biblatex Info: Redefining '\cite'.
Package biblatex Info: Redefining '\parencite'.
Package biblatex Info: Redefining '\footcite'.
Package biblatex Info: Redefining '\footcitetext'.
Package biblatex Info: Redefining '\smartcite'.
Package biblatex Info: Redefining '\supercite'.
Package biblatex Info: Redefining '\textcite'.
Package biblatex Info: Redefining '\textcites'.
Package biblatex Info: Redefining '\cites'.
Package biblatex Info: Redefining '\parencites'.
Package biblatex Info: Redefining '\smartcites'.
)
Package biblatex Info: Trying to load configuration file...
Package biblatex Info: ... file 'biblatex.cfg' found.

(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.cfg
File: biblatex.cfg 
))
(/usr/share/texlive/texmf-dist/tex/latex/draftwatermark/draftwatermark.sty
Package: draftwatermark 2015/02/19 1.2 Put a gray textual watermark on document 
pages

(/usr/share/texlive/texmf-dist/tex/latex/everypage/everypage.sty
Package: everypage 2007/06/20 1.1 Hooks to run on every page
)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty
Package: color 2016/07/10 v1.1e 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: luatex.def on input line 147.
)
\sc@wm@hcenter=\skip67
\sc@wm@vcenter=\skip68
\sc@wm@fontsize=\skip69
)
(/usr/share/texlive/texmf-dist/tex/latex/blindtext/blindtext.sty
Package: blindtext 2012/01/06 V2.0 blindtext-Package

(/usr/share/texlive/texmf-dist/tex/latex/tools/xspace.sty
Package: xspace 2014/10/28 v1.13 Space after command names (DPC,MH)
)
\c@blindtext=\count294
\c@Blindtext=\count295
\c@blind@countparstart=\count296
\blind@countxx=\count297
\blindtext@numBlindtext=\count298
\blind@countyy=\count299
\c@blindlist=\count300
\c@blindlistlevel=\count301
\c@blindlist@level=\count302
\blind@listitem=\count303
\c@blind@listcount=\count304
\c@blind@levelcount=\count305
\blind@mathformula=\count306
\blind@Mathformula=\count307
\c@blind@randomcount=\count308
\c@blind@randommax=\count309
\c@blind@pangramcount=\count310
\c@blind@pangrammax=\count311
)
Package biblatex Info: Trying to load language 'italian'...
Package biblatex Info: ... file 'italian.lbx' found.

(/usr/share/texlive/texmf-dist/tex/latex/biblatex/lbx/italian.lbx
File: italian.lbx 2016/09/17 v3.6 biblatex localization (PK/JW/AB)
)
Package biblatex Info: Trying to load language 'english'...
Package biblatex Info: ... file 'english.lbx' found.

(/usr/share/texlive/texmf-dist/tex/latex/biblatex/lbx/english.lbx
File: english.lbx 2016/09/17 v3.6 biblatex localization (PK/JW/AB)
)

Package biblatex Warning: 'babel/polyglossia' detected but 'csquotes' missing.
(biblatex)                Loading 'csquotes' recommended.

\@quotelevel=\count312
\@quotereset=\count313
(./build/pdi.aux)
\openout1 = pdi.aux

LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 84.
LaTeX Font Info:    ... okay on input line 84.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 84.
LaTeX Font Info:    ... okay on input line 84.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 84.
LaTeX Font Info:    ... okay on input line 84.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 84.
LaTeX Font Info:    ... okay on input line 84.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 84.
LaTeX Font Info:    ... okay on input line 84.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 84.
LaTeX Font Info:    ... okay on input line 84.
LaTeX Font Info:    Checking defaults for PD1/pdf/m/n on input line 84.
LaTeX Font Info:    ... okay on input line 84.
LaTeX Font Info:    Try loading font information for T1+phv on input line 84.
 (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd
File: t1phv.fd 2001/06/04 scalable font definitions for T1/phv.
)
LaTeX Font Info:    Font shape `T1/phv/m/n' will be
(Font)              scaled to size 11.39996pt on input line 84.
LaTeX Info: Redefining \it@ocap on input line 84.
LaTeX Info: Redefining \it@ccap on input line 84.

*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
*geometry* verbose mode - [ preamble ] result:
* driver: pdftex
* paper: a4paper
* layout: <same size as paper>
* layoutoffset:(h,v)=(0.0pt,0.0pt)
* modes: twoside 
* h-part:(L,W,R)=(56.9055pt, 497.92325pt, 42.67912pt)
* v-part:(T,H,B)=(85.35826pt, 658.28194pt, 101.40665pt)
* \paperwidth=597.50787pt
* \paperheight=845.04684pt
* \textwidth=497.92325pt
* \textheight=658.28194pt
* \oddsidemargin=-15.36449pt
* \evensidemargin=-29.59087pt
* \topmargin=-23.91173pt
* \headheight=40.0pt
* \headsep=25.0pt
* \topskip=12.0pt
* \footskip=30.0pt
* \marginparwidth=85.0pt
* \marginparsep=10.0pt
* \columnsep=10.0pt
* \skip\footins=10.8pt plus 4.0pt minus 2.0pt
* \hoffset=0.0pt
* \voffset=0.0pt
* \mag=1000
* \@twocolumnfalse
* \@twosidetrue
* \@mparswitchtrue
* \@reversemarginfalse
* (1in=72.27pt=25.4mm, 1cm=28.453pt)

Package lastpage Info: Please have a look at the pageslts package at
(lastpage)             https://www.ctan.org/pkg/pageslts
(lastpage)             ! on input line 84.
(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count314
\scratchdimen=\dimen120
\scratchbox=\box29
\nofMPsegments=\count315
\nofMParguments=\count316
\everyMPshowfont=\toks22
\MPscratchCnt=\count317
\MPscratchDim=\dimen121
\MPnumerator=\count318
\makeMPintoPDFobject=\count319
\everyMPtoPDFconversion=\toks23
) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
Package: epstopdf-base 2016/05/15 v2.6 Base part for package epstopdf

(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty
Package: grfext 2016/05/16 v1.2 Manage graphics extensions (HO)
)
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 43
8.
Package grfext Info: Graphics extension search list:
(grfext)             [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPEG
,.JBIG2,.JB2,.eps]
(grfext)             \AppendGraphicsExtensions on input line 456.

(/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 Live

))
\AtBeginShipoutBox=\box30
Package hyperref Info: Link coloring OFF on input line 84.

(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2016/05/21 v2.44 Cross-referencing by name of section

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty
Package: gettitlestring 2016/05/16 v1.5 Cleanup title references (HO)
)
\c@section@level=\count320
)
LaTeX Info: Redefining \ref on input line 84.
LaTeX Info: Redefining \pageref on input line 84.
LaTeX Info: Redefining \nameref on input line 84.

(./build/pdi.out) (./build/pdi.out)
\@outlinefile=\write5

\openout5 = pdi.out
Package biblatex Info: LuaTeX detected.
(biblatex)             Assuming input encoding 'utf8'.
Package biblatex Info: Automatic encoding selection.
(biblatex)             Assuming data encoding 'utf8'.

\openout4 = pdi.bcf
Package biblatex Info: Trying to load bibliographic data...
Package biblatex Info: ... file 'pdi.bbl' found.
 (./build/pdi.bbl)
Package biblatex Info: Reference section=0 on input line 84.
Package biblatex Info: Reference segment=0 on input line 84.
LaTeX Font Info:    Font shape `T1/phv/m/n' will be
(Font)              scaled to size 19.70294pt on input line 86.
LaTeX Font Info:    Font shape `T1/phv/m/n' will be
(Font)              scaled to size 13.67995pt on input line 86.
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <14.4> on input line 86.
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <7> on input line 86.
LaTeX Font Info:    Font shape `T1/phv/m/it' in size <14.4> not available
(Font)              Font shape `T1/phv/m/sl' tried instead on input line 86.
LaTeX Font Info:    Font shape `T1/phv/m/sl' will be
(Font)              scaled to size 13.67995pt on input line 86.
LaTeX Font Info:    Font shape `T1/phv/m/n' will be
(Font)              scaled to size 135.15015pt on input line 86.
LaTeX Font Info:    Try loading font information for T1+cmtt on input line 86.

(/usr/share/texlive/texmf-dist/tex/latex/base/t1cmtt.fd
File: t1cmtt.fd 2014/09/29 v2.5h Standard LaTeX font definitions
)

LaTeX Font Warning: Font shape `T1/cmtt/m/n' in size <142.26378> not available
(Font)              size <35.83> substituted on input line 86.

[1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}

] [2]
LaTeX Font Info:    Font shape `T1/phv/bx/n' in size <12> not available
(Font)              Font shape `T1/phv/b/n' tried instead on input line 91.
LaTeX Font Info:    Font shape `T1/phv/b/n' will be
(Font)              scaled to size 11.39996pt on input line 91.

warning  (pdf backend): ignoring duplicate destination with the name 'page.1'
[1]
LaTeX Font Info:    Font shape `T1/phv/m/n' will be
(Font)              scaled to size 23.63593pt on input line 104.
LaTeX Font Info:    Font shape `T1/phv/bx/n' in size <24.88> not available
(Font)              Font shape `T1/phv/b/n' tried instead on input line 104.
LaTeX Font Info:    Font shape `T1/phv/b/n' will be
(Font)              scaled to size 23.63593pt on input line 104.
 (./build/pdi.toc
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <12> on input line 16.
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <8> on input line 16.
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <6> on input line 16.

<res/images/cam_cpt_logo.pdf, id=154, 109.60968pt x 50.58865pt>
File: res/images/cam_cpt_logo.pdf Graphic file (type pdf)

<use res/images/cam_cpt_logo.pdf>
Package luatex.def Info: res/images/cam_cpt_logo.pdf used on input line 86.
(luatex.def)             Requested size: 77.06407pt x 35.56593pt.

warning  (pdf backend): ignoring duplicate destination with the name 'page.2'
[2

<./res/images/cam_cpt_logo.pdf>])
\tf@toc=\write6

\openout6 = pdi.toc
 (./tex/introduzione.tex
File: res/images/cam_cpt_logo.pdf Graphic file (type pdf)

<use res/images/cam_cpt_logo.pdf>
Package luatex.def Info: res/images/cam_cpt_logo.pdf used on input line 1.
(luatex.def)             Requested size: 77.06407pt x 35.56593pt.

warning  (pdf backend): ignoring duplicate destination with the name 'page.1'
[1]
Chapter 1.
LaTeX Font Info:    Font shape `T1/phv/m/n' will be
(Font)              scaled to size 16.41594pt on input line 3.
LaTeX Font Info:    Font shape `T1/phv/bx/n' in size <17.28> not available
(Font)              Font shape `T1/phv/b/n' tried instead on input line 3.
LaTeX Font Info:    Font shape `T1/phv/b/n' will be
(Font)              scaled to size 16.41594pt on input line 3.
LaTeX Font Info:    Font shape `T1/phv/bx/n' in size <14.4> not available
(Font)              Font shape `T1/phv/b/n' tried instead on input line 6.
LaTeX Font Info:    Font shape `T1/phv/b/n' will be
(Font)              scaled to size 13.67995pt on input line 6.
<res/images/flag_of_canada.pdf, id=185, 803.0pt x 401.5pt>
File: res/images/flag_of_canada.pdf Graphic file (type pdf)

<use res/images/flag_of_canada.pdf>
Package luatex.def Info: res/images/flag_of_canada.pdf used on input line 24.
(luatex.def)             Requested size: 170.71652pt x 85.35896pt.

<res/images/canadian_red_ensign.pdf, id=186, 802.99994pt x 401.50015pt>
File: res/images/canadian_red_ensign.pdf Graphic file (type pdf)

<use res/images/canadian_red_ensign.pdf>
Package luatex.def Info: res/images/canadian_red_ensign.pdf used on input line 3
4.
(luatex.def)             Requested size: 170.71652pt x 85.359pt.
File: res/images/cam_cpt_logo.pdf Graphic file (type pdf)
 <use res/images/cam_cpt_logo.pdf>
Package luatex.def Info: res/images/cam_cpt_logo.pdf used on input line 42.
(luatex.def)             Requested size: 77.06407pt x 35.56593pt.

warning  (pdf backend): ignoring duplicate destination with the name 'page.2'
[2

<./res/images/flag_of_canada.pdf>]
Underfull \vbox (badness 2111) has occurred while \output is active []

File: res/images/cam_cpt_logo.pdf Graphic file (type pdf)

<use res/images/cam_cpt_logo.pdf>
Package luatex.def Info: res/images/cam_cpt_logo.pdf used on input line 84.
(luatex.def)             Requested size: 77.06407pt x 35.56593pt.
 [3<./res/images/canadian_red_ensign.pdf>]
File: res/images/cam_cpt_logo.pdf Graphic file (type pdf)

<use res/images/cam_cpt_logo.pdf>
Package luatex.def Info: res/images/cam_cpt_logo.pdf used on input line 129.
(luatex.def)             Requested size: 77.06407pt x 35.56593pt.
 [4]
File: res/images/cam_cpt_logo.pdf Graphic file (type pdf)
 <use res/images/cam_cpt_logo.pdf>
Package luatex.def Info: res/images/cam_cpt_logo.pdf used on input line 179.
(luatex.def)             Requested size: 77.06407pt x 35.56593pt.

[5]) (./tex/produzione.tex
File: res/images/cam_cpt_logo.pdf Graphic file (type pdf)
 <use res/images/cam_cpt_logo.pdf>
Package luatex.def Info: res/images/cam_cpt_logo.pdf used on input line 1.
(luatex.def)             Requested size: 77.06407pt x 35.56593pt.
 [6]
Capitolo 2.
File: res/images/cam_cpt_logo.pdf Graphic file (type pdf)
<use res/images/cam_cpt_logo.pdf>
Package luatex.def Info: res/images/cam_cpt_logo.pdf used on input line 50.
(luatex.def)             Requested size: 77.06407pt x 35.56593pt.
 [7

]
LaTeX Font Info:    Font shape `T1/phv/m/it' in size <12> not available
(Font)              Font shape `T1/phv/m/sl' tried instead on input line 91.
LaTeX Font Info:    Font shape `T1/phv/m/sl' will be
(Font)              scaled to size 11.39996pt on input line 91.
File: res/images/cam_cpt_logo.pdf Graphic file (type pdf)
 <use res/images/cam_cpt_logo.pdf>
Package luatex.def Info: res/images/cam_cpt_logo.pdf used on input line 94.
(luatex.def)             Requested size: 77.06407pt x 35.56593pt.

[8]) (./tex/consumo.tex
File: res/images/cam_cpt_logo.pdf Graphic file (type pdf)
 <use res/images/cam_cpt_logo.pdf>
Package luatex.def Info: res/images/cam_cpt_logo.pdf used on input line 1.
(luatex.def)             Requested size: 77.06407pt x 35.56593pt.
 [9]
Capitolo 3.
) (./tex/politica.tex
File: res/images/cam_cpt_logo.pdf Graphic file (type pdf)
 <use res/images/cam_cpt_logo.pdf>
Package luatex.def Info: res/images/cam_cpt_logo.pdf used on input line 1.
(luatex.def)             Requested size: 77.06407pt x 35.56593pt.
 [10

]
Capitolo 4.
LaTeX Font Info:    Font shape `T1/phv/m/n' will be
(Font)              scaled to size 7.59998pt on input line 20.
File: res/images/cam_cpt_logo.pdf Graphic file (type pdf)
<use res/images/cam_cpt_logo.pdf>
Package luatex.def Info: res/images/cam_cpt_logo.pdf used on input line 36.
(luatex.def)             Requested size: 77.06407pt x 35.56593pt.
 [11

]
LaTeX Font Info:    Font shape `T1/phv/bx/n' in size <8> not available
(Font)              Font shape `T1/phv/b/n' tried instead on input line 36.
LaTeX Font Info:    Font shape `T1/phv/b/n' will be
(Font)              scaled to size 7.59998pt on input line 36.

Underfull \hbox (badness 10000) in paragraph at lines 44--49

 []

LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <5> on input line 55.
LaTeX Font Info:    Font shape `T1/phv/bx/n' in size <6> not available
(Font)              Font shape `T1/phv/b/n' tried instead on input line 55.
LaTeX Font Info:    Font shape `T1/phv/b/n' will be
(Font)              scaled to size 5.69998pt on input line 55.
File: res/images/cam_cpt_logo.pdf Graphic file (type pdf)
<use res/images/cam_cpt_logo.pdf>
Package luatex.def Info: res/images/cam_cpt_logo.pdf used on input line 99.
(luatex.def)             Requested size: 77.06407pt x 35.56593pt.
 [12]
File: res/images/cam_cpt_logo.pdf Graphic file (type pdf)
 <use res/images/cam_cpt_logo.pdf>
Package luatex.def Info: res/images/cam_cpt_logo.pdf used on input line 135.
(luatex.def)             Requested size: 77.06407pt x 35.56593pt.

[13]) (./tex/conclusioni.tex
File: res/images/cam_cpt_logo.pdf Graphic file (type pdf)
 <use res/images/cam_cpt_logo.pdf>
Package luatex.def Info: res/images/cam_cpt_logo.pdf used on input line 1.
(luatex.def)             Requested size: 77.06407pt x 35.56593pt.
 [14]
Capitolo 5.
)
File: res/images/cam_cpt_logo.pdf Graphic file (type pdf)
 <use res/images/cam_cpt_logo.pdf>
Package luatex.def Info: res/images/cam_cpt_logo.pdf used on input line 122.
(luatex.def)             Requested size: 77.06407pt x 35.56593pt.
 [15

]

Package biblatex Warning: Setting 'defernumbers=true' recommended.

LaTeX Font Info:    Font shape `T1/phv/m/sc' will be
(Font)              scaled to size 11.39996pt on input line 125.
File: res/images/cam_cpt_logo.pdf Graphic file (type pdf)
<use res/images/cam_cpt_logo.pdf>
Package luatex.def Info: res/images/cam_cpt_logo.pdf used on input line 125.
(luatex.def)             Requested size: 77.06407pt x 35.56593pt.
 [16


Missing character: There is no – (U+2013) in font phvro8t!
]

Package biblatex Warning: Setting 'defernumbers=true' recommended.


AED: lastpage setting LastPage
File: res/images/cam_cpt_logo.pdf Graphic file (type pdf)
<use res/images/cam_cpt_logo.pdf>
Package luatex.def Info: res/images/cam_cpt_logo.pdf used on input line 127.
(luatex.def)             Requested size: 77.06407pt x 35.56593pt.
 [17]
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 127.
Package atveryend Info: Empty hook `AfterLastShipout' on input line 127.
 (./build/pdi.aux)
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 127.
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 127.
Package rerunfilecheck Info: File `pdi.out' has not changed.
(rerunfilecheck)             Checksum: <no file>.


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

Package logreq Info: Writing requests to 'pdi.run.xml'.

\openout1 = pdi.run.xml
)

Here is how much of LuaTeX's memory you used:
 14327 strings out of 495118
 125171,794899 words of node,token memory allocated
 4440 words of node memory still in use:
   2 hlist, 1 vlist, 1 rule, 571 glue, 52 glue_spec, 2 write, 13 pdf_action node
s
   avail lists: 2:39,3:319,4:58,5:242,6:3288,7:583,8:157,9:274,10:24,11:590
 17055 multiletter control sequences out of 65536+600000
 85 fonts using 3524183 bytes
 40i,16n,47p,790b,2843s stack positions out of 5000i,500n,10000p,200000b,100000s
{/usr/share/texmf/fonts/enc/dvips/cm-super/cm-super-t1.enc}{/usr/share/texlive/t
exmf-dist/fonts/enc/dvips/base/8r.enc}</usr/share/texlive/texmf-dist/fonts/type1
/public/amsfonts/cm/cmex10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public
/amsfonts/cm/cmmi12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfon
ts/cm/cmmi8.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cm
r12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfb><
/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb></usr/shar
e/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texmf
/fonts/type1/public/cm-super/sftt1200.pfb></usr/share/texmf/fonts/type1/public/c
m-super/sftt3583.pfb></usr/share/texlive/texmf-dist/fonts/type1/urw/helvetic/uhv
b8a.pfb></usr/share/texlive/texmf-dist/fonts/type1/urw/helvetic/uhvr8a.pfb></usr
/share/texlive/texmf-dist/fonts/type1/urw/helvetic/uhvro8a.pfb>
Output written on pdi.pdf (21 pages, 225308 bytes).

PDF statistics: 422 PDF objects out of 1000 (max. 8388607)
 376 compressed objects within 4 object streams
 76 named destinations out of 1000 (max. 131072)
 217 words of extra memory for PDF output out of 10000 (max. 10000000)