-
Notifications
You must be signed in to change notification settings - Fork 0
/
ukazka_prace1.log
949 lines (869 loc) · 37.2 KB
/
ukazka_prace1.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
This is pdfTeX, Version 3.14159265-2.6-1.40.19 (MiKTeX 2.9.6840 64-bit) (preloaded format=pdflatex 2018.10.7) 19 JAN 2019 19:01
entering extended mode
**./ukazka_prace1.tex
(ukazka_prace1.tex
LaTeX2e <2018-04-01> patch level 5
(FEIstyle.cls
Document Class: FEIstyle 2014/07/22 v. 1.2c Sablona pre pisanie zaverecnych pra
c - FEI STUBA
(D:\MikTex\tex\latex\base\article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(D:\MikTex\tex\latex\base\size12.clo
File: size12.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
)
\c@part=\count80
\c@section=\count81
\c@subsection=\count82
\c@subsubsection=\count83
\c@paragraph=\count84
\c@subparagraph=\count85
\c@figure=\count86
\c@table=\count87
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
) (D:\MikTex\tex\latex\psnfss\times.sty
Package: times 2005/04/12 PSNFSS-v9.2a (SPQR)
)
(D:\MikTex\tex\latex\textcase\textcase.sty
Package: textcase 2004/10/07 v0.07 Text only upper/lower case changing (DPC)
)
(D:\MikTex\tex\latex\chngcntr\chngcntr.sty
Package: chngcntr 2018/04/09 v1.1a change counter resetting
Package chngcntr Info: \counterwithout already defined.
(chngcntr) Quitting chngcntr on input line 21.
)
(D:\MikTex\tex\latex\tocloft\tocloft.sty
Package: tocloft 2017/08/31 v2.3i parameterised ToC, etc., typesetting
Package tocloft Info: The document has section divisions on input line 51.
\cftparskip=\skip43
\cftbeforetoctitleskip=\skip44
\cftaftertoctitleskip=\skip45
\cftbeforepartskip=\skip46
\cftpartnumwidth=\skip47
\cftpartindent=\skip48
\cftbeforesecskip=\skip49
\cftsecindent=\skip50
\cftsecnumwidth=\skip51
\cftbeforesubsecskip=\skip52
\cftsubsecindent=\skip53
\cftsubsecnumwidth=\skip54
\cftbeforesubsubsecskip=\skip55
\cftsubsubsecindent=\skip56
\cftsubsubsecnumwidth=\skip57
\cftbeforeparaskip=\skip58
\cftparaindent=\skip59
\cftparanumwidth=\skip60
\cftbeforesubparaskip=\skip61
\cftsubparaindent=\skip62
\cftsubparanumwidth=\skip63
\cftbeforeloftitleskip=\skip64
\cftafterloftitleskip=\skip65
\cftbeforefigskip=\skip66
\cftfigindent=\skip67
\cftfignumwidth=\skip68
\c@lofdepth=\count88
\c@lotdepth=\count89
\cftbeforelottitleskip=\skip69
\cftafterlottitleskip=\skip70
\cftbeforetabskip=\skip71
\cfttabindent=\skip72
\cfttabnumwidth=\skip73
)
(D:\MikTex\tex\latex\ifmtarg\ifmtarg.sty
Package: ifmtarg 2018/04/16 v1.2b check for an empty argument
)
(D:\MikTex\tex\latex\hyperref\hyperref.sty
Package: hyperref 2018/09/30 v6.88a Hypertext links for LaTeX
(D:\MikTex\tex\generic\oberdiek\hobsub-hyperref.sty
Package: hobsub-hyperref 2016/05/16 v1.14 Bundle oberdiek, subset hyperref (HO)
(D:\MikTex\tex\generic\oberdiek\hobsub-generic.sty
Package: hobsub-generic 2016/05/16 v1.14 Bundle oberdiek, subset generic (HO)
Package: hobsub 2016/05/16 v1.14 Construct package bundles (HO)
Package: infwarerr 2016/05/16 v1.4 Providing info/warning/error messages (HO)
Package: ltxcmds 2016/05/16 v1.23 LaTeX kernel commands for general use (HO)
Package: ifluatex 2016/05/16 v1.4 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
Package: ifvtex 2016/05/16 v1.6 Detect VTeX and its facilities (HO)
Package ifvtex Info: VTeX not detected.
Package: intcalc 2016/05/16 v1.2 Expandable calculations with integers (HO)
Package: ifpdf 2018/09/07 v3.3 Provides the ifpdf switch
Package: etexcmds 2016/05/16 v1.6 Avoid name clashes with e-TeX commands (HO)
Package etexcmds Info: Could not find \expanded.
(etexcmds) That can mean that you are not using pdfTeX 1.50 or
(etexcmds) that some package has redefined \expanded.
(etexcmds) In the latter case, load this package earlier.
Package: kvsetkeys 2016/05/16 v1.17 Key value parser (HO)
Package: kvdefinekeys 2016/05/16 v1.4 Define keys (HO)
Package: pdftexcmds 2018/09/10 v0.29 Utility functions of pdfTeX for LuaTeX (HO
)
Package pdftexcmds Info: LuaTeX not detected.
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
Package: pdfescape 2016/05/16 v1.14 Implements pdfTeX's escape features (HO)
Package: bigintcalc 2016/05/16 v1.4 Expandable calculations on big integers (HO
)
Package: bitset 2016/05/16 v1.2 Handle bit-vector datatype (HO)
Package: uniquecounter 2016/05/16 v1.3 Provide unlimited unique counter (HO)
)
Package hobsub Info: Skipping package `hobsub' (already loaded).
Package: letltxmacro 2016/05/16 v1.5 Let assignment for LaTeX macros (HO)
Package: hopatch 2016/05/16 v1.3 Wrapper for package hooks (HO)
Package: xcolor-patch 2016/05/16 xcolor patch
Package: atveryend 2016/05/16 v1.9 Hooks at the very end of document (HO)
Package atveryend Info: \enddocument detected (standard20110627).
Package: atbegshi 2016/06/09 v1.18 At begin shipout hook (HO)
Package: refcount 2016/05/16 v3.5 Data extraction from label references (HO)
Package: hycolor 2016/05/16 v1.8 Color options for hyperref/bookmark (HO)
)
(D:\MikTex\tex\latex\graphics\keyval.sty
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
\KV@toks@=\toks14
)
(D:\MikTex\tex\generic\ifxetex\ifxetex.sty
Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
)
(D:\MikTex\tex\latex\oberdiek\auxhook.sty
Package: auxhook 2016/05/16 v1.4 Hooks for auxiliary files (HO)
)
(D:\MikTex\tex\latex\oberdiek\kvoptions.sty
Package: kvoptions 2016/05/16 v3.12 Key value format for package options (HO)
)
\@linkdim=\dimen103
\Hy@linkcounter=\count90
\Hy@pagecounter=\count91
(D:\MikTex\tex\latex\hyperref\pd1enc.def
File: pd1enc.def 2018/09/30 v6.88a Hyperref: PDFDocEncoding definition (HO)
Now handling font encoding PD1 ...
... no UTF-8 mapping file for font encoding PD1
)
\Hy@SavedSpaceFactor=\count92
(D:\MikTex\tex\latex\00miktex\hyperref.cfg
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
Package hyperref Info: Option `bookmarksopen' set `true' on input line 4409.
Package hyperref Info: Option `colorlinks' set `true' on input line 4409.
Package hyperref Info: Option `plainpages' set `false' on input line 4409.
Package hyperref Info: Option `hypertexnames' set `false' on input line 4409.
Package hyperref Info: Hyper figures OFF on input line 4535.
Package hyperref Info: Link nesting OFF on input line 4540.
Package hyperref Info: Hyper index ON on input line 4543.
Package hyperref Info: Plain pages OFF on input line 4550.
Package hyperref Info: Backreferencing OFF on input line 4555.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks ON on input line 4788.
\c@Hy@tempcnt=\count93
(D:\MikTex\tex\latex\url\url.sty
\Urlmuskip=\muskip10
Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 5141.
\XeTeXLinkMargin=\dimen104
\Fld@menulength=\count94
\Field@Width=\dimen105
\Fld@charsize=\dimen106
Package hyperref Info: Hyper figures OFF on input line 6396.
Package hyperref Info: Link nesting OFF on input line 6401.
Package hyperref Info: Hyper index ON on input line 6404.
Package hyperref Info: backreferencing OFF on input line 6411.
Package hyperref Info: Link coloring ON on input line 6414.
Package hyperref Info: Link coloring with OCG OFF on input line 6421.
Package hyperref Info: PDF/A mode OFF on input line 6426.
LaTeX Info: Redefining \ref on input line 6466.
LaTeX Info: Redefining \pageref on input line 6470.
\Hy@abspage=\count95
\c@Item=\count96
\c@Hfootnote=\count97
)
Package hyperref Info: Driver (autodetected): hpdftex.
(D:\MikTex\tex\latex\hyperref\hpdftex.def
File: hpdftex.def 2018/09/30 v6.88a Hyperref driver for pdfTeX
\Fld@listcount=\count98
\c@bookmark@seq@number=\count99
(D:\MikTex\tex\latex\oberdiek\rerunfilecheck.sty
Package: rerunfilecheck 2016/05/16 v1.8 Rerun checks for auxiliary files (HO)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
82.
)
\Hy@SectionHShift=\skip74
)
(D:\MikTex\tex\latex\graphics\rotating.sty
Package: rotating 2016/08/11 v2.16d rotated objects in LaTeX
(D:\MikTex\tex\latex\graphics\graphicx.sty
Package: graphicx 2017/06/01 v1.1a Enhanced LaTeX Graphics (DPC,SPQR)
(D:\MikTex\tex\latex\graphics\graphics.sty
Package: graphics 2017/06/25 v1.2c Standard LaTeX Graphics (DPC,SPQR)
(D:\MikTex\tex\latex\graphics\trig.sty
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
)
(D:\MikTex\tex\latex\graphics-cfg\graphics.cfg
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
)
Package graphics Info: Driver file: pdftex.def on input line 99.
(D:\MikTex\tex\latex\graphics-def\pdftex.def
File: pdftex.def 2018/01/08 v1.0l Graphics/color driver for pdftex
))
\Gin@req@height=\dimen107
\Gin@req@width=\dimen108
)
(D:\MikTex\tex\latex\base\ifthen.sty
Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC)
)
\c@r@tfl@t=\count100
\rotFPtop=\skip75
\rotFPbot=\skip76
\rot@float@box=\box26
\rot@mess@toks=\toks15
) (D:\MikTex\tex\latex\anysize\anysize.sty
Package: anysize 1994/08/13 setting margin sizes
document style option `anysize' loaded
Michael Salzenberg, Thomas Esser, Dirk Hillbrecht
Version 1.0, Aug 13, 1994
\@Leftmargin=\dimen109
\@Rightmargin=\dimen110
\@Topmargin=\dimen111
\@Bottommargin=\dimen112
) (D:\MikTex\tex\latex\xifthen\xifthen.sty
Package: xifthen 2015/11/05 v1.4.0 Extended ifthen features
(D:\MikTex\tex\latex\tools\calc.sty
Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ)
\calc@Acount=\count101
\calc@Bcount=\count102
\calc@Adimen=\dimen113
\calc@Bdimen=\dimen114
\calc@Askip=\skip77
\calc@Bskip=\skip78
LaTeX Info: Redefining \setlength on input line 80.
LaTeX Info: Redefining \addtolength on input line 81.
\calc@Ccount=\count103
\calc@Cskip=\skip79
)) (D:\MikTex\tex\latex\sectsty\sectsty.sty
Package: sectsty 2002/02/25 v2.0.2 Commands to change all sectional heading sty
les
)
(D:\MikTex\tex\latex\amsmath\amsmath.sty
Package: amsmath 2017/09/02 v2.17a AMS math features
\@mathmargin=\skip80
For additional information on amsmath, use the `?' option.
(D:\MikTex\tex\latex\amsmath\amstext.sty
Package: amstext 2000/06/29 v2.01 AMS text
(D:\MikTex\tex\latex\amsmath\amsgen.sty
File: amsgen.sty 1999/11/30 v2.0 generic functions
\@emptytoks=\toks16
\ex@=\dimen115
))
(D:\MikTex\tex\latex\amsmath\amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
\pmbraise@=\dimen116
)
(D:\MikTex\tex\latex\amsmath\amsopn.sty
Package: amsopn 2016/03/08 v2.02 operator names
)
\inf@bad=\count104
LaTeX Info: Redefining \frac on input line 213.
\uproot@=\count105
\leftroot@=\count106
LaTeX Info: Redefining \overline on input line 375.
\classnum@=\count107
\DOTSCASE@=\count108
LaTeX Info: Redefining \ldots on input line 472.
LaTeX Info: Redefining \dots on input line 475.
LaTeX Info: Redefining \cdots on input line 596.
\Mathstrutbox@=\box27
\strutbox@=\box28
\big@size=\dimen117
LaTeX Font Info: Redeclaring font encoding OML on input line 712.
LaTeX Font Info: Redeclaring font encoding OMS on input line 713.
\macc@depth=\count109
\c@MaxMatrixCols=\count110
\dotsspace@=\muskip11
\c@parentequation=\count111
\dspbrk@lvl=\count112
\tag@help=\toks17
\row@=\count113
\column@=\count114
\maxfields@=\count115
\andhelp@=\toks18
\eqnshift@=\dimen118
\alignsep@=\dimen119
\tagshift@=\dimen120
\tagwidth@=\dimen121
\totwidth@=\dimen122
\lineht@=\dimen123
\@envbody=\toks19
\multlinegap=\skip81
\multlinetaggap=\skip82
\mathdisplay@stack=\toks20
LaTeX Info: Redefining \[ on input line 2817.
LaTeX Info: Redefining \] on input line 2818.
)
(D:\MikTex\tex\latex\xstring\xstring.sty
(D:\MikTex\tex\generic\xstring\xstring.tex
\@xs@message=\write3
\integerpart=\count116
\decimalpart=\count117
)
Package: xstring 2013/10/13 v1.7c String manipulations (C Tellechea)
)
(D:\MikTex\tex\latex\titlesec\titlesec.sty
Package: titlesec 2016/03/21 v2.10.2 Sectioning titles
\ttl@box=\box29
\beforetitleunit=\skip83
\aftertitleunit=\skip84
\ttl@plus=\dimen124
\ttl@minus=\dimen125
\ttl@toksa=\toks21
\titlewidth=\dimen126
\titlewidthlast=\dimen127
\titlewidthfirst=\dimen128
)
(D:\MikTex\tex\latex\algorithms\algorithm.sty
Package: algorithm 2009/08/24 v0.1 Document Style `algorithm' - floating enviro
nment
(D:\MikTex\tex\latex\float\float.sty
Package: float 2001/11/08 v1.3d Float enhancements (AL)
\c@float@type=\count118
\float@exts=\toks22
\float@box=\box30
\@float@everytoks=\toks23
\@floatcapt=\box31
)
\@float@every@algorithm=\toks24
\c@algorithm=\count119
) (D:\MikTex\tex\latex\xcolor\xcolor.sty
Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK)
(D:\MikTex\tex\latex\graphics-cfg\color.cfg
File: color.cfg 2016/01/02 v1.6 sample color configuration
)
Package xcolor Info: Driver file: pdftex.def on input line 225.
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348.
Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1352.
Package xcolor Info: Model `RGB' extended on input line 1364.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371.
)
(D:\MikTex\tex\latex\listings\listings.sty
\lst@mode=\count120
\lst@gtempboxa=\box32
\lst@token=\toks25
\lst@length=\count121
\lst@currlwidth=\dimen129
\lst@column=\count122
\lst@pos=\count123
\lst@lostspace=\dimen130
\lst@width=\dimen131
\lst@newlines=\count124
\lst@lineno=\count125
\lst@maxwidth=\dimen132
(D:\MikTex\tex\latex\listings\lstmisc.sty
File: lstmisc.sty 2018/09/02 1.7 (Carsten Heinz)
\c@lstnumber=\count126
\lst@skipnumbers=\count127
\lst@framebox=\box33
)
(D:\MikTex\tex\latex\listings\listings.cfg
File: listings.cfg 2018/09/02 1.7 listings configuration
))
Package: listings 2018/09/02 1.7 (Carsten Heinz)
(D:\MikTex\tex\latex\lm\lmodern.sty
Package: lmodern 2009/10/30 v1.6 Latin Modern Fonts
LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
(Font) OT1/cmr/m/n --> OT1/lmr/m/n on input line 22.
LaTeX Font Info: Overwriting symbol font `letters' in version `normal'
(Font) OML/cmm/m/it --> OML/lmm/m/it on input line 23.
LaTeX Font Info: Overwriting symbol font `symbols' in version `normal'
(Font) OMS/cmsy/m/n --> OMS/lmsy/m/n on input line 24.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal'
(Font) OMX/cmex/m/n --> OMX/lmex/m/n on input line 25.
LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 26.
LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
(Font) OML/cmm/b/it --> OML/lmm/b/it on input line 27.
LaTeX Font Info: Overwriting symbol font `symbols' in version `bold'
(Font) OMS/cmsy/b/n --> OMS/lmsy/b/n on input line 28.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold'
(Font) OMX/cmex/m/n --> OMX/lmex/m/n on input line 29.
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 31.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
(Font) OT1/cmss/m/n --> OT1/lmss/m/n on input line 32.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
(Font) OT1/cmr/m/it --> OT1/lmr/m/it on input line 33.
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
(Font) OT1/cmtt/m/n --> OT1/lmtt/m/n on input line 34.
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 35.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
(Font) OT1/cmss/bx/n --> OT1/lmss/bx/n on input line 36.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
(Font) OT1/cmr/bx/it --> OT1/lmr/bx/it on input line 37.
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
(Font) OT1/cmtt/m/n --> OT1/lmtt/m/n on input line 38.
) (D:\MikTex\tex\generic\babel\babel.sty
Package: babel 2018/09/26 3.24 The Babel package
(D:\MikTex\tex\generic\babel\switch.def
File: switch.def 2018/09/26 3.24 Babel switching mechanism
)
*************************************
* Local config file bblopts.cfg used
*
(D:\MikTex\tex\latex\arabi\bblopts.cfg
File: bblopts.cfg 2005/09/08 v0.1 add Arabic and Farsi to "declared" options of
babel
)
(D:\MikTex\tex\latex\babel-slovak\slovak.ldf
Language: slovak 2008/07/06 v3.1a Slovak support from the babel system
(D:\MikTex\tex\generic\babel\babel.def
File: babel.def 2018/09/26 3.24 Babel common definitions
\babel@savecnt=\count128
\U@D=\dimen133
(D:\MikTex\tex\generic\babel\txtbabel.def)
\bbl@dirlevel=\count129
)
Package babel Info: Making ^ an active character on input line 123.
Package babel Info: Making " an active character on input line 126.
Package babel Info: Making ' an active character on input line 129.
\cs@wordlen=\count130
Package babel Info: Making - an active character on input line 294.
)
(D:\MikTex\tex\latex\babel-english\english.ldf
Language: english 2017/06/06 v3.3r English support from the babel system
\l@canadian = a dialect from \language\l@american
\l@australian = a dialect from \language\l@british
\l@newzealand = a dialect from \language\l@british
))
(D:\MikTex\tex\latex\base\fontenc.sty
Package: fontenc 2017/04/05 v2.0i Standard LaTeX package
(D:\MikTex\tex\latex\base\t1enc.def
File: t1enc.def 2017/04/05 v2.0i Standard LaTeX file
LaTeX Font Info: Redeclaring font encoding T1 on input line 48.
))
(D:\MikTex\tex\latex\changepage\changepage.sty
Package: changepage 2009/10/20 v1.0c check page and change page layout
\c@cp@cntr=\count131
\cp@tempcnt=\count132
)
(D:\MikTex\tex\latex\koma-script\scrextend.sty
Package: scrextend 2018/03/30 v3.25 KOMA-Script package (extend other classes w
ith features of KOMA-Script classes)
(D:\MikTex\tex\latex\koma-script\scrkbase.sty
Package: scrkbase 2018/03/30 v3.25 KOMA-Script package (KOMA-Script-dependent b
asics and keyval usage)
(D:\MikTex\tex\latex\koma-script\scrbase.sty
Package: scrbase 2018/03/30 v3.25 KOMA-Script package (KOMA-Script-independent
basics and keyval usage)
(D:\MikTex\tex\latex\koma-script\scrlfile.sty
Package: scrlfile 2018/03/30 v3.25 KOMA-Script package (loading files)
)))
LaTeX Warning: Command \@footnotemark has changed.
Check if current package is valid.
) (D:\MikTex\tex\latex\amsfonts\amsfonts.sty
Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
\symAMSa=\mathgroup4
\symAMSb=\mathgroup5
LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
(Font) U/euf/m/n --> U/euf/b/n on input line 106.
)
(D:\MikTex\tex\latex\amsfonts\amssymb.sty
Package: amssymb 2013/01/14 v3.01 AMS font symbols
)
(D:\MikTex\tex\latex\txfonts\txfonts.sty
Package: txfonts 2008/01/22 v3.2.1
LaTeX Font Info: Redeclaring symbol font `operators' on input line 21.
LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
(Font) OT1/lmr/m/n --> OT1/txr/m/n on input line 21.
LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
(Font) OT1/lmr/bx/n --> OT1/txr/m/n on input line 21.
LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
(Font) OT1/txr/m/n --> OT1/txr/bx/n on input line 22.
\symitalic=\mathgroup6
LaTeX Font Info: Overwriting symbol font `italic' in version `bold'
(Font) OT1/txr/m/it --> OT1/txr/bx/it on input line 26.
LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 29.
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
(Font) OT1/lmr/bx/n --> OT1/txr/bx/n on input line 29.
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
(Font) OT1/lmr/bx/n --> OT1/txr/bx/n on input line 29.
LaTeX Font Info: Redeclaring math alphabet \mathit on input line 30.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
(Font) OT1/lmr/m/it --> OT1/txr/m/it on input line 30.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
(Font) OT1/lmr/bx/it --> OT1/txr/m/it on input line 30.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
(Font) OT1/txr/m/it --> OT1/txr/bx/it on input line 31.
LaTeX Font Info: Redeclaring math alphabet \mathsf on input line 40.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
(Font) OT1/lmss/m/n --> OT1/txss/m/n on input line 40.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
(Font) OT1/lmss/bx/n --> OT1/txss/m/n on input line 40.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
(Font) OT1/txss/m/n --> OT1/txss/b/n on input line 41.
LaTeX Font Info: Redeclaring math alphabet \mathtt on input line 50.
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
(Font) OT1/lmtt/m/n --> OT1/txtt/m/n on input line 50.
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
(Font) OT1/lmtt/m/n --> OT1/txtt/m/n on input line 50.
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
(Font) OT1/txtt/m/n --> OT1/txtt/b/n on input line 51.
LaTeX Font Info: Redeclaring symbol font `letters' on input line 58.
LaTeX Font Info: Overwriting symbol font `letters' in version `normal'
(Font) OML/lmm/m/it --> OML/txmi/m/it on input line 58.
LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
(Font) OML/lmm/b/it --> OML/txmi/m/it on input line 58.
LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
(Font) OML/txmi/m/it --> OML/txmi/bx/it on input line 59.
\symlettersA=\mathgroup7
LaTeX Font Info: Overwriting symbol font `lettersA' in version `bold'
(Font) U/txmia/m/it --> U/txmia/bx/it on input line 67.
LaTeX Font Info: Redeclaring math alphabet \mathfrak on input line 70.
LaTeX Font Info: Redeclaring symbol font `symbols' on input line 77.
LaTeX Font Info: Overwriting symbol font `symbols' in version `normal'
(Font) OMS/lmsy/m/n --> OMS/txsy/m/n on input line 77.
LaTeX Font Info: Overwriting symbol font `symbols' in version `bold'
(Font) OMS/lmsy/b/n --> OMS/txsy/m/n on input line 77.
LaTeX Font Info: Overwriting symbol font `symbols' in version `bold'
(Font) OMS/txsy/m/n --> OMS/txsy/bx/n on input line 78.
LaTeX Font Info: Redeclaring symbol font `AMSa' on input line 93.
LaTeX Font Info: Overwriting symbol font `AMSa' in version `normal'
(Font) U/msa/m/n --> U/txsya/m/n on input line 93.
LaTeX Font Info: Overwriting symbol font `AMSa' in version `bold'
(Font) U/msa/m/n --> U/txsya/m/n on input line 93.
LaTeX Font Info: Overwriting symbol font `AMSa' in version `bold'
(Font) U/txsya/m/n --> U/txsya/bx/n on input line 94.
LaTeX Font Info: Redeclaring symbol font `AMSb' on input line 102.
LaTeX Font Info: Overwriting symbol font `AMSb' in version `normal'
(Font) U/msb/m/n --> U/txsyb/m/n on input line 102.
LaTeX Font Info: Overwriting symbol font `AMSb' in version `bold'
(Font) U/msb/m/n --> U/txsyb/m/n on input line 102.
LaTeX Font Info: Overwriting symbol font `AMSb' in version `bold'
(Font) U/txsyb/m/n --> U/txsyb/bx/n on input line 103.
\symsymbolsC=\mathgroup8
LaTeX Font Info: Overwriting symbol font `symbolsC' in version `bold'
(Font) U/txsyc/m/n --> U/txsyc/bx/n on input line 113.
LaTeX Font Info: Redeclaring symbol font `largesymbols' on input line 120.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal'
(Font) OMX/lmex/m/n --> OMX/txex/m/n on input line 120.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold'
(Font) OMX/lmex/m/n --> OMX/txex/m/n on input line 120.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold'
(Font) OMX/txex/m/n --> OMX/txex/bx/n on input line 121.
\symlargesymbolsA=\mathgroup9
LaTeX Font Info: Overwriting symbol font `largesymbolsA' in version `bold'
(Font) U/txexa/m/n --> U/txexa/bx/n on input line 129.
LaTeX Info: Redefining \not on input line 1043.
)
(D:\MikTex\tex\latex\amscls\amsthm.sty
Package: amsthm 2017/10/31 v2.20.4
\thm@style=\toks26
\thm@bodyfont=\toks27
\thm@headfont=\toks28
\thm@notefont=\toks29
\thm@headpunct=\toks30
\thm@preskip=\skip85
\thm@postskip=\skip86
\thm@headsep=\skip87
\dth@everypar=\toks31
LaTeX Info: Redefining \textsquare on input line 428.
)
(D:\MikTex\tex\latex\algorithms\algorithmic.sty
Package: algorithmic 2009/08/24 v0.1 Document Style `algorithmic'
\c@ALC@unique=\count133
\c@ALC@line=\count134
\c@ALC@rem=\count135
\c@ALC@depth=\count136
\ALC@tlm=\skip88
\algorithmicindent=\skip89
)
(D:\MikTex\tex\latex\blkarray\blkarray.sty
Package: blkarray 2015/02/27 v0.07 Block array (dpc)
\c@BAenumi=\count137
\BA@col=\count138
\BA@block@cnt=\count139
\BA@final@box=\box34
\BA@first@box=\box35
\BA@colsep=\dimen134
\BA@ftn=\toks32
\BAextrarowheight=\dimen135
\BAextraheightafterhline=\dimen136
\BAarrayrulewidth=\dimen137
\BAdoublerulesep=\dimen138
\BAfootskip=\dimen139
\BA@dashbox=\box36
\BA@ddashbox=\box37
)
(D:\MikTex\tex\latex\fancyvrb\fancyvrb.sty
Package: fancyvrb 2018/11/20
Style option: `fancyvrb' v3.1a <2018/11/20> (tvz)
\FV@CodeLineNo=\count140
\FV@InFile=\read1
\FV@TabBox=\box38
\c@FancyVerbLine=\count141
\FV@StepNumber=\count142
\FV@OutFile=\write4
)
(D:\MikTex\tex\latex\base\inputenc.sty
Package: inputenc 2018/04/06 v1.3b Input encoding file
\inpenc@prehook=\toks33
\inpenc@posthook=\toks34
(D:\MikTex\tex\latex\base\cp1250.def
File: cp1250.def 2018/04/06 v1.3b Input encoding file
))
Package hyperref Info: Option `colorlinks' set `true' on input line 232.
\c@listOfAppendix=\count143
\c@priloh=\count144
\cftbeforeprilohskip=\skip90
\cftprilohindent=\skip91
\cftprilohnumwidth=\skip92
\c@pridepth=\count145
\cftbeforeprititleskip=\skip93
\cftafterprititleskip=\skip94
)
(ukazka_prace1.aux)
\openout1 = `ukazka_prace1.aux'.
LaTeX Font Info: Checking defaults for OML/txmi/m/it on input line 9.
LaTeX Font Info: Try loading font information for OML+txmi on input line 9.
(D:\MikTex\tex\latex\txfonts\omltxmi.fd
File: omltxmi.fd 2000/12/15 v3.1
)
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 9.
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 9.
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for OMS/txsy/m/n on input line 9.
LaTeX Font Info: Try loading font information for OMS+txsy on input line 9.
(D:\MikTex\tex\latex\txfonts\omstxsy.fd
File: omstxsy.fd 2000/12/15 v3.1
)
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for OMX/txex/m/n on input line 9.
LaTeX Font Info: Try loading font information for OMX+txex on input line 9.
(D:\MikTex\tex\latex\txfonts\omxtxex.fd
File: omxtxex.fd 2000/12/15 v3.1
)
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for U/txexa/m/n on input line 9.
LaTeX Font Info: Try loading font information for U+txexa on input line 9.
(D:\MikTex\tex\latex\txfonts\utxexa.fd
File: utxexa.fd 2000/12/15 v3.1
)
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 9.
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Try loading font information for T1+txr on input line 9.
(D:\MikTex\tex\latex\txfonts\t1txr.fd
File: t1txr.fd 2000/12/15 v3.1
)
\AtBeginShipoutBox=\box39
Package hyperref Info: Link coloring ON on input line 9.
(D:\MikTex\tex\latex\hyperref\nameref.sty
Package: nameref 2016/05/21 v2.44 Cross-referencing by name of section
(D:\MikTex\tex\generic\oberdiek\gettitlestring.sty
Package: gettitlestring 2016/05/16 v1.5 Cleanup title references (HO)
)
\c@section@level=\count146
)
LaTeX Info: Redefining \ref on input line 9.
LaTeX Info: Redefining \pageref on input line 9.
LaTeX Info: Redefining \nameref on input line 9.
(ukazka_prace1.out)
(ukazka_prace1.out)
\@outlinefile=\write5
\openout5 = `ukazka_prace1.out'.
(D:\MikTex\tex\context\base\supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count147
\scratchdimen=\dimen140
\scratchbox=\box40
\nofMPsegments=\count148
\nofMParguments=\count149
\everyMPshowfont=\toks35
\MPscratchCnt=\count150
\MPscratchDim=\dimen141
\MPnumerator=\count151
\makeMPintoPDFobject=\count152
\everyMPtoPDFconversion=\toks36
) (D:\MikTex\tex\latex\oberdiek\epstopdf-base.sty
Package: epstopdf-base 2016/05/15 v2.6 Base part for package epstopdf
(D:\MikTex\tex\latex\oberdiek\grfext.sty
Package: grfext 2016/05/16 v1.2 Manage graphics extensions (HO)
)
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
38.
Package grfext Info: Graphics extension search list:
(grfext) [.pdf,.png,.jpg,.mps,.jpeg,.jbig2,.jb2,.PDF,.PNG,.JPG,.JPE
G,.JBIG2,.JB2,.eps]
(grfext) \AppendGraphicsExtensions on input line 456.
)
\c@lstlisting=\count153
[1
{C:/Users/mrave/AppData/Local/MiKTeX/2.9/pdftex/config/pdftex.map}]
<img/zadanie.png, id=133, 835.62187pt x 362.10281pt>
File: img/zadanie.png Graphic file (type png)
<use img/zadanie.png>
Package pdftex.def Info: img/zadanie.png used on input line 15.
(pdftex.def) Requested size: 597.50787pt x 258.9347pt.
[2 <./img/zadanie.png>] (ukazka_prace1.toc
LaTeX Font Info: Try loading font information for OT1+txr on input line 3.
(D:\MikTex\tex\latex\txfonts\ot1txr.fd
File: ot1txr.fd 2000/12/15 v3.1
)
LaTeX Font Info: Try loading font information for U+txsya on input line 3.
(D:\MikTex\tex\latex\txfonts\utxsya.fd
File: utxsya.fd 2000/12/15 v3.1
)
LaTeX Font Info: Try loading font information for U+txsyb on input line 3.
(D:\MikTex\tex\latex\txfonts\utxsyb.fd
File: utxsyb.fd 2000/12/15 v3.1
)
LaTeX Font Info: Try loading font information for U+txmia on input line 3.
(D:\MikTex\tex\latex\txfonts\utxmia.fd
File: utxmia.fd 2000/12/15 v3.1
)
LaTeX Font Info: Try loading font information for U+txsyc on input line 3.
(D:\MikTex\tex\latex\txfonts\utxsyc.fd
File: utxsyc.fd 2000/12/15 v3.1
))
\tf@toc=\write6
\openout6 = `ukazka_prace1.toc'.
[3] [4] (includes/introduction.tex
Overfull \hbox (2.87816pt too wide) in paragraph at lines 10--11
[]\T1/txr/bx/n/12 Fikrim Kabashi \T1/txr/m/n/12 - pro-gramá-tor so za-m-er-aním
na C, C++ jazyky. Ob-sa-hom jeho bakalárskej
[]
LaTeX Font Info: Try loading font information for OMS+txr on input line 19.
(D:\MikTex\tex\latex\txfonts\omstxr.fd
File: omstxr.fd 2000/12/15 v3.1
)
LaTeX Font Info: Font shape `OMS/txr/m/n' in size <12> not available
(Font) Font shape `OMS/txsy/m/n' tried instead on input line 19.
LaTeX Font Info: Try loading font information for T1+txtt on input line 26.
(D:\MikTex\tex\latex\txfonts\t1txtt.fd
File: t1txtt.fd 2000/12/15 v3.1
) [1
]) [2] (includes/core.tex
\c@defn=\count154
Overfull \hbox (2.87917pt too wide) in paragraph at lines 7--8
\T1/txr/m/n/12 pra-co-va´. Pos-tupne si zadefin-u-jeme SAT prob-lém a sús-tavy
rovníc s vi-ac-erými pravými stranami
[]
Underfull \hbox (badness 10000) in paragraph at lines 10--13
[]
Overfull \hbox (23.45015pt too wide) in paragraph at lines 10--13
\T1/txr/m/n/12 men-nými $\OT1/txr/m/n/12 (\OML/txmi/m/it/12 x[]; x[]; x[]; :::\
OT1/txr/m/n/12 )$ \T1/txr/m/n/12 . Atom-ické výroky nadobú-dajú prav-di-vostné
hod-noty $\OML/txmi/m/it/12 x[] \OMS/txsy/m/n/12 2 f\OML/txmi/m/it/12 FALSE; TR
UE\OMS/txsy/m/n/12 g$\T1/txr/m/n/12 .
[]
Overfull \hbox (1.21016pt too wide) in paragraph at lines 36--38
[]\T1/txr/m/n/12 Klauzula, ktorá neob-sahuje ºi-adny literál, sa nazýva prázdna
a vy-hod-nocuje sa ako $\OML/txmi/m/it/12 FALSE:$
[]
Overfull \hbox (0.14392pt too wide) in paragraph at lines 36--38
\T1/txr/m/n/12 Nas-tave-nie log-ick-ých pre-men-ných na ne-jaké hod-noty oz-na£
íme po-j-mom in-ter-pretá-cia(formuly).
[]
[3] [4] [5]
Package hyperref Info: bookmark level for unknown algorithm defaults to 0 on in
put line 70.
[6] [7] [8]
Overfull \vbox (7.79333pt too high) has occurred while \output is active []
[9]
<img/bipartite.png, id=311, 653.44125pt x 635.37375pt>
File: img/bipartite.png Graphic file (type png)
<use img/bipartite.png>
Package pdftex.def Info: img/bipartite.png used on input line 177.
(pdftex.def) Requested size: 150.56305pt x 146.39465pt.
Underfull \hbox (badness 10000) in paragraph at lines 182--185
[]
Overfull \hbox (2.9638pt too wide) in paragraph at lines 182--185
\T1/txr/m/n/12 Uvaºujme, ºe klauzuly sú v ne-jakom po-radí $\OML/txmi/m/it/12 P
$\T1/txr/m/n/12 , £omu zod-povedajú £íslo-vané vr-choly $[]$.
[]
Underfull \hbox (badness 10000) in paragraph at lines 186--187
[]
[10 <./img/bipartite.png>] [11] [12] [13] [14] [15]
Package hyperref Warning: Composite letter `\textasciicaron+c'
(hyperref) not defined in PD1 encoding,
(hyperref) removing `\textasciicaron' on input line 327.
Package hyperref Warning: Composite letter `\textasciicaron+t'
(hyperref) not defined in PD1 encoding,
(hyperref) removing `\textasciicaron' on input line 327.
Overfull \hbox (6.82788pt too wide) in paragraph at lines 359--361
\T1/txr/m/n/12 liko-vali nami im-ple-men-to-vanú heuri-stickú op-ti-mal-izá-ciu
po-ra-dia klauzúl. Následne sme porovná-
[]
[16]
LaTeX Font Info: Calculating math sizes for size <14> on input line 365.
Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref) removing `math shift' on input line 365.
<img/3satPevnyPomer.png, id=414, 1003.75pt x 602.25pt>
File: img/3satPevnyPomer.png Graphic file (type png)
<use img/3satPevnyPomer.png>
Package pdftex.def Info: img/3satPevnyPomer.png used on input line 369.
(pdftex.def) Requested size: 455.24411pt x 273.15117pt.
<img/3satPremenlivyPomer.png, id=416, 1003.75pt x 602.25pt>
File: img/3satPremenlivyPomer.png Graphic file (type png)
<use img/3satPremenlivyPomer.png>
Package pdftex.def Info: img/3satPremenlivyPomer.png used on input line 381.
(pdftex.def) Requested size: 455.24411pt x 273.15117pt.
[17 <./img/3satPevnyPomer.png (PNG copy)>]
Overfull \hbox (6.06949pt too wide) in paragraph at lines 387--388
[]\T1/txr/m/n/12 V prí-pade zvy²u-júceho sa pomeru $\OML/txmi/m/it/12 m=n$ \T1/
txr/m/n/12 moºno zvy²²ie zo-brazeného grafu vi-die´, ºe pôvodný
[]
Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref) removing `math shift' on input line 389.
<img/4satPevnyPomer.png, id=423, 752.8125pt x 474.27188pt>
File: img/4satPevnyPomer.png Graphic file (type png)
<use img/4satPevnyPomer.png>
Package pdftex.def Info: img/4satPevnyPomer.png used on input line 392.
(pdftex.def) Requested size: 455.24411pt x 286.80873pt.
[18 <./img/3satPremenlivyPomer.png (PNG copy)>]
<img/4satPremenlivyPomer.png, id=430, 752.8125pt x 474.27188pt>
File: img/4satPremenlivyPomer.png Graphic file (type png)
<use img/4satPremenlivyPomer.png>
Package pdftex.def Info: img/4satPremenlivyPomer.png used on input line 402.
(pdftex.def) Requested size: 455.24411pt x 286.80873pt.
[19 <./img/4satPevnyPomer.png>]) [20 <./img/4satPremenlivyPomer.png>] (ukazka_
prace1.bbl
Underfull \hbox (badness 10000) in paragraph at lines 4--9
\T1/txtt/m/n/12 physics . uiuc . edu / ~nigel / courses / 563 / Essays _ 2017 /
PDF / chertkov . pdf$[][]\T1/txr/m/n/12 ,
[]
) [21
]
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 37.
Package atveryend Info: Empty hook `AfterLastShipout' on input line 37.
(ukazka_prace1.aux)
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 37.
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 37.
Package rerunfilecheck Info: File `ukazka_prace1.out' has not changed.
(rerunfilecheck) Checksum: 17C5553F48E3359901B0EA5BF8FDC7C5;2221.
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 37.
)
Here is how much of TeX's memory you used:
12370 strings out of 492970
171134 string characters out of 3143823
318805 words of memory out of 3000000
15788 multiletter control sequences out of 15000+200000
69559 words of font info for 122 fonts, out of 3000000 for 9000
1141 hyphenation exceptions out of 8191
40i,10n,37p,783b,781s stack positions out of 5000i,500n,10000p,200000b,50000s
{D:/MikTex/fonts/enc/dvips/base/8r.enc}<D:/MikTex/fonts/type1/public/txfonts/
rtxmi.pfb><D:/MikTex/fonts/type1/public/txfonts/rtxr.pfb><D:/MikTex/fonts/type1
/public/txfonts/rtxsc.pfb><D:/MikTex/fonts/type1/public/txfonts/t1xtt.pfb><D:/M
ikTex/fonts/type1/public/txfonts/txex.pfb><D:/MikTex/fonts/type1/public/txfonts
/txsy.pfb><D:/MikTex/fonts/type1/public/txfonts/txsyb.pfb><D:/MikTex/fonts/type
1/urw/times/utmb8a.pfb><D:/MikTex/fonts/type1/urw/times/utmr8a.pfb><D:/MikTex/f
onts/type1/urw/times/utmri8a.pfb>
Output written on ukazka_prace1.pdf (25 pages, 500366 bytes).
PDF statistics:
533 PDF objects out of 1000 (max. 8388607)
179 named destinations out of 1000 (max. 500000)
279 words of extra memory for PDF output out of 10000 (max. 10000000)