summaryrefslogtreecommitdiff
path: root/Report/Final.log
blob: a01d45b45ae31417837b5c05ac87bf0dd0b882b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) (preloaded format=pdflatex 2019.1.21)  21 AUG 2019 17:05
entering extended mode
 restricted \write18 enabled.
 %&-line parsing enabled.
**Final.tex
(./Final.tex
LaTeX2e <2016/02/01>
Babel <3.9q> and hyphenation patterns for 81 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/geometry/geometry.sty
Package: geometry 2010/09/12 v5.6 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@=\toks14
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in PDF mode is detected.
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty
Package: ifvtex 2010/03/01 v1.5 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=\count88
\Gm@cntv=\count89
\c@Gm@tempcnt=\count90
\Gm@bindingoffset=\dimen103
\Gm@wd@mp=\dimen104
\Gm@odd@mp=\dimen105
\Gm@even@mp=\dimen106
\Gm@layoutwidth=\dimen107
\Gm@layoutheight=\dimen108
\Gm@layouthoffset=\dimen109
\Gm@layoutvoffset=\dimen110
\Gm@dimlist=\toks15
)
(/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/01/03 v1.0q 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/latexconfig/graphics.cfg
File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
)
Package graphics Info: Driver file: pdftex.def on input line 95.

(/usr/share/texlive/texmf-dist/tex/latex/pdftex-def/pdftex.def
File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO)
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO)
)
\Gread@gobject=\count91
))
\Gin@req@height=\dimen111
\Gin@req@width=\dimen112
)
(/usr/share/texlive/texmf-dist/tex/latex/caption/caption.sty
Package: caption 2016/02/21 v3.3-144 Customizing captions (AR)

(/usr/share/texlive/texmf-dist/tex/latex/caption/caption3.sty
Package: caption3 2016/02/04 v1.7-139 caption3 kernel (AR)
Package caption3 Info: TeX engine: e-TeX on input line 67.
\captionmargin=\dimen113
\captionmargin@=\dimen114
\captionwidth=\dimen115
\caption@tempdima=\dimen116
\caption@indent=\dimen117
\caption@parindent=\dimen118
\caption@hangindent=\dimen119
)
\c@ContinuedFloat=\count92
)
(/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty
Package: array 2014/10/28 v2.4c Tabular extension package (FMi)
\col@sep=\dimen120
\extrarowheight=\dimen121
\NC@list=\toks16
\extratabsurround=\skip43
\backup@length=\skip44
)
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty
\lst@mode=\count93
\lst@gtempboxa=\box26
\lst@token=\toks17
\lst@length=\count94
\lst@currlwidth=\dimen122
\lst@column=\count95
\lst@pos=\count96
\lst@lostspace=\dimen123
\lst@width=\dimen124
\lst@newlines=\count97
\lst@lineno=\count98
\lst@maxwidth=\dimen125

(/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty
File: lstmisc.sty 2015/06/04 1.6 (Carsten Heinz)
\c@lstnumber=\count99
\lst@skipnumbers=\count100
\lst@framebox=\box27
)
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg
File: listings.cfg 2015/06/04 1.6 listings configuration
))
Package: listings 2015/06/04 1.6 (Carsten Heinz)

