summaryrefslogtreecommitdiffstats
path: root/fiz/naloga/predstavitev/stdout.log
blob: 3343afbcb1e9a1f960fb972b54b73373ed642144 (plain) (blame)
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
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=pdflatex)
 \write18 enabled.
entering extended mode
(/home/a/Documents/sola-gimb-2/fiz/naloga/predstavitev/dokument.tex
LaTeX2e <2020-10-01> patch level 4
L3 programming layer <2021-02-18>
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamer.cls
Document Class: beamer 2021/03/19 v3.62 A class for typesetting presentations
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbasemodes.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/etoolbox/etoolbox.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbasedecode.sty))
(/usr/local/texlive/2021/texmf-dist/tex/generic/iftex/ifpdf.sty
(/usr/local/texlive/2021/texmf-dist/tex/generic/iftex/iftex.sty))
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/graphics/keyval.sty))
(/usr/local/texlive/2021/texmf-dist/tex/latex/geometry/geometry.sty
(/usr/local/texlive/2021/texmf-dist/tex/generic/iftex/ifvtex.sty))
(/usr/local/texlive/2021/texmf-dist/tex/latex/base/size11.clo)
(/usr/local/texlive/2021/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/graphics/graphicx.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/graphics/graphics.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/graphics/trig.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
(/usr/local/texlive/2021/texmf-dist/tex/latex/graphics-def/pdftex.def)))
(/usr/local/texlive/2021/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.te
x
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-li
sts.tex))
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
) (/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/pgf.revision.tex)))
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.c
ode.tex))
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.d
ef
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-p
df.def)))
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.
code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.
code.tex)) (/usr/local/texlive/2021/texmf-dist/tex/latex/xcolor/xcolor.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/graphics-cfg/color.cfg))
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.
tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic
.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigo
nometric.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.rando
m.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.compa
rison.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.
code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round
.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.
code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integ
erarithmetics.code.tex)))
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex)
) (/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/math/pgfint.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.co
de.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconst
ruct.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage
.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.co
de.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicst
ate.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransform
ations.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.cod
e.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.c
ode.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathproce
ssing.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.co
de.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.cod
e.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.cod
e.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.
code.tex))
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.co
de.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretranspare
ncy.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.
code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.
tex))) (/usr/local/texlive/2021/texmf-dist/tex/latex/pgf/utilities/xxcolor.sty)
 (/usr/local/texlive/2021/texmf-dist/tex/latex/base/atbegshi-ltx.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/hyperref/hyperref.sty
(/usr/local/texlive/2021/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
(/usr/local/texlive/2021/texmf-dist/tex/generic/infwarerr/infwarerr.sty))
(/usr/local/texlive/2021/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)
(/usr/local/texlive/2021/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pdfescape/pdfescape.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/hycolor/hycolor.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/auxhook/auxhook.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/kvoptions/kvoptions.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/hyperref/pd1enc.def)
(/usr/local/texlive/2021/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def
) (/usr/local/texlive/2021/texmf-dist/tex/generic/intcalc/intcalc.sty)
(/usr/local/texlive/2021/texmf-dist/tex/generic/etexcmds/etexcmds.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/hyperref/puenc.def)
(/usr/local/texlive/2021/texmf-dist/tex/latex/url/url.sty)
(/usr/local/texlive/2021/texmf-dist/tex/generic/bitset/bitset.sty
(/usr/local/texlive/2021/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty))

Package hyperref Message: Stopped early.

) (/usr/local/texlive/2021/texmf-dist/tex/latex/hyperref/hpdftex.def
(/usr/local/texlive/2021/texmf-dist/tex/latex/base/atveryend-ltx.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty

(/usr/local/texlive/2021/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
))) (/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbaserequires.sty

(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbasecompatibility.st
y) (/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbasefont.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/amsfonts/amssymb.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
(/usr/local/texlive/2021/texmf-dist/tex/latex/sansmathaccent/sansmathaccent.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/koma-script/scrlfile.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/koma-script/scrlogo.sty)))))
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/translator/translator.sty))
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbasemisc.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbasetwoscreens.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbasetitle.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbasesection.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbaseframe.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbaseverbatim.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbaseframesize.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.
sty) (/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbasecolor.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbasenotes.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbasetoc.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbasetemplates.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbaseboxes.sty)))
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.s
ty (/usr/local/texlive/2021/texmf-dist/tex/latex/tools/enumerate.sty))
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbasenavigation.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbasetheorems.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/local/texlive/2021/texmf-dist/tex/latex/amsmath/amstext.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/usr/local/texlive/2021/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/usr/local/texlive/2021/texmf-dist/tex/latex/amscls/amsthm.sty))
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerbasethemes.sty))
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerthemedefault.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerfontthemedefault.sty
)
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamercolorthemedefault.st
y)
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerinnerthemedefault.st
y)
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerouterthemedefault.st
y))) (/usr/local/texlive/2021/texmf-dist/tex/latex/base/inputenc.sty)
(/usr/local/texlive/2021/texmf-dist/tex/generic/hologo/hologo.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/pgfplots/pgfplots.sty
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/pgfplots.revision.tex)
(/usr/local/texlive/2021/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.cod
e.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.
tex)
(/usr/local/texlive/2021/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version
-0-65.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version
-1-18.sty))
(/usr/local/texlive/2021/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)
) (/usr/local/texlive/2021/texmf-dist/tex/latex/pgf/math/pgfmath.sty
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex))
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)))
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.cod
e.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothan
dlers.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.cod
e.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/frontendlayer/tikz/librarie
s/tikzlibrarytopaths.code.tex)))
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/pgfplots.code.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/pgfplotscore.code.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/sys/pgfplotssysgeneric
.code.tex))
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/libs/pgfplotslibrary.c
ode.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplot
soldpgfsupp_loader.code.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/libraries/pgflibraryfpu.cod
e.tex))
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/util/pgfplotsutil.code
.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/liststructure/pgfplots
liststructure.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/liststructure/pgfplots
liststructureext.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/liststructure/pgfplots
array.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/liststructure/pgfplots
matrix.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/numtable/pgfplotstable
shared.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/liststructure/pgfplots
deque.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/util/pgfplotsbinary.co
de.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/util/pgfplotsbinary.da
ta.code.tex))
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/util/pgfplotsutil.verb
.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/libs/pgflibrarypgfplot
s.surfshading.code.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/sys/pgflibrarypgfplots
.surfshading.pgfsys-pdftex.def)))
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/util/pgfplotscolormap.
code.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/util/pgfplotscolor.cod
e.tex))
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/pgfplotsstackedplots.c
ode.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/pgfplotsplothandlers.c
ode.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/pgfplotsmeshplothandle
r.code.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/pgfplotsmeshplotimage.
code.tex)))
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/pgfplots.scaling.code.
tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/pgfplotscoordprocessin
g.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/pgfplots.errorbars.cod
e.tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/pgfplots.markers.code.
tex)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/pgfplotsticks.code.tex
)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/pgfplots.paths.code.te
x)
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/frontendlayer/tikz/librarie
s/tikzlibrarydecorations.code.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/modules/pgfmoduledecoration
s.code.tex))
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/frontendlayer/tikz/librarie
s/tikzlibrarydecorations.pathmorphing.code.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/libraries/decorations/pgfli
brarydecorations.pathmorphing.code.tex))
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/frontendlayer/tikz/librarie
s/tikzlibrarydecorations.pathreplacing.code.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/libraries/decorations/pgfli
brarydecorations.pathreplacing.code.tex)))
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/frontendlayer/tikz/librarie
s/tikzlibraryplotmarks.code.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/libraries/pgflibraryplotmar
ks.code.tex)))
(/usr/local/texlive/2021/texmf-dist/tex/latex/siunitx/siunitx.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/l3kernel/expl3.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def))
(/usr/local/texlive/2021/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/l3packages/xparse/xparse-2020-10-
01.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.
tex))) (/usr/local/texlive/2021/texmf-dist/tex/latex/tools/array.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty)
) (/usr/local/texlive/2021/texmf-dist/tex/latex/tools/multicol.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/tabularcalc/tabularcalc.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/fp/fp.sty
`Fixed Point Package', Version 0.8, April 2, 1995 (C) Michael Mehlich
(/usr/local/texlive/2021/texmf-dist/tex/latex/fp/defpattern.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/fp/fp-basic.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/fp/fp-addons.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/fp/fp-snap.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/fp/fp-exp.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/fp/fp-trigo.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/fp/fp-pas.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/fp/fp-random.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/fp/fp-eqn.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/fp/fp-upn.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/fp/fp-eval.sty))
(/usr/local/texlive/2021/texmf-dist/tex/generic/xstring/xstring.sty
(/usr/local/texlive/2021/texmf-dist/tex/generic/xstring/xstring.tex))
(/usr/local/texlive/2021/texmf-dist/tex/latex/numprint/numprint.sty
No configuration file `numprint.cfg' found.))
(/usr/local/texlive/2021/texmf-dist/tex/latex/mathtools/mathtools.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/tools/calc.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/mathtools/mhsetup.sty))
(/usr/local/texlive/2021/texmf-dist/tex/latex/float/float.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/tasks/tasks.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.st
y) (/usr/local/texlive/2021/texmf-dist/tex/latex/tasks/tasks.cfg))
(/usr/local/texlive/2021/texmf-dist/tex/latex/environ/environ.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/trimspaces/trimspaces.sty))
(/usr/local/texlive/2021/texmf-dist/tex/generic/ulem/ulem.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/pgfplots/pgfplotstable.sty
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/pgfplots.revision.tex)

