-
Notifications
You must be signed in to change notification settings - Fork 0
/
natbib-test.log
1039 lines (976 loc) · 41.7 KB
/
natbib-test.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
This is XeTeX, Version 3.1415926-2.4-0.9998 (TeX Live 2012/W32TeX) (format=xelatex 2013.1.11) 1 FEB 2013 08:31
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**natbib-test.tex
(./natbib-test.tex
LaTeX2e <2011/06/27>
Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman-x-2012-05-30, ngerman-x-2012-05-30, afrikaans, ancientgreek, ibycus, arabi
c, armenian, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danis
h, dutch, ukenglish, usenglishmax, esperanto, estonian, ethiopic, farsi, finnis
h, french, friulan, galician, german, ngerman, swissgerman, monogreek, greek, h
ungarian, icelandic, assamese, bengali, gujarati, hindi, kannada, malayalam, ma
rathi, oriya, panjabi, tamil, telugu, indonesian, interlingua, irish, italian,
kurmanji, latin, latvian, lithuanian, mongolian, mongolianlmc, bokmal, nynorsk,
polish, portuguese, romanian, romansh, russian, sanskrit, serbian, serbianc, s
lovak, slovenian, spanish, swedish, turkish, turkmen, ukrainian, uppersorbian,
welsh, loaded.
(c:/texlive/2012/texmf-dist/tex/latex/koma-script/scrartcl.cls
Document Class: scrartcl 2012/05/15 v3.11 KOMA-Script document class (article)
(c:/texlive/2012/texmf-dist/tex/latex/koma-script/scrkbase.sty
Package: scrkbase 2012/05/15 v3.11 KOMA-Script package (KOMA-Script-dependent b
asics and keyval usage)
(c:/texlive/2012/texmf-dist/tex/latex/koma-script/scrbase.sty
Package: scrbase 2012/05/15 v3.11 KOMA-Script package (KOMA-Script-independent
basics and keyval usage)
(c:/texlive/2012/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
)
(c:/texlive/2012/texmf-dist/tex/latex/koma-script/scrlfile.sty
Package: scrlfile 2011/03/09 v3.09 KOMA-Script package (loading files)
Package scrlfile, 2011/03/09 v3.09 KOMA-Script package (loading files)
Copyright (C) Markus Kohm
))) (c:/texlive/2012/texmf-dist/tex/latex/koma-script/tocbasic.sty
Package: tocbasic 2012/04/04 v3.10b KOMA-Script package (handling toc-files)
)
Package tocbasic Info: omitting babel extension for `toc'
(tocbasic) because of feature `nobabel' available
(tocbasic) for `toc' on input line 115.
Package tocbasic Info: omitting babel extension for `lof'
(tocbasic) because of feature `nobabel' available
(tocbasic) for `lof' on input line 116.
Package tocbasic Info: omitting babel extension for `lot'
(tocbasic) because of feature `nobabel' available
(tocbasic) for `lot' on input line 117.
Package scrartcl Info: You've used obsolete option `12pt'.
(scrartcl) \KOMAExecuteOptions{fontsize=12pt} will be
(scrartcl) used instead.
(scrartcl) You may simply replace `12pt'
(scrartcl) by `fontsize=12pt'.
Package tocbasic Info: defining new hook before starting `lof' on input line 99
8.
Package tocbasic Info: defining new hook before starting `lot' on input line 99
8.
Class scrartcl Info: File `scrsize12pt.clo' used to setup font sizes on input l
ine 1265.
(c:/texlive/2012/texmf-dist/tex/latex/koma-script/scrsize12pt.clo
File: scrsize12pt.clo 2012/05/15 v3.11 KOMA-Script font size class option (12pt
)
)
(c:/texlive/2012/texmf-dist/tex/latex/koma-script/typearea.sty
Package: typearea 2012/05/15 v3.11 KOMA-Script package (type area)
Package typearea, 2012/05/15 v3.11 KOMA-Script package (type area)
Copyright (C) Frank Neukam, 1992-1994
Copyright (C) Markus Kohm, 1994-
\ta@bcor=\skip41
\ta@div=\count80
Package typearea Info: You've used standard option `a4paper'.
(typearea) This is correct!
(typearea) Internally I'm using `paper=a4'.
(typearea) If you'd like to set the option with \KOMAoptions,
(typearea) you'd have to use `paper=a4' there
(typearea) instead of `a4paper', too.
\ta@hblk=\skip42
\ta@vblk=\skip43
\ta@temp=\skip44
Package typearea Info: These are the values describing the layout:
(typearea) DIV = 12
(typearea) BCOR = 0.0pt
(typearea) \paperwidth = 597.50793pt
(typearea) \textwidth = 448.13095pt
(typearea) DIV departure = -6%
(typearea) \evensidemargin = 2.4185pt
(typearea) \oddsidemargin = 2.4185pt
(typearea) \paperheight = 845.04694pt
(typearea) \textheight = 635.5pt
(typearea) \topmargin = -41.72441pt
(typearea) \headheight = 18.125pt
(typearea) \headsep = 21.75pt
(typearea) \topskip = 12.0pt
(typearea) \footskip = 50.75pt
(typearea) \baselineskip = 14.5pt
(typearea) on input line 1211.
)
\c@part=\count81
\c@section=\count82
\c@subsection=\count83
\c@subsubsection=\count84
\c@paragraph=\count85
\c@subparagraph=\count86
\abovecaptionskip=\skip45
\belowcaptionskip=\skip46
\c@pti@nb@sid@b@x=\box26
\c@figure=\count87
\c@table=\count88
\bibindent=\dimen102
) (c:/texlive/2012/texmf-dist/tex/latex/koma-script/scrpage2.sty
Package: scrpage2 2010/04/22 v2.5 LaTeX2e KOMA-Script package
LaTeX Info: Redefining \pagemark on input line 176.
)
(c:/texlive/2012/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
(c:/texlive/2012/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
(c:/texlive/2012/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
(c:/texlive/2012/texmf-dist/tex/latex/latexconfig/graphics.cfg
File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
)
Package graphics Info: Driver file: xetex.def on input line 91.
(c:/texlive/2012/texmf-dist/tex/xelatex/xetex-def/xetex.def
File: xetex.def 2009/11/22 v0.94 LaTeX color/graphics driver for XeTeX (RRM/JK)
))
\Gin@req@height=\dimen103
\Gin@req@width=\dimen104
)
(c:/texlive/2012/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2012/05/13 v6.82q Hypertext links for LaTeX
(c:/texlive/2012/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
Package: hobsub-hyperref 2012/05/28 v1.13 Bundle oberdiek, subset hyperref (HO)
(c:/texlive/2012/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty
Package: hobsub-generic 2012/05/28 v1.13 Bundle oberdiek, subset generic (HO)
Package: hobsub 2012/05/28 v1.13 Construct package bundles (HO)
Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO)
Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO)
Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
Package: ifvtex 2010/03/01 v1.5 Detect VTeX and its facilities (HO)
Package ifvtex Info: VTeX not detected.
Package: intcalc 2007/09/27 v1.1 Expandable calculations with integers (HO)
Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in PDF mode is not detected.
Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO)
Package etexcmds Info: Could not find \expanded.
(etexcmds) That can mean that you are not using pdfTeX 1.50 or
(etexcmds) that some package has redefined \expanded.
(etexcmds) In the latter case, load this package earlier.
Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO)
Package: kvdefinekeys 2011/04/07 v1.3 Define keys (HO)
Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO
)
Package pdftexcmds Info: LuaTeX not detected.
Package pdftexcmds Info: pdfTeX >= 1.30 not detected.
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode not found.
Package: pdfescape 2011/11/25 v1.13 Implements pdfTeX's escape features (HO)
Package: bigintcalc 2012/04/08 v1.3 Expandable calculations on big integers (HO
)
Package: bitset 2011/01/30 v1.1 Handle bit-vector datatype (HO)
Package: uniquecounter 2011/01/30 v1.2 Provide unlimited unique counter (HO)
)
Package hobsub Info: Skipping package `hobsub' (already loaded).
Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO)
Package: hopatch 2012/05/28 v1.2 Wrapper for package hooks (HO)
Package: xcolor-patch 2011/01/30 xcolor patch
Package: atveryend 2011/06/30 v1.8 Hooks at the very end of document (HO)
Package atveryend Info: \enddocument detected (standard20110627).
Package: atbegshi 2011/10/05 v1.16 At begin shipout hook (HO)
Package: refcount 2011/10/16 v3.4 Data extraction from label references (HO)
Package: hycolor 2011/01/30 v1.7 Color options for hyperref/bookmark (HO)
)
(c:/texlive/2012/texmf-dist/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
)
(c:/texlive/2012/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO)
)
\@linkdim=\dimen105
\Hy@linkcounter=\count89
\Hy@pagecounter=\count90
(c:/texlive/2012/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2012/05/13 v6.82q Hyperref: PDFDocEncoding definition (HO)
)
\Hy@SavedSpaceFactor=\count91
(c:/texlive/2012/texmf-dist/tex/xelatex/xetexconfig/hyperref.cfg
File: hyperref.cfg 2008/07/11 v1.2 hyperref configuration for XeLaTeX
)
Package hyperref Info: Option `bookmarks' set `true' on input line 3941.
Package hyperref Info: Hyper figures OFF on input line 4062.
Package hyperref Info: Link nesting OFF on input line 4067.
Package hyperref Info: Hyper index ON on input line 4070.
Package hyperref Info: Plain pages OFF on input line 4077.
Package hyperref Info: Backreferencing OFF on input line 4082.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks ON on input line 4300.
\c@Hy@tempcnt=\count92
(c:/texlive/2012/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip10
Package: url 2006/04/12 ver 3.3 Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 4653.
\Fld@menulength=\count93
\Field@Width=\dimen106
\Fld@charsize=\dimen107
Package hyperref Info: Hyper figures OFF on input line 5773.
Package hyperref Info: Link nesting OFF on input line 5778.
Package hyperref Info: Hyper index ON on input line 5781.
Package hyperref Info: backreferencing OFF on input line 5788.
Package hyperref Info: Link coloring OFF on input line 5793.
Package hyperref Info: Link coloring with OCG OFF on input line 5798.
Package hyperref Info: PDF/A mode OFF on input line 5803.
LaTeX Info: Redefining \ref on input line 5843.
LaTeX Info: Redefining \pageref on input line 5847.
\Hy@abspage=\count94
\c@Item=\count95
\c@Hfootnote=\count96
)
Package hyperref Message: Driver (autodetected): hxetex.
(c:/texlive/2012/texmf-dist/tex/latex/hyperref/hxetex.def
File: hxetex.def 2012/05/13 v6.82q Hyperref driver for XeTeX
(c:/texlive/2012/texmf-dist/tex/latex/hyperref/puenc.def
File: puenc.def 2012/05/13 v6.82q Hyperref: PDF Unicode definition (HO)
)
(c:/texlive/2012/texmf-dist/tex/generic/oberdiek/stringenc.sty
Package: stringenc 2011/12/02 v1.10 Convert strings between diff. encodings (HO
)
)
\pdfm@box=\box27
\c@Hy@AnnotLevel=\count97
\HyField@AnnotCount=\count98
\Fld@listcount=\count99
\c@bookmark@seq@number=\count100
(c:/texlive/2012/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty
Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO)
Package rerunfilecheck Info: Feature \pdfmdfivesum is not available
(rerunfilecheck) (e.g. pdfTeX or LuaTeX with package `pdftexcmds').
(rerunfilecheck) Therefore file contents cannot be checked efficien
tly
(rerunfilecheck) and the loading of the package is aborted.
)
\Hy@SectionHShift=\skip47
)
(c:/texlive/2012/texmf-dist/tex/latex/xcolor/xcolor.sty
Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)
(c:/texlive/2012/texmf-dist/tex/latex/latexconfig/color.cfg
File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
)
Package xcolor Info: Driver file: xetex.def on input line 225.
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337.
Package xcolor Info: Model `RGB' extended on input line 1353.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360.
(c:/texlive/2012/texmf-dist/tex/latex/graphics/dvipsnam.def
File: dvipsnam.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
))
(c:/texlive/2012/texmf-dist/tex/xelatex/polyglossia/polyglossia.sty
Package: polyglossia 2012/04/29 v1.2.1 Babel replacement for XeLaTeX
(c:/texlive/2012/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2011/01/03 v2.1 e-TeX tools for LaTeX
(c:/texlive/2012/texmf-dist/tex/latex/etex-pkg/etex.sty
Package: etex 1998/03/26 v2.0 eTeX basic definition package (PEB)
\et@xins=\count101
)
\etb@tempcnta=\count102
)
(c:/texlive/2012/texmf-dist/tex/latex/makecmds/makecmds.sty
Package: makecmds 2009/09/03 v1.0a extra command making commands
)
(c:/texlive/2012/texmf-dist/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2008/08/13 v2.6a package option processing (HA)
(c:/texlive/2012/texmf-dist/tex/generic/xkeyval/xkeyval.tex
\XKV@toks=\toks15
\XKV@tempa@toks=\toks16
\XKV@depth=\count103
File: xkeyval.tex 2008/08/13 v2.6a key=value parser (HA)
))
(c:/texlive/2012/texmf-dist/tex/latex/fontspec/fontspec.sty
Package: fontspec 2012/05/06 v2.2b Advanced font selection for XeLaTeX/LuaLaTeX
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/expl3.sty
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/l3names.sty
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/l3bootstrap.sty
Package: l3bootstrap 2011/12/29 v3110 L3 Experimental bootstrap code
)
Package: l3names 2012/03/04 v3494 L3 Experimental namespace for primitives
)
Package: expl3 2012/04/23 v3570 L3 Experimental code bundle wrapper
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/l3basics.sty
Package: l3basics 2012/03/04 v3491 L3 Experimental basic definitions
)
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/l3expan.sty
Package: l3expan 2012/02/26 v3460 L3 Experimental argument expansion
)
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/l3tl.sty
Package: l3tl 2012/03/04 v3490 L3 Experimental token lists
)
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/l3seq.sty
Package: l3seq 2012/03/04 v3490 L3 Experimental sequences and stacks
)
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/l3int.sty
Package: l3int 2012/03/04 v3490 L3 Experimental integers
\c_max_int=\count104
\l_tmpa_int=\count105
\l_tmpb_int=\count106
\l_tmpc_int=\count107
\g_tmpa_int=\count108
\g_tmpb_int=\count109
)
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/l3quark.sty
Package: l3quark 2012/02/12 v3384 L3 Experimental quarks
)
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/l3prg.sty
Package: l3prg 2012/03/04 v3490 L3 Experimental control structures
\g_prg_map_int=\count110
)
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/l3clist.sty
Package: l3clist 2012/03/04 v3490 L3 Experimental comma separated lists
)
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/l3token.sty
Package: l3token 2012/03/04 v3491 L3 Experimental token manipulation
)
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/l3prop.sty
Package: l3prop 2012/03/04 v3490 L3 Experimental property lists
)
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/l3msg.sty
Package: l3msg 2012/04/23 v3568 L3 Experimental messages
)
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/l3file.sty
Package: l3file 2012/03/09 v3520 L3 Experimental file and I/O operations
\l_iow_stream_int=\count111
\l_iow_line_length_int=\count112
\l_iow_target_length_int=\count113
\l_iow_current_line_int=\count114
\l_iow_current_word_int=\count115
\l_iow_current_indentation_int=\count116
)
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/l3skip.sty
Package: l3skip 2012/03/05 v3499 L3 Experimental dimensions and skips
\l_tmpa_dim=\dimen108
\l_tmpb_dim=\dimen109
\l_tmpc_dim=\dimen110
\g_tmpa_dim=\dimen111
\g_tmpb_dim=\dimen112
\l_tmpa_skip=\skip48
\l_tmpb_skip=\skip49
\l_tmpc_skip=\skip50
\g_tmpa_skip=\skip51
\g_tmpb_skip=\skip52
)
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/l3keys.sty
Package: l3keys 2012/03/03 v3487 L3 Experimental key-value interfaces
\g_keyval_level_int=\count117
\l_keys_choice_int=\count118
)
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/l3fp.sty
Package: l3fp 2012/03/04 v3490 L3 Experimental floating-point operations
\c_one_hundred_million=\count119
\c_five_hundred_million=\count120
\c_one_thousand_million=\count121
\c_fp_pi_by_four_decimal_int=\count122
\c_fp_pi_by_four_extended_int=\count123
\c_fp_pi_decimal_int=\count124
\c_fp_pi_extended_int=\count125
\c_fp_two_pi_decimal_int=\count126
\c_fp_two_pi_extended_int=\count127
\l_fp_count_int=\count128
\l_fp_div_offset_int=\count129
\l_fp_exp_integer_int=\count130
\l_fp_exp_decimal_int=\count131
\l_fp_exp_extended_int=\count132
\l_fp_exp_exponent_int=\count133
\l_fp_input_a_sign_int=\count134
\l_fp_input_a_integer_int=\count135
\l_fp_input_a_decimal_int=\count136
\l_fp_input_a_exponent_int=\count137
\l_fp_input_b_sign_int=\count138
\l_fp_input_b_integer_int=\count139
\l_fp_input_b_decimal_int=\count140
\l_fp_input_b_exponent_int=\count141
\l_fp_input_a_extended_int=\count142
\l_fp_input_b_extended_int=\count143
\l_fp_mul_a_i_int=\count144
\l_fp_mul_a_ii_int=\count145
\l_fp_mul_a_iii_int=\count146
\l_fp_mul_a_iv_int=\count147
\l_fp_mul_a_v_int=\count148
\l_fp_mul_a_vi_int=\count149
\l_fp_mul_b_i_int=\count150
\l_fp_mul_b_ii_int=\count151
\l_fp_mul_b_iii_int=\count152
\l_fp_mul_b_iv_int=\count153
\l_fp_mul_b_v_int=\count154
\l_fp_mul_b_vi_int=\count155
\l_fp_mul_output_int=\count156
\l_fp_output_sign_int=\count157
\l_fp_output_integer_int=\count158
\l_fp_output_decimal_int=\count159
\l_fp_output_exponent_int=\count160
\l_fp_output_extended_int=\count161
\l_fp_round_position_int=\count162
\l_fp_round_target_int=\count163
\l_fp_split_sign_int=\count164
\l_fp_internal_int=\count165
\l_fp_trig_octant_int=\count166
\l_fp_trig_sign_int=\count167
\l_fp_trig_decimal_int=\count168
\l_fp_trig_extended_int=\count169
\l_fp_internal_dim=\dimen113
\l_fp_internal_skip=\skip53
)
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/l3box.sty
Package: l3box 2012/03/04 v3490 L3 Experimental boxes
\l_tmpb_box=\box28
\l_box_top_dim=\dimen114
\l_box_bottom_dim=\dimen115
\l_box_left_dim=\dimen116
\l_box_right_dim=\dimen117
\l_box_top_new_dim=\dimen118
\l_box_bottom_new_dim=\dimen119
\l_box_left_new_dim=\dimen120
\l_box_right_new_dim=\dimen121
\l_box_internal_box=\box29
)
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/l3coffins.sty
Package: l3coffins 2012/03/03 v3482 L3 Experimental coffin code layer
\l_coffin_internal_box=\box30
\l_coffin_internal_dim=\dimen122
\l_coffin_offset_x_dim=\dimen123
\l_coffin_offset_y_dim=\dimen124
\l_coffin_x_dim=\dimen125
\l_coffin_y_dim=\dimen126
\l_coffin_x_prime_dim=\dimen127
\l_coffin_y_prime_dim=\dimen128
\l_coffin_Depth_dim=\dimen129
\l_coffin_Height_dim=\dimen130
\l_coffin_TotalHeight_dim=\dimen131
\l_coffin_Width_dim=\dimen132
\c_empty_coffin=\box31
\l_coffin_aligned_coffin=\box32
\l_coffin_aligned_internal_coffin=\box33
\l_coffin_bounding_shift_dim=\dimen133
\l_coffin_left_corner_dim=\dimen134
\l_coffin_right_corner_dim=\dimen135
\l_coffin_bottom_corner_dim=\dimen136
\l_coffin_top_corner_dim=\dimen137
\l_coffin_scaled_total_height_dim=\dimen138
\l_coffin_scaled_width_dim=\dimen139
\l_coffin_display_coffin=\box34
\l_coffin_display_coord_coffin=\box35
\l_coffin_display_pole_coffin=\box36
\l_coffin_display_offset_dim=\dimen140
\l_coffin_display_x_dim=\dimen141
\l_coffin_display_y_dim=\dimen142
)
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/l3color.sty
Package: l3color 2011/09/07 v2776 L3 Experimental colour support
)
(c:/texlive/2012/texmf-dist/tex/latex/l3kernel/l3luatex.sty
Package: l3luatex 2012/02/09 v3355 L3 Experimental LuaTeX-specific functions
\g_cctab_allocate_int=\count170
\g_cctab_stack_int=\count171
))
(c:/texlive/2012/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
Package: xparse 2012/04/23 v3570 L3 Experimental document command parser
\l_xparse_current_arg_int=\count172
\l_xparse_m_args_int=\count173
\l_xparse_mandatory_args_int=\count174
\l_xparse_processor_int=\count175
\l_xparse_v_nesting_int=\count176
)
\l_fontspec_script_int=\count177
\l_fontspec_language_int=\count178
\l_fontspec_strnum_int=\count179
\l_fontspec_tmpa_dim=\dimen143
\l_fontspec_tmpb_dim=\dimen144
\l_fontspec_tmpc_dim=\dimen145
Variant \tl_gset:cV already defined; not changing it on line 66
(c:/texlive/2012/texmf-dist/tex/latex/fontspec/fontspec-patches.sty
Package: fontspec-patches 2012/05/06 v2.2b Advanced font selection for XeLaTeX/
LuaLaTeX
(c:/texlive/2012/texmf-dist/tex/latex/base/fixltx2e.sty
Package: fixltx2e 2006/09/13 v1.1m fixes to LaTeX
LaTeX Info: Redefining \em on input line 420.
LaTeX Info: Redefining \textsubscript on input line 424.
)
LaTeX Info: Redefining \em on input line 22.
LaTeX Info: Redefining \emph on input line 29.
LaTeX Info: Redefining \- on input line 32.
*************************************************
* LaTeX warning: "xparse/redefine-command"
*
* Redefining document command \oldstylenums with arg. spec. 'm' on line 107.
*************************************************
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \liningnums with arg. spec. 'm' on line 111.
.................................................
) (c:/texlive/2012/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty
Package: fontspec-xetex 2012/05/06 v2.2b Advanced font selection for XeLaTeX/Lu
aLaTeX
(c:/texlive/2012/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package
(c:/texlive/2012/texmf-dist/tex/latex/euenc/eu1enc.def
File: eu1enc.def 2010/05/27 v0.1h Experimental Unicode font encodings
)
LaTeX Font Info: Try loading font information for EU1+lmr on input line 100.
(c:/texlive/2012/texmf-dist/tex/latex/euenc/eu1lmr.fd
File: eu1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern
))
(c:/texlive/2012/texmf-dist/tex/xelatex/xunicode/xunicode.sty
File: xunicode.sty 2011/09/09 v0.981 provides access to latin accents and many
other characters in Unicode lower plane
(c:/texlive/2012/texmf-dist/tex/latex/tipa/t3enc.def
File: t3enc.def 2001/12/31 T3 encoding
LaTeX Font Info: Try loading font information for EU1+lmss on input line 357
.
(c:/texlive/2012/texmf-dist/tex/latex/euenc/eu1lmss.fd
File: eu1lmss.fd 2009/10/30 v1.6 Font defs for Latin Modern
))
\tipaTiiicode=\count180
\tipasavetokens=\toks17
\tipachecktokens=\toks18
)
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \fontspec with arg. spec. 'O{}m' on line 39.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \setmainfont with arg. spec. 'O{}m' on line 43.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \setsansfont with arg. spec. 'O{}m' on line 47.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \setmonofont with arg. spec. 'O{}m' on line 51.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \setmathrm with arg. spec. 'O{}m' on line 59.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \setboldmathrm with arg. spec. 'O{}m' on line 62.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \setmathsf with arg. spec. 'O{}m' on line 65.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \setmathtt with arg. spec. 'O{}m' on line 68.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \newfontfamily with arg. spec. 'mO{}m' on line 84.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \newfontface with arg. spec. 'mO{}m' on line 87.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \defaultfontfeatures with arg. spec. 'm' on line
. 91.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \addfontfeatures with arg. spec. 'm' on line 107.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \newfontfeature with arg. spec. 'mm' on line 118.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \newAATfeature with arg. spec. 'mmmm' on line 125.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \newICUfeature with arg. spec. 'mmm' on line 132.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \aliasfontfeature with arg. spec. 'mm' on line
. 159.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \aliasfontfeatureoption with arg. spec. 'mmm' on
. line 164.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \newfontscript with arg. spec. 'mm' on line 169.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \newfontlanguage with arg. spec. 'mm' on line 192.
.................................................
.................................................
. LaTeX info: "xparse/define-command"
.
. Defining document command \DeclareFontsExtensions with arg. spec. 'm' on
. line 211.
.................................................
Variant \prop_gput:cnV already defined; not changing it on line 485
Variant \prop_gput:cnx already defined; not changing it on line 486
\l_fontspec_tmp_int=\count181
LaTeX Info: Redefining \itshape on input line 1893.
LaTeX Info: Redefining \slshape on input line 1897.
LaTeX Info: Redefining \scshape on input line 1901.
LaTeX Info: Redefining \upshape on input line 1905.
(c:/texlive/2012/texmf-dist/tex/latex/fontspec/fontspec.cfg)))
\xpg@normalclass=\XeTeXintercharclass4
)
(c:/texlive/2012/texmf-dist/tex/xelatex/polyglossia/gloss-brazil.ldf
File: gloss-brazil.ldf polyglossia: module for portuguese
)
Package polyglossia Info: Default language is brazil.
(c:/texlive/2012/texmf-dist/tex/xelatex/polyglossia/gloss-german.ldf
File: gloss-german.ldf polyglossia: module for german
(c:/texlive/2012/texmf-dist/tex/xelatex/polyglossia/babelsh.def
File: babelsh.def 2009/05/07 Babel common definitions for shorthands
Taken verbatim from babel.def (2008/07/06 v3.8l)
)
Package babel Info: Making " an active character on input line 59.
)
(c:/texlive/2012/texmf-dist/tex/xelatex/polyglossia/gloss-french.ldf
File: gloss-french.ldf polyglossia: module for french
\french@punctthin=\XeTeXintercharclass5
\french@punctthick=\XeTeXintercharclass6
\french@punctguillstart=\XeTeXintercharclass7
\french@punctguillend=\XeTeXintercharclass8
)
(c:/texlive/2012/texmf-dist/tex/xelatex/polyglossia/gloss-english.ldf
File: gloss-english.ldf polyglossia: module for english
)
\g_fontspec_family_New Caledonia LT Std_int=\count182
.................................................
. fontspec info: "defining-font"
.
. Font family 'NewCaledoniaLTStd(0)' created for font 'New Caledonia LT Std'
. with options [Ligatures=TeX,].
.
. This font family consists of the following shapes:
.
. * 'normal' with NFSS spec.:
. <->"New Caledonia LT Std/ICU:script=latn;language=DFLT;mapping=tex-text;"
.
. * 'small caps' with NFSS spec.:
. <->"New Caledonia LT
. Std/ICU:script=latn;language=DFLT;mapping=tex-text;+smcp;"
.
. * 'bold' with NFSS spec.:
. <->"New Caledonia LT Std/B/ICU:script=latn;language=DFLT;mapping=tex-text;"
.
. * 'italic' with NFSS spec.:
. <->"New Caledonia LT Std/I/ICU:script=latn;language=DFLT;mapping=tex-text;"
.
. * 'bold italic' with NFSS spec.:
. <->"New Caledonia LT Std/BI/ICU:script=latn;language=DFLT;mapping=tex-text;"
.................................................
.................................................
. fontspec info: "defining-font"
.
. Font family 'NewCaledoniaLTStd(0)' created for font 'New Caledonia LT Std'
. with options [Ligatures=TeX,].
.
. This font family consists of the following shapes:
.................................................
.................................................
. fontspec info: "set-scale"
.
. Consolas scale = 0.8669329340.
.................................................
\g_fontspec_family_Consolas_int=\count183
.................................................
. fontspec info: "set-scale"
.
. Consolas scale = 0.8669329340.
.................................................
.................................................
. fontspec info: "set-scale"
.
. Consolas/B scale = 0.8566924810.
.................................................
.................................................
. fontspec info: "set-scale"
.
. Consolas/I scale = 0.8669329340.
.................................................
.................................................
. fontspec info: "set-scale"
.
. Consolas/BI scale = 0.8566924810.
.................................................
.................................................
. fontspec info: "defining-font"
.
. Font family 'Consolas(0)' created for font 'Consolas' with options
. [Ligatures=TeX,Scale=MatchLowercase].
.
. This font family consists of the following shapes:
.
. * 'normal' with NFSS spec.:
.
. <->s*[0.8669329340]"Consolas/ICU:script=latn;language=DFLT;mapping=tex-text;"
.
. * 'bold' with NFSS spec.:
.
. <->s*[0.8566924810]"Consolas/B/ICU:script=latn;language=DFLT;mapping=tex-text
;"
.
. * 'italic' with NFSS spec.:
.
. <->s*[0.8669329340]"Consolas/I/ICU:script=latn;language=DFLT;mapping=tex-text
;"
.
. * 'bold italic' with NFSS spec.:
.
. <->s*[0.8566924810]"Consolas/BI/ICU:script=latn;language=DFLT;mapping=tex-tex
t;"
.................................................
(c:/texlive/2012/texmf-dist/tex/latex/oberdiek/pdflscape.sty
Package: pdflscape 2008/08/11 v0.10 Display of landscape pages in PDF (HO)
(c:/texlive/2012/texmf-dist/tex/latex/graphics/lscape.sty
Package: lscape 2000/10/22 v3.01 Landscape Pages (DPC)
)
Package pdflscape Info: Auto-detected driver: dvipdfm (xetex) on input line 98.
)
(c:/texlive/2012/texmf-dist/tex/latex/pdfpages/pdfpages.sty
Package: pdfpages 2012/04/03 v0.4s Insert pages of external PDF documents (AM)
(c:/texlive/2012/texmf-dist/tex/latex/base/ifthen.sty
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
)
(c:/texlive/2012/texmf-dist/tex/latex/tools/calc.sty
Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ)
\calc@Acount=\count184
\calc@Bcount=\count185
\calc@Adimen=\dimen146
\calc@Bdimen=\dimen147
\calc@Askip=\skip54
\calc@Bskip=\skip55
LaTeX Info: Redefining \setlength on input line 76.
LaTeX Info: Redefining \addtolength on input line 77.
\calc@Ccount=\count186
\calc@Cskip=\skip56
)
(c:/texlive/2012/texmf-dist/tex/latex/eso-pic/eso-pic.sty
Package: eso-pic 2010/10/06 v2.0c eso-pic (RN)
)
(c:/texlive/2012/texmf-dist/tex/latex/pdfpages/ppxetex.def
File: ppxetex.def 2012/04/03 v0.4s Pdfpages driver for XeTeX (AM)
)
\AM@pagebox=\box37
\AM@toc@title=\toks19
\c@AM@survey=\count187
\AM@templatesizebox=\box38
)
(c:/texlive/2012/texmf-dist/tex/latex/koma-script/tocstyle.sty
Package: tocstyle 2009/11/09 v0.2d-alpha LaTeX2e KOMA-Script package (versatile
toc styles)
Package tocstyle Warning: THIS IS AN ALPHA VERSION!
(tocstyle) USAGE OF THIS VERSION IS ON YOUR OWN RISK!
(tocstyle) EVERYTHING MAY HAPPEN!
(tocstyle) EVERYTHING MAY CHANGE IN FUTURE!
(tocstyle) THERE IS NO SUPPORT, IF YOU USE THIS PACKAGE!
(tocstyle) Maybe it would be better, not to load this package.
\tocstyle@indentstyle=\count188
Package tocstyle Info: no tocstyle.cfg found on input line 838.
)
exclude: leaders
exclude: leaders
exclude: leaders
exclude: leaders
exclude: leaders
exclude: leaders
exclude: leaders
exclude: leaders
exclude: leaders
exclude: leaders
exclude: leaders
exclude: leaders
exclude:
exclude:
exclude:
(c:/texlive/2012/texmf-dist/tex/latex/lipsum/lipsum.sty
Package: lipsum 2011/04/14 v1.2 150 paragraphs of Lorem Ipsum dummy text
\c@lips@count=\count189
)
(c:/texlive/2012/texmf-dist/tex/latex/natbib/natbib.sty
Package: natbib 2010/09/13 8.31b (PWD, AO)
\bibhang=\skip57
\bibsep=\skip58
LaTeX Info: Redefining \cite on input line 694.
\c@NAT@ctr=\count190
) (./natbib-test.aux)
\openout1 = `natbib-test.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 32.
LaTeX Font Info: ... okay on input line 32.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 32.
LaTeX Font Info: ... okay on input line 32.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 32.
LaTeX Font Info: ... okay on input line 32.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 32.
LaTeX Font Info: ... okay on input line 32.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 32.
LaTeX Font Info: ... okay on input line 32.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 32.
LaTeX Font Info: ... okay on input line 32.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 32.
LaTeX Font Info: ... okay on input line 32.
LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 32.
LaTeX Font Info: ... okay on input line 32.
LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 32.
LaTeX Font Info: ... okay on input line 32.
LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 32.
LaTeX Font Info: Try loading font information for T3+cmr on input line 32.
(c:/texlive/2012/texmf-dist/tex/latex/tipa/t3cmr.fd
File: t3cmr.fd 2001/12/31 TIPA font definitions
)
LaTeX Font Info: ... okay on input line 32.
\AtBeginShipoutBox=\box39
Package hyperref Info: Link coloring OFF on input line 32.
(c:/texlive/2012/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2010/04/30 v2.40 Cross-referencing by name of section
(c:/texlive/2012/texmf-dist/tex/generic/oberdiek/gettitlestring.sty
Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO)
)
\c@section@level=\count191
)
LaTeX Info: Redefining \ref on input line 32.
LaTeX Info: Redefining \pageref on input line 32.
LaTeX Info: Redefining \nameref on input line 32.
(./natbib-test.out) (./natbib-test.out)
\@outlinefile=\write3
\openout3 = `natbib-test.out'.
.................................................
. fontspec info: "setup-math"
.
. Adjusting the maths setup (use [no-math] to avoid this).
.................................................
\symlegacymaths=\mathgroup4
LaTeX Font Info: Overwriting symbol font `legacymaths' in version `bold'
(Font) OT1/cmr/m/n --> OT1/cmr/bx/n on input line 32.
LaTeX Font Info: Redeclaring math accent \acute on input line 32.
LaTeX Font Info: Redeclaring math accent \grave on input line 32.
LaTeX Font Info: Redeclaring math accent \ddot on input line 32.
LaTeX Font Info: Redeclaring math accent \tilde on input line 32.
LaTeX Font Info: Redeclaring math accent \bar on input line 32.
LaTeX Font Info: Redeclaring math accent \breve on input line 32.
LaTeX Font Info: Redeclaring math accent \check on input line 32.
LaTeX Font Info: Redeclaring math accent \hat on input line 32.
LaTeX Font Info: Redeclaring math accent \dot on input line 32.
LaTeX Font Info: Redeclaring math accent \mathring on input line 32.
LaTeX Font Info: Redeclaring math symbol \colon on input line 32.
LaTeX Font Info: Redeclaring math symbol \Gamma on input line 32.
LaTeX Font Info: Redeclaring math symbol \Delta on input line 32.
LaTeX Font Info: Redeclaring math symbol \Theta on input line 32.
LaTeX Font Info: Redeclaring math symbol \Lambda on input line 32.
LaTeX Font Info: Redeclaring math symbol \Xi on input line 32.
LaTeX Font Info: Redeclaring math symbol \Pi on input line 32.
LaTeX Font Info: Redeclaring math symbol \Sigma on input line 32.
LaTeX Font Info: Redeclaring math symbol \Upsilon on input line 32.
LaTeX Font Info: Redeclaring math symbol \Phi on input line 32.
LaTeX Font Info: Redeclaring math symbol \Psi on input line 32.
LaTeX Font Info: Redeclaring math symbol \Omega on input line 32.
LaTeX Font Info: Redeclaring math symbol \mathdollar on input line 32.
LaTeX Font Info: Redeclaring symbol font `operators' on input line 32.
LaTeX Font Info: Encoding `OT1' has changed to `EU1' for symbol font
(Font) `operators' in the math version `normal' on input line 32.
LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
(Font) OT1/cmr/m/n --> EU1/NewCaledoniaLTStd(0)/m/n on input l
ine 32.
LaTeX Font Info: Encoding `OT1' has changed to `EU1' for symbol font
(Font) `operators' in the math version `bold' on input line 32.
LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
(Font) OT1/cmr/bx/n --> EU1/NewCaledoniaLTStd(0)/m/n on input
line 32.
LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
(Font) EU1/NewCaledoniaLTStd(0)/m/n --> EU1/NewCaledoniaLTStd(
0)/m/n on input line 32.
LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `normal'
(Font) EU1/NewCaledoniaLTStd(0)/m/n --> EU1/NewCaledoniaLTStd(
0)/m/n on input line 32.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
(Font) OT1/cmr/m/it --> EU1/NewCaledoniaLTStd(0)/m/it on input
line 32.
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
(Font) OT1/cmr/bx/n --> EU1/NewCaledoniaLTStd(0)/bx/n on input
line 32.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
(Font) OT1/cmss/m/n --> EU1/NewCaledoniaLTStd(0)/m/n on input
line 32.
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
(Font) OT1/cmtt/m/n --> EU1/Consolas(0)/m/n on input line 32.
LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
(Font) EU1/NewCaledoniaLTStd(0)/m/n --> EU1/NewCaledoniaLTStd(
0)/bx/n on input line 32.
LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `bold'
(Font) EU1/NewCaledoniaLTStd(0)/m/n --> EU1/NewCaledoniaLTStd(
0)/bx/n on input line 32.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
(Font) OT1/cmr/bx/it --> EU1/NewCaledoniaLTStd(0)/bx/it on inp
ut line 32.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
(Font) OT1/cmss/bx/n --> EU1/NewCaledoniaLTStd(0)/bx/n on inpu
t line 32.
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
(Font) OT1/cmtt/m/n --> EU1/Consolas(0)/bx/n on input line 32.
Package tocstyle Info: prepare \l@part for redefinition on input line 32.
Package tocstyle Info: prepare \l@section for redefinition on input line 32.
Package tocstyle Info: prepare \l@subsection for redefinition on input line 32.