-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFalzoni.log
executable file
·962 lines (932 loc) · 38.8 KB
/
Falzoni.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
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex 2022.8.25) 19 OCT 2022 15:01
entering extended mode
restricted \write18 enabled.
file:line:error style messages enabled.
%&-line parsing enabled.
**/home/falzo/Scrivania/Tesi/Falzoni.tex
(/home/falzo/Scrivania/Tesi/Falzoni.tex
LaTeX2e <2021-11-15> patch level 1
L3 programming layer <2022-01-21> (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls
Document Class: report 2021/10/04 v1.4n Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo
File: size12.clo 2021/10/04 v1.4n Standard LaTeX file (size option)
)
\c@part=\count185
\c@chapter=\count186
\c@section=\count187
\c@subsection=\count188
\c@subsubsection=\count189
\c@paragraph=\count190
\c@subparagraph=\count191
\c@figure=\count192
\c@table=\count193
\abovecaptionskip=\skip47
\belowcaptionskip=\skip48
\bibindent=\dimen138
) (/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/latex/graphics/keyval.sty
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
\KV@toks@=\toks16
) (/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=\count194
\Gm@cntv=\count195
\c@Gm@tempcnt=\count196
\Gm@bindingoffset=\dimen139
\Gm@wd@mp=\dimen140
\Gm@odd@mp=\dimen141
\Gm@even@mp=\dimen142
\Gm@layoutwidth=\dimen143
\Gm@layoutheight=\dimen144
\Gm@layouthoffset=\dimen145
\Gm@layoutvoffset=\dimen146
\Gm@dimlist=\toks17
) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2021/10/15 v2.17l 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 2021/08/26 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=\toks18
\ex@=\dimen147
)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
\pmbraise@=\dimen148
) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
Package: amsopn 2021/08/26 v2.02 operator names
)
\inf@bad=\count197
LaTeX Info: Redefining \frac on input line 234.
\uproot@=\count198
\leftroot@=\count199
LaTeX Info: Redefining \overline on input line 399.
\classnum@=\count266
\DOTSCASE@=\count267
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@=\box50
\strutbox@=\box51
\big@size=\dimen149
LaTeX Font Info: Redeclaring font encoding OML on input line 743.
LaTeX Font Info: Redeclaring font encoding OMS on input line 744.
\macc@depth=\count268
\c@MaxMatrixCols=\count269
\dotsspace@=\muskip16
\c@parentequation=\count270
\dspbrk@lvl=\count271
\tag@help=\toks19
\row@=\count272
\column@=\count273
\maxfields@=\count274
\andhelp@=\toks20
\eqnshift@=\dimen150
\alignsep@=\dimen151
\tagshift@=\dimen152
\tagwidth@=\dimen153
\totwidth@=\dimen154
\lineht@=\dimen155
\@envbody=\toks21
\multlinegap=\skip50
\multlinetaggap=\skip51
\mathdisplay@stack=\toks22
LaTeX Info: Redefining \[ on input line 2938.
LaTeX Info: Redefining \] on input line 2939.
) (/usr/share/texlive/texmf-dist/tex/latex/amscls/amsthm.sty
Package: amsthm 2020/05/29 v2.20.6
\thm@style=\toks23
\thm@bodyfont=\toks24
\thm@headfont=\toks25
\thm@notefont=\toks26
\thm@headpunct=\toks27
\thm@preskip=\skip52
\thm@postskip=\skip53
\thm@headsep=\skip54
\dth@everypar=\toks28
) (/usr/share/texlive/texmf-dist/tex/latex/subfig/subfig.sty
Package: subfig 2005/06/28 ver: 1.3 subfig package
(/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=\dimen156
\captionmargin@=\dimen157
\captionwidth=\dimen158
\caption@tempdima=\dimen159
\caption@indent=\dimen160
\caption@parindent=\dimen161
\caption@hangindent=\dimen162
Package caption Info: Standard document class detected.
)
\c@caption@flags=\count275
\c@continuedfloat=\count276
)
\c@KVtest=\count277
\sf@farskip=\skip55
\sf@captopadj=\dimen163
\sf@capskip=\skip56
\sf@nearskip=\skip57
\c@subfigure=\count278
\c@subfigure@save=\count279
\c@lofdepth=\count280
\c@subtable=\count281
\c@subtable@save=\count282
\c@lotdepth=\count283
\sf@top=\skip58
\sf@bottom=\skip59
) (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty
Package: booktabs 2020/01/12 v1.61803398 Publication quality tables
\heavyrulewidth=\dimen164
\lightrulewidth=\dimen165
\cmidrulewidth=\dimen166
\belowrulesep=\dimen167
\belowbottomsep=\dimen168
\aboverulesep=\dimen169
\abovetopsep=\dimen170
\cmidrulesep=\dimen171
\cmidrulekern=\dimen172
\defaultaddspace=\dimen173
\@cmidla=\count284
\@cmidlb=\count285
\@aboverulesep=\dimen174
\@belowrulesep=\dimen175
\@thisruleclass=\count286
\@lastruleclass=\count287
\@thisrulewidth=\dimen176
) (/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/enumitem/enumitem.sty
Package: enumitem 2019/06/20 v3.9 Customized lists
\labelindent=\skip60
\enit@outerparindent=\dimen177
\enit@toks=\toks29
\enit@inbox=\box52
\enit@count@id=\count288
\enitdp@description=\count289
) (/usr/share/texlive/texmf-dist/tex/latex/physics/physics.sty
Package: physics
(/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty
Package: expl3 2022-01-21 L3 programming layer (loader)
(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
File: l3backend-pdftex.def 2022-01-12 L3 backend support: PDF output (pdfTeX)
\l__color_backend_stack_int=\count290
\l__pdf_internal_box=\box53
))
Package: xparse 2022-01-12 L3 Experimental document command parser
)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2022/01/26 3.70 The Babel package
\babel@savecnt=\count291
\U@D=\dimen178
\l@unhyphenated=\language8
(/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def)
\bbl@readstream=\read2
\bbl@dirlevel=\count292
(/usr/share/texlive/texmf-dist/tex/generic/babel-italian/italian.ldf
Language: italian 2020/05/21 v.1.4.04 Italian support for the babel system
\it@lettering=\count293
\it@doublequoteactive=\count294
\it@ISOcompliance=\count295
)) (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW)
\etb@tempcnta=\count296
) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2021/02/14 v1.3d Input encoding file
\inpenc@prehook=\toks30
\inpenc@posthook=\toks31
) (/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlayer-scrpage.sty
Package: scrlayer-scrpage 2021/11/13 v3.35 KOMA-Script package (end user interface for scrlayer)
(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlayer.sty
Package: scrlayer 2021/11/13 v3.35 KOMA-Script package (defining layers and page styles)
(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrkbase.sty
Package: scrkbase 2021/11/13 v3.35 KOMA-Script package (KOMA-Script-dependent basics and keyval usage)
(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrbase.sty
Package: scrbase 2021/11/13 v3.35 KOMA-Script package (KOMA-Script-independent basics and keyval usage)
(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlfile.sty
Package: scrlfile 2021/11/13 v3.35 KOMA-Script package (file load hooks)
(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty
Package: scrlfile-hook 2021/11/13 v3.35 KOMA-Script package (using LaTeX hooks)
(/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlogo.sty
Package: scrlogo 2021/11/13 v3.35 KOMA-Script package (logo)
)))
Applying: [2021/05/01] Usage of raw or classic option list on input line 252.
Already applied: [0000/00/00] Usage of raw or classic option list on input line 368.
))
\footheight=\skip61
Package scrlayer Info: patching LaTeX kernel macro \pagestyle on input line 2162.
))
Package scrlayer-scrpage Info: auto-selection of `pagestyleset=standard'.
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2021/03/04 v1.4d Standard LaTeX Graphics (DPC,SPQR)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 2021/08/11 v1.11 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 107.
(/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=\dimen179
\Gin@req@width=\dimen180
) (/usr/share/texlive/texmf-dist/tex/latex/csquotes/csquotes.sty
Package: csquotes 2021-02-22 v5.2l context-sensitive quotations (JAW)
\csq@reset=\count297
\csq@gtype=\count298
\csq@glevel=\count299
\csq@qlevel=\count300
\csq@maxlvl=\count301
\csq@tshold=\count302
\csq@ltx@everypar=\toks32
(/usr/share/texlive/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/share/texlive/texmf-dist/tex/latex/csquotes/csquotes.cfg
File: csquotes.cfg
)) (/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty
Package: biblatex 2022/02/02 v3.17 programmable bibliographies (PK/MW)
(/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)
) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (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/latex/kvoptions/kvoptions.sty
Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO)
(/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/latex/logreq/logreq.sty
Package: logreq 2010/08/04 v1.0 xml request logger
\lrq@indent=\count303
(/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 2020/11/24 v1.1c Standard LaTeX ifthen package (DPC)
) (/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.
)
\c@tabx@nest=\count304
\c@listtotal=\count305
\c@listcount=\count306
\c@liststart=\count307
\c@liststop=\count308
\c@citecount=\count309
\c@citetotal=\count310
\c@multicitecount=\count311
\c@multicitetotal=\count312
\c@instcount=\count313
\c@maxnames=\count314
\c@minnames=\count315
\c@maxitems=\count316
\c@minitems=\count317
\c@citecounter=\count318
\c@maxcitecounter=\count319
\c@savedcitecounter=\count320
\c@uniquelist=\count321
\c@uniquename=\count322
\c@refsection=\count323
\c@refsegment=\count324
\c@maxextratitle=\count325
\c@maxextratitleyear=\count326
\c@maxextraname=\count327
\c@maxextradate=\count328
\c@maxextraalpha=\count329
\c@abbrvpenalty=\count330
\c@highnamepenalty=\count331
\c@lownamepenalty=\count332
\c@maxparens=\count333
\c@parenlevel=\count334
\blx@tempcnta=\count335
\blx@tempcntb=\count336
\blx@tempcntc=\count337
\c@blx@maxsection=\count338
\c@blx@maxsegment@0=\count339
\blx@notetype=\count340
\blx@parenlevel@text=\count341
\blx@parenlevel@foot=\count342
\c@blx@sectionciteorder@0=\count343
\blx@entrysetcounter=\count344
\blx@biblioinstance=\count345
\labelnumberwidth=\skip62
\labelalphawidth=\skip63
\biblabelsep=\skip64
\bibitemsep=\skip65
\bibnamesep=\skip66
\bibinitsep=\skip67
\bibparsep=\skip68
\bibhang=\skip69
\blx@bcfin=\read3
\blx@bcfout=\write3
\blx@langwohyphens=\language9
\c@mincomprange=\count346
\c@maxcomprange=\count347
\c@mincompwidth=\count348
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
File: blx-dm.def 2022/02/02 v3.17 biblatex localization (PK/MW)
)
Package biblatex Info: Trying to load biblatex custom data model...
Package biblatex Info: ... file 'biblatex-dm.cfg' not found.
\c@afterword=\count349
\c@savedafterword=\count350
\c@annotator=\count351
\c@savedannotator=\count352
\c@author=\count353
\c@savedauthor=\count354
\c@bookauthor=\count355
\c@savedbookauthor=\count356
\c@commentator=\count357
\c@savedcommentator=\count358
\c@editor=\count359
\c@savededitor=\count360
\c@editora=\count361
\c@savededitora=\count362
\c@editorb=\count363
\c@savededitorb=\count364
\c@editorc=\count365
\c@savededitorc=\count366
\c@foreword=\count367
\c@savedforeword=\count368
\c@holder=\count369
\c@savedholder=\count370
\c@introduction=\count371
\c@savedintroduction=\count372
\c@namea=\count373
\c@savednamea=\count374
\c@nameb=\count375
\c@savednameb=\count376
\c@namec=\count377
\c@savednamec=\count378
\c@translator=\count379
\c@savedtranslator=\count380
\c@shortauthor=\count381
\c@savedshortauthor=\count382
\c@shorteditor=\count383
\c@savedshorteditor=\count384
\c@labelname=\count385
\c@savedlabelname=\count386
\c@institution=\count387
\c@savedinstitution=\count388
\c@lista=\count389
\c@savedlista=\count390
\c@listb=\count391
\c@savedlistb=\count392
\c@listc=\count393
\c@savedlistc=\count394
\c@listd=\count395
\c@savedlistd=\count396
\c@liste=\count397
\c@savedliste=\count398
\c@listf=\count399
\c@savedlistf=\count400
\c@location=\count401
\c@savedlocation=\count402
\c@organization=\count403
\c@savedorganization=\count404
\c@origlocation=\count405
\c@savedoriglocation=\count406
\c@origpublisher=\count407
\c@savedorigpublisher=\count408
\c@publisher=\count409
\c@savedpublisher=\count410
\c@language=\count411
\c@savedlanguage=\count412
\c@origlanguage=\count413
\c@savedoriglanguage=\count414
\c@pageref=\count415
\c@savedpageref=\count416
\shorthandwidth=\skip70
\shortjournalwidth=\skip71
\shortserieswidth=\skip72
\shorttitlewidth=\skip73
\shortauthorwidth=\skip74
\shorteditorwidth=\skip75
\locallabelnumberwidth=\skip76
\locallabelalphawidth=\skip77
\localshorthandwidth=\skip78
\localshortjournalwidth=\skip79
\localshortserieswidth=\skip80
\localshorttitlewidth=\skip81
\localshortauthorwidth=\skip82
\localshorteditorwidth=\skip83
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 2022/02/02 v3.17 biblatex compatibility (PK/MW)
)
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 2022/02/02 v3.17 biblatex compatibility (PK/MW)
\c@textcitecount=\count417
\c@textcitetotal=\count418
\c@textcitemaxnames=\count419
\c@biburlbigbreakpenalty=\count420
\c@biburlbreakpenalty=\count421
\c@biburlnumpenalty=\count422
\c@biburlucpenalty=\count423
\c@biburllcpenalty=\count424
\biburlbigskip=\muskip18
\biburlnumskip=\muskip19
\biburlucskip=\muskip20
\biburllcskip=\muskip21
\c@smartand=\count425
)
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 2022/02/02 v3.17 biblatex bibliography style (PK/MW)
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 2022/02/02 v3.17 biblatex bibliography style (PK/MW)
\c@bbx:relatedcount=\count426
\c@bbx:relatedtotal=\count427
))
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 2022/02/02 v3.17 biblatex citation style (PK/MW)
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
)
Package biblatex Info: Input encoding 'utf8' detected.
Package biblatex Info: Document encoding is UTF8 ....
Package biblatex Info: ... and expl3
(biblatex) 2022-01-21 L3 programming layer (loader)
(biblatex) is new enough (at least 2020/04/06),
(biblatex) setting 'casechanger=expl3'.
(/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-case-expl3.sty
Package: blx-case-expl3 2022/02/02 v3.17 expl3 case changing code for biblatex
)) (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty
Package: titlesec 2021/07/05 v2.14 Sectioning titles
\ttl@box=\box54
\beforetitleunit=\skip84
\aftertitleunit=\skip85
\ttl@plus=\dimen181
\ttl@minus=\dimen182
\ttl@toksa=\toks33
\titlewidth=\dimen183
\titlewidthlast=\dimen184
\titlewidthfirst=\dimen185
) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty
Package: float 2001/11/08 v1.3d Float enhancements (AL)
\c@float@type=\count428
\float@exts=\toks34
\float@box=\box55
\@float@everytoks=\toks35
\@floatcapt=\box56
) (/usr/share/texlive/texmf-dist/tex/latex/units/nicefrac.sty
Package: nicefrac 1998/08/04 v0.9b Nice fractions
\L@UnitsRaiseDisplaystyle=\skip86
\L@UnitsRaiseTextstyle=\skip87
\L@UnitsRaiseScriptstyle=\skip88
) (/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty
\lst@mode=\count429
\lst@gtempboxa=\box57
\lst@token=\toks36
\lst@length=\count430
\lst@currlwidth=\dimen186
\lst@column=\count431
\lst@pos=\count432
\lst@lostspace=\dimen187
\lst@width=\dimen188
\lst@newlines=\count433
\lst@lineno=\count434
\lst@maxwidth=\dimen189
(/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty
File: lstmisc.sty 2020/03/24 1.8d (Carsten Heinz)
\c@lstnumber=\count435
\lst@skipnumbers=\count436
\lst@framebox=\box58
) (/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)
(/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
Package: xcolor 2021/10/31 v2.13 LaTeX color extensions (UK)
(/usr/share/texlive/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 227.
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1352.
Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1356.
Package xcolor Info: Model `RGB' extended on input line 1368.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1370.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1371.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1372.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1373.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1374.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1375.
) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2021-06-07 v7.00m Hypertext links for LaTeX
(/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)
)
\@linkdim=\dimen190
\Hy@linkcounter=\count437
\Hy@pagecounter=\count438
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2021-06-07 v7.00m Hyperref: PDFDocEncoding definition (HO)
Now handling font encoding PD1 ...
... no UTF-8 mapping file for font encoding PD1
) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def
File: hyperref-langpatches.def 2021-06-07 v7.00m Hyperref: patches for babel languages
) (/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=\count439
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def
File: puenc.def 2021-06-07 v7.00m Hyperref: PDF Unicode definition (HO)
Now handling font encoding PU ...
... no UTF-8 mapping file for font encoding PU
)
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=\count440
LaTeX Info: Redefining \url on input line 4804.
\XeTeXLinkMargin=\dimen191
(/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=\count441
\Field@Width=\dimen192
\Fld@charsize=\dimen193
Package hyperref Info: Hyper figures OFF on input line 6076.
Package hyperref Info: Link nesting OFF on input line 6081.
Package hyperref Info: Hyper index ON on input line 6084.
Package hyperref Info: backreferencing OFF on input line 6091.
Package hyperref Info: Link coloring OFF on input line 6096.
Package hyperref Info: Link coloring with OCG OFF on input line 6101.
Package hyperref Info: PDF/A mode OFF on input line 6106.
LaTeX Info: Redefining \ref on input line 6146.
LaTeX Info: Redefining \pageref on input line 6150.
(/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty
Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi
package with kernel methods
)
\Hy@abspage=\count442
\c@Item=\count443
\c@Hfootnote=\count444
)
Package hyperref Info: Driver (autodetected): hpdftex.
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2021-06-07 v7.00m 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 atveryend package
with kernel methods
)
\Fld@listcount=\count445
\c@bookmark@seq@number=\count446
(/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 286.
)
\Hy@SectionHShift=\skip89
) (/usr/share/texlive/texmf-dist/tex/latex/setspace/setspace.sty
Package: setspace 2011/12/19 v6.7a set line spacing
)
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' -> 'italian'.
(./Falzoni.aux)
\openout1 = `Falzoni.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 98.
LaTeX Font Info: ... okay on input line 98.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 98.
LaTeX Font Info: ... okay on input line 98.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 98.
LaTeX Font Info: ... okay on input line 98.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 98.
LaTeX Font Info: ... okay on input line 98.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 98.
LaTeX Font Info: ... okay on input line 98.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 98.
LaTeX Font Info: ... okay on input line 98.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 98.
LaTeX Font Info: ... okay on input line 98.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 98.
LaTeX Font Info: ... okay on input line 98.
LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 98.
LaTeX Font Info: ... okay on input line 98.
*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
*geometry* verbose mode - [ preamble ] result:
* driver: pdftex
* paper: <default>
* layout: <same size as paper>
* layoutoffset:(h,v)=(0.0pt,0.0pt)
* hratio: 1:1
* vratio: 1:1
* modes:
* h-part:(L,W,R)=(113.81102pt, 429.3521pt, 71.13188pt)
* v-part:(T,H,B)=(71.13188pt, 652.70622pt, 71.13188pt)
* \paperwidth=614.295pt
* \paperheight=794.96999pt
* \textwidth=429.3521pt
* \textheight=652.70622pt
* \oddsidemargin=41.54103pt
* \evensidemargin=41.54103pt
* \topmargin=-47.8881pt
* \headheight=21.75pt
* \headsep=25.0pt
* \topskip=12.0pt
* \footskip=30.0pt
* \marginparwidth=44.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
* \@twosidefalse
* \@mparswitchfalse
* \@reversemarginfalse
* (1in=72.27pt=25.4mm, 1cm=28.453pt)
Package caption Info: Begin \AtBeginDocument code.
Package caption Info: subfig package v1.3 is loaded.
Package caption Info: float package is loaded.
Package caption Info: hyperref package is loaded.
Package caption Info: listings package is loaded.
Package caption Info: End \AtBeginDocument code.
LaTeX Info: Redefining \it@ocap on input line 98.
LaTeX Info: Redefining \it@ccap on input line 98.
File italian.ldf warning:
italian.ldf With OT1 encoding guillemets are poorly faked
italian.ldf Use T1 encoding
italian.ldf or specify a font with command \CaporaliFrom
italian.ldf See the documentation concerning the babel-italian typesetting
italian.ldf on input line 98.
Package scrlayer Info: Setting magic \footheight to \baselineskip while
(scrlayer) \begin{document} on input line 98.
(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count447
\scratchdimen=\dimen194
\scratchbox=\box59
\nofMPsegments=\count448
\nofMParguments=\count449
\everyMPshowfont=\toks37
\MPscratchCnt=\count450
\MPscratchDim=\dimen195
\MPnumerator=\count451
\makeMPintoPDFobject=\count452
\everyMPtoPDFconversion=\toks38
) (/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 485.
(/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
))
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 2022/02/02 v3.17 biblatex localization (PK/MW)
)
Package biblatex Info: Input encoding 'utf8' detected.
Package biblatex Info: Automatic encoding selection.
(biblatex) Assuming data encoding 'utf8'.
\openout3 = `Falzoni.bcf'.
Package biblatex Info: Trying to load bibliographic data...
Package biblatex Info: ... file 'Falzoni.bbl' found.
(./Falzoni.bbl)
Package biblatex Info: Reference section=0 on input line 98.
Package biblatex Info: Reference segment=0 on input line 98.
\c@lstlisting=\count453
Package hyperref Info: Link coloring OFF on input line 98.
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2021-04-02 v2.47 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=\count454
)
LaTeX Info: Redefining \ref on input line 98.
LaTeX Info: Redefining \pageref on input line 98.
LaTeX Info: Redefining \nameref on input line 98.
(./Falzoni.out) (./Falzoni.out)
\@outlinefile=\write4
\openout4 = `Falzoni.out'.
<logo.png, id=100, 609.27625pt x 602.25pt>
File: logo.png Graphic file (type png)
<use logo.png>
Package pdftex.def Info: logo.png used on input line 110.
(pdftex.def) Requested size: 171.7382pt x 169.75916pt.
[1
{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map} <./logo.png>] (./Falzoni.toc
LaTeX Font Info: Trying to load font information for U+msa on input line 7.
(/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 7.
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
File: umsb.fd 2013/01/14 v3.01 AMS symbols B
))
\tf@toc=\write5
\openout5 = `Falzoni.toc'.
pdfTeX warning (ext4): destination with the same identifier (name{page.1}) has been already used, duplicate ignored
<to be read again>
\relax
l.145 \clearpage
[1
]pdfTeX warning (ext4): destination with the same identifier (name{page.1}) has been already used, duplicate ignored
<to be read again>
\relax
l.172 \chapter
{L'equazione di Schr\"odinger} [1
]
Capitolo 1.
[2
] [3]
Capitolo 2.
[4
]
Overfull \hbox (23.34251pt too wide) detected at line 283
[]
[]
[5] [6] [7]
<immagini/fourier.png, id=230, 766.7847pt x 424.2249pt>
File: immagini/fourier.png Graphic file (type png)
<use immagini/fourier.png>
Package pdftex.def Info: immagini/fourier.png used on input line 392.
(pdftex.def) Requested size: 300.54515pt x 166.27559pt.
[8] [9 <./immagini/fourier.png>] [10]
Capitolo 3.
<immagini/free_p_view.png, id=257, 1148.3703pt x 570.2103pt>
File: immagini/free_p_view.png Graphic file (type png)
<use immagini/free_p_view.png>
Package pdftex.def Info: immagini/free_p_view.png used on input line 463.
(pdftex.def) Requested size: 429.3521pt x 213.19318pt.
[11
] [12 <./immagini/free_p_view.png>]
<immagini/free_ev.png, id=280, 1149.093pt x 570.2103pt>
File: immagini/free_ev.png Graphic file (type png)
<use immagini/free_ev.png>
Package pdftex.def Info: immagini/free_ev.png used on input line 502.
(pdftex.def) Requested size: 429.3521pt x 213.05397pt.
[13 <./immagini/free_ev.png>]
<immagini/superposition.png, id=294, 1171.4967pt x 859.2903pt>
File: immagini/superposition.png Graphic file (type png)
<use immagini/superposition.png>
Package pdftex.def Info: immagini/superposition.png used on input line 549.
(pdftex.def) Requested size: 429.3521pt x 314.92986pt.
[14] [15 <./immagini/superposition.png>]
<immagini/coherent_ev.png, id=318, 1149.093pt x 859.2903pt>
File: immagini/coherent_ev.png Graphic file (type png)
<use immagini/coherent_ev.png>
Package pdftex.def Info: immagini/coherent_ev.png used on input line 581.
(pdftex.def) Requested size: 429.3521pt x 321.06612pt.
[16 <./immagini/coherent_ev.png>] [17]
<immagini/WP_RL.png, id=346, 1149.093pt x 859.2903pt>
File: immagini/WP_RL.png Graphic file (type png)
<use immagini/WP_RL.png>
Package pdftex.def Info: immagini/WP_RL.png used on input line 657.
(pdftex.def) Requested size: 429.3521pt x 321.06612pt.
[18] [19 <./immagini/WP_RL.png>]
Capitolo 4.
[20
]
<immagini/hole.png, id=370, 1149.093pt x 859.2903pt>
File: immagini/hole.png Graphic file (type png)
<use immagini/hole.png>
Package pdftex.def Info: immagini/hole.png used on input line 703.
(pdftex.def) Requested size: 429.3521pt x 321.06612pt.
[21 <./immagini/hole.png>]
<immagini/tunnel.png, id=380, 1164.2697pt x 859.2903pt>
File: immagini/tunnel.png Graphic file (type png)
<use immagini/tunnel.png>
Package pdftex.def Info: immagini/tunnel.png used on input line 728.
(pdftex.def) Requested size: 429.3521pt x 316.8835pt.
<immagini/RT_tunnel.png, id=383, 904.37875pt x 471.7625pt>
File: immagini/RT_tunnel.png Graphic file (type png)
<use immagini/RT_tunnel.png>
Package pdftex.def Info: immagini/RT_tunnel.png used on input line 734.
(pdftex.def) Requested size: 300.54515pt x 156.77628pt.
[22 <./immagini/tunnel.png>]
<immagini/coherent_vs_WP.png, id=396, 1171.4967pt x 859.2903pt>
File: immagini/coherent_vs_WP.png Graphic file (type png)
<use immagini/coherent_vs_WP.png>
Package pdftex.def Info: immagini/coherent_vs_WP.png used on input line 751.
(pdftex.def) Requested size: 429.3521pt x 314.92986pt.
<immagini/PT_num.png, id=401, 1149.093pt x 859.2903pt>
File: immagini/PT_num.png Graphic file (type png)
<use immagini/PT_num.png>
Package pdftex.def Info: immagini/PT_num.png used on input line 765.
(pdftex.def) Requested size: 429.3521pt x 321.06612pt.
[23 <./immagini/RT_tunnel.png>] [24 <./immagini/coherent_vs_WP.png>]
<immagini/t-dep.png, id=417, 1146.2022pt x 859.2903pt>
File: immagini/t-dep.png Graphic file (type png)
<use immagini/t-dep.png>
Package pdftex.def Info: immagini/t-dep.png used on input line 785.
(pdftex.def) Requested size: 429.3521pt x 321.87904pt.
[25 <./immagini/PT_num.png>] [26 <./immagini/t-dep.png>]
Capitolo 5.
<immagini/inf.png, id=436, 1148.3703pt x 570.933pt>
File: immagini/inf.png Graphic file (type png)
<use immagini/inf.png>
Package pdftex.def Info: immagini/inf.png used on input line 817.
(pdftex.def) Requested size: 429.3521pt x 213.46338pt.
[27
] [28 <./immagini/inf.png>]
Capitolo 6.
<immagini/schema.pdf, id=451, 963.6pt x 542.025pt>
File: immagini/schema.pdf Graphic file (type pdf)
<use immagini/schema.pdf>
Package pdftex.def Info: immagini/schema.pdf used on input line 847.
(pdftex.def) Requested size: 386.41426pt x 217.352pt.
[29
] [30 <./immagini/schema.pdf>] (/usr/share/texlive/texmf-dist/tex/latex/listings/lstlang1.sty
File: lstlang1.sty 2020/03/24 1.8d listings language file
) [31] [32]
<immagini/inter_num.jpg, id=567, 1827.82875pt x 1203.49625pt>
File: immagini/inter_num.jpg Graphic file (type jpg)
<use immagini/inter_num.jpg>
Package pdftex.def Info: immagini/inter_num.jpg used on input line 938.
(pdftex.def) Requested size: 429.3521pt x 282.69312pt.
[33] [34 <./immagini/inter_num.jpg>] [35
] [36
] [37
] (./Falzoni.aux)
Package rerunfilecheck Info: File `Falzoni.out' has not changed.
(rerunfilecheck) Checksum: ADAB322EC33B582E7F1234C55AB16F47;4196.
Package logreq Info: Writing requests to 'Falzoni.run.xml'.
\openout1 = `Falzoni.run.xml'.
)
Here is how much of TeX's memory you used:
26398 strings out of 480163
471011 string characters out of 5894093
1734128 words of memory out of 5000000
43802 multiletter control sequences out of 15000+600000
480353 words of font info for 70 fonts, out of 8000000 for 9000
59 hyphenation exceptions out of 8191
123i,20n,120p,1033b,2139s stack positions out of 5000i,500n,10000p,200000b,80000s
pdfTeX warning (dest): name{Hfootnote.3} has been referenced but does not exist, replaced by a fixed one
pdfTeX warning (dest): name{Hfootnote.2} has been referenced but does not exist, replaced by a fixed one
pdfTeX warning (dest): name{Hfootnote.1} has been referenced but does not exist, replaced by a fixed one
</home/falzo/.texlive2021/texmf-var/fonts/pk/ljfour/jknappen/ec/tcrm1200.600pk></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi8.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr17.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy8.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmti12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb>
Output written on Falzoni.pdf (39 pages, 2452331 bytes).
PDF statistics:
772 PDF objects out of 1000 (max. 8388607)
633 compressed objects within 7 object streams
235 named destinations out of 1000 (max. 500000)
273 words of extra memory for PDF output out of 10000 (max. 10000000)