(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/numtable/pgfplotstable
.code.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgfplots/numtable/pgfplotstable
.coltype.code.tex)))
(/usr/local/texlive/2021/texmf-dist/tex/generic/babel/babel.sty
(/usr/local/texlive/2021/texmf-dist/tex/generic/babel/babel.def
(/usr/local/texlive/2021/texmf-dist/tex/generic/babel/txtbabel.def))
(/usr/local/texlive/2021/texmf-dist/tex/generic/babel-slovenian/slovene.ldf))
(/usr/local/texlive/2021/texmf-dist/tex/latex/biblatex/biblatex.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/logreq/logreq.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/logreq/logreq.def))
(/usr/local/texlive/2021/texmf-dist/tex/latex/base/ifthen.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/biblatex/blx-dm.def)
(/usr/local/texlive/2021/texmf-dist/tex/latex/biblatex-iso690/iso-authoryear.db
x) (/usr/local/texlive/2021/texmf-dist/tex/latex/biblatex/blx-compat.def)
(/usr/local/texlive/2021/texmf-dist/tex/latex/biblatex/biblatex.def)
(/usr/local/texlive/2021/texmf-dist/tex/latex/biblatex-iso690/iso-authoryear.bb
x (/usr/local/texlive/2021/texmf-dist/tex/latex/biblatex-iso690/iso.bbx))
(/usr/local/texlive/2021/texmf-dist/tex/latex/biblatex-iso690/iso-authoryear.cb
x (/usr/local/texlive/2021/texmf-dist/tex/latex/biblatex/cbx/authoryear.cbx)
(/usr/local/texlive/2021/texmf-dist/tex/latex/biblatex-iso690/iso-fullcite.cbx)
) (/usr/local/texlive/2021/texmf-dist/tex/latex/biblatex/biblatex.cfg))
(/usr/local/texlive/2021/texmf-dist/tex/latex/datetime/datetime.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/fmtcount/fmtcount.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/xkeyval/xkeyval.sty
(/usr/local/texlive/2021/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/xkeyval/xkvutils.tex)))
(/usr/local/texlive/2021/texmf-dist/tex/latex/fmtcount/fcprefix.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/fmtcount/fcnumparser.sty)))
(/usr/local/texlive/2021/texmf-dist/tex/latex/datetime/datetime-defaults.sty)

! LaTeX Error: Unknown option `ddMMyyyy' for package `datetime'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.560 \if@dt@nodate
                   
(/usr/local/texlive/2021/texmf-dist/tex/latex/datetime/dt-slovene.def))
(/usr/local/texlive/2021/texmf-dist/tex/latex/ccicons/ccicons.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/base/textcomp.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/animate/animate.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/oberdiek/ifdraft.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/zref/zref-abspage.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/zref/zref-base.sty))
(/usr/local/texlive/2021/texmf-dist/tex/latex/media9/pdfbase.sty)
(/usr/local/texlive/2021/texmf-dist/tex/latex/ocgx2/ocgbase.sty))
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerthemeMadrid.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamercolorthemewhale.sty)

(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamercolorthemeorchid.sty
)
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerinnerthemerounded.st
y)
(/usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamerouterthemeinfolines.
sty))
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/frontendlayer/tikz/librarie
s/tikzlibrarycalc.code.tex)
(/usr/local/texlive/2021/texmf-dist/tex/latex/pgf/frontendlayer/libraries/tikzl
ibraryexternal.code.tex
(/usr/local/texlive/2021/texmf-dist/tex/generic/pgf/frontendlayer/tikz/librarie
s/tikzexternalshared.code.tex))

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

(./dokument.aux)
*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
(/usr/local/texlive/2021/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
) (/usr/local/texlive/2021/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))
(/usr/local/texlive/2021/texmf-dist/tex/latex/hyperref/nameref.sty
(/usr/local/texlive/2021/texmf-dist/tex/latex/refcount/refcount.sty)
(/usr/local/texlive/2021/texmf-dist/tex/generic/gettitlestring/gettitlestring.s
ty)) (./dokument.out) (./dokument.out)
(/usr/local/texlive/2021/texmf-dist/tex/latex/translator/translator-basic-dicti
onary-English.dict)
(/usr/local/texlive/2021/texmf-dist/tex/latex/translator/translator-bibliograph
y-dictionary-English.dict)
(/usr/local/texlive/2021/texmf-dist/tex/latex/translator/translator-environment
-dictionary-English.dict)
(/usr/local/texlive/2021/texmf-dist/tex/latex/translator/translator-months-dict
ionary-English.dict)
(/usr/local/texlive/2021/texmf-dist/tex/latex/translator/translator-numbers-dic
tionary-English.dict)
(/usr/local/texlive/2021/texmf-dist/tex/latex/translator/translator-theorem-dic
tionary-English.dict)

Package pgfplots Warning: running in backwards compatibility mode (unsuitable t
ick labels; missing features). Consider writing \pgfplotsset{compat=1.17} into 
your preamble.
 on input line 93.


(/usr/local/texlive/2021/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg
)

Package biblatex Warning: File 'slovene-iso.lbx' not found!
(biblatex)                Ignoring mapping 'slovene' -> 'slovene-iso'.

