-
Notifications
You must be signed in to change notification settings - Fork 0
/
CV_RyszardCzekaj_en.log
1301 lines (1125 loc) · 48.2 KB
/
CV_RyszardCzekaj_en.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
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
This is pdfTeX, Version 3.141592653-2.6-1.40.24 (MiKTeX 22.3) (preloaded format=pdflatex 2022.6.2) 1 FEB 2023 16:40
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**./CV_RyszardCzekaj_en.tex
(CV_RyszardCzekaj_en.tex
LaTeX2e <2021-11-15> patch level 1
L3 programming layer <2022-05-04>
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/moderncv\moderncv.cls
Document Class: moderncv 2022-02-21 v2.3.1 modern curriculum vitae and letter d
ocument class
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/base\size11.clo
File: size11.clo 2021/10/04 v1.4n Standard LaTeX file (size option)
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/etoolbox\etoolbox.sty
Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW)
\etb@tempcnta=\count185
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/base\ifthen.sty
Package: ifthen 2020/11/24 v1.1c Standard LaTeX ifthen package (DPC)
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/xcolor\xcolor.sty
Package: xcolor 2021/10/31 v2.13 LaTeX color extensions (UK)
(C:\Users\rycho\AppData\Local\Programs\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 227.
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/graphics-def\pdftex.def
File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex
) (C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/colortbl\colortbl.sty
Package: colortbl 2020/01/04 v1.0e Color table columns (DPC)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/tools\array.sty
Package: array 2021/10/04 v2.5f Tabular extension package (FMi)
\col@sep=\dimen138
\ar@mcellbox=\box50
\extrarowheight=\dimen139
\NC@list=\toks16
\extratabsurround=\skip47
\backup@length=\skip48
\ar@cellbox=\box51
)
\everycr=\toks17
\minrowclearance=\skip49
)
\rownum=\count186
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1352.
Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1356.
Package xcolor Info: Model `RGB' extended on input line 1368.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1370.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1371.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1372.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1373.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1374.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1375.
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/iftex\iftex.sty
Package: iftex 2022/02/03 v1.0f TeX engine tests
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/url\url.sty
\Urlmuskip=\muskip16
Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/graphics\graphicx.sty
Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/graphics\keyval.sty
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
\KV@toks@=\toks18
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/graphics\graphics.sty
Package: graphics 2021/03/04 v1.4d Standard LaTeX Graphics (DPC,SPQR)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/graphics\trig.sty
Package: trig 2021/08/11 v1.11 sin cos tan (DPC)
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/graphics-cfg\graphics.c
fg
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
)
Package graphics Info: Driver file: pdftex.def on input line 107.
)
\Gin@req@height=\dimen140
\Gin@req@width=\dimen141
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/fancyhdr\fancyhdr.sty
Package: fancyhdr 2022/05/18 v4.0.3 Extensive control of page headers and foote
rs
\f@nch@headwidth=\skip50
\f@nch@O@elh=\skip51
\f@nch@O@erh=\skip52
\f@nch@O@olh=\skip53
\f@nch@O@orh=\skip54
\f@nch@O@elf=\skip55
\f@nch@O@erf=\skip56
\f@nch@O@olf=\skip57
\f@nch@O@orf=\skip58
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/moderncv\tweaklist.sty)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/tools\calc.sty
Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ)
\calc@Acount=\count187
\calc@Bcount=\count188
\calc@Adimen=\dimen142
\calc@Bdimen=\dimen143
\calc@Askip=\skip59
\calc@Bskip=\skip60
LaTeX Info: Redefining \setlength on input line 80.
LaTeX Info: Redefining \addtolength on input line 81.
\calc@Ccount=\count189
\calc@Cskip=\skip61
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/l3packages/xparse\xpars
e.sty
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/l3kernel\expl3.sty
Package: expl3 2022-05-04 L3 programming layer (loader)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/l3backend\l3backend-pdf
tex.def
File: l3backend-pdftex.def 2022-04-20 L3 backend support: PDF output (pdfTeX)
\l__color_backend_stack_int=\count190
\l__pdf_internal_box=\box52
))
Package: xparse 2022-01-12 L3 Experimental document command parser
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/microtype\microtype.sty
Package: microtype 2022/03/14 v3.0d Micro-typographical refinements (RS)
\MT@toks=\toks19
\MT@tempbox=\box53
\MT@count=\count191
LaTeX Info: Redefining \noprotrusionifhmode on input line 1027.
LaTeX Info: Redefining \leftprotrusion on input line 1028.
LaTeX Info: Redefining \rightprotrusion on input line 1036.
LaTeX Info: Redefining \textls on input line 1195.
\MT@outer@kern=\dimen144
LaTeX Info: Redefining \textmicrotypecontext on input line 1781.
\MT@listname@count=\count192
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/microtype\microtype-pdf
tex.def
File: microtype-pdftex.def 2022/03/14 v3.0d Definitions specific to pdftex (RS)
LaTeX Info: Redefining \lsstyle on input line 900.
LaTeX Info: Redefining \lslig on input line 900.
\MT@outer@space=\skip62
)
Package microtype Info: Loading configuration file microtype.cfg.
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/microtype\microtype.cfg
File: microtype.cfg 2022/03/14 v3.0d microtype main configuration file (RS)
))
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/moderncv\moderncvcollec
tion.sty
Package: moderncvcollection 2022-02-21 v2.3.1 moderncv collections
\c@collection@iterator=\count193
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/moderncv\moderncvcompat
ibility.sty
Package: moderncvcompatibility 2022-02-21 v2.3.1 modern curriculum vitae and le
tter compatibility patches
)
\c@collection@phones@count=\count194
\c@collection@socials@count=\count195
\c@cvcolumnscounter=\count196
\c@cvcolumnsautowidthcounter=\count197
\c@tmpiteratorcounter=\count198
\cvcolumnsdummywidth=\skip63
\cvcolumnswidth=\skip64
\cvcolumnsautowidth=\skip65
\cvcolumnautowidth=\skip66
\bibindent=\skip67
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/moderncv\moderncvstylec
asual.sty
Package: moderncvstylecasual 2022-02-21 v2.3.1 modern curriculum vitae and lett
er style scheme: casual
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/moderncv\moderncviconss
ymbols.sty
Package: moderncviconssymbols 2021-12-12 v2.2.0 modern curriculum vitae icons s
elector
Class moderncv Warning: "academicons requires xetex/luatex to work. Using alter
natives.".
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/moderncv\moderncviconsa
wesome.sty
Package: moderncviconsawesome 2022-02-21 v2.3.1 modern curriculum vitae icons:
awesome
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/fontawesome5\fontawesom
e5.sty
Package: fontawesome5 2022/05/02 v5.15.4 Font Awesome 5
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/l3packages/l3keys2e\l3k
eys2e.sty
Package: l3keys2e 2022-01-12 LaTeX2e option processing using LaTeX3 keys
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/fontawesome5\fontawesom
e5-generic-helper.sty
Package: fontawesome5-generic-helper 2022/05/02 v5.15.4 non-uTeX helper for fon
tawesome5
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/fontawesome5\fontawesom
e5-mapping.def))))
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/moderncv\moderncviconst
ikz.sty
Package: moderncviconstikz 2022-02-21 v2.3.1 modern curriculum vitae and letter
icons: tickz
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/pgf/frontendlayer\tikz.
sty
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/pgf/basiclayer\pgf.sty
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/pgf/utilities\pgfrcs.st
y
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/utilities\pgfutil
-common.tex
\pgfutil@everybye=\toks20
\pgfutil@tempdima=\dimen145
\pgfutil@tempdimb=\dimen146
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/utilities\pgfutil
-common-lists.tex))
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/utilities\pgfutil
-latex.def
\pgfutil@abb=\box54
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/utilities\pgfrcs.
code.tex
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf\pgf.revision.tex)
Package: pgfrcs 2021/05/15 v3.1.9a (3.1.9a)
))
Package: pgf 2021/05/15 v3.1.9a (3.1.9a)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/pgf/basiclayer\pgfcore.
sty
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/pgf/systemlayer\pgfsys.
sty
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/systemlayer\pgfsy
s.code.tex
Package: pgfsys 2021/05/15 v3.1.9a (3.1.9a)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/utilities\pgfkeys
.code.tex
\pgfkeys@pathtoks=\toks21
\pgfkeys@temptoks=\toks22
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/utilities\pgfkeys
filtered.code.tex
\pgfkeys@tmptoks=\toks23
))
\pgf@x=\dimen147
\pgf@y=\dimen148
\pgf@xa=\dimen149
\pgf@ya=\dimen150
\pgf@xb=\dimen151
\pgf@yb=\dimen152
\pgf@xc=\dimen153
\pgf@yc=\dimen154
\pgf@xd=\dimen155
\pgf@yd=\dimen156
\w@pgf@writea=\write3
\r@pgf@reada=\read2
\c@pgf@counta=\count199
\c@pgf@countb=\count266
\c@pgf@countc=\count267
\c@pgf@countd=\count268
\t@pgf@toka=\toks24
\t@pgf@tokb=\toks25
\t@pgf@tokc=\toks26
\pgf@sys@id@count=\count269
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/systemlayer\pgf.c
fg
File: pgf.cfg 2021/05/15 v3.1.9a (3.1.9a)
)
Driver file for pgf: pgfsys-pdftex.def
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/systemlayer\pgfsy
s-pdftex.def
File: pgfsys-pdftex.def 2021/05/15 v3.1.9a (3.1.9a)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/systemlayer\pgfsy
s-common-pdf.def
File: pgfsys-common-pdf.def 2021/05/15 v3.1.9a (3.1.9a)
)))
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/systemlayer\pgfsy
ssoftpath.code.tex
File: pgfsyssoftpath.code.tex 2021/05/15 v3.1.9a (3.1.9a)
\pgfsyssoftpath@smallbuffer@items=\count270
\pgfsyssoftpath@bigbuffer@items=\count271
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/systemlayer\pgfsy
sprotocol.code.tex
File: pgfsysprotocol.code.tex 2021/05/15 v3.1.9a (3.1.9a)
))
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/basiclayer\pgfcor
e.code.tex
Package: pgfcore 2021/05/15 v3.1.9a (3.1.9a)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmath.code
.tex
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathcalc.
code.tex
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathutil.
code.tex)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathparse
r.code.tex
\pgfmath@dimen=\dimen157
\pgfmath@count=\count272
\pgfmath@box=\box55
\pgfmath@toks=\toks27
\pgfmath@stack@operand=\toks28
\pgfmath@stack@operation=\toks29
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathfunct
ions.code.tex
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathfunct
ions.basic.code.tex)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathfunct
ions.trigonometric.code.tex)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathfunct
ions.random.code.tex)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathfunct
ions.comparison.code.tex)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathfunct
ions.base.code.tex)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathfunct
ions.round.code.tex)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathfunct
ions.misc.code.tex)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathfunct
ions.integerarithmetics.code.tex)))
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathfloat
.code.tex
\c@pgfmathroundto@lastzeros=\count273
))
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfint.code.
tex)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/basiclayer\pgfcor
epoints.code.tex
File: pgfcorepoints.code.tex 2021/05/15 v3.1.9a (3.1.9a)
\pgf@picminx=\dimen158
\pgf@picmaxx=\dimen159
\pgf@picminy=\dimen160
\pgf@picmaxy=\dimen161
\pgf@pathminx=\dimen162
\pgf@pathmaxx=\dimen163
\pgf@pathminy=\dimen164
\pgf@pathmaxy=\dimen165
\pgf@xx=\dimen166
\pgf@xy=\dimen167
\pgf@yx=\dimen168
\pgf@yy=\dimen169
\pgf@zx=\dimen170
\pgf@zy=\dimen171
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/basiclayer\pgfcor
epathconstruct.code.tex
File: pgfcorepathconstruct.code.tex 2021/05/15 v3.1.9a (3.1.9a)
\pgf@path@lastx=\dimen172
\pgf@path@lasty=\dimen173
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/basiclayer\pgfcor
epathusage.code.tex
File: pgfcorepathusage.code.tex 2021/05/15 v3.1.9a (3.1.9a)
\pgf@shorten@end@additional=\dimen174
\pgf@shorten@start@additional=\dimen175
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/basiclayer\pgfcor
escopes.code.tex
File: pgfcorescopes.code.tex 2021/05/15 v3.1.9a (3.1.9a)
\pgfpic=\box56
\pgf@hbox=\box57
\pgf@layerbox@main=\box58
\pgf@picture@serial@count=\count274
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/basiclayer\pgfcor
egraphicstate.code.tex
File: pgfcoregraphicstate.code.tex 2021/05/15 v3.1.9a (3.1.9a)
\pgflinewidth=\dimen176
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/basiclayer\pgfcor
etransformations.code.tex
File: pgfcoretransformations.code.tex 2021/05/15 v3.1.9a (3.1.9a)
\pgf@pt@x=\dimen177
\pgf@pt@y=\dimen178
\pgf@pt@temp=\dimen179
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/basiclayer\pgfcor
equick.code.tex
File: pgfcorequick.code.tex 2021/05/15 v3.1.9a (3.1.9a)
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/basiclayer\pgfcor
eobjects.code.tex
File: pgfcoreobjects.code.tex 2021/05/15 v3.1.9a (3.1.9a)
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/basiclayer\pgfcor
epathprocessing.code.tex
File: pgfcorepathprocessing.code.tex 2021/05/15 v3.1.9a (3.1.9a)
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/basiclayer\pgfcor
earrows.code.tex
File: pgfcorearrows.code.tex 2021/05/15 v3.1.9a (3.1.9a)
\pgfarrowsep=\dimen180
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/basiclayer\pgfcor
eshade.code.tex
File: pgfcoreshade.code.tex 2021/05/15 v3.1.9a (3.1.9a)
\pgf@max=\dimen181
\pgf@sys@shading@range@num=\count275
\pgf@shadingcount=\count276
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/basiclayer\pgfcor
eimage.code.tex
File: pgfcoreimage.code.tex 2021/05/15 v3.1.9a (3.1.9a)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/basiclayer\pgfcor
eexternal.code.tex
File: pgfcoreexternal.code.tex 2021/05/15 v3.1.9a (3.1.9a)
\pgfexternal@startupbox=\box59
))
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/basiclayer\pgfcor
elayers.code.tex
File: pgfcorelayers.code.tex 2021/05/15 v3.1.9a (3.1.9a)
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/basiclayer\pgfcor
etransparency.code.tex
File: pgfcoretransparency.code.tex 2021/05/15 v3.1.9a (3.1.9a)
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/basiclayer\pgfcor
epatterns.code.tex
File: pgfcorepatterns.code.tex 2021/05/15 v3.1.9a (3.1.9a)
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/basiclayer\pgfcor
erdf.code.tex
File: pgfcorerdf.code.tex 2021/05/15 v3.1.9a (3.1.9a)
)))
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/modules\pgfmodule
shapes.code.tex
File: pgfmoduleshapes.code.tex 2021/05/15 v3.1.9a (3.1.9a)
\pgfnodeparttextbox=\box60
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/modules\pgfmodule
plot.code.tex
File: pgfmoduleplot.code.tex 2021/05/15 v3.1.9a (3.1.9a)
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/pgf/compatibility\pgfco
mp-version-0-65.sty
Package: pgfcomp-version-0-65 2021/05/15 v3.1.9a (3.1.9a)
\pgf@nodesepstart=\dimen182
\pgf@nodesepend=\dimen183
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/pgf/compatibility\pgfco
mp-version-1-18.sty
Package: pgfcomp-version-1-18 2021/05/15 v3.1.9a (3.1.9a)
))
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/pgf/utilities\pgffor.st
y
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/pgf/utilities\pgfkeys.s
ty
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/utilities\pgfkeys
.code.tex))
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/pgf/math\pgfmath.sty
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmath.code
.tex))
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/utilities\pgffor.
code.tex
Package: pgffor 2021/05/15 v3.1.9a (3.1.9a)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmath.code
.tex)
\pgffor@iter=\dimen184
\pgffor@skip=\dimen185
\pgffor@stack=\toks30
\pgffor@toks=\toks31
))
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/frontendlayer/tik
z\tikz.code.tex
Package: tikz 2021/05/15 v3.1.9a (3.1.9a)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/libraries\pgflibr
aryplothandlers.code.tex
File: pgflibraryplothandlers.code.tex 2021/05/15 v3.1.9a (3.1.9a)
\pgf@plot@mark@count=\count277
\pgfplotmarksize=\dimen186
)
\tikz@lastx=\dimen187
\tikz@lasty=\dimen188
\tikz@lastxsaved=\dimen189
\tikz@lastysaved=\dimen190
\tikz@lastmovetox=\dimen191
\tikz@lastmovetoy=\dimen192
\tikzleveldistance=\dimen193
\tikzsiblingdistance=\dimen194
\tikz@figbox=\box61
\tikz@figbox@bg=\box62
\tikz@tempbox=\box63
\tikz@tempbox@bg=\box64
\tikztreelevel=\count278
\tikznumberofchildren=\count279
\tikznumberofcurrentchild=\count280
\tikz@fig@count=\count281
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/modules\pgfmodule
matrix.code.tex
File: pgfmodulematrix.code.tex 2021/05/15 v3.1.9a (3.1.9a)
\pgfmatrixcurrentrow=\count282
\pgfmatrixcurrentcolumn=\count283
\pgf@matrix@numberofcolumns=\count284
)
\tikz@expandcount=\count285
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pgf/frontendlayer/tik
z/libraries\tikzlibrarytopaths.code.tex
File: tikzlibrarytopaths.code.tex 2021/05/15 v3.1.9a (3.1.9a)
)))))
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/moderncv\moderncvheadii
.sty
Package: moderncvheadii 2022-02-21 v2.3.1 modern curriculum vitae and letter he
ader variant: 2
\makeheaddetailsbox=\box65
\makeheaddetailstempbox=\box66
\makeheaddetailswidth=\skip68
\makeheaddetailsboxwidth=\skip69
\quotewidth=\skip70
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/moderncv\moderncvbodyi.
sty
Package: moderncvbodyi 2022-02-21 v2.3.1 modern curriculum vitae and letter bod
y variant: 1
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/moderncv\moderncvskillm
atrix.sty
Package: moderncvskillmatrix 2022-02-21 v2.3.1 modern curriculum vitae and lett
er skill matrix
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/multirow\multirow.sty
Package: multirow 2021/03/15 v2.8 Span multiple rows of a table
\multirow@colwidth=\skip71
\multirow@cntb=\count286
\multirow@dima=\skip72
\bigstrutjot=\dimen195
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/arydshln\arydshln.sty
Package: arydshln 2019/02/21 v1.76
\dashlinedash=\dimen196
\dashlinegap=\dimen197
\adl@box=\box67
\adl@height=\dimen198
\adl@heightsave=\dimen199
\adl@depth=\dimen256
\adl@depthsave=\dimen257
\adl@finaldepth=\dimen258
\adl@columns=\count287
\adl@ncol=\count288
\adl@currentcolumn=\count289
\adl@currentcolumnsave=\count290
\adl@totalheight=\count291
\adl@totalheightsave=\count292
\adl@dash=\count293
\adl@gap=\count294
\adl@cla=\count295
\adl@clb=\count296
\adl@everyvbox=\toks32
\adl@LTpagetotal=\dimen259
)
\cvSkill@RectangleSize=\skip73
\my@repeat@count=\count297
\cvskill@width=\skip74
\cvskill@descriptorwidth=\skip75
\cvskill@experiencewidth=\skip76
\skillmatrix@columnwidth=\skip77
\skillmatrix@commentwidth=\skip78
\skillmatrix@padding=\skip79
\skillmatrix@hintscolumnwidth=\skip80
\skillmatrix@bodylength=\skip81
\cvskilllegend@leftdescriptorwidth=\skip82
\cvskilllegend@rightdescriptorwidth=\skip83
\skilllegend@hintscolumnwidth=\skip84
\skilllegend@padding=\skip85
\skilllegend@bodylength=\skip86
\separatorrulewidth=\skip87
)
\hintscolumnwidth=\skip88
\separatorcolumnwidth=\skip89
\maincolumnwidth=\skip90
\doubleitemcolumnwidth=\skip91
\listitemsymbolwidth=\skip92
LaTeX Font Info: Trying to load font information for U+fontawesomefree0 on i
nput line 48.
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/fontawesome5\ufontaweso
mefree0.fd)
\listitemcolumnwidth=\skip93
\listdoubleitemcolumnwidth=\skip94
\baseletterheight=\skip95
\cvitemwithcommentbox=\box68
\cvitemwithcommentskilllength=\skip96
\cvitemwithcommentcommentlength=\skip97
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/moderncv\moderncvfooti.
sty
Package: moderncvfooti 2022-02-21 v2.3.1 modern curriculum vitae and letter foo
ter variant: 1
\footwidth=\skip98
\footbox=\box69
\foottempbox=\box70
\footboxwidth=\skip99
)) (C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/babel\babel.sty
Package: babel 2022/05/22 3.75 The Babel package
\babel@savecnt=\count298
\U@D=\dimen260
\l@unhyphenated=\language79
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/babel\txtbabel.def)
\bbl@readstream=\read3
\bbl@dirlevel=\count299
*************************************
* Local config file bblopts.cfg used
*
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/arabi\bblopts.cfg
File: bblopts.cfg 2005/09/08 v0.1 add Arabic and Farsi to "declared" options of
babel
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/babel-polish\polish.ldf
Language: polish 2022/03/12 1.3 Babel support for Polish
Package babel Info: Making " an active character on input line 101.
))
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/babel/locale/pl\babel
-polish.tex
Package babel Info: Importing font and identification data for polish
(babel) from babel-pl.ini. Reported on input line 11.
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/base\inputenc.sty
Package: inputenc 2021/02/14 v1.3d Input encoding file
\inpenc@prehook=\toks33
\inpenc@posthook=\toks34
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/base\fontenc.sty
Package: fontenc 2021/04/29 v2.0v Standard LaTeX package
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/polski\qxenc.def
File: qxenc.def 2002/01/11 v0.05a QX font encoding definition
Now handling font encoding QX ...
... no UTF-8 mapping file for font encoding QX
LaTeX Info: Composite with undeclared \. in encoding QX on input line 46.
LaTeX Info: Composite with undeclared \k in encoding QX on input line 92.
)
LaTeX Font Info: Trying to load font information for QX+cmr on input line 11
2.
LaTeX Font Info: No file QXcmr.fd. on input line 112.
LaTeX Font Info: Trying to load font information for QX+qtm on input line 11
2.
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/tex-gyre\qxqtm.fd
File: qxqtm.fd 2009/09/25 v1.2 font definition file for QX/qtm
)
LaTeX Font Warning: Font shape `QX/cmr/m/n' undefined
(Font) using `QX/qtm/m/n' instead on input line 112.
) (C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/polski\polski.sty
Package: polski 2021/08/25 v1.3.6 Polish language package
Inputenc package detected. Catcodes not changed.
) (C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/base\textcomp.sty
Package: textcomp 2020/02/02 v2.0n Standard LaTeX package
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/hyperref\hyperref.sty
Package: hyperref 2022-05-17 v7.00q Hypertext links for LaTeX
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/ltxcmds\ltxcmds.sty
Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO)
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pdftexcmds\pdftexcmds
.sty
Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/infwarerr\infwarerr.s
ty
Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
)
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/kvsetkeys\kvsetkeys.s
ty
Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO)
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/kvdefinekeys\kvdefine
keys.sty
Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO)
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/pdfescape\pdfescape.s
ty
Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO)
) (C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/hycolor\hycolor.sty
Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO)
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/letltxmacro\letltxmacro
.sty
Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO)
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/auxhook\auxhook.sty
Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO)
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/hyperref\nameref.sty
Package: nameref 2022-05-17 v2.50 Cross-referencing by name of section
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/refcount\refcount.sty
Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO)
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/gettitlestring\gettit
lestring.sty
Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/kvoptions\kvoptions.sty
Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO)
))
\c@section@level=\count300
)
\@linkdim=\dimen261
\Hy@linkcounter=\count301
\Hy@pagecounter=\count302
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/hyperref\pd1enc.def
File: pd1enc.def 2022-05-17 v7.00q Hyperref: PDFDocEncoding definition (HO)
Now handling font encoding PD1 ...
... no UTF-8 mapping file for font encoding PD1
) (C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/intcalc\intcalc.sty
Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO)
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/etexcmds\etexcmds.sty
Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO)
)
\Hy@SavedSpaceFactor=\count303
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/hyperref\puenc.def
File: puenc.def 2022-05-17 v7.00q Hyperref: PDF Unicode definition (HO)
Now handling font encoding PU ...
... no UTF-8 mapping file for font encoding PU
)
Package hyperref Info: Option `unicode' set `true' on input line 4020.
Package hyperref Info: Hyper figures OFF on input line 4139.
Package hyperref Info: Link nesting OFF on input line 4144.
Package hyperref Info: Hyper index ON on input line 4147.
Package hyperref Info: Plain pages OFF on input line 4154.
Package hyperref Info: Backreferencing OFF on input line 4159.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks ON on input line 4385.
\c@Hy@tempcnt=\count304
LaTeX Info: Redefining \url on input line 4723.
\XeTeXLinkMargin=\dimen262
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/bitset\bitset.sty
Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/bigintcalc\bigintcalc
.sty
Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO
)
))
\Fld@menulength=\count305
\Field@Width=\dimen263
\Fld@charsize=\dimen264
Package hyperref Info: Hyper figures OFF on input line 6001.
Package hyperref Info: Link nesting OFF on input line 6006.
Package hyperref Info: Hyper index ON on input line 6009.
Package hyperref Info: backreferencing OFF on input line 6016.
Package hyperref Info: Link coloring OFF on input line 6021.
Package hyperref Info: Link coloring with OCG OFF on input line 6026.
Package hyperref Info: PDF/A mode OFF on input line 6031.
LaTeX Info: Redefining \ref on input line 6078.
LaTeX Info: Redefining \pageref on input line 6078.
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/base\atbegshi-ltx.sty
Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi
package with kernel methods
)
\Hy@abspage=\count306
\c@Item=\count307
\c@Hfootnote=\count308
)
Package hyperref Info: Driver (autodetected): hpdftex.
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/hyperref\hpdftex.def
File: hpdftex.def 2022-05-17 v7.00q Hyperref driver for pdfTeX
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/base\atveryend-ltx.sty
Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend pac
kage
with kernel methods
)
\Fld@listcount=\count309
\c@bookmark@seq@number=\count310
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/rerunfilecheck\rerunfil
echeck.sty
Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/generic/uniquecounter\uniquec
ounter.sty
Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO)
)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
86.
)
\Hy@SectionHShift=\skip100
)
Package hyperref Info: Option `breaklinks' set `true' on input line 89.
Package hyperref Info: Option `bookmarksopen' set `true' on input line 89.
(CV_RyszardCzekaj_en.aux)
\openout1 = `CV_RyszardCzekaj_en.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 89.
LaTeX Font Info: ... okay on input line 89.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 89.
LaTeX Font Info: ... okay on input line 89.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 89.
LaTeX Font Info: ... okay on input line 89.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 89.
LaTeX Font Info: ... okay on input line 89.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 89.
LaTeX Font Info: ... okay on input line 89.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 89.
LaTeX Font Info: ... okay on input line 89.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 89.
LaTeX Font Info: ... okay on input line 89.
LaTeX Font Info: Checking defaults for QX/qtm/m/n on input line 89.
LaTeX Font Info: ... okay on input line 89.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 89.
LaTeX Font Info: ... okay on input line 89.
LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 89.
LaTeX Font Info: ... okay on input line 89.
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/context/base/mkii\supp-pdf.mk
ii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count311
\scratchdimen=\dimen265
\scratchbox=\box71
\nofMPsegments=\count312
\nofMParguments=\count313
\everyMPshowfont=\toks35
\MPscratchCnt=\count314
\MPscratchDim=\dimen266
\MPnumerator=\count315
\makeMPintoPDFobject=\count316
\everyMPtoPDFconversion=\toks36
)
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/epstopdf-pkg\epstopdf-b
ase.sty
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
85.
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/00miktex\epstopdf-sys.c
fg
File: epstopdf-sys.cfg 2021/03/18 v2.0 Configuration of epstopdf for MiKTeX
))
LaTeX Info: Redefining \microtypecontext on input line 89.
Package microtype Info: Applying patch `item' on input line 89.
Package microtype Info: Applying patch `toc' on input line 89.
Package microtype Info: Applying patch `eqnum' on input line 89.
Package microtype Info: Applying patch `footnote' on input line 89.
Package microtype Info: Generating PDF output.
Package microtype Info: Character protrusion enabled (level 2).
Package microtype Info: Using default protrusion set `alltext'.
Package microtype Info: Automatic font expansion enabled (level 2),
(microtype) stretch: 20, shrink: 20, step: 1, non-selected.
Package microtype Info: Using default expansion set `alltext-nott'.
LaTeX Info: Redefining \showhyphens on input line 89.
Package microtype Info: No adjustment of tracking.
Package microtype Info: No adjustment of interword spacing.
Package microtype Info: No adjustment of character kerning.
(C:\Users\rycho\AppData\Local\Programs\MiKTeX\tex/latex/microtype\mt-cmr.cfg
File: mt-cmr.cfg 2013/05/19 v2.2 microtype config. file: Computer Modern Roman
(RS)
)
Package microtype Info: Loading generic protrusion settings for font family
(microtype) `cmr' (encoding: QX).
(microtype) For optimal results, create family-specific settings.
(microtype) See the microtype manual for details.
Package microtype Warning: Unknown slot number of character
(microtype) `\textcommabelow S'
(microtype) in font encoding `QX' in inheritance list
(microtype) `microtype.cfg/343(protrusion)'.
Package microtype Warning: Unknown slot number of character
(microtype) `\textcommabelow s'
(microtype) in font encoding `QX' in inheritance list
(microtype) `microtype.cfg/343(protrusion)'.
Package microtype Warning: Unknown slot number of character
(microtype) `\textcommabelow T'
(microtype) in font encoding `QX' in inheritance list
(microtype) `microtype.cfg/343(protrusion)'.
Package microtype Warning: Unknown slot number of character
(microtype) `\textcommabelow t'
(microtype) in font encoding `QX' in inheritance list
(microtype) `microtype.cfg/343(protrusion)'.
Package hyperref Info: Link coloring OFF on input line 89.
(CV_RyszardCzekaj_en.out) (CV_RyszardCzekaj_en.out)
\@outlinefile=\write4
\openout4 = `CV_RyszardCzekaj_en.out'.
\pagenumberwidth=\skip101
LaTeX Font Warning: Font shape `QX/cmr/m/sl' undefined
(Font) using `QX/cmr/m/n' instead on input line 89.
LaTeX Font Warning: Font shape `QX/cmr/m/it' undefined
(Font) using `QX/cmr/m/sl' instead on input line 89.
\makecvheadpicturebox=\box72
<0.jpg, id=35, 1606.0pt x 1204.5pt>
File: 0.jpg Graphic file (type jpg)
<use 0.jpg>
Package pdftex.def Info: 0.jpg used on input line 93.
(pdftex.def) Requested size: 59.0pt x 44.23865pt.
\makecvheadpicturewidth=\skip102
\makecvheadnamebox=\box73
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <10.95> on input line 93.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <8> on input line 93.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <6> on input line 93.
Underfull \hbox (badness 10000) in paragraph at lines 93--93
[]
LaTeX Font Warning: Font shape `QX/cmr/bx/n' undefined
(Font) using `QX/cmr/m/n' instead on input line 95.
LaTeX Font Warning: Font shape `QX/cmr/m/it' undefined
(Font) using `QX/cmr/m/sl' instead on input line 95.
! Undefined control sequence.
<argument> ...age {\itshape \color {see}(\weblink
{http://dd1studio.com/})}\...
l.95 ...or{see}(\weblink{http://dd1studio.com/})}}
?
LaTeX Font Warning: Font shape `QX/cmr/m/it' undefined
(Font) using `QX/cmr/m/sl' instead on input line 96.
! Undefined control sequence.
<argument> ...ers {\itshape \color {see}(\weblink
{http://www.vanhappenconta...
l.96 ...ee}(\weblink{http://www.goatcheese.nl/})}}
%\newline \hfill{\itshape\...
?
LaTeX Font Warning: Font shape `QX/cmr/m/it' undefined
(Font) using `QX/cmr/m/sl' instead on input line 96.
! Undefined control sequence.
<argument> ...ooy {\itshape \color {see}(\weblink
{http://www.derooy.com/})}...
l.96 ...ee}(\weblink{http://www.goatcheese.nl/})}}
%\newline \hfill{\itshape\...
?
LaTeX Font Warning: Font shape `QX/cmr/m/it' undefined
(Font) using `QX/cmr/m/sl' instead on input line 96.
! Undefined control sequence.
<argument> ...ong {\itshape \color {see}(\weblink
{http://www.goatcheese.nl/...
l.96 ...ee}(\weblink{http://www.goatcheese.nl/})}}
%\newline \hfill{\itshape\...
?
Underfull \hbox (badness 4366) in paragraph at lines 96--96
[]\QX/cmr/m/n/10 (+20) Van Hap-pen Con-ta-iners [](http://www.vanhappencontaine
rs.nl/)[], De
[]