(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2012/11/06 v6.83m Hypertext links for LaTeX

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


(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty
Package: hobsub-generic 2012/05/28 v1.13 Bundle oberdiek, subset generic (HO)
Package: hobsub 2012/05/28 v1.13 Construct package bundles (HO)
Package hobsub Info: Skipping package `infwarerr' (already loaded).
Package hobsub Info: Skipping package `ltxcmds' (already loaded).
Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
Package hobsub Info: Skipping package `ifvtex' (already loaded).
Package: intcalc 2007/09/27 v1.1 Expandable calculations with integers (HO)
Package hobsub Info: Skipping package `ifpdf' (already loaded).
Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO)
Package etexcmds Info: Could not find \expanded.
(etexcmds)             That can mean that you are not using pdfTeX 1.50 or
(etexcmds)             that some package has redefined \expanded.
(etexcmds)             In the latter case, load this package earlier.
Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO)
Package: kvdefinekeys 2011/04/07 v1.3 Define keys (HO)
Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO
)
Package pdftexcmds Info: LuaTeX not detected.
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
Package: pdfescape 2011/11/25 v1.13 Implements pdfTeX's escape features (HO)
Package: bigintcalc 2012/04/08 v1.3 Expandable calculations on big integers (HO
)
Package: bitset 2011/01/30 v1.1 Handle bit-vector datatype (HO)
Package: uniquecounter 2011/01/30 v1.2 Provide unlimited unique counter (HO)
)
Package hobsub Info: Skipping package `hobsub' (already loaded).
Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO)
Package: hopatch 2012/05/28 v1.2 Wrapper for package hooks (HO)
Package: xcolor-patch 2011/01/30 xcolor patch
Package: atveryend 2011/06/30 v1.8 Hooks at the very end of document (HO)
Package atveryend Info: \enddocument detected (standard20110627).
Package: atbegshi 2011/10/05 v1.16 At begin shipout hook (HO)
Package: refcount 2011/10/16 v3.4 Data extraction from label references (HO)
Package: hycolor 2011/01/30 v1.7 Color options for hyperref/bookmark (HO)
)
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty
Package: auxhook 2011/03/04 v1.3 Hooks for auxiliary files (HO)
)
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO)
)
\@linkdim=\dimen126
\Hy@linkcounter=\count101
\Hy@pagecounter=\count102

(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2012/11/06 v6.83m Hyperref: PDFDocEncoding definition (HO)
)
\Hy@SavedSpaceFactor=\count103

(/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 4443.
Package hyperref Info: Link nesting OFF on input line 4448.
Package hyperref Info: Hyper index ON on input line 4451.
Package hyperref Info: Plain pages OFF on input line 4458.
Package hyperref Info: Backreferencing OFF on input line 4463.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks ON on input line 4688.
\c@Hy@tempcnt=\count104

(/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 5041.
\XeTeXLinkMargin=\dimen127
\Fld@menulength=\count105
\Field@Width=\dimen128
\Fld@charsize=\dimen129
Package hyperref Info: Hyper figures OFF on input line 6295.
Package hyperref Info: Link nesting OFF on input line 6300.
Package hyperref Info: Hyper index ON on input line 6303.
Package hyperref Info: backreferencing OFF on input line 6310.
Package hyperref Info: Link coloring OFF on input line 6315.
Package hyperref Info: Link coloring with OCG OFF on input line 6320.
Package hyperref Info: PDF/A mode OFF on input line 6325.
LaTeX Info: Redefining \ref on input line 6365.
LaTeX Info: Redefining \pageref on input line 6369.
\Hy@abspage=\count106
\c@Item=\count107
\c@Hfootnote=\count108
)

Package hyperref Message: Driver (autodetected): hpdftex.

(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2012/11/06 v6.83m Hyperref driver for pdfTeX
\Fld@listcount=\count109
\c@bookmark@seq@number=\count110

(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty
Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
82.
)
\Hy@SectionHShift=\skip45
)
(/usr/share/texlive/texmf-dist/tex/latex/float/float.sty
Package: float 2001/11/08 v1.3d Float enhancements (AL)
\c@float@type=\count111
\float@exts=\toks18
\float@box=\box28
\@float@everytoks=\toks19
\@floatcapt=\box29
)
(/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty
Package: textcomp 2005/09/27 v1.99g Standard LaTeX package
Package textcomp Info: Sub-encoding information:
(textcomp)               5 = only ISO-Adobe without \textcurrency
(textcomp)               4 = 5 + \texteuro
(textcomp)               3 = 4 + \textohm
(textcomp)               2 = 3 + \textestimated + \textcurrency
(textcomp)               1 = TS1 - \textcircled - \t
(textcomp)               0 = TS1 (full)
(textcomp)             Font families with sub-encoding setting implement
(textcomp)             only a restricted character set as indicated.
(textcomp)             Family '?' is the default used for unknown fonts.
(textcomp)             See the documentation for details.
Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 79.

(/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def
File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
)
LaTeX Info: Redefining \oldstylenums on input line 334.
Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 349.
Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 350.
Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 351.
Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 352.
Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 353.
Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 354.
Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 355.
Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 356.
Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 357.
Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 358.
Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 359.
Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 360.
Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 361.
Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 362.
Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 363.
Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 364.
Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 365.
Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 366.
Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 367.
Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 368.
Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 369.
Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 370.
Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line 371.
Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line 372.

Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 373.
Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 374.
Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 375.
Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 376.
Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 377.
Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 378.
Package textcomp Info: Setting lmr sub-encoding to TS1/0 on input line 379.
Package textcomp Info: Setting lmdh sub-encoding to TS1/0 on input line 380.
Package textcomp Info: Setting lmss sub-encoding to TS1/0 on input line 381.
Package textcomp Info: Setting lmssq sub-encoding to TS1/0 on input line 382.
Package textcomp Info: Setting lmvtt sub-encoding to TS1/0 on input line 383.
Package textcomp Info: Setting lmtt sub-encoding to TS1/0 on input line 384.
Package textcomp Info: Setting qhv sub-encoding to TS1/0 on input line 385.
Package textcomp Info: Setting qag sub-encoding to TS1/0 on input line 386.
Package textcomp Info: Setting qbk sub-encoding to TS1/0 on input line 387.
Package textcomp Info: Setting qcr sub-encoding to TS1/0 on input line 388.
Package textcomp Info: Setting qcs sub-encoding to TS1/0 on input line 389.
Package textcomp Info: Setting qpl sub-encoding to TS1/0 on input line 390.
Package textcomp Info: Setting qtm sub-encoding to TS1/0 on input line 391.
Package textcomp Info: Setting qzc sub-encoding to TS1/0 on input line 392.
Package textcomp Info: Setting qhvc sub-encoding to TS1/0 on input line 393.
Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 394.
Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 395.
Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 396.
Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 397.
Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 398.
Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 399.
Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 400.
Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 401.
Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 402.
Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 403.
Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 404.
Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 405.
Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 406.
Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 407.
Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 408.
Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 409.
)
(/usr/share/texlive/texmf-dist/tex/latex/caption/subcaption.sty
Package: subcaption 2016/02/20 v1.1-142 Sub-captions (AR)
\c@subfigure=\count112
\c@subtable=\count113
)
Package hyperref Info: Option `colorlinks' set `true' on input line 18.
 (./Final.aux)
