summaryrefslogtreecommitdiff
path: root/Thesis.log
blob: 9f1f0d6a0317012a40de4a7f763b37f0082744a9 (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
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018/W32TeX) (preloaded format=pdflatex 2019.3.18)  15 MAY 2019 17:25
entering extended mode
 restricted \write18 enabled.
 %&-line parsing enabled.
**Thesis.tex
(./Thesis.tex
LaTeX2e <2018-04-01> patch level 2
Babel <3.18> and hyphenation patterns for 84 language(s) loaded.
(./Style/ucasthesis.cls

LaTeX Warning: You have requested document class `Style/ucasthesis',
               but the document class provides `ucasthesis'.

Document Class: ucasthesis 2014/10/01 v1.0 LaTeX document class
(c:/texlive/2018/texmf-dist/tex/latex/ctex/ctexbook.cls
(c:/texlive/2018/texmf-dist/tex/latex/l3kernel/expl3.sty
Package: expl3 2018/03/05 L3 programming layer (loader) 

(c:/texlive/2018/texmf-dist/tex/latex/l3kernel/expl3-code.tex
Package: expl3 2018/03/05 L3 programming layer (code)
\c_max_int=\count80
\l_tmpa_int=\count81
\l_tmpb_int=\count82
\g_tmpa_int=\count83
\g_tmpb_int=\count84
\g__intarray_font_int=\count85
\g__prg_map_int=\count86
\c_log_iow=\count87
\l_iow_line_count_int=\count88
\l__iow_line_target_int=\count89
\l__iow_one_indent_int=\count90
\l__iow_indent_int=\count91
\c_zero_dim=\dimen102
\c_max_dim=\dimen103
\l_tmpa_dim=\dimen104
\l_tmpb_dim=\dimen105
\g_tmpa_dim=\dimen106
\g_tmpb_dim=\dimen107
\c_zero_skip=\skip41
\c_max_skip=\skip42
\l_tmpa_skip=\skip43
\l_tmpb_skip=\skip44
\g_tmpa_skip=\skip45
\g_tmpb_skip=\skip46
\c_zero_muskip=\muskip10
\c_max_muskip=\muskip11
\l_tmpa_muskip=\muskip12
\l_tmpb_muskip=\muskip13
\g_tmpa_muskip=\muskip14
\g_tmpb_muskip=\muskip15
\l_keys_choice_int=\count92
\c__fp_leading_shift_int=\count93
\c__fp_middle_shift_int=\count94
\c__fp_trailing_shift_int=\count95
\c__fp_big_leading_shift_int=\count96
\c__fp_big_middle_shift_int=\count97
\c__fp_big_trailing_shift_int=\count98
\c__fp_Bigg_leading_shift_int=\count99
\c__fp_Bigg_middle_shift_int=\count100
\c__fp_Bigg_trailing_shift_int=\count101
\c__fp_rand_size_int=\count102
\c__fp_rand_four_int=\count103
\c__fp_rand_eight_int=\count104
\l__sort_length_int=\count105
\l__sort_min_int=\count106
\l__sort_top_int=\count107
\l__sort_max_int=\count108
\l__sort_true_max_int=\count109
\l__sort_block_int=\count110
\l__sort_begin_int=\count111
\l__sort_end_int=\count112
\l__sort_A_int=\count113
\l__sort_B_int=\count114
\l__sort_C_int=\count115
\l__tl_build_start_index_int=\count116
\l__tl_build_index_int=\count117
\l__tl_analysis_normal_int=\count118
\l__tl_analysis_index_int=\count119
\l__tl_analysis_nesting_int=\count120
\l__tl_analysis_type_int=\count121
\l__regex_internal_a_int=\count122
\l__regex_internal_b_int=\count123
\l__regex_internal_c_int=\count124
\l__regex_balance_int=\count125
\l__regex_group_level_int=\count126
\l__regex_mode_int=\count127
\c__regex_cs_in_class_mode_int=\count128
\c__regex_cs_mode_int=\count129
\l__regex_catcodes_int=\count130
\l__regex_default_catcodes_int=\count131
\c__regex_catcode_D_int=\count132
\c__regex_catcode_S_int=\count133
\c__regex_catcode_L_int=\count134
\c__regex_catcode_O_int=\count135
\c__regex_catcode_A_int=\count136
\c__regex_all_catcodes_int=\count137
\l__regex_show_lines_int=\count138
\l__regex_min_state_int=\count139
\l__regex_max_state_int=\count140
\l__regex_left_state_int=\count141
\l__regex_right_state_int=\count142
\l__regex_capturing_group_int=\count143
\l__regex_min_pos_int=\count144
\l__regex_max_pos_int=\count145
\l__regex_curr_pos_int=\count146
\l__regex_start_pos_int=\count147
\l__regex_success_pos_int=\count148
\l__regex_curr_char_int=\count149
\l__regex_curr_catcode_int=\count150
\l__regex_last_char_int=\count151
\l__regex_case_changed_char_int=\count152
\l__regex_curr_state_int=\count153
\l__regex_step_int=\count154
\l__regex_min_active_int=\count155
\l__regex_max_active_int=\count156
\l__regex_replacement_csnames_int=\count157
\l__regex_match_count_int=\count158
\l__regex_min_submatch_int=\count159
\l__regex_submatch_int=\count160
\l__regex_zeroth_submatch_int=\count161
\g__regex_trace_regex_int=\count162
\c_empty_box=\box26
\l_tmpa_box=\box27
\l_tmpb_box=\box28
\g_tmpa_box=\box29
\g_tmpb_box=\box30
\l__box_top_dim=\dimen108
\l__box_bottom_dim=\dimen109
\l__box_left_dim=\dimen110
\l__box_right_dim=\dimen111
\l__box_top_new_dim=\dimen112
\l__box_bottom_new_dim=\dimen113
\l__box_left_new_dim=\dimen114
\l__box_right_new_dim=\dimen115
\l__box_internal_box=\box31
\l__coffin_internal_box=\box32
\l__coffin_internal_dim=\dimen116
\l__coffin_offset_x_dim=\dimen117
\l__coffin_offset_y_dim=\dimen118
\l__coffin_x_dim=\dimen119
\l__coffin_y_dim=\dimen120
\l__coffin_x_prime_dim=\dimen121
\l__coffin_y_prime_dim=\dimen122
\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=\dimen123
\l__coffin_display_x_dim=\dimen124
\l__coffin_display_y_dim=\dimen125
\l__coffin_bounding_shift_dim=\dimen126
\l__coffin_left_corner_dim=\dimen127
\l__coffin_right_corner_dim=\dimen128
\l__coffin_bottom_corner_dim=\dimen129
\l__coffin_top_corner_dim=\dimen130
\l__coffin_scaled_total_height_dim=\dimen131
\l__coffin_scaled_width_dim=\dimen132
)
(c:/texlive/2018/texmf-dist/tex/latex/l3kernel/l3pdfmode.def
File: l3pdfmode.def 2017/03/18 v L3 Experimental driver: PDF mode
\l__driver_color_stack_int=\count163
))
Document Class: ctexbook 2018/01/28 v2.4.12 Chinese adapter for class book (CTE
X)
(c:/texlive/2018/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
Package: xparse 2018/02/21 L3 Experimental document command parser
\l__xparse_current_arg_int=\count164
\g__xparse_grabber_int=\count165
\l__xparse_m_args_int=\count166
\l__xparse_mandatory_args_int=\count167
\l__xparse_v_nesting_int=\count168
)
(c:/texlive/2018/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty
Package: l3keys2e 2018/02/21 LaTeX2e option processing using LaTeX3 keys
)
\g__file_internal_ior=\read1

(c:/texlive/2018/texmf-dist/tex/latex/ctex/ctexhook.sty
Package: ctexhook 2018/01/28 v2.4.12 Document and package hooks (CTEX)
)
(c:/texlive/2018/texmf-dist/tex/latex/ctex/ctexpatch.sty
Package: ctexpatch 2018/01/28 v2.4.12 Patching commands (CTEX)
)
(c:/texlive/2018/texmf-dist/tex/latex/base/fix-cm.sty
Package: fix-cm 2015/01/14 v1.1t fixes to LaTeX

(c:/texlive/2018/texmf-dist/tex/latex/base/ts1enc.def
File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
Now handling font encoding TS1 ...
... processing UTF-8 mapping file for font encoding TS1

(c:/texlive/2018/texmf-dist/tex/latex/base/ts1enc.dfu
File: ts1enc.dfu 2018/04/05 v1.2c UTF-8 support for inputenc
   defining Unicode char U+00A2 (decimal 162)
   defining Unicode char U+00A3 (decimal 163)
   defining Unicode char U+00A4 (decimal 164)
   defining Unicode char U+00A5 (decimal 165)
   defining Unicode char U+00A6 (decimal 166)
   defining Unicode char U+00A7 (decimal 167)
   defining Unicode char U+00A8 (decimal 168)
   defining Unicode char U+00A9 (decimal 169)
   defining Unicode char U+00AA (decimal 170)
   defining Unicode char U+00AC (decimal 172)
   defining Unicode char U+00AE (decimal 174)
   defining Unicode char U+00AF (decimal 175)
   defining Unicode char U+00B0 (decimal 176)
   defining Unicode char U+00B1 (decimal 177)
   defining Unicode char U+00B2 (decimal 178)
   defining Unicode char U+00B3 (decimal 179)
   defining Unicode char U+00B4 (decimal 180)
   defining Unicode char U+00B5 (decimal 181)
   defining Unicode char U+00B6 (decimal 182)
   defining Unicode char U+00B7 (decimal 183)
   defining Unicode char U+00B9 (decimal 185)
   defining Unicode char U+00BA (decimal 186)
   defining Unicode char U+00BC (decimal 188)
   defining Unicode char U+00BD (decimal 189)
   defining Unicode char U+00BE (decimal 190)
   defining Unicode char U+00D7 (decimal 215)
   defining Unicode char U+00F7 (decimal 247)
   defining Unicode char U+0192 (decimal 402)
   defining Unicode char U+02C7 (decimal 711)
   defining Unicode char U+02D8 (decimal 728)
   defining Unicode char U+02DD (decimal 733)
   defining Unicode char U+0E3F (decimal 3647)
   defining Unicode char U+2016 (decimal 8214)
   defining Unicode char U+2020 (decimal 8224)
   defining Unicode char U+2021 (decimal 8225)
   defining Unicode char U+2022 (decimal 8226)
   defining Unicode char U+2030 (decimal 8240)
   defining Unicode char U+2031 (decimal 8241)
   defining Unicode char U+203B (decimal 8251)
   defining Unicode char U+203D (decimal 8253)
   defining Unicode char U+2044 (decimal 8260)
   defining Unicode char U+204E (decimal 8270)
   defining Unicode char U+2052 (decimal 8274)
   defining Unicode char U+20A1 (decimal 8353)
   defining Unicode char U+20A4 (decimal 8356)
   defining Unicode char U+20A6 (decimal 8358)
   defining Unicode char U+20A9 (decimal 8361)
   defining Unicode char U+20AB (decimal 8363)
   defining Unicode char U+20AC (decimal 8364)
   defining Unicode char U+20B1 (decimal 8369)
   defining Unicode char U+2103 (decimal 8451)
   defining Unicode char U+2116 (decimal 8470)
   defining Unicode char U+2117 (decimal 8471)
   defining Unicode char U+211E (decimal 8478)
   defining Unicode char U+2120 (decimal 8480)
   defining Unicode char U+2122 (decimal 8482)
   defining Unicode char U+2126 (decimal 8486)
   defining Unicode char U+2127 (decimal 8487)
   defining Unicode char U+212E (decimal 8494)
   defining Unicode char U+2190 (decimal 8592)
   defining Unicode char U+2191 (decimal 8593)
   defining Unicode char U+2192 (decimal 8594)
   defining Unicode char U+2193 (decimal 8595)
   defining Unicode char U+2329 (decimal 9001)
   defining Unicode char U+232A (decimal 9002)
   defining Unicode char U+2422 (decimal 9250)
   defining Unicode char U+25E6 (decimal 9702)
   defining Unicode char U+25EF (decimal 9711)
   defining Unicode char U+266A (decimal 9834)
   defining Unicode char U+FEFF (decimal 65279)
)))
(c:/texlive/2018/texmf-dist/tex/latex/ms/everysel.sty
Package: everysel 2011/10/28 v1.2 EverySelectfont Package (MS)
)
\l__ctex_tmp_int=\count169
\l__ctex_tmp_box=\box41
\l__ctex_tmp_dim=\dimen133
\g__ctex_font_size_flag=\count170

(c:/texlive/2018/texmf-dist/tex/latex/ctex/config/ctexopts.cfg
File: ctexopts.cfg 2018/01/28 v2.4.12 Option configuration file (CTEX)
)
(c:/texlive/2018/texmf-dist/tex/latex/base/book.cls
Document Class: book 2014/09/29 v1.4h Standard LaTeX document class
(c:/texlive/2018/texmf-dist/tex/latex/base/bk12.clo
File: bk12.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
)
\c@part=\count171
\c@chapter=\count172
\c@section=\count173
\c@subsection=\count174
\c@subsubsection=\count175
\c@paragraph=\count176
\c@subparagraph=\count177
\c@figure=\count178
\c@table=\count179
\abovecaptionskip=\skip47
\belowcaptionskip=\skip48
\bibindent=\dimen134
)
(c:/texlive/2018/texmf-dist/tex/latex/ctex/engine/ctex-engine-pdftex.def
File: ctex-engine-pdftex.def 2018/01/28 v2.4.12 (pdf)LaTeX adapter (CTEX)

(c:/texlive/2018/texmf-dist/tex/latex/cjk/texinput/CJKutf8.sty
Package: CJKutf8 2015/04/18 4.8.4

(c:/texlive/2018/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2017/03/15 v3.2 Provides the ifpdf switch
)
(c:/texlive/2018/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2018/04/06 v1.3b Input encoding file
\inpenc@prehook=\toks14
\inpenc@posthook=\toks15
)
(c:/texlive/2018/texmf-dist/tex/latex/cjk/texinput/CJK.sty
Package: CJK 2015/04/18 4.8.4

(c:/texlive/2018/texmf-dist/tex/latex/cjk/texinput/mule/MULEenc.sty
Package: MULEenc 2015/04/18 4.8.4
)
(c:/texlive/2018/texmf-dist/tex/latex/cjk/texinput/CJK.enc
File: CJK.enc 2015/04/18 4.8.4
Now handling font encoding C00 ...
... no UTF-8 mapping file for font encoding C00
Now handling font encoding C05 ...
... no UTF-8 mapping file for font encoding C05
Now handling font encoding C09 ...
... no UTF-8 mapping file for font encoding C09
Now handling font encoding C10 ...
... no UTF-8 mapping file for font encoding C10
Now handling font encoding C20 ...
... no UTF-8 mapping file for font encoding C20
Now handling font encoding C19 ...
... no UTF-8 mapping file for font encoding C19
Now handling font encoding C40 ...
... no UTF-8 mapping file for font encoding C40
Now handling font encoding C42 ...
... no UTF-8 mapping file for font encoding C42
Now handling font encoding C43 ...
... no UTF-8 mapping file for font encoding C43
Now handling font encoding C50 ...
... no UTF-8 mapping file for font encoding C50
Now handling font encoding C52 ...
... no UTF-8 mapping file for font encoding C52
Now handling font encoding C49 ...
... no UTF-8 mapping file for font encoding C49
Now handling font encoding C60 ...
... no UTF-8 mapping file for font encoding C60
Now handling font encoding C61 ...
... no UTF-8 mapping file for font encoding C61
Now handling font encoding C63 ...
... no UTF-8 mapping file for font encoding C63
Now handling font encoding C64 ...
... no UTF-8 mapping file for font encoding C64
Now handling font encoding C65 ...
... no UTF-8 mapping file for font encoding C65
Now handling font encoding C70 ...
... no UTF-8 mapping file for font encoding C70
Now handling font encoding C31 ...
... no UTF-8 mapping file for font encoding C31
Now handling font encoding C32 ...
... no UTF-8 mapping file for font encoding C32
Now handling font encoding C33 ...
... no UTF-8 mapping file for font encoding C33
Now handling font encoding C34 ...
... no UTF-8 mapping file for font encoding C34
Now handling font encoding C35 ...
... no UTF-8 mapping file for font encoding C35
Now handling font encoding C36 ...
... no UTF-8 mapping file for font encoding C36
Now handling font encoding C37 ...
... no UTF-8 mapping file for font encoding C37
Now handling font encoding C80 ...
... no UTF-8 mapping file for font encoding C80
Now handling font encoding C81 ...
... no UTF-8 mapping file for font encoding C81
Now handling font encoding C01 ...
... no UTF-8 mapping file for font encoding C01
Now handling font encoding C11 ...
... no UTF-8 mapping file for font encoding C11
Now handling font encoding C21 ...
... no UTF-8 mapping file for font encoding C21
Now handling font encoding C41 ...
... no UTF-8 mapping file for font encoding C41
Now handling font encoding C62 ...
... no UTF-8 mapping file for font encoding C62
)
LaTeX Info: Redefining \selectfont on input line 755.
\CJK@indent=\box42
)
(c:/texlive/2018/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2017/04/05 v2.0i Standard LaTeX package
))
(c:/texlive/2018/texmf-dist/tex/latex/cjkpunct/CJKpunct.sty
Package: CJKpunct 2016/05/14 4.8.4
\CJKpunct@cnta=\count180
\CJKpunct@cntb=\count181
\CJKpunct@cntc=\count182
\CJKpunct@cntd=\count183
\CJKpunct@cnte=\count184
   defining Unicode char U+2018 (decimal 8216)
   defining Unicode char U+2019 (decimal 8217)
   defining Unicode char U+201C (decimal 8220)
   defining Unicode char U+201D (decimal 8221)
   defining Unicode char U+2014 (decimal 8212)
   defining Unicode char U+2026 (decimal 8230)

(c:/texlive/2018/texmf-dist/tex/latex/cjkpunct/CJKpunct.spa))
(c:/texlive/2018/texmf-dist/tex/latex/cjk/texinput/CJKspace.sty
Package: CJKspace 2015/04/18 3.8.0
)
(c:/texlive/2018/texmf-dist/tex/latex/ctex/ctexspa.def
File: ctexspa.def 2018/01/28 v2.4.12 Space info for CJKpunct (CTEX)
)
(c:/texlive/2018/texmf-dist/tex/latex/cjk/texinput/CJKfntef.sty
Package: CJKfntef 2015/04/18 4.8.4

(c:/texlive/2018/texmf-dist/tex/latex/cjk/texinput/CJKulem.sty
Package: CJKulem 2015/04/18 4.8.4

(c:/texlive/2018/texmf-dist/tex/generic/ulem/ulem.sty
\UL@box=\box43
\UL@hyphenbox=\box44
\UL@skip=\skip49
\UL@hook=\toks16
\UL@height=\dimen135
\UL@pe=\count185
\UL@pixel=\dimen136
\ULC@box=\box45
Package: ulem 2012/05/18
\ULdepth=\dimen137
)
\UL@lastkern=\dimen138
\CJK@skip=\skip50
)
\CJK@fntefSkip=\skip51
\CJK@nest=\count186
\CJK@fntefDimen=\dimen139
\CJK@underdotBox=\box46
\CJK@ULbox=\box47
\CJK@underanyskip=\dimen140
)
\ccwd=\dimen141
\l__ctex_ccglue_skip=\skip52
)
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \ctexset with sig. '' on line 388.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \CTEXsetup with sig. '+o>{\TrimSpaces }m' on line 394.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \CTEXoptions with sig. '+o' on line 400.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \CTEXsetfont with sig. '' on line 418.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \ziju with sig. 'm' on line 490.
.................................................
\l__ctex_ziju_dim=\dimen142
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \CTEXindent with sig. '' on line 531.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \CTEXnoindent with sig. '' on line 537.
.................................................

(c:/texlive/2018/texmf-dist/tex/latex/zhnumber/zhnumber.sty
Package: zhnumber 2018/01/28 v2.6 Typesetting numbers with Chinese glyphs
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhnumber with sig. '+o+m' on line 50.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhnumberwithoptions with sig. '+m+m' on line 57.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhnum with sig. '+o+m' on line 111.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhnumwithoptions with sig. '+m+m' on line 118.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhdig with sig. '+o+m' on line 295.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhdigwithoptions with sig. '+m+m' on line 302.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhdigits with sig. '+s+o+m' on line 316.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhdigitswithoptions with sig. '+m+m+m' on line 323.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhdate with sig. '+s+m' on line 382.
.................................................
\l__zhnum_scale_int=\count187
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhnumExtendScaleMap with sig. '>{\TrimSpaces }+o+m' on
. line 504.
.................................................
\l__zhnum_byte_min_int=\count188
\l__zhnum_byte_max_int=\count189
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zhnumsetup with sig. '+m' on line 934.
.................................................

(c:/texlive/2018/texmf-dist/tex/latex/zhnumber/zhnumber-utf8.cfg
File: zhnumber-utf8.cfg 2018/01/28 v2.6 Chinese numerals with UTF8 encoding
))
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \CTEXnumber with sig. 'mm' on line 554.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \CTEXdigits with sig. 'mm' on line 556.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \ctex_assign_heading_name:nn with sig. 'm>{\SplitArgument
. {\c_one }{,}}+m' on line 681.
.................................................
\l__ctex_heading_skip=\skip53
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \partmark with sig. 'm' on line 728.
.................................................
.................................................
. LaTeX info: "xparse/redefine-command"
. 
. Redefining command \refstepcounter with sig. 'm' on line 1323.
.................................................

(c:/texlive/2018/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-chinese-book.def
File: ctex-scheme-chinese-book.def 2018/01/28 v2.4.12 Chinese scheme for book (
CTEX)

(c:/texlive/2018/texmf-dist/tex/latex/ctex/config/ctex-name-utf8.cfg
File: ctex-name-utf8.cfg 2018/01/28 v2.4.12 Caption with encoding UTF8 (CTEX)
))
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \zihao with sig. 'm' on line 1326.
.................................................

(c:/texlive/2018/texmf-dist/tex/latex/ctex/ctex-cs4size.clo
File: ctex-cs4size.clo 2018/01/28 v2.4.12 cs4size option (CTEX)
)
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \CTeX with sig. '' on line 1430.
.................................................

(c:/texlive/2018/texmf-dist/tex/latex/ctex/fontset/ctex-fontset-windows.def
File: ctex-fontset-windows.def 2018/01/28 v2.4.12 Windows fonts definition (CTE
X)

(c:/texlive/2018/texmf-dist/tex/latex/ctex/fontset/ctex-fontset-windowsnew.def
File: ctex-fontset-windowsnew.def 2018/01/28 v2.4.12 Windows fonts definition f
or Vista or later version (CTEX)

(c:/texlive/2018/texmf-dist/tex/generic/ctex/zhwindowsfonts.tex
File: zhwindowsfonts.tex 2018/01/28 v2.4.12 Windows font map loader for pdfTeX 
and DVIPDFMx (CTEX)
{c:/texlive/2018/texmf-dist/fonts/map/pdftex/updmap/pdftex.map}{UGBK.sfd}{Unico
de.sfd})
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \songti with sig. '' on line 111.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \heiti with sig. '' on line 112.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \fangsong with sig. '' on line 113.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \kaishu with sig. '' on line 114.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \lishu with sig. '' on line 115.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \youyuan with sig. '' on line 116.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
. 
. Defining command \yahei with sig. '' on line 117.
.................................................
)))
(c:/texlive/2018/texmf-dist/tex/latex/ctex/config/ctex.cfg
File: ctex.cfg 2018/01/28 v2.4.12 Configuration file (CTEX)
)
(c:/texlive/2018/texmf-dist/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
)
(c:/texlive/2018/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2018/02/11 v2.5e e-TeX tools for LaTeX (JAW)
\etb@tempcnta=\count190
))
(./Style/ucasthesis.cfg
File: ucasthesis.cfg 2014/10/01 v1.0 class configuration file
) (./Style/artratex.sty

LaTeX Warning: You have requested package `Style/artratex',
               but the package provides `artratex'.

Package: artratex 2014/10/01 v1.0 LaTeX macros package
(c:/texlive/2018/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.
)

Package artratex Warning: Unknown option 'myhdr' on input line 176.

(c:/texlive/2018/texmf-dist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2017/09/02 v2.17a AMS math features
\@mathmargin=\skip54

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

(c:/texlive/2018/texmf-dist/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0 generic functions
\@emptytoks=\toks17
\ex@=\dimen143
))
(c:/texlive/2018/texmf-dist/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
\pmbraise@=\dimen144
)
(c:/texlive/2018/texmf-dist/tex/latex/amsmath/amsopn.sty
Package: amsopn 2016/03/08 v2.02 operator names
)
\inf@bad=\count191
LaTeX Info: Redefining \frac on input line 213.
\uproot@=\count192
\leftroot@=\count193
LaTeX Info: Redefining \overline on input line 375.
\classnum@=\count194
\DOTSCASE@=\count195
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@=\box48
\strutbox@=\box49
\big@size=\dimen145
LaTeX Font Info:    Redeclaring font encoding OML on input line 712.
LaTeX Font Info:    Redeclaring font encoding OMS on input line 713.
\macc@depth=\count196
\c@MaxMatrixCols=\count197
\dotsspace@=\muskip16
\c@parentequation=\count198
\dspbrk@lvl=\count199
\tag@help=\toks18
\row@=\count266
\column@=\count267
\maxfields@=\count268
\andhelp@=\toks19
\eqnshift@=\dimen146
\alignsep@=\dimen147
\tagshift@=\dimen148
\tagwidth@=\dimen149
\totwidth@=\dimen150
\lineht@=\dimen151
\@envbody=\toks20
\multlinegap=\skip55
\multlinetaggap=\skip56
\mathdisplay@stack=\toks21
LaTeX Info: Redefining \[ on input line 2817.
LaTeX Info: Redefining \] on input line 2818.
)
(c:/texlive/2018/texmf-dist/tex/latex/amscls/amsthm.sty
Package: amsthm 2017/10/31 v2.20.4
\thm@style=\toks22
\thm@bodyfont=\toks23
\thm@headfont=\toks24
\thm@notefont=\toks25
\thm@headpunct=\toks26
\thm@preskip=\skip57
\thm@postskip=\skip58
\thm@headsep=\skip59
\dth@everypar=\toks27
)
(c:/texlive/2018/texmf-dist/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2013/01/14 v3.01 AMS font symbols

(c:/texlive/2018/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.
))
\c@theorem=\count269
\c@definition=\count270
\c@example=\count271

