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

(/usr/share/texlive/texmf-dist/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.

(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def
File: pdftex.def 2018/01/08 v1.0l Graphics/color driver for pdftex
)
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.
)
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2017/04/05 v2.0i Standard LaTeX package

(/usr/share/texlive/texmf-dist/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.
))
(/usr/share/texmf/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.
)
(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip10
Package: url 2013/09/16  ver 3.4  Verb mode for urls, etc.
)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 2017/06/01 v1.1a Enhanced LaTeX Graphics (DPC,SPQR)

(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
\KV@toks@=\toks14
)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2017/06/25 v1.2c Standard LaTeX Graphics (DPC,SPQR)

(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
)
(/usr/share/texlive/texmf-dist/tex/latex/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.
)
\Gin@req@height=\dimen102
\Gin@req@width=\dimen103
)
(/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
Package: fancyhdr 2017/06/30 v3.9a Extensive control of page headers and footer
s
\f@nch@headwidth=\skip41
\f@nch@O@elh=\skip42
\f@nch@O@erh=\skip43
\f@nch@O@olh=\skip44
\f@nch@O@orh=\skip45
\f@nch@O@elf=\skip46
\f@nch@O@erf=\skip47
\f@nch@O@olf=\skip48
\f@nch@O@orf=\skip49
)
(./tweaklist.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty
Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ)
\calc@Acount=\count81
\calc@Bcount=\count82
\calc@Adimen=\dimen104
\calc@Bdimen=\dimen105
\calc@Askip=\skip50
\calc@Bskip=\skip51
LaTeX Info: Redefining \setlength on input line 80.
LaTeX Info: Redefining \addtolength on input line 81.
\calc@Ccount=\count83
\calc@Cskip=\skip52
)
(/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty
Package: expl3 2018-06-14 L3 programming layer (loader) 

(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3-code.tex
Package: expl3 2018-06-14 L3 programming layer (code)
\c_max_int=\count84
\l_tmpa_int=\count85
\l_tmpb_int=\count86
\g_tmpa_int=\count87
\g_tmpb_int=\count88
\g__kernel_prg_map_int=\count89
\c_log_iow=\count90
\l_iow_line_count_int=\count91
\l__iow_line_target_int=\count92
\l__iow_one_indent_int=\count93
\l__iow_indent_int=\count94
\c_zero_dim=\dimen106
\c_max_dim=\dimen107
\l_tmpa_dim=\dimen108
\l_tmpb_dim=\dimen109
\g_tmpa_dim=\dimen110
\g_tmpb_dim=\dimen111
\c_zero_skip=\skip53
\c_max_skip=\skip54
\l_tmpa_skip=\skip55
\l_tmpb_skip=\skip56
\g_tmpa_skip=\skip57
\g_tmpb_skip=\skip58
\c_zero_muskip=\muskip11
\c_max_muskip=\muskip12
\l_tmpa_muskip=\muskip13
\l_tmpb_muskip=\muskip14
\g_tmpa_muskip=\muskip15
\g_tmpb_muskip=\muskip16
\l_keys_choice_int=\count95
\l__intarray_loop_int=\count96
\c__intarray_sp_dim=\dimen112
\g__intarray_font_int=\count97
\c__fp_leading_shift_int=\count98
\c__fp_middle_shift_int=\count99
\c__fp_trailing_shift_int=\count100
\c__fp_big_leading_shift_int=\count101
\c__fp_big_middle_shift_int=\count102
\c__fp_big_trailing_shift_int=\count103
\c__fp_Bigg_leading_shift_int=\count104
\c__fp_Bigg_middle_shift_int=\count105
\c__fp_Bigg_trailing_shift_int=\count106
\c__kernel_randint_max_int=\count107
\g__fp_array_int=\count108
\l__fp_array_loop_int=\count109
\l__sort_length_int=\count110
\l__sort_min_int=\count111
\l__sort_top_int=\count112
\l__sort_max_int=\count113
\l__sort_true_max_int=\count114
\l__sort_block_int=\count115
\l__sort_begin_int=\count116
\l__sort_end_int=\count117
\l__sort_A_int=\count118
\l__sort_B_int=\count119
\l__sort_C_int=\count120
\l__tl_analysis_normal_int=\count121
\l__tl_analysis_index_int=\count122
\l__tl_analysis_nesting_int=\count123
\l__tl_analysis_type_int=\count124
\l__regex_internal_a_int=\count125
\l__regex_internal_b_int=\count126
\l__regex_internal_c_int=\count127
\l__regex_balance_int=\count128
\l__regex_group_level_int=\count129
\l__regex_mode_int=\count130
\c__regex_cs_in_class_mode_int=\count131
\c__regex_cs_mode_int=\count132
\l__regex_catcodes_int=\count133
\l__regex_default_catcodes_int=\count134
\c__regex_catcode_D_int=\count135
\c__regex_catcode_S_int=\count136
\c__regex_catcode_L_int=\count137
\c__regex_catcode_O_int=\count138
\c__regex_catcode_A_int=\count139
\c__regex_all_catcodes_int=\count140
\l__regex_show_lines_int=\count141
\l__regex_min_state_int=\count142
\l__regex_max_state_int=\count143
\l__regex_left_state_int=\count144
\l__regex_right_state_int=\count145
\l__regex_capturing_group_int=\count146
\l__regex_min_pos_int=\count147
\l__regex_max_pos_int=\count148
\l__regex_curr_pos_int=\count149
\l__regex_start_pos_int=\count150
\l__regex_success_pos_int=\count151
\l__regex_curr_char_int=\count152
\l__regex_curr_catcode_int=\count153
\l__regex_last_char_int=\count154
\l__regex_case_changed_char_int=\count155
\l__regex_curr_state_int=\count156
\l__regex_step_int=\count157
\l__regex_min_active_int=\count158
\l__regex_max_active_int=\count159
\l__regex_replacement_csnames_int=\count160
\l__regex_match_count_int=\count161
\l__regex_min_submatch_int=\count162
\l__regex_submatch_int=\count163
\l__regex_zeroth_submatch_int=\count164
\g__regex_trace_regex_int=\count165
\c_empty_box=\box26
\l_tmpa_box=\box27
\l_tmpb_box=\box28
\g_tmpa_box=\box29
\g_tmpb_box=\box30
\l__box_top_dim=\dimen113
\l__box_bottom_dim=\dimen114
\l__box_left_dim=\dimen115
\l__box_right_dim=\dimen116
\l__box_top_new_dim=\dimen117
\l__box_bottom_new_dim=\dimen118
\l__box_left_new_dim=\dimen119
\l__box_right_new_dim=\dimen120
\l__box_internal_box=\box31
\l__coffin_internal_box=\box32
\l__coffin_internal_dim=\dimen121
\l__coffin_offset_x_dim=\dimen122
\l__coffin_offset_y_dim=\dimen123
\l__coffin_x_dim=\dimen124
\l__coffin_y_dim=\dimen125
\l__coffin_x_prime_dim=\dimen126
\l__coffin_y_prime_dim=\dimen127
\c_empty_coffin=\box33
\l__coffin_aligned_coffin=\box34
\l__coffin_aligned_internal_coffin=\box35
\l_tmpa_coffin=\box36
\l_tmpb_coffin=\box37
\l__coffin_display_coffin=\box38
\l__coffin_display_coord_coffin=\box39
\l__coffin_display_pole_coffin=\box40
\l__coffin_display_offset_dim=\dimen128
\l__coffin_display_x_dim=\dimen129
\l__coffin_display_y_dim=\dimen130
\g__file_internal_ior=\read1
\l__coffin_bounding_shift_dim=\dimen131
\l__coffin_left_corner_dim=\dimen132
\l__coffin_right_corner_dim=\dimen133
\l__coffin_bottom_corner_dim=\dimen134
\l__coffin_top_corner_dim=\dimen135
\l__coffin_scaled_total_height_dim=\dimen136
\l__coffin_scaled_width_dim=\dimen137
\l__seq_internal_a_int=\count166
\l__seq_internal_b_int=\count167
)
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3pdfmode.def
File: l3pdfmode.def 2018-06-14 v L3 Experimental driver: PDF mode
\l__driver_color_stack_int=\count168
))
Package: xparse 2018-05-12 L3 Experimental document command parser
\l__xparse_current_arg_int=\count169
\g__xparse_grabber_int=\count170
\l__xparse_m_args_int=\count171
\l__xparse_mandatory_args_int=\count172
\l__xparse_v_nesting_int=\count173
)
(/usr/share/texlive/texmf-dist/tex/latex/microtype/microtype.sty
Package: microtype 2018/01/14 v2.7a Micro-typographical refinements (RS)
\MT@toks=\toks15
\MT@count=\count174
LaTeX Info: Redefining \textls on input line 793.
\MT@outer@kern=\dimen138
LaTeX Info: Redefining \textmicrotypecontext on input line 1339.
\MT@listname@count=\count175

(/usr/share/texlive/texmf-dist/tex/latex/microtype/microtype-pdftex.def
File: microtype-pdftex.def 2018/01/14 v2.7a Definitions specific to pdftex (RS)

LaTeX Info: Redefining \lsstyle on input line 913.
LaTeX Info: Redefining \lslig on input line 913.
\MT@outer@space=\skip59
)
Package microtype Info: Loading configuration file microtype.cfg.

(/usr/share/texlive/texmf-dist/tex/latex/microtype/microtype.cfg
File: microtype.cfg 2018/01/14 v2.7a microtype main configuration file (RS)
))
(./moderncvcompatibility.sty
Package: moderncvcompatibility 2013/02/09 v1.3.0 modern curriculum vitae and le
tter compatibility patches
)
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \address with sig. 'mG{}G{}' on line 228.
.................................................
 (./collection.sty
Package: collection 2013/03/28 v1.0.0 collections
\c@collection@iterator=\count176
)
\c@collection@phones@count=\count177
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \photo with sig. 'O{64pt}O{0.4pt}m' on line 310.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \section with sig. 'sm' on line 356.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \subsection with sig. 'sm' on line 360.
.................................................
\c@cvcolumnscounter=\count178
\c@cvcolumnsautowidthcounter=\count179
\c@tmpiteratorcounter=\count180
\cvcolumnsdummywidth=\skip60
\cvcolumnswidth=\skip61
\cvcolumnsautowidth=\skip62
\cvcolumnautowidth=\skip63
\bibindent=\skip64
) (./moderncvstyleclassic.sty
Package: moderncvstyleclassic 2013/02/09 v1.3.0 modern curriculum vitae and let
ter style scheme: classic

(./moderncviconsmarvosym.sty
Package: moderncviconsmarvosym 2013/02/09 v1.3.0 modern curriculum vitae and le
tter icons: marvosym
)
\quotewidth=\skip65
\hintscolumnwidth=\skip66
\separatorcolumnwidth=\skip67
\maincolumnwidth=\skip68
\doubleitemmaincolumnwidth=\skip69
\listitemsymbolwidth=\skip70
LaTeX Font Info:    Try loading font information for U+mvs on input line 68.

(/usr/share/texlive/texmf-dist/tex/latex/marvosym/umvs.fd)
\listitemmaincolumnwidth=\skip71
\listdoubleitemmaincolumnwidth=\skip72
\makecvtitlenamewidth=\skip73
\baseletterheight=\skip74
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \section with sig. 'sm' on line 156.
.................................................
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \subsection with sig. 'sm' on line 168.
.................................................
\cvitemwithcommentmainbox=\box41
\cvitemwithcommentmainlength=\skip75
\cvitemwithcommentcommentlength=\skip76
)
(./moderncvcolorblack.sty
Package: moderncvcolorblack 2013/02/09 v1.3.0 modern curriculum vitae and lette
r color scheme: black
)
(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2018/04/06 v1.3b Input encoding file
\inpenc@prehook=\toks16
\inpenc@posthook=\toks17
)
(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
Package: geometry 2018/04/16 v5.8 Page Geometry

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2017/03/15 v3.2 Provides the ifpdf switch
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty
Package: ifvtex 2016/05/16 v1.6 Detect VTeX and its facilities (HO)
Package ifvtex Info: VTeX not detected.
)
(/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
)
\Gm@cnth=\count181
\Gm@cntv=\count182
\c@Gm@tempcnt=\count183
\Gm@bindingoffset=\dimen139
\Gm@wd@mp=\dimen140
\Gm@odd@mp=\dimen141
\Gm@even@mp=\dimen142
\Gm@layoutwidth=\dimen143
\Gm@layoutheight=\dimen144
\Gm@layouthoffset=\dimen145
\Gm@layoutvoffset=\dimen146
\Gm@dimlist=\toks18
)
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2017/09/02 v2.17a AMS math features
\@mathmargin=\skip77