\openout1 = `Final.aux'.

LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 19.
LaTeX Font Info:    ... okay on input line 19.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 19.
LaTeX Font Info:    ... okay on input line 19.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 19.
LaTeX Font Info:    ... okay on input line 19.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 19.
LaTeX Font Info:    ... okay on input line 19.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 19.
LaTeX Font Info:    ... okay on input line 19.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 19.
LaTeX Font Info:    ... okay on input line 19.
LaTeX Font Info:    Checking defaults for PD1/pdf/m/n on input line 19.
LaTeX Font Info:    ... okay on input line 19.
LaTeX Font Info:    Checking defaults for TS1/cmr/m/n on input line 19.
LaTeX Font Info:    Try loading font information for TS1+cmr on input line 19.

(/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd
File: ts1cmr.fd 2014/09/29 v2.5h Standard LaTeX font definitions
)
LaTeX Font Info:    ... okay on input line 19.

*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: 
* h-part:(L,W,R)=(85.35826pt, 426.79135pt, 85.35826pt)
* v-part:(T,H,B)=(85.35826pt, 674.33032pt, 85.35826pt)
* \paperwidth=597.50787pt
* \paperheight=845.04684pt
* \textwidth=426.79135pt
* \textheight=674.33032pt
* \oddsidemargin=13.08827pt
* \evensidemargin=13.08827pt
* \topmargin=-23.91173pt
* \headheight=12.0pt
* \headsep=25.0pt
* \topskip=12.0pt
* \footskip=30.0pt
* \marginparwidth=35.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)

(/usr/share/texlive/texmf-dist/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count114
\scratchdimen=\dimen130
\scratchbox=\box30
\nofMPsegments=\count115
\nofMParguments=\count116
\everyMPshowfont=\toks20
\MPscratchCnt=\count117
\MPscratchDim=\dimen131
\MPnumerator=\count118
\makeMPintoPDFobject=\count119
\everyMPtoPDFconversion=\toks21
) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf

(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty
Package: grfext 2010/08/19 v1.1 Manage graphics extensions (HO)
)
Package grfext Info: Graphics extension search list:
(grfext)             [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPE
G,.JBIG2,.JB2,.eps]
(grfext)             \AppendGraphicsExtensions on input line 452.

(/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
))
Package caption Info: Begin \AtBeginDocument code.
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.
\c@lstlisting=\count120
\AtBeginShipoutBox=\box31

(/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty
Package: color 2016/01/03 v1.1b Standard LaTeX Color (DPC)

(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg
File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
)
Package color Info: Driver file: pdftex.def on input line 143.
)
Package hyperref Info: Link coloring ON on input line 19.

(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2012/10/27 v2.43 Cross-referencing by name of section

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty
Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO)
)
\c@section@level=\count121
)
LaTeX Info: Redefining \ref on input line 19.
LaTeX Info: Redefining \pageref on input line 19.
LaTeX Info: Redefining \nameref on input line 19.

(./Final.out) (./Final.out)
\@outlinefile=\write3
\openout3 = `Final.out'.

 <iit.png, id=164, 185.94469pt x 189.70876pt>
File: iit.png Graphic file (type png)

<use iit.png>
Package pdftex.def Info: iit.png used on input line 23.
(pdftex.def)             Requested size: 128.0387pt x 130.63286pt.
 <fossee-logo.png, id=166, 145.0234pt x 55.5923pt>
File: fossee-logo.png Graphic file (type png)

<use fossee-logo.png>
Package pdftex.def Info: fossee-logo.png used on input line 25.
(pdftex.def)             Requested size: 170.71393pt x 65.44308pt.
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <14.4> on input line 37.
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <7> on input line 37.


LaTeX Warning: No \author given.

[1

{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map} <./iit.png> <./fossee-logo.
png>] (./Final.toc
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <12> on input line 3.
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <8> on input line 3.
LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <6> on input line 3.
pdfTeX warning (ext4): destination with the same identifier (name{page.1}) has 
been already used, duplicate ignored
<to be read again> 
                   \relax 
l.33 ...entiometer Examples}{25}{subsection.7.3.5}
                                                   [1

])
\tf@toc=\write4
\openout4 = `Final.toc'.

 [2] (./Final.lof)
\tf@lof=\write5
\openout5 = `Final.lof'.


