metanorma-iso 2.1.0 → 2.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/html2doc/lists.rb +145 -10
- data/lib/isodoc/iso/base_convert.rb +11 -1
- data/lib/isodoc/iso/html/html_iso_titlepage.html +2 -0
- data/lib/isodoc/iso/html/isodoc-dis.css +216 -278
- data/lib/isodoc/iso/html/isodoc-dis.scss +294 -288
- data/lib/isodoc/iso/html/isodoc.css +38 -13
- data/lib/isodoc/iso/html/isodoc.scss +38 -12
- data/lib/isodoc/iso/html/style-human.css +14 -1
- data/lib/isodoc/iso/html/style-human.scss +10 -1
- data/lib/isodoc/iso/html/style-iso.css +35 -23
- data/lib/isodoc/iso/html/style-iso.scss +31 -23
- data/lib/isodoc/iso/html/word_iso_intro-dis.html +1 -6
- data/lib/isodoc/iso/html/word_iso_titlepage-dis.html +24 -13
- data/lib/isodoc/iso/html/word_iso_titlepage-prf.html +58 -0
- data/lib/isodoc/iso/html/word_iso_titlepage.html +10 -6
- data/lib/isodoc/iso/html/wordstyle-dis.css +12 -62
- data/lib/isodoc/iso/html/wordstyle-dis.scss +7 -56
- data/lib/isodoc/iso/html_convert.rb +7 -2
- data/lib/isodoc/iso/i18n-en.yaml +32 -4
- data/lib/isodoc/iso/i18n-fr.yaml +29 -3
- data/lib/isodoc/iso/i18n-ru.yaml +32 -4
- data/lib/isodoc/iso/i18n-zh-Hans.yaml +32 -3
- data/lib/isodoc/iso/i18n.rb +1 -1
- data/lib/isodoc/iso/iso.amendment.xsl +1570 -246
- data/lib/isodoc/iso/iso.international-standard.xsl +1570 -246
- data/lib/isodoc/iso/metadata.rb +67 -67
- data/lib/isodoc/iso/presentation_bibdata.rb +74 -0
- data/lib/isodoc/iso/presentation_xml_convert.rb +16 -5
- data/lib/isodoc/iso/presentation_xref.rb +10 -4
- data/lib/isodoc/iso/sections.rb +3 -3
- data/lib/isodoc/iso/word_cleanup.rb +3 -0
- data/lib/isodoc/iso/word_convert.rb +8 -5
- data/lib/isodoc/iso/word_dis_cleanup.rb +235 -0
- data/lib/isodoc/iso/word_dis_convert.rb +48 -100
- data/lib/isodoc/iso/xref.rb +34 -6
- data/lib/metanorma/iso/base.rb +20 -1
- data/lib/metanorma/iso/biblio.rng +134 -39
- data/lib/metanorma/iso/boilerplate-fr.xml +3 -0
- data/lib/metanorma/iso/boilerplate-ru.xml +3 -0
- data/lib/metanorma/iso/boilerplate.xml +3 -0
- data/lib/metanorma/iso/cleanup.rb +49 -11
- data/lib/metanorma/iso/front.rb +38 -6
- data/lib/metanorma/iso/front_id.rb +2 -0
- data/lib/metanorma/iso/isodoc.rng +16 -0
- data/lib/metanorma/iso/isostandard.rng +30 -12
- data/lib/metanorma/iso/macros.rb +29 -0
- data/lib/metanorma/iso/validate_section.rb +0 -12
- data/lib/metanorma/iso/version.rb +1 -1
- data/spec/isodoc/amd_spec.rb +20 -46
- data/spec/isodoc/blocks_spec.rb +499 -2
- data/spec/isodoc/i18n_spec.rb +145 -80
- data/spec/isodoc/iso_spec.rb +50 -169
- data/spec/isodoc/metadata_spec.rb +240 -99
- data/spec/isodoc/postproc_spec.rb +43 -7
- data/spec/isodoc/section_spec.rb +9 -9
- data/spec/isodoc/word_dis_spec.rb +1332 -146
- data/spec/isodoc/xref_spec.rb +87 -13
- data/spec/metanorma/amd_spec.rb +39 -23
- data/spec/metanorma/base_spec.rb +174 -44
- data/spec/metanorma/blocks_spec.rb +54 -0
- data/spec/metanorma/lists_spec.rb +2 -2
- data/spec/metanorma/section_spec.rb +2 -2
- data/spec/metanorma/validate_spec.rb +8 -19
- data/spec/spec_helper.rb +17 -7
- data/spec/vcr_cassettes/withdrawn_iso.yml +30 -30
- metadata +7 -8
- data/docs/asciiiso-syntax.adoc +0 -307
- data/docs/guidance.adoc +0 -487
- data/docs/navigation.adoc +0 -23
- data/docs/quickstart.adoc +0 -179
- data/lib/isodoc/iso/presentation_inline.rb +0 -90
@@ -1,5 +1,5 @@
|
|
1
1
|
p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode
|
2
|
-
{mso-style-name:
|
2
|
+
{mso-style-name:Sourcecode;
|
3
3
|
mso-style-unhide:no;
|
4
4
|
mso-style-qformat:yes;
|
5
5
|
mso-style-parent:"";
|
@@ -52,7 +52,7 @@ p.Biblio, li.Biblio, div.Biblio, p.biblio, li.biblio, div.biblio
|
|
52
52
|
mso-fareast-font-family:"SimSun",serif;
|
53
53
|
mso-bidi-font-family:$bodyfont;
|
54
54
|
mso-ansi-language:EN-GB;}
|
55
|
-
p.NormRef, li.NormRef, div.NormRef
|
55
|
+
p.NormRef, li.NormRef, div.NormRef
|
56
56
|
{mso-style-name:normref;
|
57
57
|
mso-style-unhide:no;
|
58
58
|
mso-style-qformat:yes;
|
@@ -70,7 +70,7 @@ p.NormRef, li.NormRef, div.NormRef, p.normref, li.normref, div.normref
|
|
70
70
|
mso-fareast-font-family:"SimSun",serif;
|
71
71
|
mso-bidi-font-family:$bodyfont;
|
72
72
|
mso-ansi-language:EN-GB;}
|
73
|
-
p.FigureTitle, li.FigureTitle, div.FigureTitle
|
73
|
+
p.FigureTitle, li.FigureTitle, div.FigureTitle
|
74
74
|
{mso-style-name:figuretitle;
|
75
75
|
mso-style-unhide:no;
|
76
76
|
mso-style-qformat:yes;
|
@@ -322,7 +322,7 @@ span.AnnexTableTitleChar
|
|
322
322
|
mso-ansi-language:EN-GB;
|
323
323
|
font-weight:bold;
|
324
324
|
mso-bidi-font-weight:normal;}
|
325
|
-
p.AdmonitionTitle
|
325
|
+
p.AdmonitionTitle
|
326
326
|
{mso-style-name:recommendationtitle;
|
327
327
|
mso-style-unhide:no;
|
328
328
|
mso-style-qformat:yes;
|
@@ -363,7 +363,7 @@ p.recommendationtitle, li.recommendationtitle, div.recommendationtitle
|
|
363
363
|
mso-ansi-language:EN-GB;
|
364
364
|
mso-fareast-language:ZH-CN;
|
365
365
|
font-weight:bold;}
|
366
|
-
p.SourceTitle
|
366
|
+
p.SourceTitle
|
367
367
|
{mso-style-name:sourcetitle;
|
368
368
|
mso-style-unhide:no;
|
369
369
|
mso-style-qformat:yes;
|
@@ -382,11 +382,32 @@ p.SourceTitle, p.sourcetitle, li.sourcetitle, div.sourcetitle
|
|
382
382
|
mso-fareast-font-family:"SimSun",serif;
|
383
383
|
mso-bidi-font-family:$bodyfont;
|
384
384
|
mso-ansi-language:EN-GB;}
|
385
|
-
p.
|
386
|
-
|
385
|
+
p.ListTitle
|
386
|
+
{mso-style-name:"List title";
|
387
|
+
mso-style-unhide:no;
|
388
|
+
mso-style-qformat:yes;
|
389
|
+
mso-style-parent:"Figure title";
|
390
|
+
margin-top:0cm;
|
391
|
+
margin-right:0cm;
|
392
|
+
margin-bottom:6.0pt;
|
393
|
+
margin-left:0.0pt;
|
394
|
+
text-align:center;
|
395
|
+
line-height:12.0pt;
|
396
|
+
page-break-after:avoid;
|
397
|
+
line-height:12.0pt;
|
398
|
+
mso-pagination:widow-orphan;
|
399
|
+
tab-stops:20.15pt;
|
400
|
+
font-size:$normalfontsize;
|
401
|
+
font-weight:bold;
|
402
|
+
font-family:$bodyfont;
|
403
|
+
mso-fareast-font-family:"SimSun",serif;
|
404
|
+
mso-bidi-font-family:$bodyfont;
|
405
|
+
mso-ansi-language:EN-GB;}
|
406
|
+
p.Tabletitle, li.Tabletitle, div.Tabletitle
|
407
|
+
{mso-style-name:"Table title";
|
387
408
|
mso-style-unhide:no;
|
388
409
|
mso-style-qformat:yes;
|
389
|
-
mso-style-parent:"";
|
410
|
+
mso-style-parent:"Figure title";
|
390
411
|
margin-top:0cm;
|
391
412
|
margin-right:0cm;
|
392
413
|
margin-bottom:6.0pt;
|
@@ -523,8 +544,8 @@ span.AnnexFigureTitleChar
|
|
523
544
|
mso-bidi-font-size:11.0pt;
|
524
545
|
mso-ansi-language:EN-GB;
|
525
546
|
font-weight:bold;}
|
526
|
-
p.Note, div.Note, li.Note
|
527
|
-
{
|
547
|
+
p.Note, div.Note, li.Note
|
548
|
+
{
|
528
549
|
mso-style-unhide:no;
|
529
550
|
mso-style-qformat:yes;
|
530
551
|
mso-style-parent:"";
|
@@ -536,12 +557,15 @@ p.Note, div.Note, li.Note, p.note, li.note, div.note
|
|
536
557
|
line-height:12.0pt;
|
537
558
|
mso-pagination:widow-orphan;
|
538
559
|
tab-stops:20.15pt;
|
539
|
-
font-size:$smallerfontsize;
|
540
560
|
mso-bidi-font-size:$normalfontsize;
|
541
|
-
font-family:$bodyfont;
|
542
561
|
mso-fareast-font-family:"SimSun",serif;
|
543
562
|
mso-bidi-font-family:$bodyfont;
|
544
563
|
mso-ansi-language:EN-GB;}
|
564
|
+
p.Note, div.Note, li.Note {
|
565
|
+
mso-style-name:Note;
|
566
|
+
font-size:$smallerfontsize;
|
567
|
+
font-family:$bodyfont;
|
568
|
+
}
|
545
569
|
/* may need to be revised */
|
546
570
|
p.tablefootnote, li.tablefootnote, div.tablefootnote
|
547
571
|
{mso-style-name:tablefootnote;
|
@@ -632,29 +656,29 @@ p.Definition, li.Definition, div.Definition
|
|
632
656
|
mso-bidi-font-family:$bodyfont;
|
633
657
|
mso-ansi-language:EN-GB;}
|
634
658
|
p.ForewordTitle, li.ForewordTitle, div.ForewordTitle
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
page-break-before:always;
|
645
|
-
mso-pagination:widow-orphan;
|
646
|
-
page-break-after:avoid;
|
647
|
-
mso-outline-level:1;
|
648
|
-
mso-hyphenate:none;
|
659
|
+
{mso-style-name:"Foreword Title";
|
660
|
+
mso-style-unhide:no;
|
661
|
+
mso-style-parent:Base_Heading;
|
662
|
+
margin-top:15.5pt;
|
663
|
+
margin-right:0cm;
|
664
|
+
margin-bottom:15.5pt;
|
665
|
+
margin-left:0cm;
|
666
|
+
line-height:15.5pt;
|
667
|
+
page-break-before:always;
|
649
668
|
tab-stops:20.15pt;
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
669
|
+
mso-pagination:widow-orphan;
|
670
|
+
page-break-after:avoid;
|
671
|
+
mso-outline-level:1;
|
672
|
+
mso-hyphenate:none;
|
673
|
+
font-size:14.0pt;
|
674
|
+
mso-bidi-font-size:11.0pt;
|
675
|
+
font-family:$headerfont;
|
676
|
+
mso-fareast-font-family:Calibri;
|
677
|
+
mso-bidi-font-family:"Times New Roman";
|
678
|
+
mso-ansi-language:EN-GB;
|
679
|
+
mso-fareast-language:EN-US;
|
680
|
+
font-weight:bold;
|
681
|
+
mso-bidi-font-weight:normal;}
|
658
682
|
p.IntroTitle, li.IntroTitle, div.IntroTitle
|
659
683
|
{mso-style-name:"Intro Title";
|
660
684
|
mso-style-noshow:yes;
|
@@ -679,10 +703,11 @@ p.IntroTitle, li.IntroTitle, div.IntroTitle
|
|
679
703
|
mso-ansi-language:EN-GB;
|
680
704
|
font-weight:bold;
|
681
705
|
page-break-before:always;
|
682
|
-
mso-bidi-font-weight:normal;
|
683
|
-
|
684
|
-
|
685
|
-
|
706
|
+
mso-bidi-font-weight:normal;
|
707
|
+
page-break-before:always;}
|
708
|
+
p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
|
709
|
+
mso-style-name:titlepagesubhead;
|
710
|
+
mso-style-noshow:yes;
|
686
711
|
mso-style-unhide:no;
|
687
712
|
mso-style-parent:"Foreword Title";
|
688
713
|
margin-top:15.5pt;
|
@@ -773,6 +798,24 @@ p.TermNum, li.TermNum, div.TermNum
|
|
773
798
|
mso-ansi-language:EN-GB;
|
774
799
|
font-weight:bold;
|
775
800
|
mso-bidi-font-weight:normal;}
|
801
|
+
p.zzHelp, li.zzHelp, div.zzHelp
|
802
|
+
{mso-style-name:zzHelp;
|
803
|
+
mso-style-unhide:no;
|
804
|
+
margin-top:0cm;
|
805
|
+
margin-right:0cm;
|
806
|
+
margin-bottom:12.0pt;
|
807
|
+
margin-left:0cm;
|
808
|
+
text-align:justify;
|
809
|
+
line-height:12.0pt;
|
810
|
+
mso-pagination:widow-orphan;
|
811
|
+
font-size:$normalfontsize;
|
812
|
+
mso-bidi-font-size:10.0pt;
|
813
|
+
font-family:$bodyfont;
|
814
|
+
mso-fareast-font-family:"MS Mincho";
|
815
|
+
mso-bidi-font-family:"Times New Roman";
|
816
|
+
color:green;
|
817
|
+
mso-ansi-language:EN-GB;
|
818
|
+
mso-fareast-language:JA;}
|
776
819
|
p.zzContents, li.zzContents, div.zzContents
|
777
820
|
{mso-style-name:zzContents;
|
778
821
|
mso-style-noshow:yes;
|
@@ -799,48 +842,30 @@ p.zzContents, li.zzContents, div.zzContents
|
|
799
842
|
mso-bidi-font-weight:normal;}
|
800
843
|
p.zzCopyright, li.zzCopyright, div.zzCopyright
|
801
844
|
{mso-style-name:zzCopyright;
|
802
|
-
mso-style-noshow:yes;
|
803
845
|
mso-style-unhide:no;
|
804
846
|
mso-style-next:Normal;
|
805
847
|
margin-top:0cm;
|
806
|
-
margin-right:
|
848
|
+
margin-right:14.2pt;
|
807
849
|
margin-bottom:12.0pt;
|
808
|
-
margin-left:
|
850
|
+
margin-left:14.2pt;
|
809
851
|
text-align:justify;
|
810
852
|
line-height:12.0pt;
|
811
853
|
mso-pagination:widow-orphan;
|
812
|
-
tab-stops:
|
854
|
+
tab-stops:25.7pt 481.15pt;
|
813
855
|
border:none;
|
856
|
+
mso-border-alt:solid blue .5pt;
|
814
857
|
padding:0cm;
|
815
858
|
mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
|
816
|
-
font-size
|
859
|
+
font-size:$normalfontsize;
|
860
|
+
mso-bidi-font-size:10.0pt;
|
817
861
|
font-family:$bodyfont;
|
818
|
-
mso-fareast-font-family:"
|
819
|
-
mso-bidi-font-family
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
mso-style-next:Normal;
|
826
|
-
margin-top:0cm;
|
827
|
-
margin-right:0pt;
|
828
|
-
margin-bottom:12.0pt;
|
829
|
-
margin-left:0pt;
|
830
|
-
text-align:justify;
|
831
|
-
line-height:12.0pt;
|
832
|
-
mso-pagination:widow-orphan;
|
833
|
-
tab-stops:20.15pt 25.7pt 481.15pt;
|
834
|
-
border:none;
|
835
|
-
padding:0cm;
|
836
|
-
mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
|
837
|
-
font-size:10.0pt;
|
838
|
-
font-family:$bodyfont;
|
839
|
-
mso-fareast-font-family:"SimSun",serif;
|
840
|
-
mso-bidi-font-family:$bodyfont;
|
841
|
-
mso-ansi-language:EN-GB;}
|
842
|
-
p.zzAddress, p.zzaddress, li.zzaddress, div.zzaddress {
|
843
|
-
mso-style-name:zzaddress;
|
862
|
+
mso-fareast-font-family:"MS Mincho";
|
863
|
+
mso-bidi-font-family:"Times New Roman";
|
864
|
+
color:blue;
|
865
|
+
mso-ansi-language:EN-GB;
|
866
|
+
mso-fareast-language:JA;}
|
867
|
+
p.zzAddress {
|
868
|
+
mso-style-name:zzAddress;
|
844
869
|
margin:0cm;
|
845
870
|
margin-bottom:12pt;
|
846
871
|
margin-left:20.15pt;
|
@@ -849,10 +874,11 @@ mso-layout-grid-align:none;
|
|
849
874
|
text-autospace:none;
|
850
875
|
padding:0cm;
|
851
876
|
mso-padding-alt:0cm 4.0pt 0cm 4.0pt;
|
877
|
+
color:blue;
|
852
878
|
font-size:10.0pt;
|
853
879
|
font-family:$bodyfont;
|
854
880
|
}
|
855
|
-
p.zzWarning
|
881
|
+
p.zzWarning {
|
856
882
|
mso-style-name:zzwarning;
|
857
883
|
mso-style-unhide:no;
|
858
884
|
mso-margin-top-alt:auto;
|
@@ -868,7 +894,7 @@ font-size:10.0pt;
|
|
868
894
|
mso-bidi-font-weight:bold;
|
869
895
|
font-family:$bodyfont;
|
870
896
|
}
|
871
|
-
p.zzWarningHdr
|
897
|
+
p.zzWarningHdr {
|
872
898
|
mso-style-name:zzwarninghdr;
|
873
899
|
mso-style-unhide:no;
|
874
900
|
mso-margin-top-alt:auto;
|
@@ -906,51 +932,9 @@ p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle
|
|
906
932
|
mso-fareast-font-family:"SimHei",serif;
|
907
933
|
mso-bidi-font-family:$headerfont;
|
908
934
|
mso-ansi-language:EN-GB;
|
935
|
+
color:blue;
|
909
936
|
font-weight:bold;
|
910
937
|
mso-bidi-font-weight:normal;}
|
911
|
-
p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1
|
912
|
-
{mso-style-name:zzSTDTitle;
|
913
|
-
mso-style-noshow:yes;
|
914
|
-
mso-style-unhide:no;
|
915
|
-
mso-style-next:Normal;
|
916
|
-
margin-top:0pt;
|
917
|
-
margin-right:0cm;
|
918
|
-
margin-bottom:18.0pt;
|
919
|
-
margin-left:0cm;
|
920
|
-
line-height:17.5pt;
|
921
|
-
mso-line-height-rule:exactly;
|
922
|
-
mso-pagination:widow-orphan;
|
923
|
-
mso-hyphenate:none;
|
924
|
-
tab-stops:20.15pt;
|
925
|
-
font-size:16.0pt;
|
926
|
-
mso-bidi-font-size:$normalfontsize;
|
927
|
-
font-family:$headerfont;
|
928
|
-
mso-fareast-font-family:"SimHei",serif;
|
929
|
-
mso-bidi-font-family:$headerfont;
|
930
|
-
mso-ansi-language:EN-GB;
|
931
|
-
font-weight:bold;
|
932
|
-
mso-bidi-font-weight:normal;}
|
933
|
-
p.zzSTDTitle2, li.zzSTDTitle2, div.zzSTDTitle2
|
934
|
-
{mso-style-name:zzSTDTitle;
|
935
|
-
mso-style-noshow:yes;
|
936
|
-
mso-style-unhide:no;
|
937
|
-
mso-style-next:Normal;
|
938
|
-
margin-top:0pt;
|
939
|
-
margin-right:0cm;
|
940
|
-
margin-bottom:18.0pt;
|
941
|
-
margin-left:0cm;
|
942
|
-
line-height:17.5pt;
|
943
|
-
mso-line-height-rule:exactly;
|
944
|
-
mso-pagination:widow-orphan;
|
945
|
-
mso-hyphenate:none;
|
946
|
-
tab-stops:20.15pt;
|
947
|
-
font-size:16.0pt;
|
948
|
-
mso-bidi-font-size:$normalfontsize;
|
949
|
-
font-family:$headerfont;
|
950
|
-
mso-fareast-font-family:"SimHei",serif;
|
951
|
-
mso-bidi-font-family:$headerfont;
|
952
|
-
mso-ansi-language:EN-GB;
|
953
|
-
mso-bidi-font-weight:normal;}
|
954
938
|
p.1, li.1, div.1
|
955
939
|
{mso-style-name:引用1;
|
956
940
|
mso-style-priority:99;
|
@@ -970,7 +954,7 @@ p.1, li.1, div.1
|
|
970
954
|
mso-bidi-font-family:"Times New Roman";
|
971
955
|
mso-ansi-language:EN-GB;
|
972
956
|
mso-fareast-language:JA;}
|
973
|
-
p.Quote, li.Quote
|
957
|
+
p.Quote, li.Quote
|
974
958
|
{mso-style-priority:99;
|
975
959
|
margin-top:0cm;
|
976
960
|
margin-right:36.0pt;
|
@@ -985,7 +969,18 @@ p.Quote, li.Quote, div.Quote
|
|
985
969
|
mso-fareast-font-family:"SimSun",serif;
|
986
970
|
mso-bidi-font-family:$bodyfont;
|
987
971
|
mso-ansi-language:EN-GB;}
|
988
|
-
|
972
|
+
div.Quote
|
973
|
+
{mso-style-priority:99;
|
974
|
+
text-align:justify;
|
975
|
+
line-height:12.0pt;
|
976
|
+
mso-pagination:widow-orphan;
|
977
|
+
tab-stops:20.15pt;
|
978
|
+
font-size:$normalfontsize;
|
979
|
+
font-family:$bodyfont;
|
980
|
+
mso-fareast-font-family:"SimSun",serif;
|
981
|
+
mso-bidi-font-family:$bodyfont;
|
982
|
+
mso-ansi-language:EN-GB;}
|
983
|
+
p.QuoteAttribution
|
989
984
|
{mso-style-name:quoteattribution;
|
990
985
|
mso-style-unhide:no;
|
991
986
|
mso-margin-top-alt:auto;
|
@@ -1000,16 +995,14 @@ p.QuoteAttribution, p.quoteattribution, li.quoteattribution, div.quoteattributio
|
|
1000
995
|
mso-fareast-theme-font:minor-fareast;
|
1001
996
|
mso-ansi-language:EN-HK;
|
1002
997
|
mso-fareast-language:JA;}
|
1003
|
-
p.Admonition, li.Admonition, div.Admonition
|
1004
|
-
{
|
998
|
+
p.Admonition, li.Admonition, div.Admonition
|
999
|
+
{
|
1005
1000
|
mso-style-priority:99;
|
1006
1001
|
mso-margin-top-alt:auto;
|
1007
1002
|
margin-right:0cm;
|
1008
1003
|
mso-margin-bottom-alt:auto;
|
1009
1004
|
margin-left:0cm;
|
1010
1005
|
mso-pagination:widow-orphan;
|
1011
|
-
font-size:12.0pt;
|
1012
|
-
font-family:"Calibri",sans-serif;
|
1013
1006
|
mso-ascii-font-family:$bodyfont;
|
1014
1007
|
mso-ascii-theme-font:minor-latin;
|
1015
1008
|
mso-fareast-font-family:"SimSun",serif;
|
@@ -1018,8 +1011,13 @@ p.Admonition, li.Admonition, div.Admonition, p.admonition, li.admonition, div.ad
|
|
1018
1011
|
mso-hansi-theme-font:minor-latin;
|
1019
1012
|
mso-bidi-font-family:$bodyfont;
|
1020
1013
|
mso-bidi-theme-font:minor-bidi;
|
1021
|
-
font-weight:bold;
|
1022
1014
|
mso-ansi-language:EN-AU;}
|
1015
|
+
p.Admonition, li.Admonition {
|
1016
|
+
mso-style-name:admonition;
|
1017
|
+
font-size:12.0pt;
|
1018
|
+
font-family:"Calibri",sans-serif;
|
1019
|
+
font-weight:bold;
|
1020
|
+
}
|
1023
1021
|
p.Code, li.Code, div.Code
|
1024
1022
|
{mso-style-name:Code;
|
1025
1023
|
mso-style-priority:16;
|
@@ -1029,7 +1027,7 @@ p.Code, li.Code, div.Code
|
|
1029
1027
|
line-height:12.0pt;
|
1030
1028
|
mso-pagination:widow-orphan;
|
1031
1029
|
tab-stops:16.15pt 32.6pt 48.75pt 65.2pt 81.35pt 97.8pt 113.95pt 130.4pt 146.55pt 162.75pt;
|
1032
|
-
font-size:11.
|
1030
|
+
font-size:11.0pt;
|
1033
1031
|
mso-bidi-font-size:$normalfontsize;
|
1034
1032
|
font-family:$monospacefont;
|
1035
1033
|
mso-fareast-font-family:"SimSun",serif;
|
@@ -1210,8 +1208,6 @@ table.MsoISOTable td, table.MsoISOTableBig td
|
|
1210
1208
|
{border:solid windowtext 1pt;
|
1211
1209
|
mso-border-alt:solid windowtext 1pt;
|
1212
1210
|
padding:0cm 2.85pt 0cm 2.85pt;}
|
1213
|
-
table.MsoISOTable p, table.MsoISOTableBig p
|
1214
|
-
{font-size:$smallerfontsize; }
|
1215
1211
|
table.MsoTableGrid
|
1216
1212
|
{mso-style-name:"Table Grid";
|
1217
1213
|
mso-tstyle-rowband-size:0;
|
@@ -1432,50 +1428,6 @@ div.doctitle
|
|
1432
1428
|
text-align:left;
|
1433
1429
|
font-size:16.0pt;}
|
1434
1430
|
|
1435
|
-
p.boilerplate-copyright, li.boilerplate-copyright, div.boilerplate-copyright
|
1436
|
-
{mso-style-name:boilerplate-copyright;
|
1437
|
-
mso-style-unhide:no;
|
1438
|
-
mso-margin-top-alt:auto;
|
1439
|
-
margin-right:0cm;
|
1440
|
-
mso-margin-bottom-alt:auto;
|
1441
|
-
margin-left:0cm;
|
1442
|
-
mso-pagination:widow-orphan;
|
1443
|
-
font-size:12.0pt;
|
1444
|
-
font-family:"Times New Roman",serif;
|
1445
|
-
mso-fareast-font-family:DengXian;
|
1446
|
-
mso-fareast-theme-font:minor-fareast;
|
1447
|
-
mso-ansi-language:EN-HK;
|
1448
|
-
mso-fareast-language:JA;}
|
1449
|
-
|
1450
|
-
p.boilerplate-name, li.boilerplate-name, div.boilerplate-name
|
1451
|
-
{mso-style-name:boilerplate-name;
|
1452
|
-
mso-style-unhide:no;
|
1453
|
-
mso-margin-top-alt:auto;
|
1454
|
-
margin-right:0cm;
|
1455
|
-
mso-margin-bottom-alt:auto;
|
1456
|
-
margin-left:0cm;
|
1457
|
-
mso-pagination:widow-orphan;
|
1458
|
-
font-size:12.0pt;
|
1459
|
-
font-family:"Times New Roman",serif;
|
1460
|
-
mso-fareast-font-family:DengXian;
|
1461
|
-
mso-fareast-theme-font:minor-fareast;
|
1462
|
-
mso-ansi-language:EN-HK;
|
1463
|
-
mso-fareast-language:JA;}
|
1464
|
-
p.boilerplate-address, li.boilerplate-address, div.boilerplate-address
|
1465
|
-
{mso-style-name:boilerplate-address;
|
1466
|
-
mso-style-unhide:no;
|
1467
|
-
mso-margin-top-alt:auto;
|
1468
|
-
margin-right:0cm;
|
1469
|
-
mso-margin-bottom-alt:auto;
|
1470
|
-
margin-left:0cm;
|
1471
|
-
mso-pagination:widow-orphan;
|
1472
|
-
font-size:12.0pt;
|
1473
|
-
font-family:"Times New Roman",serif;
|
1474
|
-
mso-fareast-font-family:DengXian;
|
1475
|
-
mso-fareast-theme-font:minor-fareast;
|
1476
|
-
mso-ansi-language:EN-HK;
|
1477
|
-
mso-fareast-language:JA;}
|
1478
|
-
|
1479
1431
|
div.rule {
|
1480
1432
|
width: 100%;
|
1481
1433
|
height: 1px;
|
@@ -1638,23 +1590,6 @@ a.TableFootnoteRef, span.TableFootnoteRef, span.tablefootnoteref
|
|
1638
1590
|
aside {
|
1639
1591
|
font-size:$footnotefontsize;
|
1640
1592
|
}
|
1641
|
-
span.notelabel
|
1642
|
-
{mso-style-name:note_label;
|
1643
|
-
mso-style-unhide:no;
|
1644
|
-
mso-ansi-font-size:10.0pt;
|
1645
|
-
mso-bidi-font-size:10.0pt;
|
1646
|
-
font-family:$bodyfont;
|
1647
|
-
mso-ascii-font-family:Cambria;
|
1648
|
-
mso-hansi-font-family:Cambria;}
|
1649
|
-
span.examplelabel
|
1650
|
-
{mso-style-name:example_label;
|
1651
|
-
mso-style-unhide:no;
|
1652
|
-
mso-ansi-font-size:10.0pt;
|
1653
|
-
mso-bidi-font-size:10.0pt;
|
1654
|
-
font-family:$bodyfont;
|
1655
|
-
mso-ascii-font-family:Cambria;
|
1656
|
-
mso-hansi-font-family:Cambria;}
|
1657
|
-
|
1658
1593
|
|
1659
1594
|
|
1660
1595
|
/*
|
@@ -1678,6 +1613,11 @@ div.example {
|
|
1678
1613
|
p.Example, li.Example, div.Example, td.Example
|
1679
1614
|
{
|
1680
1615
|
tab-stops:70.9pt;
|
1616
|
+
}
|
1617
|
+
|
1618
|
+
p.Example, li.Example, td.Example {
|
1619
|
+
mso-style-name:Example;
|
1620
|
+
mso-style-link:"Example Char";
|
1681
1621
|
font-size:$smallerfontsize;
|
1682
1622
|
font-family:$bodyfont;}
|
1683
1623
|
|
@@ -1694,21 +1634,20 @@ div.Example p.MsoListParagraph {
|
|
1694
1634
|
font-size: $smallerfontsize;
|
1695
1635
|
}
|
1696
1636
|
|
1697
|
-
p.Example, li.Example, div.Example
|
1698
|
-
{
|
1637
|
+
p.Example, li.Example, div.Example
|
1638
|
+
{
|
1699
1639
|
mso-style-unhide:no;
|
1700
1640
|
mso-style-qformat:yes;
|
1701
|
-
mso-style-link:"Example Char";
|
1702
1641
|
mso-margin-top-alt:auto;
|
1642
|
+
margin-top:0cm;
|
1703
1643
|
margin-right:0cm;
|
1704
|
-
|
1644
|
+
margin-bottom:12.0pt;
|
1705
1645
|
margin-left:0cm;
|
1706
1646
|
text-align:justify;
|
1707
|
-
line-height:
|
1647
|
+
line-height:11.0pt;
|
1708
1648
|
mso-pagination:none;
|
1709
|
-
|
1710
|
-
|
1711
|
-
font-family:$bodyfont;
|
1649
|
+
mso-pagination:widow-orphan;
|
1650
|
+
tab-stops:67.7pt;
|
1712
1651
|
mso-fareast-font-family:Calibri;
|
1713
1652
|
mso-bidi-font-family:"Times New Roman";
|
1714
1653
|
mso-ansi-language:EN-GB;
|
@@ -1804,7 +1743,8 @@ span.aucollab
|
|
1804
1743
|
mso-ascii-font-family:Cambria;
|
1805
1744
|
mso-hansi-font-family:Cambria;
|
1806
1745
|
border:none;
|
1807
|
-
background:silver;}
|
1746
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:silver;{% endif %}
|
1747
|
+
}
|
1808
1748
|
span.audeg
|
1809
1749
|
{mso-style-name:au_deg;
|
1810
1750
|
mso-style-unhide:no;
|
@@ -1814,7 +1754,8 @@ span.audeg
|
|
1814
1754
|
mso-ascii-font-family:Cambria;
|
1815
1755
|
mso-hansi-font-family:Cambria;
|
1816
1756
|
border:none;
|
1817
|
-
background:yellow;}
|
1757
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:yellow;{% endif %}
|
1758
|
+
}
|
1818
1759
|
span.aufname
|
1819
1760
|
{mso-style-name:au_fname;
|
1820
1761
|
mso-style-unhide:no;
|
@@ -1824,7 +1765,8 @@ span.aufname
|
|
1824
1765
|
mso-ascii-font-family:Cambria;
|
1825
1766
|
mso-hansi-font-family:Cambria;
|
1826
1767
|
border:none;
|
1827
|
-
background:#FFFFCC;}
|
1768
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFFFCC;{% endif %}
|
1769
|
+
}
|
1828
1770
|
span.aurole
|
1829
1771
|
{mso-style-name:au_role;
|
1830
1772
|
mso-style-unhide:no;
|
@@ -1834,7 +1776,8 @@ span.aurole
|
|
1834
1776
|
mso-ascii-font-family:Cambria;
|
1835
1777
|
mso-hansi-font-family:Cambria;
|
1836
1778
|
border:none;
|
1837
|
-
background:olive;}
|
1779
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:olive;{% endif %}
|
1780
|
+
}
|
1838
1781
|
span.ausuffix
|
1839
1782
|
{mso-style-name:au_suffix;
|
1840
1783
|
mso-style-unhide:no;
|
@@ -1844,7 +1787,8 @@ span.ausuffix
|
|
1844
1787
|
mso-ascii-font-family:Cambria;
|
1845
1788
|
mso-hansi-font-family:Cambria;
|
1846
1789
|
border:none;
|
1847
|
-
background:fuchsia;}
|
1790
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:fuchsia;{% endif %}
|
1791
|
+
}
|
1848
1792
|
span.ausurname
|
1849
1793
|
{mso-style-name:au_surname;
|
1850
1794
|
mso-style-unhide:no;
|
@@ -1854,7 +1798,8 @@ span.ausurname
|
|
1854
1798
|
mso-ascii-font-family:Cambria;
|
1855
1799
|
mso-hansi-font-family:Cambria;
|
1856
1800
|
border:none;
|
1857
|
-
background:#CCFF99;}
|
1801
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFF99;{% endif %}
|
1802
|
+
}
|
1858
1803
|
span.bibbase
|
1859
1804
|
{mso-style-name:bib_base;
|
1860
1805
|
mso-style-unhide:no;
|
@@ -1870,7 +1815,8 @@ span.bibarticle
|
|
1870
1815
|
mso-ascii-font-family:Cambria;
|
1871
1816
|
mso-hansi-font-family:Cambria;
|
1872
1817
|
border:none;
|
1873
|
-
background:#CCFFFF;}
|
1818
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFFFF;{% endif %}
|
1819
|
+
}
|
1874
1820
|
span.bibcomment
|
1875
1821
|
{mso-style-name:bib_comment;
|
1876
1822
|
mso-style-unhide:no;
|
@@ -1893,7 +1839,8 @@ span.bibdoi
|
|
1893
1839
|
mso-ascii-font-family:Cambria;
|
1894
1840
|
mso-hansi-font-family:Cambria;
|
1895
1841
|
border:none;
|
1896
|
-
background:#CCFFCC;}
|
1842
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFFCC;{% endif %}
|
1843
|
+
}
|
1897
1844
|
span.bibetal
|
1898
1845
|
{mso-style-name:bib_etal;
|
1899
1846
|
mso-style-unhide:no;
|
@@ -1902,7 +1849,8 @@ span.bibetal
|
|
1902
1849
|
mso-ascii-font-family:Cambria;
|
1903
1850
|
mso-hansi-font-family:Cambria;
|
1904
1851
|
border:none;
|
1905
|
-
background:#CCFF99;}
|
1852
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFF99;{% endif %}
|
1853
|
+
}
|
1906
1854
|
span.bibfname
|
1907
1855
|
{mso-style-name:bib_fname;
|
1908
1856
|
mso-style-unhide:no;
|
@@ -1911,7 +1859,8 @@ span.bibfname
|
|
1911
1859
|
mso-ascii-font-family:Cambria;
|
1912
1860
|
mso-hansi-font-family:Cambria;
|
1913
1861
|
border:none;
|
1914
|
-
background:#FFFFCC;}
|
1862
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFFFCC;{% endif %}
|
1863
|
+
}
|
1915
1864
|
span.bibfpage
|
1916
1865
|
{mso-style-name:bib_fpage;
|
1917
1866
|
mso-style-unhide:no;
|
@@ -1920,7 +1869,8 @@ span.bibfpage
|
|
1920
1869
|
mso-ascii-font-family:Cambria;
|
1921
1870
|
mso-hansi-font-family:Cambria;
|
1922
1871
|
border:none;
|
1923
|
-
background:#E6E6E6;}
|
1872
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#E6E6E6;{% endif %}
|
1873
|
+
}
|
1924
1874
|
span.bibissue
|
1925
1875
|
{mso-style-name:bib_issue;
|
1926
1876
|
mso-style-unhide:no;
|
@@ -1929,7 +1879,8 @@ span.bibissue
|
|
1929
1879
|
mso-ascii-font-family:Cambria;
|
1930
1880
|
mso-hansi-font-family:Cambria;
|
1931
1881
|
border:none;
|
1932
|
-
background:#FFFFAB;}
|
1882
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFFFAB;{% endif %}
|
1883
|
+
}
|
1933
1884
|
span.bibjournal
|
1934
1885
|
{mso-style-name:bib_journal;
|
1935
1886
|
mso-style-unhide:no;
|
@@ -1938,7 +1889,8 @@ span.bibjournal
|
|
1938
1889
|
mso-ascii-font-family:Cambria;
|
1939
1890
|
mso-hansi-font-family:Cambria;
|
1940
1891
|
border:none;
|
1941
|
-
background:#F9DECF;}
|
1892
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#F9DECF;{% endif %}
|
1893
|
+
}
|
1942
1894
|
span.biblpage
|
1943
1895
|
{mso-style-name:bib_lpage;
|
1944
1896
|
mso-style-unhide:no;
|
@@ -1947,7 +1899,8 @@ span.biblpage
|
|
1947
1899
|
mso-ascii-font-family:Cambria;
|
1948
1900
|
mso-hansi-font-family:Cambria;
|
1949
1901
|
border:none;
|
1950
|
-
background:#D9D9D9;}
|
1902
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#D9D9D9;{% endif %}
|
1903
|
+
}
|
1951
1904
|
span.bibnumber
|
1952
1905
|
{mso-style-name:bib_number;
|
1953
1906
|
mso-style-unhide:no;
|
@@ -1956,7 +1909,8 @@ span.bibnumber
|
|
1956
1909
|
mso-ascii-font-family:Cambria;
|
1957
1910
|
mso-hansi-font-family:Cambria;
|
1958
1911
|
border:none;
|
1959
|
-
background:#CCCCFF;}
|
1912
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCCCFF;{% endif %}
|
1913
|
+
}
|
1960
1914
|
span.biborganization
|
1961
1915
|
{mso-style-name:bib_organization;
|
1962
1916
|
mso-style-unhide:no;
|
@@ -1965,7 +1919,8 @@ span.biborganization
|
|
1965
1919
|
mso-ascii-font-family:Cambria;
|
1966
1920
|
mso-hansi-font-family:Cambria;
|
1967
1921
|
border:none;
|
1968
|
-
background:#CCFF99;}
|
1922
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFF99;{% endif %}
|
1923
|
+
}
|
1969
1924
|
span.bibsuffix
|
1970
1925
|
{mso-style-name:bib_suffix;
|
1971
1926
|
mso-style-unhide:no;
|
@@ -1981,7 +1936,8 @@ span.bibsuppl
|
|
1981
1936
|
mso-ascii-font-family:Cambria;
|
1982
1937
|
mso-hansi-font-family:Cambria;
|
1983
1938
|
border:none;
|
1984
|
-
background:#FFCC66;}
|
1939
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCC66;{% endif %}
|
1940
|
+
}
|
1985
1941
|
span.bibsurname
|
1986
1942
|
{mso-style-name:bib_surname;
|
1987
1943
|
mso-style-unhide:no;
|
@@ -1990,7 +1946,8 @@ span.bibsurname
|
|
1990
1946
|
mso-ascii-font-family:Cambria;
|
1991
1947
|
mso-hansi-font-family:Cambria;
|
1992
1948
|
border:none;
|
1993
|
-
background:#CCFF99;}
|
1949
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFF99;{% endif %}
|
1950
|
+
}
|
1994
1951
|
span.bibunpubl
|
1995
1952
|
{mso-style-name:bib_unpubl;
|
1996
1953
|
mso-style-unhide:no;
|
@@ -2006,7 +1963,8 @@ span.biburl
|
|
2006
1963
|
mso-ascii-font-family:Cambria;
|
2007
1964
|
mso-hansi-font-family:Cambria;
|
2008
1965
|
border:none;
|
2009
|
-
background:#CCFF66;}
|
1966
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFF66;{% endif %}
|
1967
|
+
}
|
2010
1968
|
span.bibvolume
|
2011
1969
|
{mso-style-name:bib_volume;
|
2012
1970
|
mso-style-unhide:no;
|
@@ -2015,7 +1973,8 @@ span.bibvolume
|
|
2015
1973
|
mso-ascii-font-family:Cambria;
|
2016
1974
|
mso-hansi-font-family:Cambria;
|
2017
1975
|
border:none;
|
2018
|
-
background:#CCECFF;}
|
1976
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCECFF;{% endif %}
|
1977
|
+
}
|
2019
1978
|
span.bibyear
|
2020
1979
|
{mso-style-name:bib_year;
|
2021
1980
|
mso-style-unhide:no;
|
@@ -2024,7 +1983,8 @@ span.bibyear
|
|
2024
1983
|
mso-ascii-font-family:Cambria;
|
2025
1984
|
mso-hansi-font-family:Cambria;
|
2026
1985
|
border:none;
|
2027
|
-
background:#FFCCFF;}
|
1986
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCCFF;{% endif %}
|
1987
|
+
}
|
2028
1988
|
span.citebase
|
2029
1989
|
{mso-style-name:cite_base;
|
2030
1990
|
mso-style-unhide:no;
|
@@ -2040,7 +2000,8 @@ span.citebib
|
|
2040
2000
|
mso-ascii-font-family:Cambria;
|
2041
2001
|
mso-hansi-font-family:Cambria;
|
2042
2002
|
border:none;
|
2043
|
-
background:#CCFFFF;}
|
2003
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFFFF;{% endif %}
|
2004
|
+
}
|
2044
2005
|
span.citebox
|
2045
2006
|
{mso-style-name:cite_box;
|
2046
2007
|
mso-style-unhide:no;
|
@@ -2056,7 +2017,7 @@ span.citeen
|
|
2056
2017
|
mso-ascii-font-family:Cambria;
|
2057
2018
|
mso-hansi-font-family:Cambria;
|
2058
2019
|
border:none;
|
2059
|
-
background:#FFFF99;
|
2020
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFFF99;{% endif %}
|
2060
2021
|
vertical-align:super;}
|
2061
2022
|
span.citefig
|
2062
2023
|
{mso-style-name:cite_fig;
|
@@ -2067,7 +2028,8 @@ span.citefig
|
|
2067
2028
|
mso-hansi-font-family:Cambria;
|
2068
2029
|
color:windowtext;
|
2069
2030
|
border:none;
|
2070
|
-
background:#CCFFCC;}
|
2031
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFFCC;{% endif %}
|
2032
|
+
}
|
2071
2033
|
span.citefn
|
2072
2034
|
{mso-style-name:cite_fn;
|
2073
2035
|
mso-style-unhide:no;
|
@@ -2078,7 +2040,7 @@ span.citefn
|
|
2078
2040
|
mso-hansi-font-family:Cambria;
|
2079
2041
|
color:windowtext;
|
2080
2042
|
border:none;
|
2081
|
-
background:#FF99CC;
|
2043
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FF99CC;{% endif %}
|
2082
2044
|
vertical-align:baseline;}
|
2083
2045
|
span.citetbl
|
2084
2046
|
{mso-style-name:cite_tbl;
|
@@ -2089,7 +2051,8 @@ span.citetbl
|
|
2089
2051
|
mso-hansi-font-family:Cambria;
|
2090
2052
|
color:windowtext;
|
2091
2053
|
border:none;
|
2092
|
-
background:#FF9999;}
|
2054
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FF9999;{% endif %}
|
2055
|
+
}
|
2093
2056
|
span.stdbase
|
2094
2057
|
{mso-style-name:std_base;
|
2095
2058
|
mso-style-unhide:no;
|
@@ -2105,7 +2068,8 @@ span.bibextlink
|
|
2105
2068
|
mso-ascii-font-family:Cambria;
|
2106
2069
|
mso-hansi-font-family:Cambria;
|
2107
2070
|
border:none;
|
2108
|
-
background:#6CCE9D;}
|
2071
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#6CCE9D;{% endif %}
|
2072
|
+
}
|
2109
2073
|
span.citeeq
|
2110
2074
|
{mso-style-name:cite_eq;
|
2111
2075
|
mso-style-unhide:no;
|
@@ -2114,7 +2078,8 @@ span.citeeq
|
|
2114
2078
|
mso-ascii-font-family:Cambria;
|
2115
2079
|
mso-hansi-font-family:Cambria;
|
2116
2080
|
border:none;
|
2117
|
-
background:#FFAE37;}
|
2081
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFAE37;{% endif %}
|
2082
|
+
}
|
2118
2083
|
span.bibmedline
|
2119
2084
|
{mso-style-name:bib_medline;
|
2120
2085
|
mso-style-unhide:no;
|
@@ -2130,7 +2095,8 @@ span.citetfn
|
|
2130
2095
|
mso-ascii-font-family:Cambria;
|
2131
2096
|
mso-hansi-font-family:Cambria;
|
2132
2097
|
border:none;
|
2133
|
-
background:#FBBA79;}
|
2098
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FBBA79;{% endif %}
|
2099
|
+
}
|
2134
2100
|
span.auprefix
|
2135
2101
|
{mso-style-name:au_prefix;
|
2136
2102
|
mso-style-unhide:no;
|
@@ -2140,7 +2106,8 @@ span.auprefix
|
|
2140
2106
|
mso-ascii-font-family:Cambria;
|
2141
2107
|
mso-hansi-font-family:Cambria;
|
2142
2108
|
border:none;
|
2143
|
-
background:#FFCC99;}
|
2109
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCC99;{% endif %}
|
2110
|
+
}
|
2144
2111
|
span.citeapp
|
2145
2112
|
{mso-style-name:cite_app;
|
2146
2113
|
mso-style-unhide:no;
|
@@ -2149,7 +2116,8 @@ span.citeapp
|
|
2149
2116
|
mso-ascii-font-family:Cambria;
|
2150
2117
|
mso-hansi-font-family:Cambria;
|
2151
2118
|
border:none;
|
2152
|
-
background:#CCFF33;}
|
2119
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFF33;{% endif %}
|
2120
|
+
}
|
2153
2121
|
span.citesec
|
2154
2122
|
{mso-style-name:cite_sec;
|
2155
2123
|
mso-style-unhide:no;
|
@@ -2158,7 +2126,8 @@ span.citesec
|
|
2158
2126
|
mso-ascii-font-family:Cambria;
|
2159
2127
|
mso-hansi-font-family:Cambria;
|
2160
2128
|
border:none;
|
2161
|
-
background:#FFCCCC;}
|
2129
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCCCC;{% endif %}
|
2130
|
+
}
|
2162
2131
|
span.stddocNumber
|
2163
2132
|
{mso-style-name:std_docNumber;
|
2164
2133
|
mso-style-unhide:no;
|
@@ -2167,7 +2136,8 @@ span.stddocNumber
|
|
2167
2136
|
mso-ascii-font-family:Cambria;
|
2168
2137
|
mso-hansi-font-family:Cambria;
|
2169
2138
|
border:none;
|
2170
|
-
background:#F2DBDB;}
|
2139
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#F2DBDB;{% endif %}
|
2140
|
+
}
|
2171
2141
|
span.stddocPartNumber
|
2172
2142
|
{mso-style-name:std_docPartNumber;
|
2173
2143
|
mso-style-unhide:no;
|
@@ -2176,7 +2146,8 @@ span.stddocPartNumber
|
|
2176
2146
|
mso-ascii-font-family:Cambria;
|
2177
2147
|
mso-hansi-font-family:Cambria;
|
2178
2148
|
border:none;
|
2179
|
-
background:#EAF1DD;}
|
2149
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#EAF1DD;{% endif %}
|
2150
|
+
}
|
2180
2151
|
span.stddocTitle
|
2181
2152
|
{mso-style-name:std_docTitle;
|
2182
2153
|
mso-style-unhide:no;
|
@@ -2185,7 +2156,7 @@ span.stddocTitle
|
|
2185
2156
|
mso-ascii-font-family:Cambria;
|
2186
2157
|
mso-hansi-font-family:Cambria;
|
2187
2158
|
border:none;
|
2188
|
-
background:#FDE9D9;
|
2159
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FDE9D9;{% endif %}
|
2189
2160
|
font-style:italic;
|
2190
2161
|
mso-bidi-font-style:normal;}
|
2191
2162
|
span.aumember
|
@@ -2197,7 +2168,8 @@ span.aumember
|
|
2197
2168
|
mso-ascii-font-family:Cambria;
|
2198
2169
|
mso-hansi-font-family:Cambria;
|
2199
2170
|
border:none;
|
2200
|
-
background:#FF99CC;}
|
2171
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FF99CC;{% endif %}
|
2172
|
+
}
|
2201
2173
|
span.stdfootnote
|
2202
2174
|
{mso-style-name:std_footnote;
|
2203
2175
|
mso-style-unhide:no;
|
@@ -2206,7 +2178,8 @@ span.stdfootnote
|
|
2206
2178
|
mso-ascii-font-family:Cambria;
|
2207
2179
|
mso-hansi-font-family:Cambria;
|
2208
2180
|
border:none;
|
2209
|
-
background:#F2F2F2;}
|
2181
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#F2F2F2;{% endif %}
|
2182
|
+
}
|
2210
2183
|
span.stdpublisher
|
2211
2184
|
{mso-style-name:std_publisher;
|
2212
2185
|
mso-style-unhide:no;
|
@@ -2215,7 +2188,8 @@ span.stdpublisher
|
|
2215
2188
|
mso-ascii-font-family:Cambria;
|
2216
2189
|
mso-hansi-font-family:Cambria;
|
2217
2190
|
border:none;
|
2218
|
-
background:#C6D9F1;}
|
2191
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#C6D9F1;{% endif %}
|
2192
|
+
}
|
2219
2193
|
span.stdsection
|
2220
2194
|
{mso-style-name:std_section;
|
2221
2195
|
mso-style-unhide:no;
|
@@ -2224,7 +2198,8 @@ span.stdsection
|
|
2224
2198
|
mso-ascii-font-family:Cambria;
|
2225
2199
|
mso-hansi-font-family:Cambria;
|
2226
2200
|
border:none;
|
2227
|
-
background:#E5DFEC;}
|
2201
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#E5DFEC;{% endif %}
|
2202
|
+
}
|
2228
2203
|
span.stdyear
|
2229
2204
|
{mso-style-name:std_year;
|
2230
2205
|
mso-style-unhide:no;
|
@@ -2233,7 +2208,8 @@ span.stdyear
|
|
2233
2208
|
mso-ascii-font-family:Cambria;
|
2234
2209
|
mso-hansi-font-family:Cambria;
|
2235
2210
|
border:none;
|
2236
|
-
background:#DAEEF3;}
|
2211
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#DAEEF3;{% endif %}
|
2212
|
+
}
|
2237
2213
|
span.stddocumentType
|
2238
2214
|
{mso-style-name:std_documentType;
|
2239
2215
|
mso-style-unhide:no;
|
@@ -2242,7 +2218,8 @@ span.stddocumentType
|
|
2242
2218
|
mso-ascii-font-family:Cambria;
|
2243
2219
|
mso-hansi-font-family:Cambria;
|
2244
2220
|
border:none;
|
2245
|
-
background:#7DE1DF;}
|
2221
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#7DE1DF;{% endif %}
|
2222
|
+
}
|
2246
2223
|
span.bibalt-year
|
2247
2224
|
{mso-style-name:bib_alt-year;
|
2248
2225
|
mso-style-unhide:no;
|
@@ -2252,7 +2229,8 @@ span.bibalt-year
|
|
2252
2229
|
mso-ascii-font-family:Cambria;
|
2253
2230
|
mso-hansi-font-family:Cambria;
|
2254
2231
|
border:none;
|
2255
|
-
background:#CC99FF;}
|
2232
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CC99FF;{% endif %}
|
2233
|
+
}
|
2256
2234
|
span.bibbook
|
2257
2235
|
{mso-style-name:bib_book;
|
2258
2236
|
mso-style-unhide:no;
|
@@ -2261,7 +2239,8 @@ span.bibbook
|
|
2261
2239
|
mso-ascii-font-family:Cambria;
|
2262
2240
|
mso-hansi-font-family:Cambria;
|
2263
2241
|
border:none;
|
2264
|
-
background:#99CCFF;}
|
2242
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#99CCFF;{% endif %}
|
2243
|
+
}
|
2265
2244
|
span.bibchapterno
|
2266
2245
|
{mso-style-name:bib_chapterno;
|
2267
2246
|
mso-style-unhide:no;
|
@@ -2270,7 +2249,8 @@ span.bibchapterno
|
|
2270
2249
|
mso-ascii-font-family:Cambria;
|
2271
2250
|
mso-hansi-font-family:Cambria;
|
2272
2251
|
border:none;
|
2273
|
-
background:#D9D9D9;}
|
2252
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#D9D9D9;{% endif %}
|
2253
|
+
}
|
2274
2254
|
span.bibchaptertitle
|
2275
2255
|
{mso-style-name:bib_chaptertitle;
|
2276
2256
|
mso-style-unhide:no;
|
@@ -2279,7 +2259,8 @@ span.bibchaptertitle
|
|
2279
2259
|
mso-ascii-font-family:Cambria;
|
2280
2260
|
mso-hansi-font-family:Cambria;
|
2281
2261
|
border:none;
|
2282
|
-
background:#FF9D5B;}
|
2262
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FF9D5B;{% endif %}
|
2263
|
+
}
|
2283
2264
|
span.bibed-etal
|
2284
2265
|
{mso-style-name:bib_ed-etal;
|
2285
2266
|
mso-style-unhide:no;
|
@@ -2288,7 +2269,8 @@ span.bibed-etal
|
|
2288
2269
|
mso-ascii-font-family:Cambria;
|
2289
2270
|
mso-hansi-font-family:Cambria;
|
2290
2271
|
border:none;
|
2291
|
-
background:#00F4EE;}
|
2272
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#00F4EE;{% endif %}
|
2273
|
+
}
|
2292
2274
|
span.bibed-fname
|
2293
2275
|
{mso-style-name:bib_ed-fname;
|
2294
2276
|
mso-style-unhide:no;
|
@@ -2297,7 +2279,8 @@ span.bibed-fname
|
|
2297
2279
|
mso-ascii-font-family:Cambria;
|
2298
2280
|
mso-hansi-font-family:Cambria;
|
2299
2281
|
border:none;
|
2300
|
-
background:#FFFFB7;}
|
2282
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFFFB7;{% endif %}
|
2283
|
+
}
|
2301
2284
|
span.bibeditionno
|
2302
2285
|
{mso-style-name:bib_editionno;
|
2303
2286
|
mso-style-unhide:no;
|
@@ -2306,7 +2289,8 @@ span.bibeditionno
|
|
2306
2289
|
mso-ascii-font-family:Cambria;
|
2307
2290
|
mso-hansi-font-family:Cambria;
|
2308
2291
|
border:none;
|
2309
|
-
background:#FFCC00;}
|
2292
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCC00;{% endif %}
|
2293
|
+
}
|
2310
2294
|
span.bibed-organization
|
2311
2295
|
{mso-style-name:bib_ed-organization;
|
2312
2296
|
mso-style-unhide:no;
|
@@ -2315,7 +2299,8 @@ span.bibed-organization
|
|
2315
2299
|
mso-ascii-font-family:Cambria;
|
2316
2300
|
mso-hansi-font-family:Cambria;
|
2317
2301
|
border:none;
|
2318
|
-
background:#FCAAC3;}
|
2302
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FCAAC3;{% endif %}
|
2303
|
+
}
|
2319
2304
|
span.bibed-suffix
|
2320
2305
|
{mso-style-name:bib_ed-suffix;
|
2321
2306
|
mso-style-unhide:no;
|
@@ -2324,7 +2309,8 @@ span.bibed-suffix
|
|
2324
2309
|
mso-ascii-font-family:Cambria;
|
2325
2310
|
mso-hansi-font-family:Cambria;
|
2326
2311
|
border:none;
|
2327
|
-
background:#CCFFCC;}
|
2312
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFFCC;{% endif %}
|
2313
|
+
}
|
2328
2314
|
span.bibed-surname
|
2329
2315
|
{mso-style-name:bib_ed-surname;
|
2330
2316
|
mso-style-unhide:no;
|
@@ -2333,7 +2319,8 @@ span.bibed-surname
|
|
2333
2319
|
mso-ascii-font-family:Cambria;
|
2334
2320
|
mso-hansi-font-family:Cambria;
|
2335
2321
|
border:none;
|
2336
|
-
background:yellow;}
|
2322
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:yellow;{% endif %}
|
2323
|
+
}
|
2337
2324
|
span.bibinstitution
|
2338
2325
|
{mso-style-name:bib_institution;
|
2339
2326
|
mso-style-unhide:no;
|
@@ -2342,7 +2329,8 @@ span.bibinstitution
|
|
2342
2329
|
mso-ascii-font-family:Cambria;
|
2343
2330
|
mso-hansi-font-family:Cambria;
|
2344
2331
|
border:none;
|
2345
|
-
background:#CCFFCC;}
|
2332
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFFCC;{% endif %}
|
2333
|
+
}
|
2346
2334
|
span.bibisbn
|
2347
2335
|
{mso-style-name:bib_isbn;
|
2348
2336
|
mso-style-unhide:no;
|
@@ -2350,7 +2338,8 @@ span.bibisbn
|
|
2350
2338
|
font-family:$bodyfont;
|
2351
2339
|
mso-ascii-font-family:Cambria;
|
2352
2340
|
mso-hansi-font-family:Cambria;
|
2353
|
-
background:#D9D9D9;}
|
2341
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#D9D9D9;{% endif %}
|
2342
|
+
}
|
2354
2343
|
span.biblocation
|
2355
2344
|
{mso-style-name:bib_location;
|
2356
2345
|
mso-style-unhide:no;
|
@@ -2359,7 +2348,8 @@ span.biblocation
|
|
2359
2348
|
mso-ascii-font-family:Cambria;
|
2360
2349
|
mso-hansi-font-family:Cambria;
|
2361
2350
|
border:none;
|
2362
|
-
background:#FFCCCC;}
|
2351
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCCCC;{% endif %}
|
2352
|
+
}
|
2363
2353
|
span.bibpagecount
|
2364
2354
|
{mso-style-name:bib_pagecount;
|
2365
2355
|
mso-style-unhide:no;
|
@@ -2368,7 +2358,8 @@ span.bibpagecount
|
|
2368
2358
|
mso-ascii-font-family:Cambria;
|
2369
2359
|
mso-hansi-font-family:Cambria;
|
2370
2360
|
border:none;
|
2371
|
-
background:lime;}
|
2361
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:lime;{% endif %}
|
2362
|
+
}
|
2372
2363
|
span.bibpatent
|
2373
2364
|
{mso-style-name:bib_patent;
|
2374
2365
|
mso-style-unhide:no;
|
@@ -2377,7 +2368,8 @@ span.bibpatent
|
|
2377
2368
|
mso-ascii-font-family:Cambria;
|
2378
2369
|
mso-hansi-font-family:Cambria;
|
2379
2370
|
border:none;
|
2380
|
-
background:#66FFCC;}
|
2371
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#66FFCC;{% endif %}
|
2372
|
+
}
|
2381
2373
|
span.bibpublisher
|
2382
2374
|
{mso-style-name:bib_publisher;
|
2383
2375
|
mso-style-unhide:no;
|
@@ -2386,7 +2378,8 @@ span.bibpublisher
|
|
2386
2378
|
mso-ascii-font-family:Cambria;
|
2387
2379
|
mso-hansi-font-family:Cambria;
|
2388
2380
|
border:none;
|
2389
|
-
background:#FF99CC;}
|
2381
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FF99CC;{% endif %}
|
2382
|
+
}
|
2390
2383
|
span.bibreportnum
|
2391
2384
|
{mso-style-name:bib_reportnum;
|
2392
2385
|
mso-style-unhide:no;
|
@@ -2395,7 +2388,8 @@ span.bibreportnum
|
|
2395
2388
|
mso-ascii-font-family:Cambria;
|
2396
2389
|
mso-hansi-font-family:Cambria;
|
2397
2390
|
border:none;
|
2398
|
-
background:#CCCCFF;}
|
2391
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCCCFF;{% endif %}
|
2392
|
+
}
|
2399
2393
|
span.bibschool
|
2400
2394
|
{mso-style-name:bib_school;
|
2401
2395
|
mso-style-unhide:no;
|
@@ -2404,7 +2398,8 @@ span.bibschool
|
|
2404
2398
|
mso-ascii-font-family:Cambria;
|
2405
2399
|
mso-hansi-font-family:Cambria;
|
2406
2400
|
border:none;
|
2407
|
-
background:#FFCC66;}
|
2401
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCC66;{% endif %}
|
2402
|
+
}
|
2408
2403
|
span.bibseries
|
2409
2404
|
{mso-style-name:bib_series;
|
2410
2405
|
mso-style-unhide:no;
|
@@ -2412,7 +2407,8 @@ span.bibseries
|
|
2412
2407
|
font-family:$bodyfont;
|
2413
2408
|
mso-ascii-font-family:Cambria;
|
2414
2409
|
mso-hansi-font-family:Cambria;
|
2415
|
-
background:#FFCC99;}
|
2410
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCC99;{% endif %}
|
2411
|
+
}
|
2416
2412
|
span.bibseriesno
|
2417
2413
|
{mso-style-name:bib_seriesno;
|
2418
2414
|
mso-style-unhide:no;
|
@@ -2420,7 +2416,8 @@ span.bibseriesno
|
|
2420
2416
|
font-family:$bodyfont;
|
2421
2417
|
mso-ascii-font-family:Cambria;
|
2422
2418
|
mso-hansi-font-family:Cambria;
|
2423
|
-
background:#FFFF99;}
|
2419
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFFF99;{% endif %}
|
2420
|
+
}
|
2424
2421
|
span.bibtrans
|
2425
2422
|
{mso-style-name:bib_trans;
|
2426
2423
|
mso-style-unhide:no;
|
@@ -2428,7 +2425,8 @@ span.bibtrans
|
|
2428
2425
|
font-family:$bodyfont;
|
2429
2426
|
mso-ascii-font-family:Cambria;
|
2430
2427
|
mso-hansi-font-family:Cambria;
|
2431
|
-
background:#99CC00;}
|
2428
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#99CC00;{% endif %}
|
2429
|
+
}
|
2432
2430
|
span.stdsuppl
|
2433
2431
|
{mso-style-name:std_suppl;
|
2434
2432
|
mso-style-unhide:no;
|
@@ -2437,7 +2435,8 @@ span.stdsuppl
|
|
2437
2435
|
mso-ascii-font-family:Cambria;
|
2438
2436
|
mso-hansi-font-family:Cambria;
|
2439
2437
|
border:none;
|
2440
|
-
background:#F6FBB5;}
|
2438
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#F6FBB5;{% endif %}
|
2439
|
+
}
|
2441
2440
|
span.citesection
|
2442
2441
|
{mso-style-name:cite_section;
|
2443
2442
|
mso-style-unhide:no;
|
@@ -2446,7 +2445,8 @@ span.citesection
|
|
2446
2445
|
mso-ascii-font-family:Cambria;
|
2447
2446
|
mso-hansi-font-family:Cambria;
|
2448
2447
|
border:none;
|
2449
|
-
background:#FF7C80;}
|
2448
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FF7C80;{% endif %}
|
2449
|
+
}
|
2450
2450
|
|
2451
2451
|
p.BaseText, li.BaseText, div.BaseText
|
2452
2452
|
{mso-style-name:Base_Text;
|
@@ -2856,26 +2856,6 @@ p.dl, li.dl, div.dl
|
|
2856
2856
|
mso-bidi-font-family:"Times New Roman";
|
2857
2857
|
mso-ansi-language:EN-GB;
|
2858
2858
|
mso-fareast-language:EN-US;}
|
2859
|
-
p.Example0, li.Example0, div.Example0
|
2860
|
-
{mso-style-name:Example;
|
2861
|
-
mso-style-unhide:no;
|
2862
|
-
mso-style-parent:Base_Text;
|
2863
|
-
margin-top:0cm;
|
2864
|
-
margin-right:0cm;
|
2865
|
-
margin-bottom:12.0pt;
|
2866
|
-
margin-left:0cm;
|
2867
|
-
text-align:justify;
|
2868
|
-
text-justify:inter-ideograph;
|
2869
|
-
line-height:11.0pt;
|
2870
|
-
mso-pagination:widow-orphan;
|
2871
|
-
tab-stops:67.7pt;
|
2872
|
-
font-size:10.0pt;
|
2873
|
-
mso-bidi-font-size:$normalfontsize;
|
2874
|
-
font-family:$bodyfont;
|
2875
|
-
mso-fareast-font-family:Calibri;
|
2876
|
-
mso-bidi-font-family:"Times New Roman";
|
2877
|
-
mso-ansi-language:EN-GB;
|
2878
|
-
mso-fareast-language:EN-US;}
|
2879
2859
|
p.Examplecontinued, li.Examplecontinued, div.Examplecontinued
|
2880
2860
|
{mso-style-name:"Example continued";
|
2881
2861
|
mso-style-unhide:no;
|
@@ -3032,6 +3012,26 @@ p.Figuresubtitle, li.Figuresubtitle, div.Figuresubtitle
|
|
3032
3012
|
mso-fareast-language:EN-US;
|
3033
3013
|
font-weight:bold;
|
3034
3014
|
mso-bidi-font-weight:normal;}
|
3015
|
+
p.Figuretitle, li.Figuretitle, div.Figuretitle
|
3016
|
+
{mso-style-name:"Figure title";
|
3017
|
+
mso-style-unhide:no;
|
3018
|
+
mso-style-parent:Base_Heading;
|
3019
|
+
margin-top:12.0pt;
|
3020
|
+
margin-right:0cm;
|
3021
|
+
margin-bottom:18.0pt;
|
3022
|
+
margin-left:0cm;
|
3023
|
+
text-align:center;
|
3024
|
+
line-height:12.0pt;
|
3025
|
+
mso-pagination:widow-orphan;
|
3026
|
+
mso-hyphenate:none;
|
3027
|
+
font-size:$normalfontsize;
|
3028
|
+
font-family:$bodyfont;
|
3029
|
+
mso-fareast-font-family:Calibri;
|
3030
|
+
mso-bidi-font-family:"Times New Roman";
|
3031
|
+
mso-ansi-language:EN-GB;
|
3032
|
+
mso-fareast-language:EN-US;
|
3033
|
+
font-weight:bold;
|
3034
|
+
mso-bidi-font-weight:normal;}
|
3035
3035
|
p.Figuretitle0, li.Figuretitle0, div.Figuretitle0
|
3036
3036
|
{mso-style-name:"Figure title";
|
3037
3037
|
mso-style-unhide:no;
|
@@ -3146,9 +3146,10 @@ p.ListContinue2-, li.ListContinue2-, div.ListContinue2-
|
|
3146
3146
|
line-height:10.5pt;
|
3147
3147
|
mso-pagination:widow-orphan;
|
3148
3148
|
tab-stops:40.3pt;
|
3149
|
-
font-size:
|
3149
|
+
font-size:10.0pt;
|
3150
3150
|
mso-bidi-font-size:$normalfontsize;
|
3151
|
-
font-family
|
3151
|
+
font-family:$bodyfont;
|
3152
|
+
/*font-family:"Arial",sans-serif;*/
|
3152
3153
|
mso-fareast-font-family:Calibri;
|
3153
3154
|
mso-bidi-font-family:"Times New Roman";
|
3154
3155
|
mso-ansi-language:EN-GB;
|
@@ -4237,23 +4238,28 @@ p.dlnoindent, li.dlnoindent, div.dlnoindent
|
|
4237
4238
|
p.zzCover, li.zzCover, div.zzCover
|
4238
4239
|
{mso-style-name:zzCover;
|
4239
4240
|
mso-style-unhide:no;
|
4240
|
-
mso-style-parent:"Body Text";
|
4241
4241
|
mso-style-link:"zzCover Char";
|
4242
4242
|
margin-top:0cm;
|
4243
4243
|
margin-right:0cm;
|
4244
|
-
margin-bottom:
|
4244
|
+
margin-bottom:11.0pt;
|
4245
4245
|
margin-left:0cm;
|
4246
4246
|
text-align:right;
|
4247
|
-
line-height:
|
4247
|
+
line-height:12.0pt;
|
4248
4248
|
mso-pagination:widow-orphan;
|
4249
|
-
|
4250
|
-
font-size
|
4251
|
-
|
4249
|
+
{% if stage_int >= 40 and stage_int < 60 %}
|
4250
|
+
font-size:13.0pt;
|
4251
|
+
{% else %}
|
4252
|
+
font-size:12.0pt;
|
4253
|
+
{% endif %}
|
4254
|
+
mso-bidi-font-size:10.0pt;
|
4252
4255
|
font-family:$bodyfont;
|
4253
|
-
mso-fareast-font-family:
|
4256
|
+
mso-fareast-font-family:"MS Mincho";
|
4254
4257
|
mso-bidi-font-family:"Times New Roman";
|
4258
|
+
color:black;
|
4255
4259
|
mso-ansi-language:EN-GB;
|
4256
|
-
mso-fareast-language:
|
4260
|
+
mso-fareast-language:JA;
|
4261
|
+
font-weight:bold;
|
4262
|
+
mso-bidi-font-weight:normal;}
|
4257
4263
|
span.zzCoverChar
|
4258
4264
|
{mso-style-name:"zzCover Char";
|
4259
4265
|
mso-style-unhide:no;
|
@@ -4319,7 +4325,7 @@ div.Note table.dl {
|
|
4319
4325
|
margin-left: 1.0cm;
|
4320
4326
|
}
|
4321
4327
|
|
4322
|
-
|
4328
|
+
td.example_label, td.note_label
|
4323
4329
|
{
|
4324
4330
|
font-size: $smallerfontsize;
|
4325
4331
|
font-family:$bodyfont;
|