For additional information on amsmath, use the `?' option.
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01 AMS text

(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0 generic functions
\@emptytoks=\toks19
\ex@=\dimen147
))
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
\pmbraise@=\dimen148
)
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
Package: amsopn 2016/03/08 v2.02 operator names
)
\inf@bad=\count184
LaTeX Info: Redefining \frac on input line 213.
\uproot@=\count185
\leftroot@=\count186
LaTeX Info: Redefining \overline on input line 375.
\classnum@=\count187
\DOTSCASE@=\count188
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@=\box42
\strutbox@=\box43
\big@size=\dimen149
LaTeX Font Info:    Redeclaring font encoding OML on input line 712.
LaTeX Font Info:    Redeclaring font encoding OMS on input line 713.
\macc@depth=\count189
\c@MaxMatrixCols=\count190
\dotsspace@=\muskip17
\c@parentequation=\count191
\dspbrk@lvl=\count192
\tag@help=\toks20
\row@=\count193
\column@=\count194
\maxfields@=\count195
\andhelp@=\toks21
\eqnshift@=\dimen150
\alignsep@=\dimen151
\tagshift@=\dimen152
\tagwidth@=\dimen153
\totwidth@=\dimen154
\lineht@=\dimen155
\@envbody=\toks22
\multlinegap=\skip78
\multlinetaggap=\skip79
\mathdisplay@stack=\toks23
LaTeX Info: Redefining \[ on input line 2817.
LaTeX Info: Redefining \] on input line 2818.
)
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2013/01/14 v3.01 AMS font symbols

(/usr/share/texlive/texmf-dist/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.
))
(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty
Package: biblatex 2018/03/04 v3.11 programmable bibliographies (PK/MW)

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
Package: pdftexcmds 2018/01/30 v0.27 Utility functions of pdfTeX for LuaTeX (HO
)

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2016/05/16 v1.4 Providing info/warning/error messages (HO)
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty
Package: ifluatex 2016/05/16 v1.4 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2016/05/16 v1.23 LaTeX kernel commands for general use (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.
)
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2016/05/16 v3.12 Key value format for package options (HO)

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
Package: kvsetkeys 2016/05/16 v1.17 Key value parser (HO)

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/etexcmds.sty
Package: etexcmds 2016/05/16 v1.6 Avoid name clashes with e-TeX commands (HO)
)))
(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.sty
Package: logreq 2010/08/04 v1.0 xml request logger
\lrq@indent=\count196

(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.def
File: logreq.def 2010/08/04 v1.0 logreq spec v1.0
))
(/usr/share/texlive/texmf-dist/tex/generic/xstring/xstring.sty
(/usr/share/texlive/texmf-dist/tex/generic/xstring/xstring.tex
\@xs@message=\write3
\integerpart=\count197
\decimalpart=\count198
)
Package: xstring 2013/10/13  v1.7c  String manipulations (C Tellechea)
)
\c@tabx@nest=\count199
\c@listtotal=\count266
\c@listcount=\count267
\c@liststart=\count268
\c@liststop=\count269
\c@citecount=\count270
\c@citetotal=\count271
\c@multicitecount=\count272
\c@multicitetotal=\count273
\c@instcount=\count274
\c@maxnames=\count275
\c@minnames=\count276
\c@maxitems=\count277
\c@minitems=\count278
\c@citecounter=\count279
\c@savedcitecounter=\count280
\c@uniquelist=\count281
\c@uniquename=\count282
\c@refsection=\count283
\c@refsegment=\count284
\c@maxextratitle=\count285
\c@maxextratitleyear=\count286
\c@maxextradate=\count287
\c@maxextraalpha=\count288
\c@abbrvpenalty=\count289
\c@highnamepenalty=\count290
\c@lownamepenalty=\count291
\c@maxparens=\count292
\c@parenlevel=\count293
\blx@tempcnta=\count294
\blx@tempcntb=\count295
\blx@tempcntc=\count296
\blx@maxsection=\count297
\blx@maxsegment@0=\count298
\blx@notetype=\count299
\blx@parenlevel@text=\count300
\blx@parenlevel@foot=\count301
\blx@sectionciteorder@0=\count302
\labelnumberwidth=\skip80
\labelalphawidth=\skip81
\biblabelsep=\skip82
\bibitemsep=\skip83
\bibnamesep=\skip84
\bibinitsep=\skip85
\bibparsep=\skip86
\bibhang=\skip87
\blx@bcfin=\read2
\blx@bcfout=\write4
\c@mincomprange=\count303
\c@maxcomprange=\count304
\c@mincompwidth=\count305
Package biblatex Info: Trying to load biblatex default data model...
Package biblatex Info: ... file 'blx-dm.def' found.

(/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-dm.def
File: blx-dm.def 2018/03/04 v3.11 biblatex localization (PK/MW)
)
Package biblatex Info: Trying to load biblatex style data model...
Package biblatex Info: ... file 'ieee.dbx' not found.
Package biblatex Info: Trying to load biblatex custom data model...
Package biblatex Info: ... file 'biblatex-dm.cfg' not found.
\c@afterword=\count306
\c@savedafterword=\count307
\c@annotator=\count308
\c@savedannotator=\count309
\c@author=\count310
\c@savedauthor=\count311
\c@bookauthor=\count312
\c@savedbookauthor=\count313
\c@commentator=\count314
\c@savedcommentator=\count315
\c@editor=\count316
\c@savededitor=\count317
\c@editora=\count318
\c@savededitora=\count319
\c@editorb=\count320
\c@savededitorb=\count321
\c@editorc=\count322
\c@savededitorc=\count323
\c@foreword=\count324
\c@savedforeword=\count325
\c@holder=\count326
\c@savedholder=\count327
\c@introduction=\count328
\c@savedintroduction=\count329
\c@namea=\count330
\c@savednamea=\count331
\c@nameb=\count332
\c@savednameb=\count333
\c@namec=\count334
\c@savednamec=\count335
\c@translator=\count336
\c@savedtranslator=\count337
\c@shortauthor=\count338
\c@savedshortauthor=\count339
\c@shorteditor=\count340
\c@savedshorteditor=\count341
\c@labelname=\count342
\c@savedlabelname=\count343
\c@institution=\count344
\c@savedinstitution=\count345
\c@lista=\count346
\c@savedlista=\count347
\c@listb=\count348
\c@savedlistb=\count349
\c@listc=\count350
\c@savedlistc=\count351
\c@listd=\count352
\c@savedlistd=\count353
\c@liste=\count354
\c@savedliste=\count355
\c@listf=\count356
\c@savedlistf=\count357
\c@location=\count358
\c@savedlocation=\count359
\c@organization=\count360
\c@savedorganization=\count361
\c@origlocation=\count362
\c@savedoriglocation=\count363
\c@origpublisher=\count364
\c@savedorigpublisher=\count365
\c@publisher=\count366
\c@savedpublisher=\count367
\c@language=\count368
\c@savedlanguage=\count369
\c@origlanguage=\count370
\c@savedoriglanguage=\count371
\c@pageref=\count372
\c@savedpageref=\count373
\shorthandwidth=\skip88
\shortjournalwidth=\skip89
\shortserieswidth=\skip90
\shorttitlewidth=\skip91
\shortauthorwidth=\skip92
\shorteditorwidth=\skip93
\locallabelnumberwidth=\skip94
\locallabelalphawidth=\skip95
\localshorthandwidth=\skip96
\localshortjournalwidth=\skip97
\localshortserieswidth=\skip98
\localshorttitlewidth=\skip99
\localshortauthorwidth=\skip100
\localshorteditorwidth=\skip101
Package biblatex Info: Trying to load compatibility code...
Package biblatex Info: ... file 'blx-compat.def' found.

(/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-compat.def
File: blx-compat.def 2018/03/04 v3.11 biblatex compatibility (PK/MW)
)
Package biblatex Info: Trying to load BibTeX backend compatibility...
Package biblatex Info: ... file 'blx-bibtex.def' found.

(/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-bibtex.def
File: blx-bibtex.def 2018/03/04 v3.11 biblatex compatibility (PK/MW)


Package biblatex Warning: Using fall-back BibTeX(8) backend:
(biblatex)                functionality may be reduced/unavailable.

)
Package biblatex Info: Trying to load generic definitions...
Package biblatex Info: ... file 'biblatex.def' found.
 (/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.def
File: biblatex.def 2018/03/04 v3.11 biblatex compatibility (PK/MW)
\c@textcitecount=\count374
\c@textcitetotal=\count375
\c@textcitemaxnames=\count376
\c@biburlnumpenalty=\count377
\c@biburlucpenalty=\count378
\c@biburllcpenalty=\count379
\c@smartand=\count380
)
Package biblatex Info: Trying to load bibliography style 'ieee'...
Package biblatex Info: ... file 'ieee.bbx' found.

(/usr/share/texlive/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx
File: ieee.bbx 2018/08/20 v1.3 biblatex bibliography style
Package biblatex Info: Trying to load bibliography style 'numeric-comp'...
Package biblatex Info: ... file 'numeric-comp.bbx' found.

(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/numeric-comp.bbx
File: numeric-comp.bbx 2018/03/04 v3.11 biblatex bibliography style (PK/MW)
Package biblatex Info: Trying to load bibliography style 'numeric'...
Package biblatex Info: ... file 'numeric.bbx' found.

(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx
File: numeric.bbx 2018/03/04 v3.11 biblatex bibliography style (PK/MW)
Package biblatex Info: Trying to load bibliography style 'standard'...
Package biblatex Info: ... file 'standard.bbx' found.

(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/standard.bbx
File: standard.bbx 2018/03/04 v3.11 biblatex bibliography style (PK/MW)
\c@bbx:relatedcount=\count381
\c@bbx:relatedtotal=\count382
))))
Package biblatex Info: Trying to load citation style 'ieee'...
Package biblatex Info: ... file 'ieee.cbx' found.

(/usr/share/texlive/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx
File: ieee.cbx 2018/08/20 v1.3 biblatex citation style
Package biblatex Info: Trying to load citation style 'numeric-comp'...
Package biblatex Info: ... file 'numeric-comp.cbx' found.

(/usr/share/texlive/texmf-dist/tex/latex/biblatex/cbx/numeric-comp.cbx
File: numeric-comp.cbx 2018/03/04 v3.11 biblatex citation style (PK/MW)
\c@cbx@tempcnta=\count383
\c@cbx@tempcntb=\count384
Package biblatex Info: Redefining '\cite'.
Package biblatex Info: Redefining '\parencite'.
Package biblatex Info: Redefining '\footcite'.
Package biblatex Info: Redefining '\footcitetext'.
Package biblatex Info: Redefining '\smartcite'.
Package biblatex Info: Redefining '\supercite'.
Package biblatex Info: Redefining '\textcite'.
Package biblatex Info: Redefining '\textcites'.
Package biblatex Info: Redefining '\cites'.
Package biblatex Info: Redefining '\parencites'.
Package biblatex Info: Redefining '\smartcites'.
)
Package biblatex Info: Redefining '\cite'.
Package biblatex Info: Redefining '\cites'.
)
Package biblatex Info: Trying to load configuration file...
Package biblatex Info: ... file 'biblatex.cfg' found.

(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.cfg
File: biblatex.cfg 
))
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2018/02/06 v6.86b Hypertext links for LaTeX

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


(/usr/share/texlive/texmf-dist/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 hobsub Info: Skipping package `infwarerr' (already loaded).
Package hobsub Info: Skipping package `ltxcmds' (already loaded).
Package hobsub Info: Skipping package `ifluatex' (already loaded).
Package hobsub Info: Skipping package `ifvtex' (already loaded).
Package: intcalc 2016/05/16 v1.2 Expandable calculations with integers (HO)
Package hobsub Info: Skipping package `ifpdf' (already loaded).
Package hobsub Info: Skipping package `etexcmds' (already loaded).
Package hobsub Info: Skipping package `kvsetkeys' (already loaded).
Package: kvdefinekeys 2016/05/16 v1.4 Define keys (HO)
Package hobsub Info: Skipping package `pdftexcmds' (already loaded).
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: 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)
)
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty
Package: auxhook 2016/05/16 v1.4 Hooks for auxiliary files (HO)
)
\@linkdim=\dimen156
\Hy@linkcounter=\count385
\Hy@pagecounter=\count386

(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2018/02/06 v6.86b Hyperref: PDFDocEncoding definition (HO)
Now handling font encoding PD1 ...
... no UTF-8 mapping file for font encoding PD1
)
\Hy@SavedSpaceFactor=\count387

(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
Package hyperref Info: Option `unicode' set `true' on input line 4383.