[3

]
Chapter 1.
[4

]
Chapter 2.
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
[5

]
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!

Underfull \hbox (badness 10000) in paragraph at lines 70--71

 []

Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!

Underfull \hbox (badness 10000) in paragraph at lines 72--75

 []


Underfull \hbox (badness 10000) in paragraph at lines 72--75

 []

Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!

Underfull \hbox (badness 10000) in paragraph at lines 76--77

 []


Overfull \hbox (17.94862pt too wide) in paragraph at lines 79--83
\OT1/cmr/m/n/12 Open pid-mata3 sketch: File \TS1/cmr/m/n/12 ^^Y\OT1/cmr/m/n/12 
Open \TS1/cmr/m/n/12 ^^Y\OT1/cmr/m/n/12 OpenModelicaEmbedded \TS1/cmr/m/n/12 ^^
Y\OT1/cmr/m/n/12 Firmware \TS1/cmr/m/n/12 ^^Y\OT1/cmr/m/n/12 Arduino
 []


Underfull \hbox (badness 10000) in paragraph at lines 79--83

 []

Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
[6]
Underfull \hbox (badness 10000) in paragraph at lines 90--93

 []


Underfull \hbox (badness 10000) in paragraph at lines 94--98

 []

[7]
Chapter 3.

Underfull \hbox (badness 10000) in paragraph at lines 101--108

 []


Overfull \hbox (18.41837pt too wide) in paragraph at lines 101--108
\OT1/cmr/m/n/12 fol-low-ing the in-struc-tions on [][]$\OT1/cmtt/m/n/12 https :
 / / openmodelica . org / download / download-[]linux$[][]\OT1/cmr/m/n/12 .
 []


Underfull \hbox (badness 10000) in paragraph at lines 101--108

 []


Overfull \hbox (38.20384pt too wide) in paragraph at lines 101--108
\OT1/cmr/m/n/12 The setup for Open-Mod-el-ica on Win-dows can be down-loaded fr
om [][]$\OT1/cmtt/m/n/12 https : / / openmodelica .
 []


Overfull \hbox (3.69864pt too wide) in paragraph at lines 113--116
\OT1/cmr/m/n/12 Energia is a Arduino-like cod-ing en-vi-ron-ment de-signed for 
Texas In-stru-ments Launch-
 []


Overfull \hbox (10.69019pt too wide) in paragraph at lines 113--116
\OT1/cmr/m/n/12 pads. The setup for En-er-gia can be down-loaded from [][]$\OT1
/cmtt/m/n/12 http : / / energia . nu / download/$[][]\OT1/cmr/m/n/12 .
 []


Overfull \hbox (22.49632pt too wide) in paragraph at lines 113--116
\OT1/cmr/m/n/12 For Linux: [][]$\OT1/cmtt/m/n/12 http : / / energia . nu / guid
e / guide _ linux/$[][] \OT1/cmr/m/n/12 For Win-dows: [][]$\OT1/cmtt/m/n/12 htt
p : / / energia .
 []

[8

]
Chapter 4.

Underfull \hbox (badness 10000) in paragraph at lines 120--126

 []

<package_str.PNG, id=335, 129.98563pt x 100.375pt>
File: package_str.PNG Graphic file (type png)
 <use package_str.PNG>
Package pdftex.def Info: package_str.PNG used on input line 129.
(pdftex.def)             Requested size: 213.39568pt x 164.78452pt.

[9

 <./package_str.PNG>] <realtime.PNG, id=341, 311.1625pt x 308.15125pt>
File: realtime.PNG Graphic file (type png)

<use realtime.PNG>
Package pdftex.def Info: realtime.PNG used on input line 139.
(pdftex.def)             Requested size: 128.0387pt x 126.79892pt.
 <realtimepara.PNG, id=342, 357.83687pt x 307.1475pt>
File: realtimepara.PNG Graphic file (type png)

<use realtimepara.PNG>
Package pdftex.def Info: realtimepara.PNG used on input line 140.
(pdftex.def)             Requested size: 277.41176pt x 238.13058pt.

Underfull \hbox (badness 10000) in paragraph at lines 146--147

 []

Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
<pin11.PNG, id=343, 371.3875pt x 312.66812pt>
File: pin11.PNG Graphic file (type png)
 <use pin11.PNG>
Package pdftex.def Info: pin11.PNG used on input line 152.
(pdftex.def)             Requested size: 170.71393pt x 143.72412pt.

<pin12.PNG, id=344, 350.81062pt x 362.35374pt>
File: pin12.PNG Graphic file (type png)
 <use pin12.PNG>
