summaryrefslogtreecommitdiffstats
path: root/fiz/naloga/predstavitev/stdout.log
blob: 7663a22a5976bd96af428a08793302f045097996 (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
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/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/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 91.


(/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 121--121
 [] 
[3 <../tekst/img-tracked/navoji.jpg>]
Overfull \hbox (5.0pt too wide) in paragraph at lines 143--143
 [] 
[4 <./merilniki.jpg>]
Overfull \hbox (5.0pt too wide) in paragraph at lines 167--167
 [] 
[5 <../tekst/img-tracked/rampa.jpg>] [6] [7]

Package biblatex Warning: '\mainlang' is deprecated in favour of
(biblatex)                '\textmainlang'.
(biblatex)                Please consider using the new command,
(biblatex)                but note that the syntax is different.
(biblatex)                Using the old, problematic definition.

[8 </usr/local/texlive/2021/texmf-dist/tex/latex/beamer/beamericonarticle.pdf>]
[9] [10] [11] (./dokument.aux) )
(see the transcript file for additional information)</usr/local/texlive/2021/te
xmf-dist/fonts/type1/public/ccicons/ccicons.pfb></usr/local/texlive/2021/texmf-
dist/fonts/type1/public/amsfonts/cm/cmmi10.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/cmss10.pfb></usr/local/texlive/2021/texmf-dist
/fonts/type1/public/amsfonts/cm/cmss12.pfb></usr/local/texlive/2021/texmf-dist/
fonts/type1/public/amsfonts/cm/cmss8.pfb></usr/local/texlive/2021/texmf-dist/fo
nts/type1/public/amsfonts/cm/cmss9.pfb></usr/local/texlive/2021/texmf-dist/font
s/type1/public/amsfonts/cm/cmssi10.pfb></usr/local/texlive/2021/texmf-dist/font
s/type1/public/amsfonts/cm/cmssi8.pfb></usr/local/texlive/2021/texmf-dist/fonts
/type1/public/amsfonts/cm/cmsy10.pfb></usr/local/texlive/2021/texmf-dist/fonts/
type1/public/amsfonts/cm/cmtt10.pfb>
Output written on dokument.pdf (11 pages, 14462486 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 6 0 R
-> Uncompressing object 6 0
-> Original Length: 325
-> Uncompressed Length: 1111
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 66 0 R
-> Uncompressing object 66 0
-> Original Length: 15
-> Uncompressed Length: 7
Reading 67 0 R
Reading 68 0 R
-> Uncompressing object 68 0
-> Original Length: 15
-> Uncompressed Length: 7
Reading 69 0 R
Reading 70 0 R
-> Uncompressing object 70 0
-> Original Length: 15
-> Uncompressed Length: 7
Reading 71 0 R
Reading 72 0 R
-> Uncompressing object 72 0
-> Original Length: 15
-> Uncompressed Length: 7
Reading 73 0 R
Reading 74 0 R
-> Uncompressing object 74 0
-> Original Length: 182
-> Uncompressed Length: 636
Reading 75 0 R
-> Uncompressing object 75 0
-> Original Length: 29
-> Uncompressed Length: 27
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
-> Uncompressing object 100 0
-> Original Length: 1343
-> Uncompressed Length: 5769
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
-> Uncompressing object 111 0
-> Original Length: 15
-> Uncompressed Length: 7
Reading 112 0 R
Reading 113 0 R
Reading 114 0 R
Reading 115 0 R
-> Uncompressing object 115 0
-> Original Length: 15
-> Uncompressed Length: 7
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 125 0 R
Reading 126 0 R
Reading 127 0 R
Reading 128 0 R
Reading 129 0 R
Reading 130 0 R
Reading 131 0 R
Reading 132 0 R
Reading 133 0 R
Reading 134 0 R
Reading 135 0 R
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
-> Uncompressing object 149 0
-> Original Length: 1702
-> Uncompressed Length: 9501
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
-> Uncompressing object 158 0
-> Original Length: 2727301
-> Uncompressed Length: 23887872
Reading 159 0 R
Reading 160 0 R
Reading 161 0 R
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
Reading 173 0 R
Reading 174 0 R
Reading 175 0 R
Reading 176 0 R
Reading 177 0 R
Reading 178 0 R
Reading 179 0 R
Reading 180 0 R
Reading 181 0 R
Reading 182 0 R
-> Uncompressing object 182 0
-> Original Length: 1467
-> Uncompressed Length: 6334
Reading 183 0 R
Reading 185 0 R
-> Uncompressing object 185 0
-> Original Length: 8815928
-> Uncompressed Length: 16826994
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
-> Uncompressing object 209 0
-> Original Length: 1561
-> Uncompressed Length: 6683
Reading 210 0 R
Reading 211 0 R
Reading 212 0 R
-> Uncompressing object 212 0
-> Original Length: 2780406
-> Uncompressed Length: 23887872
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
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 233 0 R
Reading 234 0 R
Reading 235 0 R
Reading 236 0 R
-> Uncompressing object 236 0
-> Original Length: 2169
-> Uncompressed Length: 10698
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
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
-> Uncompressing object 266 0
-> Original Length: 1035
-> Uncompressed Length: 4835
Reading 267 0 R
Reading 269 0 R
Reading 270 0 R
Reading 271 0 R
Reading 272 0 R
Reading 273 0 R
Reading 274 0 R
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
-> Uncompressing object 292 0
-> Original Length: 1031
-> Uncompressed Length: 4827
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
Reading 300 0 R
Reading 301 0 R
Reading 302 0 R
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
-> Uncompressing object 319 0
-> Original Length: 1205
-> Uncompressed Length: 5268
Reading 320 0 R
Reading 321 0 R
Reading 322 0 R
Reading 323 0 R
Reading 324 0 R
Reading 325 0 R
-> Uncompressing object 325 0
-> Original Length: 15
-> Uncompressed Length: 7
Reading 326 0 R
-> Uncompressing object 326 0
-> Original Length: 15
-> Uncompressed Length: 7
Reading 327 0 R
-> Uncompressing object 327 0
-> Original Length: 15
-> Uncompressed Length: 7
Reading 328 0 R
Reading 329 0 R
Reading 330 0 R
Reading 331 0 R
Reading 332 0 R
Reading 333 0 R
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
-> Uncompressing object 357 0
-> Original Length: 1311
-> Uncompressed Length: 5686
Reading 358 0 R
Reading 359 0 R
Reading 360 0 R
Reading 361 0 R
Reading 362 0 R
Reading 363 0 R
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
-> Uncompressing object 385 0
-> Original Length: 1597
-> Uncompressed Length: 6356
Reading 386 0 R
Reading 387 0 R
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
-> Uncompressing object 412 0
-> Original Length: 1426
-> Uncompressed Length: 6035
Reading 413 0 R
Reading 414 0 R
Reading 415 0 R
Reading 416 0 R
Reading 417 0 R
Reading 418 0 R
Reading 419 0 R
Reading 420 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
-> Uncompressing object 426 0
-> Original Length: 7403
-> Uncompressed Length: 7841
Reading 427 0 R
Reading 428 0 R
-> Uncompressing object 428 0
-> Original Length: 6897
-> Uncompressed Length: 7342
Reading 429 0 R
Reading 430 0 R
-> Uncompressing object 430 0
-> Original Length: 6980
-> Uncompressed Length: 7412
Reading 431 0 R
Reading 432 0 R
-> Uncompressing object 432 0
-> Original Length: 14321
-> Uncompressed Length: 15360
Reading 433 0 R
Reading 434 0 R
-> Uncompressing object 434 0
-> Original Length: 9546
-> Uncompressed Length: 10184
Reading 435 0 R
Reading 436 0 R
-> Uncompressing object 436 0
-> Original Length: 11612
-> Uncompressed Length: 12390
Reading 437 0 R
Reading 438 0 R
-> Uncompressing object 438 0
-> Original Length: 10200
-> Uncompressed Length: 10890
Reading 439 0 R
Reading 440 0 R
-> Uncompressing object 440 0
-> Original Length: 9391
-> Uncompressed Length: 9985
Reading 441 0 R
Reading 442 0 R
-> Uncompressing object 442 0
-> Original Length: 7158
-> Uncompressed Length: 7607
Reading 443 0 R
Reading 444 0 R
-> Uncompressing object 444 0
-> Original Length: 6925
-> Uncompressed Length: 7362
Reading 445 0 R
Reading 446 0 R
-> Uncompressing object 446 0
-> Original Length: 13280
-> Uncompressed Length: 13984
Reading 447 0 R
Reading 448 0 R
Reading 449 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
-> Uncompressing object 464 0
-> Original Length: 1103
-> Uncompressed Length: 2325
/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.