(/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def
File: puenc.def 2018/02/06 v6.86b Hyperref: PDF Unicode definition (HO)
Now handling font encoding PU ...
... no UTF-8 mapping file for font encoding PU
)
Package hyperref Info: Hyper figures OFF on input line 4509.
Package hyperref Info: Link nesting OFF on input line 4514.
Package hyperref Info: Hyper index ON on input line 4517.
Package hyperref Info: Plain pages OFF on input line 4524.
Package hyperref Info: Backreferencing OFF on input line 4529.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks ON on input line 4762.
\c@Hy@tempcnt=\count388
LaTeX Info: Redefining \url on input line 5115.
\XeTeXLinkMargin=\dimen157
\Fld@menulength=\count389
\Field@Width=\dimen158
\Fld@charsize=\dimen159
Package hyperref Info: Hyper figures OFF on input line 6369.
Package hyperref Info: Link nesting OFF on input line 6374.
Package hyperref Info: Hyper index ON on input line 6377.
Package hyperref Info: backreferencing OFF on input line 6384.
Package hyperref Info: Link coloring OFF on input line 6389.
Package hyperref Info: Link coloring with OCG OFF on input line 6394.
Package hyperref Info: PDF/A mode OFF on input line 6399.
LaTeX Info: Redefining \ref on input line 6439.
LaTeX Info: Redefining \pageref on input line 6443.
\Hy@abspage=\count390
\c@Item=\count391
\c@Hfootnote=\count392
)
Package hyperref Info: Driver (autodetected): hpdftex.