Package pdftex.def Info: pin12.PNG used on input line 153.
(pdftex.def)             Requested size: 234.73654pt x 242.46611pt.
 [10 <./realtime.PNG> <./realtimepara.PNG>]
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
 <pin21.PNG, id=351, 366.36874pt x 311.1625pt>
File: pin21.PNG Graphic file (type png)

<use pin21.PNG>
Package pdftex.def Info: pin21.PNG used on input line 160.
(pdftex.def)             Requested size: 170.71393pt x 144.99294pt.
 <pin22.PNG, id=352, 345.79187pt x 306.14375pt>
File: pin22.PNG Graphic file (type png)
 <use pin22.PNG>
Package pdftex.def Info: pin22.PNG used on input line 161.
(pdftex.def)             Requested size: 234.73654pt x 207.82463pt.
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!

<pin31.PNG, id=353, 370.38374pt x 309.155pt>
File: pin31.PNG Graphic file (type png)
 <use pin31.PNG>
Package pdftex.def Info: pin31.PNG used on input line 168.
(pdftex.def)             Requested size: 170.71393pt x 142.49133pt.

<pin32.PNG, id=354, 275.0275pt x 292.09125pt>
File: pin32.PNG Graphic file (type png)
 <use pin32.PNG>
Package pdftex.def Info: pin32.PNG used on input line 169.
(pdftex.def)             Requested size: 234.73654pt x 249.30827pt.
 [11 <./pin11.PNG> <./pin12.PNG> <./pin21.PNG> <./pin22.PNG>]
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!

<pin41.PNG, id=363, 358.33875pt x 309.155pt>
File: pin41.PNG Graphic file (type png)
 <use pin41.PNG>
Package pdftex.def Info: pin41.PNG used on input line 176.
(pdftex.def)             Requested size: 170.71393pt x 147.28413pt.

<pin42.PNG, id=364, 245.91875pt x 251.94125pt>
File: pin42.PNG Graphic file (type png)
 <use pin42.PNG>
Package pdftex.def Info: pin42.PNG used on input line 177.
(pdftex.def)             Requested size: 234.73654pt x 240.49611pt.

<pin51.PNG, id=365, 359.3425pt x 311.1625pt>
File: pin51.PNG Graphic file (type png)
 <use pin51.PNG>
Package pdftex.def Info: pin51.PNG used on input line 184.
(pdftex.def)             Requested size: 170.71393pt x 147.82745pt.

<pin52.PNG, id=366, 653.94313pt x 338.76563pt>
File: pin52.PNG Graphic file (type png)
 <use pin52.PNG>
Package pdftex.def Info: pin52.PNG used on input line 185.
(pdftex.def)             Requested size: 234.73654pt x 121.59885pt.
 [12 <./pin31.PNG> <./pin32.PNG> <./pin41.PNG> <./pin42.PNG>]
<board1.PNG, id=376, 317.68687pt x 307.64937pt>
File: board1.PNG Graphic file (type png)
 <use board1.PNG>
Package pdftex.def Info: board1.PNG used on input line 197.
(pdftex.def)             Requested size: 106.69783pt x 103.32722pt.

<board2.PNG, id=377, 315.67938pt x 307.64937pt>
File: board2.PNG Graphic file (type png)
 <use board2.PNG>
Package pdftex.def Info: board2.PNG used on input line 204.
(pdftex.def)             Requested size: 106.69783pt x 103.98444pt.

<board3.PNG, id=378, 319.1925pt x 308.65312pt>
File: board3.PNG Graphic file (type png)
 <use board3.PNG>
Package pdftex.def Info: board3.PNG used on input line 211.
(pdftex.def)             Requested size: 106.69783pt x 103.17455pt.
 [13 <./pin51.PNG> <./pin52.PNG> <./board1.PNG> <./board2.PNG>]
<board4.PNG, id=387, 315.1775pt x 307.1475pt>
File: board4.PNG Graphic file (type png)
 <use board4.PNG>
Package pdftex.def Info: board4.PNG used on input line 218.
(pdftex.def)             Requested size: 106.69783pt x 103.97884pt.

<board5.PNG, id=388, 308.65312pt x 309.65688pt>
File: board5.PNG Graphic file (type png)
 <use board5.PNG>
Package pdftex.def Info: board5.PNG used on input line 225.
(pdftex.def)             Requested size: 106.69783pt x 107.04436pt.
 [14 <./board3.PNG> <./board4.PNG> <./board5.PNG>] [15]
Chapter 5.
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!

Underfull \hbox (badness 10000) in paragraph at lines 244--245

 []


Underfull \hbox (badness 10000) in paragraph at lines 249--250

 []

[16

]
Chapter 6.
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
<pid.png, id=404, 989.19562pt x 565.36218pt>
File: pid.png Graphic file (type png)
 <use pid.png>
Package pdftex.def Info: pid.png used on input line 261.
(pdftex.def)             Requested size: 384.1096pt x 219.53279pt.