(/usr/local/texlive/2021/texmf-dist/tex/latex/biblatex/lbx/slovene.lbx)
(/usr/local/texlive/2021/texmf-dist/tex/latex/biblatex/blx-case-expl3.sty)
(./dokument.bbl) (./dokument.nav)
(/usr/local/texlive/2021/texmf-dist/tex/latex/amsfonts/umsa.fd)
(/usr/local/texlive/2021/texmf-dist/tex/latex/amsfonts/umsb.fd)
(/usr/local/texlive/2021/texmf-dist/tex/latex/sansmathaccent/ot1mathkerncmss.fd
) [1{/usr/local/texlive/2021/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
(./dokument.toc) [2]
Overfull \hbox (5.0pt too wide) in paragraph at lines 123--123
 [] 
[3 <../tekst/img-tracked/navoji.jpg>]
Overfull \hbox (5.0pt too wide) in paragraph at lines 147--147
 [] 
[4 <./merilniki.jpg>]
Overfull \hbox (5.0pt too wide) in paragraph at lines 172--172
 [] 
[5 <../tekst/img-tracked/rampa.jpg>]
Overfull \hbox (5.0pt too wide) in paragraph at lines 197--197
 [] 

Overfull \vbox (57.94856pt too high) detected at line 197
[6 <./totem.jpg>]
Overfull \hbox (1.17192pt too wide) detected at line 237
\OT1/mathkerncmss/m/sl/10.95 f\OT1/cmss/m/n/10.95 (\OT1/mathkerncmss/m/sl/10.95
 x\OT1/cmss/m/n/10.95 ) = []

LaTeX Font Warning: Font shape `OMS/cmss/m/n' undefined
(Font)              using `OMS/cmsy/m/n' instead
(Font)              for symbol `textbraceleft' on input line 237.


Overfull \hbox (5.0pt too wide) in paragraph at lines 237--237
 [] 

Overfull \vbox (60.48602pt too high) detected at line 237
[7 <./špric.jpg>] [8]This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=pdflatex)
 \write18 enabled.
entering extended mode

===== 'mode=convert with system call': Invoking 'pdflatex -shell-escape -halt-o
n-error -interaction=batchmode -jobname "dokument-figure0" "\def\tikzexternalre
aljob{dokument}\input{dokument}"' ========

! Package tikz Error: Sorry, the system call 'pdflatex -shell-escape -halt-on-e
rror -interaction=batchmode -jobname "dokument-figure0" "\def\tikzexternalrealj
ob{dokument}\input{dokument}"' did NOT result in a usable output file 'dokument
-figure0' (expected one of .pdf:.jpg:.jpeg:.png:). Please verify that you have 
enabled system calls. For pdflatex, this is 'pdflatex -shell-escape'. Sometimes
 it is also named 'write 18' or something like that. Or maybe the command simpl
y failed? Error messages can be found in 'dokument-figure0.log'. If you continu
e now, I'll try to typeset the picture.

See the tikz package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.304 \end{frame}
                 
[9]This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=pdflatex)
 \write18 enabled.
entering extended mode

===== 'mode=convert with system call': Invoking 'pdflatex -shell-escape -halt-o
n-error -interaction=batchmode -jobname "dokument-figure1" "\def\tikzexternalre
aljob{dokument}\input{dokument}"' ========

! Package tikz Error: Sorry, the system call 'pdflatex -shell-escape -halt-on-e
rror -interaction=batchmode -jobname "dokument-figure1" "\def\tikzexternalrealj
ob{dokument}\input{dokument}"' did NOT result in a usable output file 'dokument
-figure1' (expected one of .pdf:.jpg:.jpeg:.png:). Please verify that you have 
enabled system calls. For pdflatex, this is 'pdflatex -shell-escape'. Sometimes
 it is also named 'write 18' or something like that. Or maybe the command simpl
y failed? Error messages can be found in 'dokument-figure1.log'. If you continu
e now, I'll try to typeset the picture.

See the tikz package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.340 \end{frame}
                 
[10]This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=pdflatex)
 \write18 enabled.
entering extended mode

===== 'mode=convert with system call': Invoking 'pdflatex -shell-escape -halt-o
n-error -interaction=batchmode -jobname "dokument-figure2" "\def\tikzexternalre
aljob{dokument}\input{dokument}"' ========

! Package tikz Error: Sorry, the system call 'pdflatex -shell-escape -halt-on-e
rror -interaction=batchmode -jobname "dokument-figure2" "\def\tikzexternalrealj
ob{dokument}\input{dokument}"' did NOT result in a usable output file 'dokument
-figure2' (expected one of .pdf:.jpg:.jpeg:.png:). Please verify that you have 
enabled system calls. For pdflatex, this is 'pdflatex -shell-escape'. Sometimes
 it is also named 'write 18' or something like that. Or maybe the command simpl
y failed? Error messages can be found in 'dokument-figure2.log'. If you continu
e now, I'll try to typeset the picture.

See the tikz package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.374 \end{frame}
                 
[11]This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=pdflatex)
 \write18 enabled.
entering extended mode

===== 'mode=convert with system call': Invoking 'pdflatex -shell-escape -halt-o
n-error -interaction=batchmode -jobname "dokument-figure3" "\def\tikzexternalre
aljob{dokument}\input{dokument}"' ========

! Package tikz Error: Sorry, the system call 'pdflatex -shell-escape -halt-on-e
rror -interaction=batchmode -jobname "dokument-figure3" "\def\tikzexternalrealj
ob{dokument}\input{dokument}"' did NOT result in a usable output file 'dokument
-figure3' (expected one of .pdf:.jpg:.jpeg:.png:). Please verify that you have 
enabled system calls. For pdflatex, this is 'pdflatex -shell-escape'. Sometimes
 it is also named 'write 18' or something like that. Or maybe the command simpl
y failed? Error messages can be found in 'dokument-figure3.log'. If you continu
e now, I'll try to typeset the picture.

See the tikz package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.410 \end{frame}
                 
[12]This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=pdflatex)
 \write18 enabled.
entering extended mode

===== 'mode=convert with system call': Invoking 'pdflatex -shell-escape -halt-o
n-error -interaction=batchmode -jobname "dokument-figure4" "\def\tikzexternalre
aljob{dokument}\input{dokument}"' ========

! Package tikz Error: Sorry, the system call 'pdflatex -shell-escape -halt-on-e
rror -interaction=batchmode -jobname "dokument-figure4" "\def\tikzexternalrealj
ob{dokument}\input{dokument}"' did NOT result in a usable output file 'dokument
-figure4' (expected one of .pdf:.jpg:.jpeg:.png:). Please verify that you have 
enabled system calls. For pdflatex, this is 'pdflatex -shell-escape'. Sometimes
 it is also named 'write 18' or something like that. Or maybe the command simpl
y failed? Error messages can be found in 'dokument-figure4.log'. If you continu
e now, I'll try to typeset the picture.

See the tikz package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.446 \end{frame}
                 
[13]This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=pdflatex)
 \write18 enabled.
entering extended mode

===== 'mode=convert with system call': Invoking 'pdflatex -shell-escape -halt-o
n-error -interaction=batchmode -jobname "dokument-figure5" "\def\tikzexternalre
aljob{dokument}\input{dokument}"' ========

! Package tikz Error: Sorry, the system call 'pdflatex -shell-escape -halt-on-e
rror -interaction=batchmode -jobname "dokument-figure5" "\def\tikzexternalrealj
ob{dokument}\input{dokument}"' did NOT result in a usable output file 'dokument
-figure5' (expected one of .pdf:.jpg:.jpeg:.png:). Please verify that you have 
enabled system calls. For pdflatex, this is 'pdflatex -shell-escape'. Sometimes
 it is also named 'write 18' or something like that. Or maybe the command simpl
y failed? Error messages can be found in 'dokument-figure5.log'. If you continu
e now, I'll try to typeset the picture.

See the tikz package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.475 \end{frame}
                 
[14]This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=pdflatex)
 \write18 enabled.
entering extended mode

===== 'mode=convert with system call': Invoking 'pdflatex -shell-escape -halt-o
n-error -interaction=batchmode -jobname "dokument-figure6" "\def\tikzexternalre
aljob{dokument}\input{dokument}"' ========

! Package tikz Error: Sorry, the system call 'pdflatex -shell-escape -halt-on-e
rror -interaction=batchmode -jobname "dokument-figure6" "\def\tikzexternalrealj
ob{dokument}\input{dokument}"' did NOT result in a usable output file 'dokument
-figure6' (expected one of .pdf:.jpg:.jpeg:.png:). Please verify that you have 
enabled system calls. For pdflatex, this is 'pdflatex -shell-escape'. Sometimes
 it is also named 'write 18' or something like that. Or maybe the command simpl
y failed? Error messages can be found in 'dokument-figure6.log'. If you continu
e now, I'll try to typeset the picture.

See the tikz package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.504 \end{frame}
                 

Overfull \vbox (8.21541pt too high) detected at line 504
[15]
Overfull \hbox (5.0pt too wide) in paragraph at lines 533--533
 [] 

Overfull \vbox (76.64851pt too high) detected at line 533
[16 <./kompresor.jpg>]This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=pdflatex)
 \write18 enabled.
entering extended mode

===== 'mode=convert with system call': Invoking 'pdflatex -shell-escape -halt-o
n-error -interaction=batchmode -jobname "dokument-figure7" "\def\tikzexternalre
aljob{dokument}\input{dokument}"' ========

! Package tikz Error: Sorry, the system call 'pdflatex -shell-escape -halt-on-e
rror -interaction=batchmode -jobname "dokument-figure7" "\def\tikzexternalrealj
ob{dokument}\input{dokument}"' did NOT result in a usable output file 'dokument
-figure7' (expected one of .pdf:.jpg:.jpeg:.png:). Please verify that you have 
enabled system calls. For pdflatex, this is 'pdflatex -shell-escape'. Sometimes
 it is also named 'write 18' or something like that. Or maybe the command simpl
y failed? Error messages can be found in 'dokument-figure7.log'. If you continu
e now, I'll try to typeset the picture.

See the tikz package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.564 \end{frame}
                 
[17] [18] <./img/genbojl0.png> <a0,fr0> <./img/genbojl1.png> <a0,fr1> <./img/ge
nbojl2.png> <a0,fr2> <./img/genbojl3.png> <a0,fr3> <./img/genbojl4.png>
<a0,fr4> <./img/genbojl5.png> <a0,fr5> <./img/genbojl6.png> <a0,fr6> <./img/gen
bojl7.png> <a0,fr7> <./img/genbojl8.png> <a0,fr8> <./img/genbojl9.png>
<a0,fr9> <./img/genbojl10.png> <a0,fr10> <a0,fr11> <a0,fr12> <a0,fr13>
<a0,fr14> <a0,fr15> <a0,fr16> <a0,fr17> <a0,fr18> <a0,fr19> [19]This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=pdflatex)
 \write18 enabled.
entering extended mode


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `\color' on input line 611.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `\color' on input line 611.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `\color' on input line 611.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `\color' on input line 611.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `math shift' on input line 611.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `subscript' on input line 611.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `math shift' on input line 611.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `math shift' on input line 611.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `subscript' on input line 611.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `math shift' on input line 611.

===== 'mode=convert with system call': Invoking 'pdflatex -shell-escape -halt-o
n-error -interaction=batchmode -jobname "dokument-figure8" "\def\tikzexternalre
aljob{dokument}\input{dokument}"' ========

! Package tikz Error: Sorry, the system call 'pdflatex -shell-escape -halt-on-e
rror -interaction=batchmode -jobname "dokument-figure8" "\def\tikzexternalrealj
ob{dokument}\input{dokument}"' did NOT result in a usable output file 'dokument
-figure8' (expected one of .pdf:.jpg:.jpeg:.png:). Please verify that you have 
enabled system calls. For pdflatex, this is 'pdflatex -shell-escape'. Sometimes
 it is also named 'write 18' or something like that. Or maybe the command simpl
y failed? Error messages can be found in 'dokument-figure8.log'. If you continu
e now, I'll try to typeset the picture.

See the tikz package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.638 \end{frame}
                 
[20]
! Undefined control sequence.
\beamer@doifinframe ...pično \item Podporni \say 
                                                  {L} nosilec se je ukrivil ...
l.659 \end{frame}
                 

! Package xkeyval Error: `align' undefined in families `Gin'.

See the xkeyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.659 \end{frame}
                 

Overfull \hbox (5.0pt too wide) in paragraph at lines 659--659
 [] 
[21 <./dozirka.jpg>] [22]
(/usr/local/texlive/2021/texmf-dist/tex/latex/base/ts1cmss.fd) [23] [24]
[25] (./dokument.aux)

LaTeX Font Warning: Some font shapes were not available, defaults substituted.

 )
(see the transcript file for additional information){/usr/local/texlive/2021/te
xmf-dist/fonts/enc/dvips/cm-super/cm-super-ts1.enc}</usr/local/texlive/2021/tex
mf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb></usr/local/texlive/2021/texm
f-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/local/texlive/2021/texmf
-dist/fonts/type1/public/amsfonts/cm/cmmi6.pfb></usr/local/texlive/2021/texmf-d
ist/fonts/type1/public/amsfonts/cm/cmmi8.pfb></usr/local/texlive/2021/texmf-dis
t/fonts/type1/public/amsfonts/cm/cmmi9.pfb></usr/local/texlive/2021/texmf-dist/
fonts/type1/public/amsfonts/cm/cmss10.pfb></usr/local/texlive/2021/texmf-dist/f
onts/type1/public/amsfonts/cm/cmss12.pfb></usr/local/texlive/2021/texmf-dist/fo
nts/type1/public/amsfonts/cm/cmss8.pfb></usr/local/texlive/2021/texmf-dist/font
s/type1/public/amsfonts/cm/cmss9.pfb></usr/local/texlive/2021/texmf-dist/fonts/
type1/public/amsfonts/cm/cmssbx10.pfb></usr/local/texlive/2021/texmf-dist/fonts
/type1/public/amsfonts/cm/cmssi10.pfb></usr/local/texlive/2021/texmf-dist/fonts
/type1/public/amsfonts/cm/cmssi8.pfb></usr/local/texlive/2021/texmf-dist/fonts/
type1/public/amsfonts/cm/cmssi9.pfb></usr/local/texlive/2021/texmf-dist/fonts/t
ype1/public/amsfonts/cm/cmsy10.pfb></usr/local/texlive/2021/texmf-dist/fonts/ty
pe1/public/amsfonts/cm/cmsy8.pfb></usr/local/texlive/2021/texmf-dist/fonts/type
1/public/amsfonts/cm/cmtt10.pfb></usr/local/texlive/2021/texmf-dist/fonts/type1
/public/amsfonts/cm/cmtt9.pfb></usr/local/texlive/2021/texmf-dist/fonts/type1/p
ublic/cm-super/sfss1095.pfb>
Output written on dokument.pdf (25 pages, 20850405 bytes).
SyncTeX written on dokument.synctex.gz.
Transcript written on dokument.log.
Reading 1 0 R
Reading 2 0 R
Reading 3 0 R
Reading 10 0 R
Reading 12 0 R
Reading 13 0 R
Reading 14 0 R
Reading 15 0 R
Reading 16 0 R
Reading 17 0 R
Reading 18 0 R
Reading 19 0 R
Reading 20 0 R
Reading 21 0 R
Reading 22 0 R
Reading 23 0 R
Reading 24 0 R
Reading 25 0 R
Reading 26 0 R
Reading 27 0 R
Reading 28 0 R
Reading 29 0 R
Reading 30 0 R
Reading 31 0 R
Reading 32 0 R
Reading 33 0 R
Reading 34 0 R
Reading 35 0 R
Reading 36 0 R
Reading 37 0 R
Reading 38 0 R
Reading 39 0 R
Reading 40 0 R
Reading 41 0 R
Reading 42 0 R
Reading 43 0 R
Reading 44 0 R
Reading 45 0 R
Reading 46 0 R
Reading 47 0 R
Reading 48 0 R
Reading 49 0 R
Reading 50 0 R
Reading 51 0 R
Reading 52 0 R
Reading 53 0 R
Reading 54 0 R
Reading 55 0 R
Reading 56 0 R
Reading 57 0 R
Reading 58 0 R
Reading 59 0 R
Reading 60 0 R
Reading 61 0 R
Reading 62 0 R
Reading 63 0 R
Reading 64 0 R
Reading 65 0 R
Reading 66 0 R
Reading 67 0 R
Reading 68 0 R
Reading 69 0 R
Reading 70 0 R
Reading 71 0 R
Reading 72 0 R
Reading 73 0 R
Reading 74 0 R
Reading 75 0 R
Reading 76 0 R
Reading 77 0 R
Reading 78 0 R
Reading 79 0 R
Reading 80 0 R
Reading 81 0 R
Reading 82 0 R
Reading 83 0 R
Reading 84 0 R
Reading 85 0 R
Reading 86 0 R
Reading 87 0 R
Reading 88 0 R
Reading 89 0 R
Reading 90 0 R
Reading 91 0 R
Reading 92 0 R
Reading 93 0 R
Reading 94 0 R
Reading 95 0 R
Reading 96 0 R
Reading 97 0 R
Reading 98 0 R
Reading 99 0 R
Reading 100 0 R
Reading 101 0 R
Reading 102 0 R
Reading 103 0 R
Reading 104 0 R
Reading 105 0 R
Reading 106 0 R
Reading 107 0 R
Reading 108 0 R
Reading 109 0 R
Reading 110 0 R
Reading 111 0 R
Reading 112 0 R
Reading 113 0 R
Reading 114 0 R
Reading 115 0 R
Reading 116 0 R
Reading 117 0 R
Reading 118 0 R
Reading 119 0 R
Reading 120 0 R
Reading 121 0 R
Reading 122 0 R
Reading 123 0 R
Reading 124 0 R
Reading 126 0 R
-> Uncompressing object 126 0
-> Original Length: 15
-> Uncompressed Length: 7
Reading 127 0 R
Reading 128 0 R
-> Uncompressing object 128 0
-> Original Length: 15
-> Uncompressed Length: 7
Reading 129 0 R
Reading 130 0 R
-> Uncompressing object 130 0
-> Original Length: 15
-> Uncompressed Length: 7
Reading 131 0 R
Reading 132 0 R
-> Uncompressing object 132 0
-> Original Length: 15
-> Uncompressed Length: 7
Reading 133 0 R
Reading 134 0 R
-> Uncompressing object 134 0
-> Original Length: 182
-> Uncompressed Length: 636
Reading 135 0 R
-> Uncompressing object 135 0
-> Original Length: 29
-> Uncompressed Length: 27
Reading 136 0 R
Reading 137 0 R
Reading 138 0 R
Reading 139 0 R
Reading 140 0 R
Reading 141 0 R
Reading 142 0 R
Reading 143 0 R
Reading 144 0 R
Reading 145 0 R
Reading 146 0 R
Reading 147 0 R
Reading 148 0 R
Reading 149 0 R
Reading 150 0 R
Reading 151 0 R
Reading 152 0 R
Reading 153 0 R
Reading 154 0 R
Reading 155 0 R
Reading 156 0 R
Reading 157 0 R
Reading 158 0 R
Reading 159 0 R
Reading 160 0 R
Reading 161 0 R
-> Uncompressing object 161 0
-> Original Length: 1352
-> Uncompressed Length: 5780
Reading 162 0 R
Reading 163 0 R
Reading 164 0 R
Reading 165 0 R
Reading 166 0 R
Reading 167 0 R
Reading 168 0 R
Reading 169 0 R
Reading 170 0 R
Reading 171 0 R
Reading 172 0 R
-> Uncompressing object 172 0
-> Original Length: 15
-> Uncompressed Length: 7
Reading 173 0 R
Reading 174 0 R
Reading 175 0 R
Reading 176 0 R
-> Uncompressing object 176 0
-> Original Length: 15
-> Uncompressed Length: 7
Reading 177 0 R
Reading 178 0 R
Reading 179 0 R
Reading 180 0 R
Reading 181 0 R
Reading 182 0 R
Reading 183 0 R
Reading 184 0 R
Reading 185 0 R
Reading 186 0 R
Reading 187 0 R
Reading 188 0 R
Reading 189 0 R
Reading 190 0 R
Reading 191 0 R
Reading 192 0 R
Reading 193 0 R
Reading 194 0 R
Reading 195 0 R
Reading 196 0 R
Reading 197 0 R
Reading 198 0 R
Reading 199 0 R
Reading 200 0 R
Reading 201 0 R
Reading 202 0 R
Reading 203 0 R
Reading 204 0 R
Reading 205 0 R
Reading 206 0 R
Reading 207 0 R
Reading 208 0 R
Reading 209 0 R
Reading 210 0 R
Reading 211 0 R
Reading 212 0 R
Reading 213 0 R
Reading 214 0 R
Reading 215 0 R
Reading 216 0 R
Reading 217 0 R
Reading 218 0 R
Reading 219 0 R
-> Uncompressing object 219 0
-> Original Length: 2451
-> Uncompressed Length: 13484
Reading 220 0 R
Reading 221 0 R
Reading 222 0 R
Reading 223 0 R
Reading 224 0 R
Reading 225 0 R
Reading 226 0 R
Reading 227 0 R
Reading 228 0 R
Reading 229 0 R
Reading 230 0 R
Reading 231 0 R
Reading 232 0 R
Reading 234 0 R
Reading 235 0 R
Reading 236 0 R
Reading 237 0 R
Reading 238 0 R
Reading 239 0 R
Reading 240 0 R
Reading 241 0 R
Reading 242 0 R
Reading 243 0 R
Reading 244 0 R
Reading 245 0 R
Reading 246 0 R
Reading 247 0 R
-> Uncompressing object 247 0
-> Original Length: 2727301
-> Uncompressed Length: 23887872
Reading 248 0 R
Reading 249 0 R
Reading 250 0 R
Reading 251 0 R
Reading 252 0 R
Reading 253 0 R
Reading 254 0 R
Reading 255 0 R
Reading 256 0 R
Reading 257 0 R
Reading 258 0 R
Reading 259 0 R
Reading 260 0 R
Reading 261 0 R
Reading 262 0 R
Reading 263 0 R
Reading 264 0 R
Reading 265 0 R
Reading 266 0 R
Reading 267 0 R
Reading 268 0 R
Reading 269 0 R
Reading 270 0 R
Reading 271 0 R
Reading 272 0 R
-> Uncompressing object 272 0
-> Original Length: 1475
-> Uncompressed Length: 6344
Reading 273 0 R
Reading 274 0 R
-> Uncompressing object 274 0
-> Original Length: 8815928
-> Uncompressed Length: 16826994
Reading 275 0 R
Reading 276 0 R
Reading 277 0 R
Reading 278 0 R
Reading 279 0 R
Reading 280 0 R
Reading 281 0 R
Reading 282 0 R
Reading 283 0 R
Reading 284 0 R
Reading 285 0 R
Reading 286 0 R
Reading 287 0 R
Reading 288 0 R
Reading 289 0 R
Reading 290 0 R
Reading 291 0 R
Reading 292 0 R
Reading 293 0 R
Reading 294 0 R
Reading 295 0 R
Reading 296 0 R
Reading 297 0 R
Reading 298 0 R
Reading 299 0 R
-> Uncompressing object 299 0
-> Original Length: 1678
-> Uncompressed Length: 7154
Reading 300 0 R
Reading 301 0 R
Reading 302 0 R
-> Uncompressing object 302 0
-> Original Length: 2780406
-> Uncompressed Length: 23887872
Reading 303 0 R
Reading 304 0 R
Reading 305 0 R
Reading 306 0 R
Reading 307 0 R
Reading 308 0 R
Reading 309 0 R
Reading 310 0 R
Reading 311 0 R
Reading 312 0 R
Reading 313 0 R
Reading 314 0 R
Reading 315 0 R
Reading 316 0 R
Reading 317 0 R
Reading 318 0 R
Reading 319 0 R
Reading 320 0 R
Reading 321 0 R
Reading 322 0 R
Reading 323 0 R
Reading 324 0 R
Reading 325 0 R
Reading 326 0 R
Reading 327 0 R
-> Uncompressing object 327 0
-> Original Length: 2308
-> Uncompressed Length: 11322
Reading 328 0 R
Reading 329 0 R
Reading 330 0 R
Reading 331 0 R
Reading 333 0 R
-> Uncompressing object 333 0
-> Original Length: 835501
-> Uncompressed Length: 7498440
Reading 334 0 R
Reading 335 0 R
Reading 336 0 R
Reading 337 0 R
Reading 338 0 R
Reading 339 0 R
Reading 340 0 R
Reading 341 0 R
Reading 342 0 R
Reading 343 0 R
Reading 344 0 R
Reading 345 0 R
Reading 346 0 R
Reading 347 0 R
Reading 348 0 R
Reading 349 0 R
Reading 350 0 R
Reading 351 0 R
Reading 352 0 R
Reading 353 0 R
Reading 354 0 R
Reading 355 0 R
Reading 356 0 R
Reading 357 0 R
Reading 358 0 R
-> Uncompressing object 358 0
-> Original Length: 2155
-> Uncompressed Length: 9570
Reading 359 0 R
Reading 360 0 R
Reading 361 0 R
Reading 362 0 R
Reading 363 0 R
-> Uncompressing object 363 0
-> Original Length: 887149
-> Uncompressed Length: 8430768
Reading 364 0 R
Reading 365 0 R
Reading 366 0 R
Reading 367 0 R
Reading 368 0 R
Reading 369 0 R
Reading 370 0 R
Reading 371 0 R
Reading 372 0 R
Reading 373 0 R
Reading 374 0 R
Reading 375 0 R
Reading 376 0 R
Reading 377 0 R
Reading 378 0 R
Reading 379 0 R
Reading 380 0 R
Reading 381 0 R
Reading 382 0 R
Reading 383 0 R
Reading 384 0 R
Reading 385 0 R
Reading 386 0 R
Reading 387 0 R
Reading 388 0 R
-> Uncompressing object 388 0
-> Original Length: 2272
-> Uncompressed Length: 11084
Reading 389 0 R
Reading 390 0 R
Reading 391 0 R
Reading 392 0 R
Reading 393 0 R
Reading 394 0 R
Reading 395 0 R
Reading 396 0 R
Reading 397 0 R
Reading 398 0 R
Reading 399 0 R
Reading 400 0 R
Reading 401 0 R
Reading 402 0 R
Reading 403 0 R
Reading 404 0 R
Reading 405 0 R
Reading 406 0 R
Reading 407 0 R
Reading 408 0 R
Reading 409 0 R
Reading 410 0 R
Reading 411 0 R
Reading 412 0 R
Reading 413 0 R
Reading 414 0 R
Reading 415 0 R
Reading 416 0 R
-> Uncompressing object 416 0
-> Original Length: 2713
-> Uncompressed Length: 17654
Reading 417 0 R
Reading 418 0 R
Reading 419 0 R
Reading 421 0 R
Reading 422 0 R
Reading 423 0 R
Reading 424 0 R
Reading 425 0 R
Reading 426 0 R
Reading 427 0 R
Reading 428 0 R
Reading 429 0 R
Reading 430 0 R
Reading 431 0 R
Reading 432 0 R
Reading 433 0 R
Reading 434 0 R
Reading 435 0 R
Reading 436 0 R
Reading 437 0 R
Reading 438 0 R
Reading 439 0 R
Reading 440 0 R
Reading 441 0 R
Reading 442 0 R
Reading 443 0 R
Reading 444 0 R
Reading 445 0 R
-> Uncompressing object 445 0
-> Original Length: 15869
-> Uncompressed Length: 65033
Reading 446 0 R
Reading 447 0 R
Reading 448 0 R
Reading 449 0 R
Reading 450 0 R
Reading 451 0 R
Reading 452 0 R
Reading 453 0 R
Reading 454 0 R
Reading 455 0 R
Reading 456 0 R
Reading 457 0 R
Reading 458 0 R
Reading 459 0 R
Reading 460 0 R
Reading 461 0 R
Reading 462 0 R
Reading 463 0 R
Reading 464 0 R
Reading 465 0 R
Reading 466 0 R
Reading 467 0 R
Reading 468 0 R
Reading 469 0 R
Reading 470 0 R
Reading 471 0 R
Reading 472 0 R
-> Uncompressing object 472 0
-> Original Length: 10014
-> Uncompressed Length: 38516
Reading 473 0 R
Reading 474 0 R
Reading 475 0 R
Reading 476 0 R
Reading 477 0 R
Reading 478 0 R
Reading 479 0 R
Reading 480 0 R
Reading 481 0 R
Reading 482 0 R
Reading 483 0 R
Reading 484 0 R
Reading 485 0 R
Reading 486 0 R
Reading 487 0 R
Reading 488 0 R
Reading 489 0 R
Reading 490 0 R
Reading 491 0 R
Reading 492 0 R
Reading 493 0 R
Reading 494 0 R
Reading 495 0 R
Reading 496 0 R
Reading 497 0 R
Reading 498 0 R
Reading 499 0 R
-> Uncompressing object 499 0
-> Original Length: 18552
-> Uncompressed Length: 67496
Reading 500 0 R
Reading 501 0 R
Reading 502 0 R
Reading 503 0 R
Reading 504 0 R
Reading 505 0 R
Reading 506 0 R
Reading 507 0 R
Reading 508 0 R
Reading 509 0 R
Reading 510 0 R
Reading 511 0 R
Reading 512 0 R
Reading 513 0 R
Reading 514 0 R
Reading 515 0 R
Reading 516 0 R
Reading 517 0 R
Reading 518 0 R
Reading 519 0 R
Reading 520 0 R
Reading 521 0 R
Reading 522 0 R
Reading 523 0 R
Reading 524 0 R
Reading 525 0 R
Reading 526 0 R
Reading 527 0 R
-> Uncompressing object 527 0
-> Original Length: 17067
-> Uncompressed Length: 61655
Reading 528 0 R
Reading 529 0 R
Reading 531 0 R
Reading 532 0 R
Reading 533 0 R
Reading 534 0 R
Reading 535 0 R
Reading 536 0 R
Reading 537 0 R
Reading 538 0 R
Reading 539 0 R
Reading 540 0 R
Reading 541 0 R
Reading 542 0 R
Reading 543 0 R
Reading 544 0 R
Reading 545 0 R
Reading 546 0 R
Reading 547 0 R
Reading 548 0 R
Reading 549 0 R
Reading 550 0 R
Reading 551 0 R
Reading 552 0 R
Reading 553 0 R
Reading 554 0 R
Reading 555 0 R
-> Uncompressing object 555 0
-> Original Length: 7900
-> Uncompressed Length: 31425
Reading 556 0 R
Reading 557 0 R
Reading 558 0 R
Reading 559 0 R
Reading 560 0 R
Reading 561 0 R
Reading 562 0 R
Reading 563 0 R
Reading 564 0 R
Reading 565 0 R
Reading 566 0 R
Reading 567 0 R
Reading 568 0 R
Reading 569 0 R
Reading 570 0 R
Reading 571 0 R
Reading 572 0 R
Reading 573 0 R
Reading 574 0 R
Reading 575 0 R
Reading 576 0 R
Reading 577 0 R
Reading 578 0 R
Reading 579 0 R
Reading 580 0 R
Reading 581 0 R
Reading 582 0 R
Reading 583 0 R
-> Uncompressing object 583 0
-> Original Length: 7588
-> Uncompressed Length: 30962
Reading 584 0 R
Reading 585 0 R
Reading 586 0 R
Reading 587 0 R
Reading 588 0 R
Reading 589 0 R
Reading 590 0 R
Reading 591 0 R
Reading 592 0 R
Reading 593 0 R
Reading 594 0 R
Reading 595 0 R
Reading 596 0 R
Reading 597 0 R
Reading 598 0 R
Reading 599 0 R
Reading 600 0 R
Reading 601 0 R
Reading 602 0 R
Reading 603 0 R
Reading 604 0 R
Reading 605 0 R
Reading 606 0 R
Reading 607 0 R
Reading 608 0 R
Reading 609 0 R
Reading 610 0 R
-> Uncompressing object 610 0
-> Original Length: 6283
-> Uncompressed Length: 29624
Reading 611 0 R
Reading 612 0 R
-> Uncompressing object 612 0
-> Original Length: 556779
-> Uncompressed Length: 5281650
Reading 613 0 R
Reading 614 0 R
Reading 615 0 R
Reading 616 0 R
Reading 617 0 R
Reading 618 0 R
Reading 619 0 R
Reading 620 0 R
Reading 621 0 R
Reading 622 0 R
Reading 623 0 R
Reading 624 0 R
Reading 625 0 R
Reading 626 0 R
Reading 627 0 R
Reading 628 0 R
Reading 629 0 R
Reading 630 0 R
Reading 631 0 R
Reading 632 0 R
Reading 633 0 R
Reading 634 0 R
Reading 635 0 R
Reading 636 0 R
Reading 637 0 R
-> Uncompressing object 637 0
-> Original Length: 1612
-> Uncompressed Length: 6971
Reading 638 0 R
Reading 640 0 R
Reading 641 0 R
Reading 642 0 R
Reading 643 0 R
Reading 644 0 R
Reading 645 0 R
Reading 646 0 R
Reading 647 0 R
Reading 648 0 R
Reading 649 0 R
Reading 650 0 R
Reading 651 0 R
Reading 652 0 R
Reading 653 0 R
Reading 654 0 R
Reading 655 0 R
Reading 656 0 R
Reading 657 0 R
Reading 658 0 R
Reading 659 0 R
Reading 660 0 R
Reading 661 0 R
Reading 662 0 R
Reading 663 0 R
Reading 664 0 R
-> Uncompressing object 664 0
-> Original Length: 4870
-> Uncompressed Length: 23550
Reading 665 0 R
Reading 666 0 R
Reading 667 0 R
Reading 668 0 R
Reading 669 0 R
Reading 670 0 R
Reading 671 0 R
Reading 672 0 R
Reading 673 0 R
Reading 674 0 R
Reading 675 0 R
Reading 676 0 R
Reading 677 0 R
Reading 678 0 R
Reading 679 0 R
Reading 680 0 R
Reading 681 0 R
Reading 682 0 R
Reading 683 0 R
Reading 684 0 R
Reading 685 0 R
Reading 686 0 R
Reading 687 0 R
Reading 688 0 R
Reading 689 0 R
Reading 690 0 R
-> Uncompressing object 690 0
-> Original Length: 2359
-> Uncompressed Length: 10005
Reading 691 0 R
Reading 692 0 R
-> Uncompressing object 692 0
-> Original Length: 6645
-> Uncompressed Length: 214396
Reading 693 0 R
-> Uncompressing object 693 0
-> Original Length: 35
-> Uncompressed Length: 32
Reading 694 0 R
-> Uncompressing object 694 0
-> Original Length: 41
-> Uncompressed Length: 54
Reading 695 0 R
-> Uncompressing object 695 0
-> Original Length: 30
-> Uncompressed Length: 28
Reading 696 0 R
Reading 697 0 R
Reading 698 0 R
Reading 699 0 R
-> Uncompressing object 699 0
-> Original Length: 194
-> Uncompressed Length: 198
Reading 700 0 R
Reading 701 0 R
-> Uncompressing object 701 0
-> Original Length: 6775
-> Uncompressed Length: 214396
Reading 702 0 R
-> Uncompressing object 702 0
-> Original Length: 35
-> Uncompressed Length: 32
Reading 703 0 R
-> Uncompressing object 703 0
-> Original Length: 42
-> Uncompressed Length: 55
Reading 704 0 R
-> Uncompressing object 704 0
-> Original Length: 30
-> Uncompressed Length: 28
Reading 705 0 R
Reading 706 0 R
Reading 707 0 R
Reading 708 0 R
-> Uncompressing object 708 0
-> Original Length: 194
-> Uncompressed Length: 198
Reading 709 0 R
Reading 710 0 R
-> Uncompressing object 710 0
-> Original Length: 6952
-> Uncompressed Length: 214396
Reading 711 0 R
-> Uncompressing object 711 0
-> Original Length: 35
-> Uncompressed Length: 32
Reading 712 0 R
-> Uncompressing object 712 0
-> Original Length: 42
-> Uncompressed Length: 55
Reading 713 0 R
-> Uncompressing object 713 0
-> Original Length: 30
-> Uncompressed Length: 28
Reading 714 0 R
Reading 715 0 R
Reading 716 0 R
Reading 717 0 R
-> Uncompressing object 717 0
-> Original Length: 194
-> Uncompressed Length: 198
Reading 718 0 R
Reading 719 0 R
-> Uncompressing object 719 0
-> Original Length: 7017
-> Uncompressed Length: 214396
Reading 720 0 R
-> Uncompressing object 720 0
-> Original Length: 35
-> Uncompressed Length: 32
Reading 721 0 R
-> Uncompressing object 721 0
-> Original Length: 42
-> Uncompressed Length: 55
Reading 722 0 R
-> Uncompressing object 722 0
-> Original Length: 30
-> Uncompressed Length: 28
Reading 723 0 R
Reading 724 0 R
Reading 725 0 R
Reading 726 0 R
-> Uncompressing object 726 0
-> Original Length: 194
-> Uncompressed Length: 198
Reading 727 0 R
Reading 728 0 R
-> Uncompressing object 728 0
-> Original Length: 7117
-> Uncompressed Length: 214396
Reading 729 0 R
-> Uncompressing object 729 0
-> Original Length: 35
-> Uncompressed Length: 32
Reading 730 0 R
-> Uncompressing object 730 0
-> Original Length: 42
-> Uncompressed Length: 55
Reading 731 0 R
-> Uncompressing object 731 0
-> Original Length: 30
-> Uncompressed Length: 28
Reading 732 0 R
Reading 733 0 R
Reading 734 0 R
Reading 735 0 R
-> Uncompressing object 735 0
-> Original Length: 194
-> Uncompressed Length: 198
Reading 736 0 R
Reading 737 0 R
-> Uncompressing object 737 0
-> Original Length: 7191
-> Uncompressed Length: 214396
Reading 738 0 R
-> Uncompressing object 738 0
-> Original Length: 35
-> Uncompressed Length: 32
Reading 739 0 R
-> Uncompressing object 739 0
-> Original Length: 42
-> Uncompressed Length: 55
Reading 740 0 R
-> Uncompressing object 740 0
-> Original Length: 30
-> Uncompressed Length: 28
Reading 741 0 R
Reading 742 0 R
Reading 743 0 R
Reading 744 0 R
-> Uncompressing object 744 0
-> Original Length: 193
-> Uncompressed Length: 198
Reading 745 0 R
Reading 746 0 R
-> Uncompressing object 746 0
-> Original Length: 7230
-> Uncompressed Length: 214396
Reading 747 0 R
-> Uncompressing object 747 0
-> Original Length: 35
-> Uncompressed Length: 32
Reading 748 0 R
-> Uncompressing object 748 0
-> Original Length: 42
-> Uncompressed Length: 55
Reading 749 0 R
-> Uncompressing object 749 0
-> Original Length: 30
-> Uncompressed Length: 28
Reading 750 0 R
Reading 751 0 R
Reading 752 0 R
Reading 753 0 R
-> Uncompressing object 753 0
-> Original Length: 193
-> Uncompressed Length: 198
Reading 755 0 R
Reading 756 0 R
-> Uncompressing object 756 0
-> Original Length: 7284
-> Uncompressed Length: 214396
Reading 757 0 R
-> Uncompressing object 757 0
-> Original Length: 35
-> Uncompressed Length: 32
Reading 758 0 R
-> Uncompressing object 758 0
-> Original Length: 42
-> Uncompressed Length: 55
Reading 759 0 R
-> Uncompressing object 759 0
-> Original Length: 30
-> Uncompressed Length: 28
Reading 760 0 R
Reading 761 0 R
Reading 762 0 R
Reading 763 0 R
-> Uncompressing object 763 0
-> Original Length: 194
-> Uncompressed Length: 198
Reading 764 0 R
Reading 765 0 R
-> Uncompressing object 765 0
-> Original Length: 7288
-> Uncompressed Length: 214396
Reading 766 0 R
-> Uncompressing object 766 0
-> Original Length: 35
-> Uncompressed Length: 32
Reading 767 0 R
-> Uncompressing object 767 0
-> Original Length: 42
-> Uncompressed Length: 55
Reading 768 0 R
-> Uncompressing object 768 0
-> Original Length: 30
-> Uncompressed Length: 28
Reading 769 0 R
Reading 770 0 R
Reading 771 0 R
Reading 772 0 R
-> Uncompressing object 772 0
-> Original Length: 193
-> Uncompressed Length: 198
Reading 773 0 R
Reading 774 0 R
-> Uncompressing object 774 0
-> Original Length: 7424
-> Uncompressed Length: 214396
Reading 775 0 R
-> Uncompressing object 775 0
-> Original Length: 35
-> Uncompressed Length: 32
Reading 776 0 R
-> Uncompressing object 776 0
-> Original Length: 42
-> Uncompressed Length: 55
Reading 777 0 R
-> Uncompressing object 777 0
-> Original Length: 30
-> Uncompressed Length: 28
Reading 778 0 R
Reading 779 0 R
Reading 780 0 R
Reading 781 0 R
-> Uncompressing object 781 0
-> Original Length: 194
-> Uncompressed Length: 198
Reading 782 0 R
Reading 783 0 R
-> Uncompressing object 783 0
-> Original Length: 7500
-> Uncompressed Length: 214396
Reading 784 0 R
-> Uncompressing object 784 0
-> Original Length: 35
-> Uncompressed Length: 32
Reading 785 0 R
-> Uncompressing object 785 0
-> Original Length: 42
-> Uncompressed Length: 55
Reading 786 0 R
-> Uncompressing object 786 0
-> Original Length: 30
-> Uncompressed Length: 28
Reading 787 0 R
Reading 788 0 R
Reading 789 0 R
Reading 790 0 R
-> Uncompressing object 790 0
-> Original Length: 193
-> Uncompressed Length: 198
Reading 791 0 R
Reading 792 0 R
-> Uncompressing object 792 0
-> Original Length: 42
-> Uncompressed Length: 55
Reading 793 0 R
-> Uncompressing object 793 0
-> Original Length: 30
-> Uncompressed Length: 28
Reading 794 0 R
Reading 795 0 R
Reading 796 0 R
Reading 797 0 R
-> Uncompressing object 797 0
-> Original Length: 42
-> Uncompressed Length: 55
Reading 798 0 R
-> Uncompressing object 798 0
-> Original Length: 30
-> Uncompressed Length: 28
Reading 799 0 R
Reading 800 0 R
Reading 801 0 R
Reading 802 0 R
-> Uncompressing object 802 0
-> Original Length: 42
-> Uncompressed Length: 55
Reading 803 0 R
-> Uncompressing object 803 0
-> Original Length: 30
-> Uncompressed Length: 28
Reading 804 0 R
Reading 805 0 R
Reading 806 0 R
Reading 807 0 R
-> Uncompressing object 807 0
-> Original Length: 42
-> Uncompressed Length: 55
Reading 808 0 R
-> Uncompressing object 808 0
-> Original Length: 30
-> Uncompressed Length: 28
Reading 809 0 R
Reading 810 0 R
Reading 811 0 R
Reading 812 0 R
-> Uncompressing object 812 0
-> Original Length: 42
-> Uncompressed Length: 55
Reading 813 0 R
-> Uncompressing object 813 0
-> Original Length: 30
-> Uncompressed Length: 28
Reading 814 0 R
Reading 815 0 R
Reading 816 0 R
Reading 817 0 R
-> Uncompressing object 817 0
-> Original Length: 42
-> Uncompressed Length: 55
Reading 818 0 R
-> Uncompressing object 818 0
-> Original Length: 30
-> Uncompressed Length: 28
Reading 819 0 R
Reading 820 0 R
Reading 821 0 R
Reading 822 0 R
-> Uncompressing object 822 0
-> Original Length: 42
-> Uncompressed Length: 55
Reading 823 0 R
-> Uncompressing object 823 0
-> Original Length: 30
-> Uncompressed Length: 28
Reading 824 0 R
Reading 825 0 R
Reading 826 0 R
Reading 827 0 R
-> Uncompressing object 827 0
-> Original Length: 42
-> Uncompressed Length: 55
Reading 828 0 R
-> Uncompressing object 828 0
-> Original Length: 30
-> Uncompressed Length: 28
Reading 829 0 R
Reading 830 0 R
Reading 831 0 R
Reading 832 0 R
-> Uncompressing object 832 0
-> Original Length: 42
-> Uncompressed Length: 55
Reading 833 0 R
-> Uncompressing object 833 0
-> Original Length: 30
-> Uncompressed Length: 28
Reading 834 0 R
Reading 835 0 R
Reading 836 0 R
Reading 837 0 R
-> Uncompressing object 837 0
-> Original Length: 808
-> Uncompressed Length: 3114
Reading 838 0 R
-> Uncompressing object 838 0
-> Original Length: 87
-> Uncompressed Length: 109
Reading 839 0 R
Reading 840 0 R
Reading 841 0 R
-> Uncompressing object 841 0
-> Original Length: 141
-> Uncompressed Length: 268
Reading 842 0 R
Reading 843 0 R
-> Uncompressing object 843 0
-> Original Length: 133
-> Uncompressed Length: 243
Reading 844 0 R
Reading 845 0 R
-> Uncompressing object 845 0
-> Original Length: 104
-> Uncompressed Length: 170
Reading 846 0 R
Reading 847 0 R
-> Uncompressing object 847 0
-> Original Length: 116
-> Uncompressed Length: 196
Reading 848 0 R
Reading 850 0 R
Reading 851 0 R
-> Uncompressing object 851 0
-> Original Length: 102
-> Uncompressed Length: 168
Reading 852 0 R
Reading 853 0 R
-> Uncompressing object 853 0
-> Original Length: 111
-> Uncompressed Length: 194
Reading 854 0 R
Reading 855 0 R
Reading 856 0 R
-> Uncompressing object 856 0
-> Original Length: 129
-> Uncompressed Length: 241
Reading 857 0 R
Reading 858 0 R
-> Uncompressing object 858 0
-> Original Length: 138
-> Uncompressed Length: 266
Reading 859 0 R
Reading 860 0 R
-> Uncompressing object 860 0
-> Original Length: 127
-> Uncompressed Length: 237
Reading 861 0 R
Reading 862 0 R
-> Uncompressing object 862 0
-> Original Length: 166
-> Uncompressed Length: 337
Reading 863 0 R
Reading 864 0 R
-> Uncompressing object 864 0
-> Original Length: 133
-> Uncompressed Length: 254
Reading 865 0 R
Reading 866 0 R
Reading 867 0 R
Reading 868 0 R
Reading 869 0 R
Reading 870 0 R
Reading 871 0 R
Reading 872 0 R
Reading 873 0 R
Reading 874 0 R
Reading 875 0 R
Reading 876 0 R
Reading 877 0 R
Reading 878 0 R
Reading 879 0 R
Reading 880 0 R
Reading 881 0 R
Reading 882 0 R
Reading 883 0 R
Reading 884 0 R
Reading 885 0 R
Reading 886 0 R
Reading 887 0 R
Reading 888 0 R
Reading 889 0 R
Reading 890 0 R
-> Uncompressing object 890 0
-> Original Length: 1637
-> Uncompressed Length: 7163
Reading 891 0 R
Reading 892 0 R
Reading 893 0 R
Reading 894 0 R
Reading 895 0 R
Reading 896 0 R
Reading 897 0 R
Reading 898 0 R
Reading 899 0 R
Reading 900 0 R
Reading 901 0 R
Reading 902 0 R
Reading 903 0 R
Reading 904 0 R
Reading 905 0 R
Reading 906 0 R
Reading 907 0 R
Reading 908 0 R
Reading 909 0 R
Reading 910 0 R
Reading 911 0 R
Reading 912 0 R
Reading 913 0 R
Reading 914 0 R
Reading 915 0 R
Reading 916 0 R
Reading 917 0 R
-> Uncompressing object 917 0
-> Original Length: 6308
-> Uncompressed Length: 25084
Reading 918 0 R
Reading 919 0 R
Reading 921 0 R
-> Uncompressing object 921 0
-> Original Length: 3831285
-> Uncompressed Length: 23887872
Reading 922 0 R
Reading 923 0 R
Reading 924 0 R
Reading 925 0 R
Reading 926 0 R
Reading 927 0 R
Reading 928 0 R
Reading 929 0 R
Reading 930 0 R
Reading 931 0 R
Reading 932 0 R
Reading 933 0 R
Reading 934 0 R
Reading 935 0 R
Reading 936 0 R
Reading 937 0 R
Reading 938 0 R
Reading 939 0 R
Reading 940 0 R
Reading 941 0 R
Reading 942 0 R
Reading 943 0 R
Reading 944 0 R
Reading 945 0 R
Reading 946 0 R
-> Uncompressing object 946 0
-> Original Length: 1775
-> Uncompressed Length: 7598
Reading 947 0 R
Reading 948 0 R
Reading 949 0 R
Reading 950 0 R
Reading 951 0 R
Reading 952 0 R
Reading 953 0 R
Reading 954 0 R
Reading 955 0 R
Reading 956 0 R
Reading 957 0 R
Reading 958 0 R
Reading 959 0 R
Reading 960 0 R
Reading 961 0 R
Reading 962 0 R
Reading 963 0 R
Reading 964 0 R
Reading 965 0 R
Reading 966 0 R
Reading 967 0 R
Reading 968 0 R
Reading 969 0 R
Reading 970 0 R
Reading 971 0 R
Reading 972 0 R
Reading 973 0 R
-> Uncompressing object 973 0
-> Original Length: 1184
-> Uncompressed Length: 5092
Reading 974 0 R
Reading 975 0 R
Reading 976 0 R
Reading 977 0 R
Reading 978 0 R
Reading 979 0 R
Reading 980 0 R
Reading 981 0 R
Reading 982 0 R
Reading 983 0 R
Reading 984 0 R
Reading 985 0 R
Reading 986 0 R
Reading 987 0 R
Reading 988 0 R
Reading 989 0 R
Reading 990 0 R
Reading 991 0 R
Reading 992 0 R
Reading 993 0 R
Reading 994 0 R
Reading 995 0 R
Reading 996 0 R
Reading 997 0 R
Reading 998 0 R
Reading 999 0 R
Reading 1000 0 R
Reading 1001 0 R
-> Uncompressing object 1001 0
-> Original Length: 1133
-> Uncompressed Length: 5163
Reading 1002 0 R
Reading 1003 0 R
Reading 1005 0 R
Reading 1006 0 R
Reading 1007 0 R
Reading 1008 0 R
Reading 1009 0 R
Reading 1010 0 R
Reading 1011 0 R
Reading 1012 0 R
Reading 1013 0 R
Reading 1014 0 R
Reading 1015 0 R
Reading 1016 0 R
Reading 1017 0 R
Reading 1018 0 R
Reading 1019 0 R
Reading 1020 0 R
Reading 1021 0 R
Reading 1022 0 R
Reading 1023 0 R
Reading 1024 0 R
Reading 1025 0 R
Reading 1026 0 R
Reading 1027 0 R
Reading 1028 0 R
Reading 1029 0 R
Reading 1030 0 R
Reading 1031 0 R
-> Uncompressing object 1031 0
-> Original Length: 1566
-> Uncompressed Length: 6217
Reading 1032 0 R
Reading 1033 0 R
Reading 1034 0 R
Reading 1035 0 R
Reading 1036 0 R
Reading 1037 0 R
Reading 1038 0 R
Reading 1039 0 R
Reading 1040 0 R
Reading 1041 0 R
Reading 1042 0 R
Reading 1043 0 R
Reading 1044 0 R
Reading 1045 0 R
Reading 1046 0 R
Reading 1047 0 R
Reading 1048 0 R
Reading 1049 0 R
Reading 1050 0 R
Reading 1051 0 R
Reading 1052 0 R
Reading 1053 0 R
Reading 1054 0 R
Reading 1055 0 R
Reading 1056 0 R
Reading 1057 0 R
Reading 1058 0 R
Reading 1059 0 R
-> Uncompressing object 1059 0
-> Original Length: 1433
-> Uncompressed Length: 6041
Reading 1060 0 R
Reading 1061 0 R
Reading 1062 0 R
Reading 1063 0 R
Reading 1064 0 R
Reading 1065 0 R
Reading 1066 0 R
Reading 1067 0 R
Reading 1068 0 R
Reading 1069 0 R
Reading 1070 0 R
Reading 1071 0 R
Reading 1072 0 R
Reading 1073 0 R
Reading 1074 0 R
Reading 1075 0 R
Reading 1076 0 R
Reading 1077 0 R
Reading 1078 0 R
Reading 1079 0 R
Reading 1080 0 R
Reading 1081 0 R
Reading 1082 0 R
Reading 1083 0 R
-> Uncompressing object 1083 0
-> Original Length: 7667
-> Uncompressed Length: 8178
Reading 1084 0 R
Reading 1085 0 R
-> Uncompressing object 1085 0
-> Original Length: 7851
-> Uncompressed Length: 8336
Reading 1086 0 R
Reading 1087 0 R
-> Uncompressing object 1087 0
-> Original Length: 6968
-> Uncompressed Length: 7411
Reading 1088 0 R
Reading 1089 0 R
-> Uncompressing object 1089 0
-> Original Length: 7432
-> Uncompressed Length: 7886
Reading 1090 0 R
Reading 1091 0 R
-> Uncompressing object 1091 0
-> Original Length: 6872
-> Uncompressed Length: 7308
Reading 1092 0 R
Reading 1093 0 R
-> Uncompressing object 1093 0
-> Original Length: 14340
-> Uncompressed Length: 15387
Reading 1094 0 R
Reading 1095 0 R
-> Uncompressing object 1095 0
-> Original Length: 9977
-> Uncompressed Length: 10637
Reading 1096 0 R
Reading 1097 0 R
-> Uncompressing object 1097 0
-> Original Length: 11811
-> Uncompressed Length: 12608
Reading 1098 0 R
Reading 1099 0 R
-> Uncompressing object 1099 0
-> Original Length: 11831
-> Uncompressed Length: 12660
Reading 1100 0 R
Reading 1101 0 R
-> Uncompressing object 1101 0
-> Original Length: 9411
-> Uncompressed Length: 10018
Reading 1102 0 R
Reading 1103 0 R
-> Uncompressing object 1103 0
-> Original Length: 9942
-> Uncompressed Length: 10595
Reading 1104 0 R
Reading 1105 0 R
-> Uncompressing object 1105 0
-> Original Length: 7799
-> Uncompressed Length: 8273
Reading 1106 0 R
Reading 1107 0 R
-> Uncompressing object 1107 0
-> Original Length: 7804
-> Uncompressed Length: 8298
Reading 1108 0 R
Reading 1109 0 R
-> Uncompressing object 1109 0
-> Original Length: 7877
-> Uncompressed Length: 8367
Reading 1110 0 R
Reading 1111 0 R
-> Uncompressing object 1111 0
-> Original Length: 6848
-> Uncompressed Length: 7274
Reading 1112 0 R
Reading 1113 0 R
-> Uncompressing object 1113 0
-> Original Length: 13783
-> Uncompressed Length: 14521
Reading 1114 0 R
Reading 1116 0 R
-> Uncompressing object 1116 0
-> Original Length: 7810
-> Uncompressed Length: 8290
Reading 1117 0 R
Reading 1118 0 R
-> Uncompressing object 1118 0
-> Original Length: 1731
-> Uncompressed Length: 1887
Reading 1119 0 R
Reading 1120 0 R
Reading 1121 0 R
Reading 1122 0 R
Reading 1123 0 R
Reading 1124 0 R
Reading 1125 0 R
Reading 1126 0 R
Reading 1127 0 R
Reading 1128 0 R
Reading 1129 0 R
Reading 1130 0 R
Reading 1131 0 R
Reading 1132 0 R
Reading 1133 0 R
Reading 1134 0 R
Reading 1135 0 R
Reading 1136 0 R
Reading 1137 0 R
Reading 1138 0 R
Reading 1139 0 R
Reading 1140 0 R
Reading 1141 0 R
Reading 1142 0 R
Reading 1143 0 R
-> Uncompressing object 1143 0
-> Original Length: 2816
-> Uncompressed Length: 6864
/home/a/Documents/sola-gimb-2/fiz/naloga/predstavitev/dokument.pdf was successfully uncompressed to: /home/a/Documents/sola-gimb-2/fiz/naloga/predstavitev/dokument-uncompressed.pdf
   **** Error:  An error occurred while reading an XREF table.
   **** The file has been damaged.  This may have been caused
   **** by a problem while converting or transfering the file.
   **** Ghostscript will attempt to recover the data.
   **** However, the output may be incorrect.
   **** Error: stream Length incorrect.
               Output may be incorrect.