(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2018/02/06 v6.86b Hyperref driver for pdfTeX
\Fld@listcount=\count393
\c@bookmark@seq@number=\count394

(/usr/share/texlive/texmf-dist/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=\skip102
)
Package hyperref Info: Option `breaklinks' set `true' on input line 69.
Package hyperref Info: Option `bookmarksopen' set `true' on input line 69.


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

Package biblatex Info: Trying to load language 'english'...
Package biblatex Info: ... file 'english.lbx' found.
(/usr/share/texlive/texmf-dist/tex/latex/biblatex/lbx/english.lbx
File: english.lbx 2018/03/04 v3.11 biblatex localization (PK/MW)
)
\@quotelevel=\count395
\@quotereset=\count396

(./CV-extended.aux)
\openout1 = `CV-extended.aux'.

LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 69.
LaTeX Font Info:    ... okay on input line 69.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 69.
LaTeX Font Info:    ... okay on input line 69.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 69.
LaTeX Font Info:    ... okay on input line 69.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 69.
LaTeX Font Info:    ... okay on input line 69.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 69.
LaTeX Font Info:    ... okay on input line 69.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 69.
LaTeX Font Info:    ... okay on input line 69.
LaTeX Font Info:    Checking defaults for PD1/pdf/m/n on input line 69.
LaTeX Font Info:    ... okay on input line 69.
LaTeX Font Info:    Checking defaults for PU/pdf/m/n on input line 69.
LaTeX Font Info:    ... okay on input line 69.
LaTeX Font Info:    Try loading font information for T1+lmr on input line 69.
 (/usr/share/texmf/tex/latex/lm/t1lmr.fd
File: t1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count397
\scratchdimen=\dimen160
\scratchbox=\box44
\nofMPsegments=\count398
\nofMParguments=\count399
\everyMPshowfont=\toks24
\MPscratchCnt=\count400
\MPscratchDim=\dimen161
\MPnumerator=\count401
\makeMPintoPDFobject=\count402
\everyMPtoPDFconversion=\toks25
) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
Package: epstopdf-base 2016/05/15 v2.6 Base part for package epstopdf

(/usr/share/texlive/texmf-dist/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.

(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
e
))
LaTeX Info: Redefining \microtypecontext on input line 69.
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 `basictext'.
Package microtype Info: No adjustment of tracking.
Package microtype Info: No adjustment of interword spacing.
Package microtype Info: No adjustment of character kerning.

(/usr/share/texlive/texmf-dist/tex/latex/microtype/mt-cmr.cfg
File: mt-cmr.cfg 2013/05/19 v2.2 microtype config. file: Computer Modern Roman 
(RS)
)
*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
*geometry* verbose mode - [ preamble ] result:
* driver: pdftex
* paper: letterpaper
* layout: <same size as paper>
* layoutoffset:(h,v)=(0.0pt,0.0pt)
* modes: 
* h-part:(L,W,R)=(76.78688pt, 460.72124pt, 76.78688pt)
* v-part:(T,H,B)=(79.49698pt, 596.22748pt, 119.24553pt)
* \paperwidth=614.295pt
* \paperheight=794.96999pt
* \textwidth=460.72124pt
* \textheight=596.22748pt
* \oddsidemargin=4.51689pt
* \evensidemargin=4.51689pt
* \topmargin=-29.77301pt
* \headheight=12.0pt
* \headsep=25.0pt
* \topskip=11.0pt
* \footskip=30.0pt
* \marginparwidth=59.0pt
* \marginparsep=10.0pt
* \columnsep=10.0pt
* \skip\footins=10.0pt plus 4.0pt minus 2.0pt
* \hoffset=0.0pt
* \voffset=0.0pt
* \mag=1000
* \@twocolumnfalse
* \@twosidefalse
* \@mparswitchfalse
* \@reversemarginfalse
* (1in=72.27pt=25.4mm, 1cm=28.453pt)

Package biblatex Info: Input encoding 'utf8' detected.
Package biblatex Info: Automatic encoding selection.
(biblatex)             Assuming data encoding 'utf8'.
Package biblatex Info: Input encoding 'utf8' specified.
Package biblatex Info: Data encoding 'utf8' specified.
(biblatex)             No need to reencode data.
\openout4 = `CV-extended-blx.bib'.

Package biblatex Info: Trying to load bibliographic data...
Package biblatex Info: ... file 'CV-extended.bbl' found.
(./CV-extended.bbl

Package biblatex Warning: BibTeX reported the following issues
(biblatex)                with 'Cox2018':
(biblatex)                - Invalid format of field 'month'.

)
Package biblatex Info: Reference section=0 on input line 69.
Package biblatex Info: Reference segment=0 on input line 69.
\AtBeginShipoutBox=\box45
Package hyperref Info: Link coloring OFF on input line 69.
 (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2016/05/21 v2.44 Cross-referencing by name of section

(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty
Package: gettitlestring 2016/05/16 v1.5 Cleanup title references (HO)
)
\c@section@level=\count403
)
LaTeX Info: Redefining \ref on input line 69.
LaTeX Info: Redefining \pageref on input line 69.
LaTeX Info: Redefining \nameref on input line 69.

(./CV-extended.out) (./CV-extended.out)
\@outlinefile=\write5
\openout5 = `CV-extended.out'.

\pagenumberwidth=\skip103
\makecvtitledetailsbox=\box46
LaTeX Font Info:    Try loading font information for OT1+lmr on input line 72.

(/usr/share/texmf/tex/latex/lm/ot1lmr.fd
File: ot1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
LaTeX Font Info:    Try loading font information for OML+lmm on input line 72.

(/usr/share/texmf/tex/latex/lm/omllmm.fd
File: omllmm.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
LaTeX Font Info:    Try loading font information for OMS+lmsy on input line 72.


(/usr/share/texmf/tex/latex/lm/omslmsy.fd
File: omslmsy.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
LaTeX Font Info:    Try loading font information for OMX+lmex on input line 72.


(/usr/share/texmf/tex/latex/lm/omxlmex.fd
File: omxlmex.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
LaTeX Font Info:    External font `lmex10' loaded for size
(Font)              <10> on input line 72.
LaTeX Font Info:    External font `lmex10' loaded for size
(Font)              <7> on input line 72.
LaTeX Font Info:    External font `lmex10' loaded for size
(Font)              <5> on input line 72.
LaTeX Font Info:    Try loading font information for U+msa on input line 72.

(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
File: umsa.fd 2013/01/14 v3.01 AMS symbols A
)
(/usr/share/texlive/texmf-dist/tex/latex/microtype/mt-msa.cfg
File: mt-msa.cfg 2006/02/04 v1.1 microtype config. file: AMS symbols (a) (RS)
)
LaTeX Font Info:    Try loading font information for U+msb on input line 72.

(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
File: umsb.fd 2013/01/14 v3.01 AMS symbols B
)
(/usr/share/texlive/texmf-dist/tex/latex/microtype/mt-msb.cfg
File: mt-msb.cfg 2005/06/01 v1.0 microtype config. file: AMS symbols (b) (RS)
)
LaTeX Font Info:    Try loading font information for T1+lmtt on input line 72.

(/usr/share/texmf/tex/latex/lm/t1lmtt.fd
File: t1lmtt.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
Package microtype Info: Loading generic protrusion settings for font family
(microtype)             `lmtt' (encoding: T1).
(microtype)             For optimal results, create family-specific settings.
(microtype)             See the microtype manual for details.
\makecvtitlepicturebox=\box47
\makecvtitledetailswidth=\skip104
\makecvtitlepicturewidth=\skip105

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

 []

Package microtype Info: Character `029' is missing
(microtype)             in font `T1/lmr/m/sc/14.4'.
(microtype)             Ignoring protrusion settings for this character.
LaTeX Font Info:    External font `lmex10' loaded for size
(Font)              <10.95> on input line 75.
LaTeX Font Info:    External font `lmex10' loaded for size
(Font)              <8> on input line 75.
LaTeX Font Info:    External font `lmex10' loaded for size
(Font)              <6> on input line 75.
Package microtype Info: Character `029' is missing
(microtype)             in font `T1/lmr/m/sc/12'.
(microtype)             Ignoring protrusion settings for this character.
[1

{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] [3] [4]
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 354.
 [5]
Package atveryend Info: Empty hook `AfterLastShipout' on input line 354.

(./CV-extended.aux)
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 354.
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 354.
Package rerunfilecheck Info: File `CV-extended.out' has not changed.
(rerunfilecheck)             Checksum: 34172A238295B67A91C4E8B2496B862E;1346.
Package logreq Info: Writing requests to 'CV-extended.run.xml'.
\openout1 = `CV-extended.run.xml'.

 ) 
Here is how much of TeX's memory you used:
 28138 strings out of 492641
 483287 string characters out of 6131786
 755860 words of memory out of 5000000
 31594 multiletter control sequences out of 15000+600000
 619673 words of font info for 145 fonts, out of 8000000 for 9000
 1141 hyphenation exceptions out of 8191
 47i,14n,65p,892b,1351s stack positions out of 5000i,500n,10000p,200000b,80000s
{/usr/share/texmf/fonts/enc/dvips/lm/lm-ec.enc}{/usr/share/texmf/fonts/enc/dv
ips/lm/lm-mathit.enc}{/usr/share/texmf/fonts/enc/dvips/lm/lm-rm.enc}</usr/share
/texmf/fonts/type1/public/lm/lmbx10.pfb></usr/share/texmf/fonts/type1/public/lm
/lmcsc10.pfb></usr/share/texmf/fonts/type1/public/lm/lmmi10.pfb></usr/share/tex
mf/fonts/type1/public/lm/lmr10.pfb></usr/share/texmf/fonts/type1/public/lm/lmr1
2.pfb></usr/share/texmf/fonts/type1/public/lm/lmr17.pfb></usr/share/texmf/fonts
/type1/public/lm/lmri10.pfb></usr/share/texmf/fonts/type1/public/lm/lmro10.pfb>
</usr/share/texmf/fonts/type1/public/lm/lmro17.pfb></usr/share/texmf/fonts/type
1/public/lm/lmtt10.pfb></usr/share/texmf/fonts/type1/public/lm/lmtto10.pfb></us
r/share/texlive/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb>
Output written on CV-extended.pdf (5 pages, 283825 bytes).
PDF statistics:
 163 PDF objects out of 1000 (max. 8388607)
 141 compressed objects within 2 object streams
 28 named destinations out of 1000 (max. 500000)
 28777 words of extra memory for PDF output out of 29859 (max. 10000000)