<pid_ex.PNG, id=405, 466.74374pt x 375.20175pt>
File: pid_ex.PNG Graphic file (type png)
 <use pid_ex.PNG>
Package pdftex.def Info: pid_ex.PNG used on input line 270.
(pdftex.def)             Requested size: 384.1096pt x 308.78954pt.
 [17

 <./pid.png>] <pid_graph.PNG, id=410, 953.36176pt x 467.346pt>
File: pid_graph.PNG Graphic file (type png)
 <use pid_graph.PNG>
Package pdftex.def Info: pid_graph.PNG used on input line 276.
(pdftex.def)             Requested size: 384.1096pt x 188.29pt.

[18 <./pid_ex.PNG> <./pid_graph.PNG>]
Chapter 7.
<arduino_uno_pinout.png, id=418, 1027.84pt x 1027.84pt>
File: arduino_uno_pinout.png Graphic file (type png)

<use arduino_uno_pinout.png>
Package pdftex.def Info: arduino_uno_pinout.png used on input line 286.
(pdftex.def)             Requested size: 320.0935pt x 320.08568pt.
 [19

 <./arduino_uno_pinout.png>]
Overfull \hbox (2.61125pt too wide) in paragraph at lines 302--305
[]\OT1/cmr/m/n/12 Click File \TS1/cmr/m/n/12 ^^Y\OT1/cmr/m/n/12 Open and browse
 Open-Mod-el-i-caEm-bed-ded \TS1/cmr/m/n/12 ^^Y\OT1/cmr/m/n/12 Firmware \TS1/cm
r/m/n/12 ^^Y\OT1/cmr/m/n/12 Arduino
 []


Underfull \hbox (badness 10000) in paragraph at lines 302--305

 []

[20]
Underfull \hbox (badness 10000) in paragraph at lines 321--322

 []

<1.PNG, id=440, 385.94188pt x 274.02374pt>
File: 1.PNG Graphic file (type png)
 <use 1.PNG>
Package pdftex.def Info: 1.PNG used on input line 328.
(pdftex.def)             Requested size: 213.39568pt x 151.51215pt.

<led_ex1.PNG, id=441, 436.63126pt x 358.33875pt>
File: led_ex1.PNG Graphic file (type png)
 <use led_ex1.PNG>
Package pdftex.def Info: led_ex1.PNG used on input line 333.
(pdftex.def)             Requested size: 213.39568pt x 175.1337pt.

Overfull \hbox (2.61108pt too wide) in paragraph at lines 326--336
[]$[]$ $[]$ 
 []


Underfull \hbox (badness 10000) in paragraph at lines 341--342

 []


Underfull \hbox (badness 10000) in paragraph at lines 343--344

 []


Underfull \hbox (badness 10000) in paragraph at lines 345--346

 []


Underfull \hbox (badness 10000) in paragraph at lines 347--348

 []

<2.PNG, id=443, 421.575pt x 259.97125pt>
File: 2.PNG Graphic file (type png)
 <use 2.PNG>
Package pdftex.def Info: 2.PNG used on input line 354.
(pdftex.def)             Requested size: 213.39568pt x 131.59584pt.

<pb_ex1.PNG, id=444, 510.10574pt x 369.7815pt>
File: pb_ex1.PNG Graphic file (type png)
 <use pb_ex1.PNG>
Package pdftex.def Info: pb_ex1.PNG used on input line 359.
(pdftex.def)             Requested size: 213.39568pt x 154.69214pt.

Overfull \hbox (2.61108pt too wide) in paragraph at lines 352--362
[]$[]$ $[]$ 
 []

[21 <./1.PNG> <./led_ex1.PNG>]
<pb_ex1_print.PNG, id=452, 799.18575pt x 155.3805pt>
File: pb_ex1_print.PNG Graphic file (type png)
 <use pb_ex1_print.PNG>
Package pdftex.def Info: pb_ex1_print.PNG used on input line 368.
(pdftex.def)             Requested size: 426.79135pt x 82.97954pt.

Underfull \hbox (badness 10000) in paragraph at lines 375--376

 []


Underfull \hbox (badness 10000) in paragraph at lines 377--378

 []


Underfull \hbox (badness 10000) in paragraph at lines 379--380

 []


Underfull \hbox (badness 10000) in paragraph at lines 381--382

 []

<3.PNG, id=453, 425.59pt x 235.88126pt>
File: 3.PNG Graphic file (type png)
 <use 3.PNG>
Package pdftex.def Info: 3.PNG used on input line 388.
(pdftex.def)             Requested size: 213.39568pt x 118.27505pt.

<ldr_ex2.PNG, id=454, 368.577pt x 357.7365pt>
File: ldr_ex2.PNG Graphic file (type png)
 <use ldr_ex2.PNG>
Package pdftex.def Info: ldr_ex2.PNG used on input line 393.
(pdftex.def)             Requested size: 213.39568pt x 207.12158pt.