(c:/texlive/2018/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2017/04/05 v2.0i Standard LaTeX package

(c:/texlive/2018/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.
))
(c:/texlive/2018/texmf-dist/tex/latex/newtx/newtxtext.sty
Package: newtxtext 2018/03/27 v1.531

`newtxtext' v1.531, 2018/03/27 Text macros taking advantage of TeX-Gyre Termes 
fonts (msharpe) (c:/texlive/2018/texmf-dist/tex/latex/fontaxes/fontaxes.sty
Package: fontaxes 2014/03/23 v1.0d Font selection axes
LaTeX Info: Redefining \upshape on input line 29.
LaTeX Info: Redefining \itshape on input line 31.
LaTeX Info: Redefining \slshape on input line 33.
LaTeX Info: Redefining \scshape on input line 37.
)
\ntx@fs=\dimen152

(c:/texlive/2018/texmf-dist/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2014/12/03 v2.7a package option processing (HA)

(c:/texlive/2018/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(c:/texlive/2018/texmf-dist/tex/generic/xkeyval/xkvutils.tex
\XKV@toks=\toks28
\XKV@tempa@toks=\toks29

(c:/texlive/2018/texmf-dist/tex/generic/xkeyval/keyval.tex))
\XKV@depth=\count272
File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
))
(c:/texlive/2018/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2017/04/05 v2.0i Standard LaTeX package

(c:/texlive/2018/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.
))
(c:/texlive/2018/texmf-dist/tex/latex/base/textcomp.sty
Package: textcomp 2017/04/05 v2.0i Standard LaTeX package
Package textcomp Info: Sub-encoding information:
(textcomp)               5 = only ISO-Adobe without \textcurrency
(textcomp)               4 = 5 + \texteuro
(textcomp)               3 = 4 + \textohm
(textcomp)               2 = 3 + \textestimated + \textcurrency
(textcomp)               1 = TS1 - \textcircled - \t
(textcomp)               0 = TS1 (full)
(textcomp)             Font families with sub-encoding setting implement
(textcomp)             only a restricted character set as indicated.
(textcomp)             Family '?' is the default used for unknown fonts.
(textcomp)             See the documentation for details.
Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 79.
Package textcomp Info: Changing ? sub-encoding to TS1/0 on input line 80.

(c:/texlive/2018/texmf-dist/tex/latex/base/ts1enc.def
File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
LaTeX Font Info:    Redeclaring font encoding TS1 on input line 47.
)
LaTeX Info: Redefining \oldstylenums on input line 334.
Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 349.
Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 350.
Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 351.
Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 352.
Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 353.
Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 354.
Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 355.
Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 356.
Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 357.
Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 358.
Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 359.
Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 360.
Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 361.
Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 362.
Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 363.
Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 364.
Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 365.
Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 366.
Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 367.
Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 368.
Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 369.
Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 370.
Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line 371.
Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line 372.

Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 373.
Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 374.
Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 375.
Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 376.
Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 377.
Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 378.
Package textcomp Info: Setting lmr sub-encoding to TS1/0 on input line 379.
Package textcomp Info: Setting lmdh sub-encoding to TS1/0 on input line 380.
Package textcomp Info: Setting lmss sub-encoding to TS1/0 on input line 381.
Package textcomp Info: Setting lmssq sub-encoding to TS1/0 on input line 382.
Package textcomp Info: Setting lmvtt sub-encoding to TS1/0 on input line 383.
Package textcomp Info: Setting lmtt sub-encoding to TS1/0 on input line 384.
Package textcomp Info: Setting qhv sub-encoding to TS1/0 on input line 385.
Package textcomp Info: Setting qag sub-encoding to TS1/0 on input line 386.
Package textcomp Info: Setting qbk sub-encoding to TS1/0 on input line 387.
Package textcomp Info: Setting qcr sub-encoding to TS1/0 on input line 388.
Package textcomp Info: Setting qcs sub-encoding to TS1/0 on input line 389.
Package textcomp Info: Setting qpl sub-encoding to TS1/0 on input line 390.
Package textcomp Info: Setting qtm sub-encoding to TS1/0 on input line 391.
Package textcomp Info: Setting qzc sub-encoding to TS1/0 on input line 392.
Package textcomp Info: Setting qhvc sub-encoding to TS1/0 on input line 393.
Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 394.
Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 395.
Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 396.
Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 397.
Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 398.
Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 399.
Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 400.
Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 401.
Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 402.
Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 403.
Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 404.
Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 405.
Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 406.
Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 407.
Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 408.
Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 409.
))
(c:/texlive/2018/texmf-dist/tex/latex/newtx/newtxmath.sty
Package: newtxmath 2017/12/14 v1.53

`newtxmath' v1.53, 2017/12/14 Math macros based on txfonts (msharpe)
(c:/texlive/2018/texmf-dist/tex/latex/oberdiek/centernot.sty
Package: centernot 2016/05/16 v1.4 Centers the not symbol horizontally (HO)
)
(c:/texlive/2018/texmf-dist/tex/generic/kastrup/binhex.tex)
\tx@Isdigit=\count273
LaTeX Font Info:    Redeclaring symbol font `operators' on input line 156.
LaTeX Font Info:    Overwriting symbol font `operators' in version `normal'
(Font)                  OT1/cmr/m/n --> OT1/ntxtlf/m/n on input line 156.
LaTeX Font Info:    Overwriting symbol font `operators' in version `bold'
(Font)                  OT1/cmr/bx/n --> OT1/ntxtlf/m/n on input line 156.
LaTeX Font Info:    Overwriting symbol font `operators' in version `bold'
(Font)                  OT1/ntxtlf/m/n --> OT1/ntxtlf/b/n on input line 157.
LaTeX Font Info:    Redeclaring math alphabet \mathsf on input line 163.
LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `normal'
(Font)                  OT1/cmss/m/n --> T1/qhv/m/n on input line 163.
LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `bold'
(Font)                  OT1/cmss/bx/n --> T1/qhv/m/n on input line 163.
LaTeX Font Info:    Redeclaring math alphabet \mathit on input line 164.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `normal'
(Font)                  OT1/cmr/m/it --> OT1/ntxtlf/m/it on input line 164.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `bold'
(Font)                  OT1/cmr/bx/it --> OT1/ntxtlf/m/it on input line 164.
LaTeX Font Info:    Redeclaring math alphabet \mathtt on input line 165.
LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `normal'
(Font)                  OT1/cmtt/m/n --> T1/ntxtt/m/n on input line 165.
LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `bold'
(Font)                  OT1/cmtt/m/n --> T1/ntxtt/m/n on input line 165.
LaTeX Font Info:    Redeclaring math alphabet \mathbf on input line 167.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `normal'
(Font)                  OT1/cmr/bx/n --> OT1/ntxtlf/b/n on input line 167.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `bold'
(Font)                  OT1/cmr/bx/n --> OT1/ntxtlf/b/n on input line 167.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `bold'
(Font)                  OT1/ntxtlf/m/it --> OT1/ntxtlf/b/it on input line 168.
LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `bold'
(Font)                  T1/qhv/m/n --> T1/qhv/b/n on input line 169.
LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `bold'
(Font)                  T1/ntxtt/m/n --> T1/ntxtt/b/n on input line 170.
LaTeX Font Info:    Redeclaring symbol font `letters' on input line 221.
LaTeX Font Info:    Overwriting symbol font `letters' in version `normal'
(Font)                  OML/cmm/m/it --> OML/ntxmi/m/it on input line 221.
LaTeX Font Info:    Overwriting symbol font `letters' in version `bold'
(Font)                  OML/cmm/b/it --> OML/ntxmi/m/it on input line 221.
LaTeX Font Info:    Overwriting symbol font `letters' in version `bold'
(Font)                  OML/ntxmi/m/it --> OML/ntxmi/b/it on input line 222.
\symlettersA=\mathgroup6
LaTeX Font Info:    Overwriting symbol font `lettersA' in version `bold'
(Font)                  U/ntxmia/m/it --> U/ntxmia/b/it on input line 238.
LaTeX Font Info:    Redeclaring math alphabet \mathfrak on input line 240.
Now handling font encoding LMS ...
... no UTF-8 mapping file for font encoding LMS
LaTeX Font Info:    Redeclaring symbol font `symbols' on input line 259.
LaTeX Font Info:    Encoding `OMS' has changed to `LMS' for symbol font
(Font)              `symbols' in the math version `normal' on input line 259.
LaTeX Font Info:    Overwriting symbol font `symbols' in version `normal'
(Font)                  OMS/cmsy/m/n --> LMS/ntxsy/m/n on input line 259.
LaTeX Font Info:    Encoding `OMS' has changed to `LMS' for symbol font
(Font)              `symbols' in the math version `bold' on input line 259.
LaTeX Font Info:    Overwriting symbol font `symbols' in version `bold'
(Font)                  OMS/cmsy/b/n --> LMS/ntxsy/m/n on input line 259.
LaTeX Font Info:    Overwriting symbol font `symbols' in version `bold'
(Font)                  LMS/ntxsy/m/n --> LMS/ntxsy/b/n on input line 260.
\symAMSm=\mathgroup7
LaTeX Font Info:    Overwriting symbol font `AMSm' in version `bold'
(Font)                  U/ntxsym/m/n --> U/ntxsym/b/n on input line 283.
\symsymbolsC=\mathgroup8
LaTeX Font Info:    Overwriting symbol font `symbolsC' in version `bold'
(Font)                  U/ntxsyc/m/n --> U/ntxsyc/b/n on input line 304.
Now handling font encoding LMX ...
... no UTF-8 mapping file for font encoding LMX
LaTeX Font Info:    Redeclaring symbol font `largesymbols' on input line 317.
LaTeX Font Info:    Encoding `OMX' has changed to `LMX' for symbol font
(Font)              `largesymbols' in the math version `normal' on input line 3
17.
LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `normal'
(Font)                  OMX/cmex/m/n --> LMX/ntxexx/m/n on input line 317.
LaTeX Font Info:    Encoding `OMX' has changed to `LMX' for symbol font
(Font)              `largesymbols' in the math version `bold' on input line 317
.
LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `bold'
(Font)                  OMX/cmex/m/n --> LMX/ntxexx/m/n on input line 317.
LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `bold'
(Font)                  LMX/ntxexx/m/n --> LMX/ntxexx/b/n on input line 318.
\symlargesymbolsTXA=\mathgroup9
LaTeX Font Info:    Overwriting symbol font `largesymbolsTXA' in version `bold'

(Font)                  U/ntxexa/m/n --> U/ntxexa/b/n on input line 332.
LaTeX Font Info:    Redeclaring math delimiter \lgroup on input line 503.
LaTeX Font Info:    Redeclaring math delimiter \rgroup on input line 504.
LaTeX Font Info:    Redeclaring math delimiter \lmoustache on input line 505.
LaTeX Font Info:    Redeclaring math delimiter \rmoustache on input line 506.
LaTeX Font Info:    Redeclaring math delimiter \lfloor on input line 512.
LaTeX Font Info:    Redeclaring math delimiter \rfloor on input line 513.
LaTeX Font Info:    Redeclaring math delimiter \lceil on input line 514.
LaTeX Font Info:    Redeclaring math delimiter \rceil on input line 515.
LaTeX Font Info:    Redeclaring math delimiter \lbrace on input line 516.
LaTeX Font Info:    Redeclaring math delimiter \rbrace on input line 517.
LaTeX Font Info:    Redeclaring math delimiter \langle on input line 518.
LaTeX Font Info:    Redeclaring math delimiter \rangle on input line 520.
LaTeX Font Info:    Redeclaring math symbol \mid on input line 522.
LaTeX Font Info:    Redeclaring math delimiter \arrowvert on input line 524.
LaTeX Font Info:    Redeclaring math delimiter \vert on input line 525.
LaTeX Font Info:    Redeclaring math symbol \parallel on input line 526.
LaTeX Font Info:    Redeclaring math delimiter \Arrowvert on input line 527.
LaTeX Font Info:    Redeclaring math delimiter \Vert on input line 528.
LaTeX Font Info:    Redeclaring math delimiter \updownarrow on input line 530.
LaTeX Font Info:    Redeclaring math delimiter \Updownarrow on input line 531.
LaTeX Font Info:    Redeclaring math delimiter \lvert on input line 536.
LaTeX Font Info:    Redeclaring math delimiter \rvert on input line 537.
LaTeX Font Info:    Redeclaring math delimiter \lVert on input line 538.
LaTeX Font Info:    Redeclaring math delimiter \rVert on input line 539.
LaTeX Info: Redefining \not on input line 2146.
LaTeX Info: Redefining \textsquare on input line 2176.
LaTeX Info: Redefining \openbox on input line 2178.
)
(c:/texlive/2018/texmf-dist/tex/latex/jknapltx/mathrsfs.sty
Package: mathrsfs 1996/01/01 Math RSFS package v1.0 (jk)
\symrsfs=\mathgroup10
)
(c:/texlive/2018/texmf-dist/tex/latex/mathalfa/mathalfa.sty
Package: mathalfa 2017/02/23 - 1.09mathalfa (License LPPL) Michael Sharpe
LaTeX Font Info:    Redeclaring math alphabet \mathcal on input line 189.
LaTeX Font Info:    Overwriting math alphabet `\mathcal' in version `bold'
(Font)                  U/cmsy/m/n --> U/cmsy/b/n on input line 190.
)
(c:/texlive/2018/texmf-dist/tex/latex/natbib/natbib.sty
Package: natbib 2010/09/13 8.31b (PWD, AO)
\bibhang=\skip60
\bibsep=\skip61
LaTeX Info: Redefining \cite on input line 694.
\c@NAT@ctr=\count274
)
(c:/texlive/2018/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 2017/06/01 v1.1a Enhanced LaTeX Graphics (DPC,SPQR)

(c:/texlive/2018/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2017/06/25 v1.2c Standard LaTeX Graphics (DPC,SPQR)

(c:/texlive/2018/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
)
(c:/texlive/2018/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.

(c:/texlive/2018/texmf-dist/tex/latex/graphics-def/pdftex.def
File: pdftex.def 2018/01/08 v1.0l Graphics/color driver for pdftex
))
\Gin@req@height=\dimen153
\Gin@req@width=\dimen154
)
(c:/texlive/2018/texmf-dist/tex/latex/caption/caption.sty
Package: caption 2016/02/21 v3.3-144 Customizing captions (AR)

(c:/texlive/2018/texmf-dist/tex/latex/caption/caption3.sty
Package: caption3 2016/05/22 v1.7-166 caption3 kernel (AR)
Package caption3 Info: TeX engine: e-TeX on input line 67.
\captionmargin=\dimen155
\captionmargin@=\dimen156
\captionwidth=\dimen157
\caption@tempdima=\dimen158
\caption@indent=\dimen159
\caption@parindent=\dimen160
\caption@hangindent=\dimen161
)
\c@ContinuedFloat=\count275
)
(c:/texlive/2018/texmf-dist/tex/latex/caption/subcaption.sty
Package: subcaption 2016/05/22 v1.1-161 Sub-captions (AR)
\c@subfigure=\count276
\c@subtable=\count277
)
(c:/texlive/2018/texmf-dist/tex/latex/caption/bicaption.sty
Package: bicaption 2016/03/27 v1.1-158 Bilingual Captions (AR)
\bicaption@lang=\count278
Package bicaption Info: main language is not set.
)
(c:/texlive/2018/texmf-dist/tex/latex/placeins/placeins.sty
Package: placeins 2005/04/18  v 2.2
)
(c:/texlive/2018/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=\skip62
\f@nch@O@elh=\skip63
\f@nch@O@erh=\skip64
\f@nch@O@olh=\skip65
\f@nch@O@orh=\skip66
\f@nch@O@elf=\skip67
\f@nch@O@erf=\skip68
\f@nch@O@olf=\skip69
\f@nch@O@orf=\skip70
)
(c:/texlive/2018/texmf-dist/tex/latex/xcolor/xcolor.sty
Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK)

(c:/texlive/2018/texmf-dist/tex/latex/graphics-cfg/color.cfg
File: color.cfg 2016/01/02 v1.6 sample color configuration
)
Package xcolor Info: Package option `usenames' ignored on input line 216.
Package xcolor Info: Driver file: pdftex.def on input line 225.

(c:/texlive/2018/texmf-dist/tex/latex/colortbl/colortbl.sty
Package: colortbl 2012/02/13 v1.0a Color table columns (DPC)

(c:/texlive/2018/texmf-dist/tex/latex/tools/array.sty
Package: array 2018/04/07 v2.4g Tabular extension package (FMi)
\col@sep=\dimen162
\ar@mcellbox=\box50
\extrarowheight=\dimen163
\NC@list=\toks30
\extratabsurround=\skip71
\backup@length=\skip72
\ar@cellbox=\box51
)
\everycr=\toks31
\minrowclearance=\skip73
)
\rownum=\count279
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.

(c:/texlive/2018/texmf-dist/tex/latex/graphics/dvipsnam.def
File: dvipsnam.def 2016/06/17 v3.0m Driver-dependent file (DPC,SPQR)
))
(c:/texlive/2018/texmf-dist/tex/latex/tools/verbatim.sty
Package: verbatim 2014/10/28 v1.5q LaTeX2e package for verbatim enhancements
\every@verbatim=\toks32
\verbatim@line=\toks33
\verbatim@in@stream=\read2
)
(c:/texlive/2018/texmf-dist/tex/latex/enumitem/enumitem.sty
Package: enumitem 2011/09/28 v3.5.2 Customized lists
\enitkv@toks@=\toks34
\labelindent=\skip74
\enit@outerparindent=\dimen164
\enit@toks=\toks35
\enit@inbox=\box52
\enitdp@description=\count280
)
(c:/texlive/2018/texmf-dist/tex/latex/listings/listings.sty
\lst@mode=\count281
\lst@gtempboxa=\box53
\lst@token=\toks36
\lst@length=\count282
\lst@currlwidth=\dimen165
\lst@column=\count283
\lst@pos=\count284
\lst@lostspace=\dimen166
\lst@width=\dimen167
\lst@newlines=\count285
\lst@lineno=\count286
\lst@maxwidth=\dimen168

(c:/texlive/2018/texmf-dist/tex/latex/listings/lstmisc.sty
File: lstmisc.sty 2015/06/04 1.6 (Carsten Heinz)
\c@lstnumber=\count287
\lst@skipnumbers=\count288
\lst@framebox=\box54
)
(c:/texlive/2018/texmf-dist/tex/latex/listings/listings.cfg
File: listings.cfg 2015/06/04 1.6 listings configuration
))
Package: listings 2015/06/04 1.6 (Carsten Heinz)

(c:/texlive/2018/texmf-dist/tex/latex/algorithmicx/algpseudocode.sty
Package: algpseudocode 

(c:/texlive/2018/texmf-dist/tex/latex/base/ifthen.sty
Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC)
)
(c:/texlive/2018/texmf-dist/tex/latex/algorithmicx/algorithmicx.sty
Package: algorithmicx 2005/04/27 v1.2 Algorithmicx

Document Style algorithmicx 1.2 - a greatly improved `algorithmic' style
\c@ALG@line=\count289
\c@ALG@rem=\count290
\c@ALG@nested=\count291
\ALG@tlm=\skip75
\ALG@thistlm=\skip76
\c@ALG@Lnr=\count292
\c@ALG@blocknr=\count293
\c@ALG@storecount=\count294
\c@ALG@tmpcounter=\count295
\ALG@tmplength=\skip77
)
Document Style - pseudocode environments for use with the `algorithmicx' style
) (c:/texlive/2018/texmf-dist/tex/latex/algorithms/algorithm.sty
Package: algorithm 2009/08/24 v0.1 Document Style `algorithm' - floating enviro
nment

(c:/texlive/2018/texmf-dist/tex/latex/float/float.sty
Package: float 2001/11/08 v1.3d Float enhancements (AL)
\c@float@type=\count296
\float@exts=\toks37
\float@box=\box55
\@float@everytoks=\toks38
\@f