Overfull \hbox (2.61108pt too wide) in paragraph at lines 386--396
[]$[]$ $[]$ 
 []

[22 <./2.PNG> <./pb_ex1.PNG> <./pb_ex1_print.PNG>]
Underfull \hbox (badness 10000) in paragraph at lines 401--402

 []


Underfull \hbox (badness 10000) in paragraph at lines 403--404

 []

Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!

Underfull \hbox (badness 10000) in paragraph at lines 405--406

 []

<4.PNG, id=462, 380.42125pt x 270.00874pt>
File: 4.PNG Graphic file (type png)
 <use 4.PNG>
Package pdftex.def Info: 4.PNG used on input line 412.
(pdftex.def)             Requested size: 320.0935pt x 227.19719pt.

<dc_ex2.PNG, id=463, 337.86224pt x 313.77225pt>
File: dc_ex2.PNG Graphic file (type png)
 <use dc_ex2.PNG>
Package pdftex.def Info: dc_ex2.PNG used on input line 417.
(pdftex.def)             Requested size: 128.0387pt x 118.90912pt.

<dc_ex2_2.PNG, id=464, 373.99725pt x 337.26pt>
File: dc_ex2_2.PNG Graphic file (type png)
 <use dc_ex2_2.PNG>
Package pdftex.def Info: dc_ex2_2.PNG used on input line 418.
(pdftex.def)             Requested size: 128.0387pt x 115.46454pt.

<dc_ex2_3.PNG, id=465, 372.1905pt x 334.24875pt>
File: dc_ex2_3.PNG Graphic file (type png)
 <use dc_ex2_3.PNG>
Package pdftex.def Info: dc_ex2_3.PNG used on input line 419.
(pdftex.def)             Requested size: 128.0387pt x 114.98442pt.

Underfull \hbox (badness 10000) in paragraph at lines 410--422
[]$[]$
 []

[23 <./3.PNG> <./ldr_ex2.PNG>]
Underfull \hbox (badness 10000) in paragraph at lines 427--428

 []

Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!

Underfull \hbox (badness 10000) in paragraph at lines 429--430

 []


Underfull \hbox (badness 10000) in paragraph at lines 431--432

 []


Underfull \hbox (badness 10000) in paragraph at lines 433--434

 []

Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
<5.PNG, id=472, 486.31688pt x 328.22626pt>
File: 5.PNG Graphic file (type png)
 <use 5.PNG>
Package pdftex.def Info: 5.PNG used on input line 440.
(pdftex.def)             Requested size: 213.39568pt x 144.02434pt.

<potentio_ex1.PNG, id=473, 373.99725pt x 357.7365pt>
File: potentio_ex1.PNG Graphic file (type png)
 <use potentio_ex1.PNG>
Package pdftex.def Info: potentio_ex1.PNG used on input line 445.
(pdftex.def)             Requested size: 213.39568pt x 204.11934pt.

Overfull \hbox (2.61108pt too wide) in paragraph at lines 438--448
[]$[]$ $[]$ 
 []

[24 <./4.PNG> <./dc_ex2.PNG> <./dc_ex2_2.PNG> <./dc_ex2_3.PNG>]
Underfull \hbox (badness 10000) in paragraph at lines 453--454

 []


Underfull \hbox (badness 10000) in paragraph at lines 455--456

 []

Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
Missing character: There is no  in font cmr12!
<6.PNG, id=483, 624.3325pt x 312.66812pt>
File: 6.PNG Graphic file (type png)
 <use 6.PNG>
Package pdftex.def Info: 6.PNG used on input line 462.
(pdftex.def)             Requested size: 213.39568pt x 106.86871pt.

<thermistor_ex1.PNG, id=484, 242.1045pt x 227.04825pt>
File: thermistor_ex1.PNG Graphic file (type png)

<use thermistor_ex1.PNG>
Package pdftex.def Info: thermistor_ex1.PNG used on input line 467.
(pdftex.def)             Requested size: 213.39568pt x 200.13219pt.

Overfull \hbox (2.61108pt too wide) in paragraph at lines 460--470
[]$[]$ $[]$ 
 []

[25 <./5.PNG> <./potentio_ex1.PNG>]
Underfull \hbox (badness 10000) in paragraph at lines 475--476

 []


Underfull \hbox (badness 10000) in paragraph at lines 477--478

 []


Underfull \hbox (badness 10000) in paragraph at lines 479--480

 []


Overfull \hbox (35.56775pt too wide) in paragraph at lines 481--482
[]\OT1/cmr/m/n/12 In Servo pin, set In-putU-nit to Open-Mod-el-i-caEm-bed-ded.I
nternal.Types.ServoUnit.None. 
 []


Underfull \hbox (badness 10000) in paragraph at lines 481--482

 []

<servo_datasheet.PNG, id=492, 551.05875pt x 196.3335pt>
File: servo_datasheet.PNG Graphic file (type png)

<use servo_datasheet.PNG>
Package pdftex.def Info: servo_datasheet.PNG used on input line 487.
(pdftex.def)             Requested size: 426.79135pt x 152.06401pt.
 [26 <./6.PNG> <./thermistor_ex1.PNG>]
<7.PNG, id=499, 391.96437pt x 269.005pt>
File: 7.PNG Graphic file (type png)
 <use 7.PNG>
Package pdftex.def Info: 7.PNG used on input line 495.
(pdftex.def)             Requested size: 213.39568pt x 146.45499pt.

<servo_ex3.PNG, id=500, 396.88275pt x 352.31625pt>
File: servo_ex3.PNG Graphic file (type png)
 <use servo_ex3.PNG>
Package pdftex.def Info: servo_ex3.PNG used on input line 500.
(pdftex.def)             Requested size: 213.39568pt x 189.43617pt.

Overfull \hbox (2.61108pt too wide) in paragraph at lines 493--503
[]$[]$ $[]$ 
 []

[27 <./servo_datasheet.PNG> <./7.PNG> <./servo_ex3.PNG>]
Chapter 8.
<tiva_c_launchpad_pinout.png, id=508, 1129.97156pt x 846.91406pt>
File: tiva_c_launchpad_pinout.png Graphic file (type png)

<use tiva_c_launchpad_pinout.png>
Package pdftex.def Info: tiva_c_launchpad_pinout.png used on input line 512.
(pdftex.def)             Requested size: 426.79135pt x 319.87933pt.
 [28

 <./tiva_c_launchpad_pinout.png>]
Underfull \hbox (badness 10000) in paragraph at lines 539--540

 []

<tiva_led.PNG, id=516, 303.63437pt x 236.38312pt>
File: tiva_led.PNG Graphic file (type png)
 <use tiva_led.PNG>
Package pdftex.def Info: tiva_led.PNG used on input line 544.
(pdftex.def)             Requested size: 320.0935pt x 249.20149pt.
 [29]
Underfull \hbox (badness 10000) in paragraph at lines 548--549

 []

[30 <./tiva_led.PNG>]
Chapter 9.

Underfull \hbox (badness 10000) in paragraph at lines 553--554

 []

[31

]
Overfull \hbox (80.05858pt too wide) in paragraph at lines 569--570
[][][]$\OT1/cmtt/m/n/12 https : / / www . codeproject . com / Articles / 84461 
/ MinGW-[]Static-[]and-[]Dynamic-[]Libraries$[][] 
 []


Overfull \hbox (173.68362pt too wide) in paragraph at lines 570--571
[][][]$\OT1/cmtt/m/n/12 https : / / stackoverflow . com / questions / 10039401 
/ use-[]32bit-[]shared-[]library-[]from-[]64bit-[]application$[][] 
 []


Overfull \hbox (162.33362pt too wide) in paragraph at lines 571--572
[][][]$\OT1/cmtt/m/n/12 https : / / stackoverflow . com / questions / 142508 / 
how-[]do-[]i-[]check-[]os-[]with-[]a-[]preprocessor-[]directive$[][] 
 []


Overfull \hbox (16.30855pt too wide) in paragraph at lines 573--574
[][][]$\OT1/cmtt/m/n/12 https : / / openmodelica . org / doc / OpenModelicaUser
sGuide / latest / interop _
 []

Package atveryend Info: Empty hook `BeforeClearDocument' on input line 576.
[32]
Package atveryend Info: Empty hook `AfterLastShipout' on input line 576.
 (./Final.aux)
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 576.
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 576.
Package rerunfilecheck Info: File `Final.out' has not changed.
(rerunfilecheck)             Checksum: C39EA63355D40134AB746DB78954129D;2640.


LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.

Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 576.
 ) 
Here is how much of TeX's memory you used:
 9015 strings out of 493029
 134922 string characters out of 6136234
 221197 words of memory out of 5000000
 12056 multiletter control sequences out of 15000+600000
 10527 words of font info for 37 fonts, out of 8000000 for 9000
 1141 hyphenation exceptions out of 8191
 36i,8n,39p,809b,463s stack positions out of 5000i,500n,10000p,200000b,80000s
{/usr/share/texmf/fonts/enc/dvips/cm-super/cm-super-ts1.enc}</usr/share/texli
ve/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb></usr/share/texlive/tex
mf-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/cmtt12.pfb></usr/share/texmf/fonts/type1/public/cm-sup
er/sfrm1200.pfb>
Output written on Final.pdf (33 pages, 4536910 bytes).
PDF statistics:
 605 PDF objects out of 1000 (max. 8388607)
 474 compressed objects within 5 object streams
 140 named destinations out of 1000 (max. 500000)
 541 words of extra memory for PDF output out of 10000 (max. 10000000)