metanorma-iso 2.1.1 → 2.1.4
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 +10 -0
- data/lib/isodoc/iso/html/html_iso_titlepage.html +2 -0
- data/lib/isodoc/iso/html/isodoc-dis.css +173 -257
- data/lib/isodoc/iso/html/isodoc-dis.scss +173 -249
- 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 +6 -2
- data/lib/isodoc/iso/html_convert.rb +5 -0
- 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 +750 -307
- data/lib/isodoc/iso/iso.international-standard.xsl +750 -307
- data/lib/isodoc/iso/metadata.rb +63 -63
- data/lib/isodoc/iso/presentation_bibdata.rb +74 -0
- data/lib/isodoc/iso/presentation_xml_convert.rb +15 -4
- data/lib/isodoc/iso/presentation_xref.rb +8 -2
- data/lib/isodoc/iso/sections.rb +1 -1
- data/lib/isodoc/iso/word_cleanup.rb +3 -0
- data/lib/isodoc/iso/word_convert.rb +6 -3
- data/lib/isodoc/iso/word_dis_cleanup.rb +243 -0
- data/lib/isodoc/iso/word_dis_convert.rb +47 -108
- data/lib/isodoc/iso/xref.rb +34 -6
- data/lib/metanorma/iso/base.rb +14 -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 +53 -13
- data/lib/metanorma/iso/front.rb +38 -6
- data/lib/metanorma/iso/front_id.rb +2 -0
- data/lib/metanorma/iso/isodoc.rng +32 -0
- data/lib/metanorma/iso/isostandard.rng +32 -12
- data/lib/metanorma/iso/validate_section.rb +0 -12
- data/lib/metanorma/iso/version.rb +1 -1
- data/spec/isodoc/amd_spec.rb +4 -30
- 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 +223 -83
- data/spec/isodoc/postproc_spec.rb +41 -5
- 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 +21 -0
- data/spec/metanorma/cleanup_spec.rb +196 -196
- 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 +10 -7
- data/spec/vcr_cassettes/withdrawn_iso.yml +30 -30
- metadata +6 -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:"";
|
@@ -382,6 +382,27 @@ p.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.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;}
|
385
406
|
p.Tabletitle, li.Tabletitle, div.Tabletitle
|
386
407
|
{mso-style-name:"Table title";
|
387
408
|
mso-style-unhide:no;
|
@@ -524,7 +545,7 @@ span.AnnexFigureTitleChar
|
|
524
545
|
mso-ansi-language:EN-GB;
|
525
546
|
font-weight:bold;}
|
526
547
|
p.Note, div.Note, li.Note
|
527
|
-
{
|
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
|
|
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;
|
@@ -774,6 +798,24 @@ p.TermNum, li.TermNum, div.TermNum
|
|
774
798
|
mso-ansi-language:EN-GB;
|
775
799
|
font-weight:bold;
|
776
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;}
|
777
819
|
p.zzContents, li.zzContents, div.zzContents
|
778
820
|
{mso-style-name:zzContents;
|
779
821
|
mso-style-noshow:yes;
|
@@ -800,48 +842,30 @@ p.zzContents, li.zzContents, div.zzContents
|
|
800
842
|
mso-bidi-font-weight:normal;}
|
801
843
|
p.zzCopyright, li.zzCopyright, div.zzCopyright
|
802
844
|
{mso-style-name:zzCopyright;
|
803
|
-
mso-style-noshow:yes;
|
804
845
|
mso-style-unhide:no;
|
805
846
|
mso-style-next:Normal;
|
806
847
|
margin-top:0cm;
|
807
|
-
margin-right:
|
848
|
+
margin-right:14.2pt;
|
808
849
|
margin-bottom:12.0pt;
|
809
|
-
margin-left:
|
850
|
+
margin-left:14.2pt;
|
810
851
|
text-align:justify;
|
811
852
|
line-height:12.0pt;
|
812
853
|
mso-pagination:widow-orphan;
|
813
|
-
tab-stops:
|
854
|
+
tab-stops:25.7pt 481.15pt;
|
814
855
|
border:none;
|
856
|
+
mso-border-alt:solid blue .5pt;
|
815
857
|
padding:0cm;
|
816
858
|
mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
|
817
|
-
font-size
|
859
|
+
font-size:$normalfontsize;
|
860
|
+
mso-bidi-font-size:10.0pt;
|
818
861
|
font-family:$bodyfont;
|
819
|
-
mso-fareast-font-family:"
|
820
|
-
mso-bidi-font-family
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
mso-style-next:Normal;
|
827
|
-
margin-top:0cm;
|
828
|
-
margin-right:0pt;
|
829
|
-
margin-bottom:12.0pt;
|
830
|
-
margin-left:0pt;
|
831
|
-
text-align:justify;
|
832
|
-
line-height:12.0pt;
|
833
|
-
mso-pagination:widow-orphan;
|
834
|
-
tab-stops:20.15pt 25.7pt 481.15pt;
|
835
|
-
border:none;
|
836
|
-
padding:0cm;
|
837
|
-
mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
|
838
|
-
font-size:10.0pt;
|
839
|
-
font-family:$bodyfont;
|
840
|
-
mso-fareast-font-family:"SimSun",serif;
|
841
|
-
mso-bidi-font-family:$bodyfont;
|
842
|
-
mso-ansi-language:EN-GB;}
|
843
|
-
p.zzAddress, p.zzaddress, li.zzaddress, div.zzaddress {
|
844
|
-
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;
|
845
869
|
margin:0cm;
|
846
870
|
margin-bottom:12pt;
|
847
871
|
margin-left:20.15pt;
|
@@ -850,6 +874,7 @@ mso-layout-grid-align:none;
|
|
850
874
|
text-autospace:none;
|
851
875
|
padding:0cm;
|
852
876
|
mso-padding-alt:0cm 4.0pt 0cm 4.0pt;
|
877
|
+
color:blue;
|
853
878
|
font-size:10.0pt;
|
854
879
|
font-family:$bodyfont;
|
855
880
|
}
|
@@ -907,51 +932,9 @@ p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle
|
|
907
932
|
mso-fareast-font-family:"SimHei",serif;
|
908
933
|
mso-bidi-font-family:$headerfont;
|
909
934
|
mso-ansi-language:EN-GB;
|
935
|
+
color:blue;
|
910
936
|
font-weight:bold;
|
911
937
|
mso-bidi-font-weight:normal;}
|
912
|
-
p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1
|
913
|
-
{mso-style-name:zzSTDTitle;
|
914
|
-
mso-style-noshow:yes;
|
915
|
-
mso-style-unhide:no;
|
916
|
-
mso-style-next:Normal;
|
917
|
-
margin-top:0pt;
|
918
|
-
margin-right:0cm;
|
919
|
-
margin-bottom:18.0pt;
|
920
|
-
margin-left:0cm;
|
921
|
-
line-height:17.5pt;
|
922
|
-
mso-line-height-rule:exactly;
|
923
|
-
mso-pagination:widow-orphan;
|
924
|
-
mso-hyphenate:none;
|
925
|
-
tab-stops:20.15pt;
|
926
|
-
font-size:16.0pt;
|
927
|
-
mso-bidi-font-size:$normalfontsize;
|
928
|
-
font-family:$headerfont;
|
929
|
-
mso-fareast-font-family:"SimHei",serif;
|
930
|
-
mso-bidi-font-family:$headerfont;
|
931
|
-
mso-ansi-language:EN-GB;
|
932
|
-
font-weight:bold;
|
933
|
-
mso-bidi-font-weight:normal;}
|
934
|
-
p.zzSTDTitle2, li.zzSTDTitle2, div.zzSTDTitle2
|
935
|
-
{mso-style-name:zzSTDTitle;
|
936
|
-
mso-style-noshow:yes;
|
937
|
-
mso-style-unhide:no;
|
938
|
-
mso-style-next:Normal;
|
939
|
-
margin-top:0pt;
|
940
|
-
margin-right:0cm;
|
941
|
-
margin-bottom:18.0pt;
|
942
|
-
margin-left:0cm;
|
943
|
-
line-height:17.5pt;
|
944
|
-
mso-line-height-rule:exactly;
|
945
|
-
mso-pagination:widow-orphan;
|
946
|
-
mso-hyphenate:none;
|
947
|
-
tab-stops:20.15pt;
|
948
|
-
font-size:16.0pt;
|
949
|
-
mso-bidi-font-size:$normalfontsize;
|
950
|
-
font-family:$headerfont;
|
951
|
-
mso-fareast-font-family:"SimHei",serif;
|
952
|
-
mso-bidi-font-family:$headerfont;
|
953
|
-
mso-ansi-language:EN-GB;
|
954
|
-
mso-bidi-font-weight:normal;}
|
955
938
|
p.1, li.1, div.1
|
956
939
|
{mso-style-name:引用1;
|
957
940
|
mso-style-priority:99;
|
@@ -971,7 +954,7 @@ p.1, li.1, div.1
|
|
971
954
|
mso-bidi-font-family:"Times New Roman";
|
972
955
|
mso-ansi-language:EN-GB;
|
973
956
|
mso-fareast-language:JA;}
|
974
|
-
p.Quote, li.Quote
|
957
|
+
p.Quote, li.Quote
|
975
958
|
{mso-style-priority:99;
|
976
959
|
margin-top:0cm;
|
977
960
|
margin-right:36.0pt;
|
@@ -986,6 +969,17 @@ p.Quote, li.Quote, div.Quote
|
|
986
969
|
mso-fareast-font-family:"SimSun",serif;
|
987
970
|
mso-bidi-font-family:$bodyfont;
|
988
971
|
mso-ansi-language:EN-GB;}
|
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;}
|
989
983
|
p.QuoteAttribution
|
990
984
|
{mso-style-name:quoteattribution;
|
991
985
|
mso-style-unhide:no;
|
@@ -1002,15 +996,13 @@ p.QuoteAttribution
|
|
1002
996
|
mso-ansi-language:EN-HK;
|
1003
997
|
mso-fareast-language:JA;}
|
1004
998
|
p.Admonition, li.Admonition, div.Admonition
|
1005
|
-
{
|
999
|
+
{
|
1006
1000
|
mso-style-priority:99;
|
1007
1001
|
mso-margin-top-alt:auto;
|
1008
1002
|
margin-right:0cm;
|
1009
1003
|
mso-margin-bottom-alt:auto;
|
1010
1004
|
margin-left:0cm;
|
1011
1005
|
mso-pagination:widow-orphan;
|
1012
|
-
font-size:12.0pt;
|
1013
|
-
font-family:"Calibri",sans-serif;
|
1014
1006
|
mso-ascii-font-family:$bodyfont;
|
1015
1007
|
mso-ascii-theme-font:minor-latin;
|
1016
1008
|
mso-fareast-font-family:"SimSun",serif;
|
@@ -1019,8 +1011,13 @@ p.Admonition, li.Admonition, div.Admonition
|
|
1019
1011
|
mso-hansi-theme-font:minor-latin;
|
1020
1012
|
mso-bidi-font-family:$bodyfont;
|
1021
1013
|
mso-bidi-theme-font:minor-bidi;
|
1022
|
-
font-weight:bold;
|
1023
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
|
+
}
|
1024
1021
|
p.Code, li.Code, div.Code
|
1025
1022
|
{mso-style-name:Code;
|
1026
1023
|
mso-style-priority:16;
|
@@ -1030,7 +1027,7 @@ p.Code, li.Code, div.Code
|
|
1030
1027
|
line-height:12.0pt;
|
1031
1028
|
mso-pagination:widow-orphan;
|
1032
1029
|
tab-stops:16.15pt 32.6pt 48.75pt 65.2pt 81.35pt 97.8pt 113.95pt 130.4pt 146.55pt 162.75pt;
|
1033
|
-
font-size:11.
|
1030
|
+
font-size:11.0pt;
|
1034
1031
|
mso-bidi-font-size:$normalfontsize;
|
1035
1032
|
font-family:$monospacefont;
|
1036
1033
|
mso-fareast-font-family:"SimSun",serif;
|
@@ -1211,8 +1208,6 @@ table.MsoISOTable td, table.MsoISOTableBig td
|
|
1211
1208
|
{border:solid windowtext 1pt;
|
1212
1209
|
mso-border-alt:solid windowtext 1pt;
|
1213
1210
|
padding:0cm 2.85pt 0cm 2.85pt;}
|
1214
|
-
table.MsoISOTable p, table.MsoISOTableBig p
|
1215
|
-
{font-size:$smallerfontsize; }
|
1216
1211
|
table.MsoTableGrid
|
1217
1212
|
{mso-style-name:"Table Grid";
|
1218
1213
|
mso-tstyle-rowband-size:0;
|
@@ -1433,50 +1428,6 @@ div.doctitle
|
|
1433
1428
|
text-align:left;
|
1434
1429
|
font-size:16.0pt;}
|
1435
1430
|
|
1436
|
-
p.boilerplate-copyright, li.boilerplate-copyright, div.boilerplate-copyright
|
1437
|
-
{mso-style-name:boilerplate-copyright;
|
1438
|
-
mso-style-unhide:no;
|
1439
|
-
mso-margin-top-alt:auto;
|
1440
|
-
margin-right:0cm;
|
1441
|
-
mso-margin-bottom-alt:auto;
|
1442
|
-
margin-left:0cm;
|
1443
|
-
mso-pagination:widow-orphan;
|
1444
|
-
font-size:12.0pt;
|
1445
|
-
font-family:"Times New Roman",serif;
|
1446
|
-
mso-fareast-font-family:DengXian;
|
1447
|
-
mso-fareast-theme-font:minor-fareast;
|
1448
|
-
mso-ansi-language:EN-HK;
|
1449
|
-
mso-fareast-language:JA;}
|
1450
|
-
|
1451
|
-
p.boilerplate-name, li.boilerplate-name, div.boilerplate-name
|
1452
|
-
{mso-style-name:boilerplate-name;
|
1453
|
-
mso-style-unhide:no;
|
1454
|
-
mso-margin-top-alt:auto;
|
1455
|
-
margin-right:0cm;
|
1456
|
-
mso-margin-bottom-alt:auto;
|
1457
|
-
margin-left:0cm;
|
1458
|
-
mso-pagination:widow-orphan;
|
1459
|
-
font-size:12.0pt;
|
1460
|
-
font-family:"Times New Roman",serif;
|
1461
|
-
mso-fareast-font-family:DengXian;
|
1462
|
-
mso-fareast-theme-font:minor-fareast;
|
1463
|
-
mso-ansi-language:EN-HK;
|
1464
|
-
mso-fareast-language:JA;}
|
1465
|
-
p.boilerplate-address, li.boilerplate-address, div.boilerplate-address
|
1466
|
-
{mso-style-name:boilerplate-address;
|
1467
|
-
mso-style-unhide:no;
|
1468
|
-
mso-margin-top-alt:auto;
|
1469
|
-
margin-right:0cm;
|
1470
|
-
mso-margin-bottom-alt:auto;
|
1471
|
-
margin-left:0cm;
|
1472
|
-
mso-pagination:widow-orphan;
|
1473
|
-
font-size:12.0pt;
|
1474
|
-
font-family:"Times New Roman",serif;
|
1475
|
-
mso-fareast-font-family:DengXian;
|
1476
|
-
mso-fareast-theme-font:minor-fareast;
|
1477
|
-
mso-ansi-language:EN-HK;
|
1478
|
-
mso-fareast-language:JA;}
|
1479
|
-
|
1480
1431
|
div.rule {
|
1481
1432
|
width: 100%;
|
1482
1433
|
height: 1px;
|
@@ -1639,23 +1590,6 @@ a.TableFootnoteRef, span.TableFootnoteRef, span.tablefootnoteref
|
|
1639
1590
|
aside {
|
1640
1591
|
font-size:$footnotefontsize;
|
1641
1592
|
}
|
1642
|
-
span.notelabel
|
1643
|
-
{mso-style-name:note_label;
|
1644
|
-
mso-style-unhide:no;
|
1645
|
-
mso-ansi-font-size:10.0pt;
|
1646
|
-
mso-bidi-font-size:10.0pt;
|
1647
|
-
font-family:$bodyfont;
|
1648
|
-
mso-ascii-font-family:Cambria;
|
1649
|
-
mso-hansi-font-family:Cambria;}
|
1650
|
-
span.examplelabel
|
1651
|
-
{mso-style-name:example_label;
|
1652
|
-
mso-style-unhide:no;
|
1653
|
-
mso-ansi-font-size:10.0pt;
|
1654
|
-
mso-bidi-font-size:10.0pt;
|
1655
|
-
font-family:$bodyfont;
|
1656
|
-
mso-ascii-font-family:Cambria;
|
1657
|
-
mso-hansi-font-family:Cambria;}
|
1658
|
-
|
1659
1593
|
|
1660
1594
|
|
1661
1595
|
/*
|
@@ -1679,6 +1613,11 @@ div.example {
|
|
1679
1613
|
p.Example, li.Example, div.Example, td.Example
|
1680
1614
|
{
|
1681
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";
|
1682
1621
|
font-size:$smallerfontsize;
|
1683
1622
|
font-family:$bodyfont;}
|
1684
1623
|
|
@@ -1696,20 +1635,19 @@ div.Example p.MsoListParagraph {
|
|
1696
1635
|
}
|
1697
1636
|
|
1698
1637
|
p.Example, li.Example, div.Example
|
1699
|
-
{
|
1638
|
+
{
|
1700
1639
|
mso-style-unhide:no;
|
1701
1640
|
mso-style-qformat:yes;
|
1702
|
-
mso-style-link:"Example Char";
|
1703
1641
|
mso-margin-top-alt:auto;
|
1642
|
+
margin-top:0cm;
|
1704
1643
|
margin-right:0cm;
|
1705
|
-
|
1644
|
+
margin-bottom:12.0pt;
|
1706
1645
|
margin-left:0cm;
|
1707
1646
|
text-align:justify;
|
1708
|
-
line-height:
|
1647
|
+
line-height:11.0pt;
|
1709
1648
|
mso-pagination:none;
|
1710
|
-
|
1711
|
-
|
1712
|
-
font-family:$bodyfont;
|
1649
|
+
mso-pagination:widow-orphan;
|
1650
|
+
tab-stops:67.7pt;
|
1713
1651
|
mso-fareast-font-family:Calibri;
|
1714
1652
|
mso-bidi-font-family:"Times New Roman";
|
1715
1653
|
mso-ansi-language:EN-GB;
|
@@ -1805,7 +1743,7 @@ span.aucollab
|
|
1805
1743
|
mso-ascii-font-family:Cambria;
|
1806
1744
|
mso-hansi-font-family:Cambria;
|
1807
1745
|
border:none;
|
1808
|
-
{% if
|
1746
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:silver;{% endif %}
|
1809
1747
|
}
|
1810
1748
|
span.audeg
|
1811
1749
|
{mso-style-name:au_deg;
|
@@ -1816,7 +1754,7 @@ span.audeg
|
|
1816
1754
|
mso-ascii-font-family:Cambria;
|
1817
1755
|
mso-hansi-font-family:Cambria;
|
1818
1756
|
border:none;
|
1819
|
-
{% if
|
1757
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:yellow;{% endif %}
|
1820
1758
|
}
|
1821
1759
|
span.aufname
|
1822
1760
|
{mso-style-name:au_fname;
|
@@ -1827,7 +1765,7 @@ span.aufname
|
|
1827
1765
|
mso-ascii-font-family:Cambria;
|
1828
1766
|
mso-hansi-font-family:Cambria;
|
1829
1767
|
border:none;
|
1830
|
-
{% if
|
1768
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFFFCC;{% endif %}
|
1831
1769
|
}
|
1832
1770
|
span.aurole
|
1833
1771
|
{mso-style-name:au_role;
|
@@ -1838,7 +1776,7 @@ span.aurole
|
|
1838
1776
|
mso-ascii-font-family:Cambria;
|
1839
1777
|
mso-hansi-font-family:Cambria;
|
1840
1778
|
border:none;
|
1841
|
-
{% if
|
1779
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:olive;{% endif %}
|
1842
1780
|
}
|
1843
1781
|
span.ausuffix
|
1844
1782
|
{mso-style-name:au_suffix;
|
@@ -1849,7 +1787,7 @@ span.ausuffix
|
|
1849
1787
|
mso-ascii-font-family:Cambria;
|
1850
1788
|
mso-hansi-font-family:Cambria;
|
1851
1789
|
border:none;
|
1852
|
-
{% if
|
1790
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:fuchsia;{% endif %}
|
1853
1791
|
}
|
1854
1792
|
span.ausurname
|
1855
1793
|
{mso-style-name:au_surname;
|
@@ -1860,7 +1798,7 @@ span.ausurname
|
|
1860
1798
|
mso-ascii-font-family:Cambria;
|
1861
1799
|
mso-hansi-font-family:Cambria;
|
1862
1800
|
border:none;
|
1863
|
-
{% if
|
1801
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFF99;{% endif %}
|
1864
1802
|
}
|
1865
1803
|
span.bibbase
|
1866
1804
|
{mso-style-name:bib_base;
|
@@ -1877,7 +1815,7 @@ span.bibarticle
|
|
1877
1815
|
mso-ascii-font-family:Cambria;
|
1878
1816
|
mso-hansi-font-family:Cambria;
|
1879
1817
|
border:none;
|
1880
|
-
{% if
|
1818
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFFFF;{% endif %}
|
1881
1819
|
}
|
1882
1820
|
span.bibcomment
|
1883
1821
|
{mso-style-name:bib_comment;
|
@@ -1901,7 +1839,7 @@ span.bibdoi
|
|
1901
1839
|
mso-ascii-font-family:Cambria;
|
1902
1840
|
mso-hansi-font-family:Cambria;
|
1903
1841
|
border:none;
|
1904
|
-
{% if
|
1842
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFFCC;{% endif %}
|
1905
1843
|
}
|
1906
1844
|
span.bibetal
|
1907
1845
|
{mso-style-name:bib_etal;
|
@@ -1911,7 +1849,7 @@ span.bibetal
|
|
1911
1849
|
mso-ascii-font-family:Cambria;
|
1912
1850
|
mso-hansi-font-family:Cambria;
|
1913
1851
|
border:none;
|
1914
|
-
{% if
|
1852
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFF99;{% endif %}
|
1915
1853
|
}
|
1916
1854
|
span.bibfname
|
1917
1855
|
{mso-style-name:bib_fname;
|
@@ -1921,7 +1859,7 @@ span.bibfname
|
|
1921
1859
|
mso-ascii-font-family:Cambria;
|
1922
1860
|
mso-hansi-font-family:Cambria;
|
1923
1861
|
border:none;
|
1924
|
-
{% if
|
1862
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFFFCC;{% endif %}
|
1925
1863
|
}
|
1926
1864
|
span.bibfpage
|
1927
1865
|
{mso-style-name:bib_fpage;
|
@@ -1931,7 +1869,7 @@ span.bibfpage
|
|
1931
1869
|
mso-ascii-font-family:Cambria;
|
1932
1870
|
mso-hansi-font-family:Cambria;
|
1933
1871
|
border:none;
|
1934
|
-
{% if
|
1872
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#E6E6E6;{% endif %}
|
1935
1873
|
}
|
1936
1874
|
span.bibissue
|
1937
1875
|
{mso-style-name:bib_issue;
|
@@ -1941,7 +1879,7 @@ span.bibissue
|
|
1941
1879
|
mso-ascii-font-family:Cambria;
|
1942
1880
|
mso-hansi-font-family:Cambria;
|
1943
1881
|
border:none;
|
1944
|
-
{% if
|
1882
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFFFAB;{% endif %}
|
1945
1883
|
}
|
1946
1884
|
span.bibjournal
|
1947
1885
|
{mso-style-name:bib_journal;
|
@@ -1951,7 +1889,7 @@ span.bibjournal
|
|
1951
1889
|
mso-ascii-font-family:Cambria;
|
1952
1890
|
mso-hansi-font-family:Cambria;
|
1953
1891
|
border:none;
|
1954
|
-
{% if
|
1892
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#F9DECF;{% endif %}
|
1955
1893
|
}
|
1956
1894
|
span.biblpage
|
1957
1895
|
{mso-style-name:bib_lpage;
|
@@ -1961,7 +1899,7 @@ span.biblpage
|
|
1961
1899
|
mso-ascii-font-family:Cambria;
|
1962
1900
|
mso-hansi-font-family:Cambria;
|
1963
1901
|
border:none;
|
1964
|
-
{% if
|
1902
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#D9D9D9;{% endif %}
|
1965
1903
|
}
|
1966
1904
|
span.bibnumber
|
1967
1905
|
{mso-style-name:bib_number;
|
@@ -1971,7 +1909,7 @@ span.bibnumber
|
|
1971
1909
|
mso-ascii-font-family:Cambria;
|
1972
1910
|
mso-hansi-font-family:Cambria;
|
1973
1911
|
border:none;
|
1974
|
-
{% if
|
1912
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCCCFF;{% endif %}
|
1975
1913
|
}
|
1976
1914
|
span.biborganization
|
1977
1915
|
{mso-style-name:bib_organization;
|
@@ -1981,7 +1919,7 @@ span.biborganization
|
|
1981
1919
|
mso-ascii-font-family:Cambria;
|
1982
1920
|
mso-hansi-font-family:Cambria;
|
1983
1921
|
border:none;
|
1984
|
-
{% if
|
1922
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFF99;{% endif %}
|
1985
1923
|
}
|
1986
1924
|
span.bibsuffix
|
1987
1925
|
{mso-style-name:bib_suffix;
|
@@ -1998,7 +1936,7 @@ span.bibsuppl
|
|
1998
1936
|
mso-ascii-font-family:Cambria;
|
1999
1937
|
mso-hansi-font-family:Cambria;
|
2000
1938
|
border:none;
|
2001
|
-
{% if
|
1939
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCC66;{% endif %}
|
2002
1940
|
}
|
2003
1941
|
span.bibsurname
|
2004
1942
|
{mso-style-name:bib_surname;
|
@@ -2008,7 +1946,7 @@ span.bibsurname
|
|
2008
1946
|
mso-ascii-font-family:Cambria;
|
2009
1947
|
mso-hansi-font-family:Cambria;
|
2010
1948
|
border:none;
|
2011
|
-
{% if
|
1949
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFF99;{% endif %}
|
2012
1950
|
}
|
2013
1951
|
span.bibunpubl
|
2014
1952
|
{mso-style-name:bib_unpubl;
|
@@ -2025,7 +1963,7 @@ span.biburl
|
|
2025
1963
|
mso-ascii-font-family:Cambria;
|
2026
1964
|
mso-hansi-font-family:Cambria;
|
2027
1965
|
border:none;
|
2028
|
-
{% if
|
1966
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFF66;{% endif %}
|
2029
1967
|
}
|
2030
1968
|
span.bibvolume
|
2031
1969
|
{mso-style-name:bib_volume;
|
@@ -2035,7 +1973,7 @@ span.bibvolume
|
|
2035
1973
|
mso-ascii-font-family:Cambria;
|
2036
1974
|
mso-hansi-font-family:Cambria;
|
2037
1975
|
border:none;
|
2038
|
-
{% if
|
1976
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCECFF;{% endif %}
|
2039
1977
|
}
|
2040
1978
|
span.bibyear
|
2041
1979
|
{mso-style-name:bib_year;
|
@@ -2045,7 +1983,7 @@ span.bibyear
|
|
2045
1983
|
mso-ascii-font-family:Cambria;
|
2046
1984
|
mso-hansi-font-family:Cambria;
|
2047
1985
|
border:none;
|
2048
|
-
{% if
|
1986
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCCFF;{% endif %}
|
2049
1987
|
}
|
2050
1988
|
span.citebase
|
2051
1989
|
{mso-style-name:cite_base;
|
@@ -2062,7 +2000,7 @@ span.citebib
|
|
2062
2000
|
mso-ascii-font-family:Cambria;
|
2063
2001
|
mso-hansi-font-family:Cambria;
|
2064
2002
|
border:none;
|
2065
|
-
{% if
|
2003
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFFFF;{% endif %}
|
2066
2004
|
}
|
2067
2005
|
span.citebox
|
2068
2006
|
{mso-style-name:cite_box;
|
@@ -2079,7 +2017,7 @@ span.citeen
|
|
2079
2017
|
mso-ascii-font-family:Cambria;
|
2080
2018
|
mso-hansi-font-family:Cambria;
|
2081
2019
|
border:none;
|
2082
|
-
{% if
|
2020
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFFF99;{% endif %}
|
2083
2021
|
vertical-align:super;}
|
2084
2022
|
span.citefig
|
2085
2023
|
{mso-style-name:cite_fig;
|
@@ -2090,7 +2028,7 @@ span.citefig
|
|
2090
2028
|
mso-hansi-font-family:Cambria;
|
2091
2029
|
color:windowtext;
|
2092
2030
|
border:none;
|
2093
|
-
{% if
|
2031
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFFCC;{% endif %}
|
2094
2032
|
}
|
2095
2033
|
span.citefn
|
2096
2034
|
{mso-style-name:cite_fn;
|
@@ -2102,7 +2040,7 @@ span.citefn
|
|
2102
2040
|
mso-hansi-font-family:Cambria;
|
2103
2041
|
color:windowtext;
|
2104
2042
|
border:none;
|
2105
|
-
{% if
|
2043
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FF99CC;{% endif %}
|
2106
2044
|
vertical-align:baseline;}
|
2107
2045
|
span.citetbl
|
2108
2046
|
{mso-style-name:cite_tbl;
|
@@ -2113,7 +2051,7 @@ span.citetbl
|
|
2113
2051
|
mso-hansi-font-family:Cambria;
|
2114
2052
|
color:windowtext;
|
2115
2053
|
border:none;
|
2116
|
-
{% if
|
2054
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FF9999;{% endif %}
|
2117
2055
|
}
|
2118
2056
|
span.stdbase
|
2119
2057
|
{mso-style-name:std_base;
|
@@ -2130,7 +2068,7 @@ span.bibextlink
|
|
2130
2068
|
mso-ascii-font-family:Cambria;
|
2131
2069
|
mso-hansi-font-family:Cambria;
|
2132
2070
|
border:none;
|
2133
|
-
{% if
|
2071
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#6CCE9D;{% endif %}
|
2134
2072
|
}
|
2135
2073
|
span.citeeq
|
2136
2074
|
{mso-style-name:cite_eq;
|
@@ -2140,7 +2078,7 @@ span.citeeq
|
|
2140
2078
|
mso-ascii-font-family:Cambria;
|
2141
2079
|
mso-hansi-font-family:Cambria;
|
2142
2080
|
border:none;
|
2143
|
-
{% if
|
2081
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFAE37;{% endif %}
|
2144
2082
|
}
|
2145
2083
|
span.bibmedline
|
2146
2084
|
{mso-style-name:bib_medline;
|
@@ -2157,7 +2095,7 @@ span.citetfn
|
|
2157
2095
|
mso-ascii-font-family:Cambria;
|
2158
2096
|
mso-hansi-font-family:Cambria;
|
2159
2097
|
border:none;
|
2160
|
-
{% if
|
2098
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FBBA79;{% endif %}
|
2161
2099
|
}
|
2162
2100
|
span.auprefix
|
2163
2101
|
{mso-style-name:au_prefix;
|
@@ -2168,7 +2106,7 @@ span.auprefix
|
|
2168
2106
|
mso-ascii-font-family:Cambria;
|
2169
2107
|
mso-hansi-font-family:Cambria;
|
2170
2108
|
border:none;
|
2171
|
-
{% if
|
2109
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCC99;{% endif %}
|
2172
2110
|
}
|
2173
2111
|
span.citeapp
|
2174
2112
|
{mso-style-name:cite_app;
|
@@ -2178,7 +2116,7 @@ span.citeapp
|
|
2178
2116
|
mso-ascii-font-family:Cambria;
|
2179
2117
|
mso-hansi-font-family:Cambria;
|
2180
2118
|
border:none;
|
2181
|
-
{% if
|
2119
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFF33;{% endif %}
|
2182
2120
|
}
|
2183
2121
|
span.citesec
|
2184
2122
|
{mso-style-name:cite_sec;
|
@@ -2188,7 +2126,7 @@ span.citesec
|
|
2188
2126
|
mso-ascii-font-family:Cambria;
|
2189
2127
|
mso-hansi-font-family:Cambria;
|
2190
2128
|
border:none;
|
2191
|
-
{% if
|
2129
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCCCC;{% endif %}
|
2192
2130
|
}
|
2193
2131
|
span.stddocNumber
|
2194
2132
|
{mso-style-name:std_docNumber;
|
@@ -2198,7 +2136,7 @@ span.stddocNumber
|
|
2198
2136
|
mso-ascii-font-family:Cambria;
|
2199
2137
|
mso-hansi-font-family:Cambria;
|
2200
2138
|
border:none;
|
2201
|
-
{% if
|
2139
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#F2DBDB;{% endif %}
|
2202
2140
|
}
|
2203
2141
|
span.stddocPartNumber
|
2204
2142
|
{mso-style-name:std_docPartNumber;
|
@@ -2208,7 +2146,7 @@ span.stddocPartNumber
|
|
2208
2146
|
mso-ascii-font-family:Cambria;
|
2209
2147
|
mso-hansi-font-family:Cambria;
|
2210
2148
|
border:none;
|
2211
|
-
{% if
|
2149
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#EAF1DD;{% endif %}
|
2212
2150
|
}
|
2213
2151
|
span.stddocTitle
|
2214
2152
|
{mso-style-name:std_docTitle;
|
@@ -2218,7 +2156,7 @@ span.stddocTitle
|
|
2218
2156
|
mso-ascii-font-family:Cambria;
|
2219
2157
|
mso-hansi-font-family:Cambria;
|
2220
2158
|
border:none;
|
2221
|
-
{% if
|
2159
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FDE9D9;{% endif %}
|
2222
2160
|
font-style:italic;
|
2223
2161
|
mso-bidi-font-style:normal;}
|
2224
2162
|
span.aumember
|
@@ -2230,7 +2168,7 @@ span.aumember
|
|
2230
2168
|
mso-ascii-font-family:Cambria;
|
2231
2169
|
mso-hansi-font-family:Cambria;
|
2232
2170
|
border:none;
|
2233
|
-
{% if
|
2171
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FF99CC;{% endif %}
|
2234
2172
|
}
|
2235
2173
|
span.stdfootnote
|
2236
2174
|
{mso-style-name:std_footnote;
|
@@ -2240,7 +2178,7 @@ span.stdfootnote
|
|
2240
2178
|
mso-ascii-font-family:Cambria;
|
2241
2179
|
mso-hansi-font-family:Cambria;
|
2242
2180
|
border:none;
|
2243
|
-
{% if
|
2181
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#F2F2F2;{% endif %}
|
2244
2182
|
}
|
2245
2183
|
span.stdpublisher
|
2246
2184
|
{mso-style-name:std_publisher;
|
@@ -2250,7 +2188,7 @@ span.stdpublisher
|
|
2250
2188
|
mso-ascii-font-family:Cambria;
|
2251
2189
|
mso-hansi-font-family:Cambria;
|
2252
2190
|
border:none;
|
2253
|
-
{% if
|
2191
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#C6D9F1;{% endif %}
|
2254
2192
|
}
|
2255
2193
|
span.stdsection
|
2256
2194
|
{mso-style-name:std_section;
|
@@ -2260,7 +2198,7 @@ span.stdsection
|
|
2260
2198
|
mso-ascii-font-family:Cambria;
|
2261
2199
|
mso-hansi-font-family:Cambria;
|
2262
2200
|
border:none;
|
2263
|
-
{% if
|
2201
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#E5DFEC;{% endif %}
|
2264
2202
|
}
|
2265
2203
|
span.stdyear
|
2266
2204
|
{mso-style-name:std_year;
|
@@ -2270,7 +2208,7 @@ span.stdyear
|
|
2270
2208
|
mso-ascii-font-family:Cambria;
|
2271
2209
|
mso-hansi-font-family:Cambria;
|
2272
2210
|
border:none;
|
2273
|
-
{% if
|
2211
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#DAEEF3;{% endif %}
|
2274
2212
|
}
|
2275
2213
|
span.stddocumentType
|
2276
2214
|
{mso-style-name:std_documentType;
|
@@ -2280,7 +2218,7 @@ span.stddocumentType
|
|
2280
2218
|
mso-ascii-font-family:Cambria;
|
2281
2219
|
mso-hansi-font-family:Cambria;
|
2282
2220
|
border:none;
|
2283
|
-
{% if
|
2221
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#7DE1DF;{% endif %}
|
2284
2222
|
}
|
2285
2223
|
span.bibalt-year
|
2286
2224
|
{mso-style-name:bib_alt-year;
|
@@ -2291,7 +2229,7 @@ span.bibalt-year
|
|
2291
2229
|
mso-ascii-font-family:Cambria;
|
2292
2230
|
mso-hansi-font-family:Cambria;
|
2293
2231
|
border:none;
|
2294
|
-
{% if
|
2232
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CC99FF;{% endif %}
|
2295
2233
|
}
|
2296
2234
|
span.bibbook
|
2297
2235
|
{mso-style-name:bib_book;
|
@@ -2301,7 +2239,7 @@ span.bibbook
|
|
2301
2239
|
mso-ascii-font-family:Cambria;
|
2302
2240
|
mso-hansi-font-family:Cambria;
|
2303
2241
|
border:none;
|
2304
|
-
{% if
|
2242
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#99CCFF;{% endif %}
|
2305
2243
|
}
|
2306
2244
|
span.bibchapterno
|
2307
2245
|
{mso-style-name:bib_chapterno;
|
@@ -2311,7 +2249,7 @@ span.bibchapterno
|
|
2311
2249
|
mso-ascii-font-family:Cambria;
|
2312
2250
|
mso-hansi-font-family:Cambria;
|
2313
2251
|
border:none;
|
2314
|
-
{% if
|
2252
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#D9D9D9;{% endif %}
|
2315
2253
|
}
|
2316
2254
|
span.bibchaptertitle
|
2317
2255
|
{mso-style-name:bib_chaptertitle;
|
@@ -2321,7 +2259,7 @@ span.bibchaptertitle
|
|
2321
2259
|
mso-ascii-font-family:Cambria;
|
2322
2260
|
mso-hansi-font-family:Cambria;
|
2323
2261
|
border:none;
|
2324
|
-
{% if
|
2262
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FF9D5B;{% endif %}
|
2325
2263
|
}
|
2326
2264
|
span.bibed-etal
|
2327
2265
|
{mso-style-name:bib_ed-etal;
|
@@ -2331,7 +2269,7 @@ span.bibed-etal
|
|
2331
2269
|
mso-ascii-font-family:Cambria;
|
2332
2270
|
mso-hansi-font-family:Cambria;
|
2333
2271
|
border:none;
|
2334
|
-
{% if
|
2272
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#00F4EE;{% endif %}
|
2335
2273
|
}
|
2336
2274
|
span.bibed-fname
|
2337
2275
|
{mso-style-name:bib_ed-fname;
|
@@ -2341,7 +2279,7 @@ span.bibed-fname
|
|
2341
2279
|
mso-ascii-font-family:Cambria;
|
2342
2280
|
mso-hansi-font-family:Cambria;
|
2343
2281
|
border:none;
|
2344
|
-
{% if
|
2282
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFFFB7;{% endif %}
|
2345
2283
|
}
|
2346
2284
|
span.bibeditionno
|
2347
2285
|
{mso-style-name:bib_editionno;
|
@@ -2351,7 +2289,7 @@ span.bibeditionno
|
|
2351
2289
|
mso-ascii-font-family:Cambria;
|
2352
2290
|
mso-hansi-font-family:Cambria;
|
2353
2291
|
border:none;
|
2354
|
-
{% if
|
2292
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCC00;{% endif %}
|
2355
2293
|
}
|
2356
2294
|
span.bibed-organization
|
2357
2295
|
{mso-style-name:bib_ed-organization;
|
@@ -2361,7 +2299,7 @@ span.bibed-organization
|
|
2361
2299
|
mso-ascii-font-family:Cambria;
|
2362
2300
|
mso-hansi-font-family:Cambria;
|
2363
2301
|
border:none;
|
2364
|
-
{% if
|
2302
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FCAAC3;{% endif %}
|
2365
2303
|
}
|
2366
2304
|
span.bibed-suffix
|
2367
2305
|
{mso-style-name:bib_ed-suffix;
|
@@ -2371,7 +2309,7 @@ span.bibed-suffix
|
|
2371
2309
|
mso-ascii-font-family:Cambria;
|
2372
2310
|
mso-hansi-font-family:Cambria;
|
2373
2311
|
border:none;
|
2374
|
-
{% if
|
2312
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFFCC;{% endif %}
|
2375
2313
|
}
|
2376
2314
|
span.bibed-surname
|
2377
2315
|
{mso-style-name:bib_ed-surname;
|
@@ -2381,7 +2319,7 @@ span.bibed-surname
|
|
2381
2319
|
mso-ascii-font-family:Cambria;
|
2382
2320
|
mso-hansi-font-family:Cambria;
|
2383
2321
|
border:none;
|
2384
|
-
{% if
|
2322
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:yellow;{% endif %}
|
2385
2323
|
}
|
2386
2324
|
span.bibinstitution
|
2387
2325
|
{mso-style-name:bib_institution;
|
@@ -2391,7 +2329,7 @@ span.bibinstitution
|
|
2391
2329
|
mso-ascii-font-family:Cambria;
|
2392
2330
|
mso-hansi-font-family:Cambria;
|
2393
2331
|
border:none;
|
2394
|
-
{% if
|
2332
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCFFCC;{% endif %}
|
2395
2333
|
}
|
2396
2334
|
span.bibisbn
|
2397
2335
|
{mso-style-name:bib_isbn;
|
@@ -2400,7 +2338,7 @@ span.bibisbn
|
|
2400
2338
|
font-family:$bodyfont;
|
2401
2339
|
mso-ascii-font-family:Cambria;
|
2402
2340
|
mso-hansi-font-family:Cambria;
|
2403
|
-
{% if
|
2341
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#D9D9D9;{% endif %}
|
2404
2342
|
}
|
2405
2343
|
span.biblocation
|
2406
2344
|
{mso-style-name:bib_location;
|
@@ -2410,7 +2348,7 @@ span.biblocation
|
|
2410
2348
|
mso-ascii-font-family:Cambria;
|
2411
2349
|
mso-hansi-font-family:Cambria;
|
2412
2350
|
border:none;
|
2413
|
-
{% if
|
2351
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCCCC;{% endif %}
|
2414
2352
|
}
|
2415
2353
|
span.bibpagecount
|
2416
2354
|
{mso-style-name:bib_pagecount;
|
@@ -2420,7 +2358,7 @@ span.bibpagecount
|
|
2420
2358
|
mso-ascii-font-family:Cambria;
|
2421
2359
|
mso-hansi-font-family:Cambria;
|
2422
2360
|
border:none;
|
2423
|
-
{% if
|
2361
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:lime;{% endif %}
|
2424
2362
|
}
|
2425
2363
|
span.bibpatent
|
2426
2364
|
{mso-style-name:bib_patent;
|
@@ -2430,7 +2368,7 @@ span.bibpatent
|
|
2430
2368
|
mso-ascii-font-family:Cambria;
|
2431
2369
|
mso-hansi-font-family:Cambria;
|
2432
2370
|
border:none;
|
2433
|
-
{% if
|
2371
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#66FFCC;{% endif %}
|
2434
2372
|
}
|
2435
2373
|
span.bibpublisher
|
2436
2374
|
{mso-style-name:bib_publisher;
|
@@ -2440,7 +2378,7 @@ span.bibpublisher
|
|
2440
2378
|
mso-ascii-font-family:Cambria;
|
2441
2379
|
mso-hansi-font-family:Cambria;
|
2442
2380
|
border:none;
|
2443
|
-
{% if
|
2381
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FF99CC;{% endif %}
|
2444
2382
|
}
|
2445
2383
|
span.bibreportnum
|
2446
2384
|
{mso-style-name:bib_reportnum;
|
@@ -2450,7 +2388,7 @@ span.bibreportnum
|
|
2450
2388
|
mso-ascii-font-family:Cambria;
|
2451
2389
|
mso-hansi-font-family:Cambria;
|
2452
2390
|
border:none;
|
2453
|
-
{% if
|
2391
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#CCCCFF;{% endif %}
|
2454
2392
|
}
|
2455
2393
|
span.bibschool
|
2456
2394
|
{mso-style-name:bib_school;
|
@@ -2460,7 +2398,7 @@ span.bibschool
|
|
2460
2398
|
mso-ascii-font-family:Cambria;
|
2461
2399
|
mso-hansi-font-family:Cambria;
|
2462
2400
|
border:none;
|
2463
|
-
{% if
|
2401
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCC66;{% endif %}
|
2464
2402
|
}
|
2465
2403
|
span.bibseries
|
2466
2404
|
{mso-style-name:bib_series;
|
@@ -2469,7 +2407,7 @@ span.bibseries
|
|
2469
2407
|
font-family:$bodyfont;
|
2470
2408
|
mso-ascii-font-family:Cambria;
|
2471
2409
|
mso-hansi-font-family:Cambria;
|
2472
|
-
{% if
|
2410
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFCC99;{% endif %}
|
2473
2411
|
}
|
2474
2412
|
span.bibseriesno
|
2475
2413
|
{mso-style-name:bib_seriesno;
|
@@ -2478,7 +2416,7 @@ span.bibseriesno
|
|
2478
2416
|
font-family:$bodyfont;
|
2479
2417
|
mso-ascii-font-family:Cambria;
|
2480
2418
|
mso-hansi-font-family:Cambria;
|
2481
|
-
{% if
|
2419
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FFFF99;{% endif %}
|
2482
2420
|
}
|
2483
2421
|
span.bibtrans
|
2484
2422
|
{mso-style-name:bib_trans;
|
@@ -2487,7 +2425,7 @@ span.bibtrans
|
|
2487
2425
|
font-family:$bodyfont;
|
2488
2426
|
mso-ascii-font-family:Cambria;
|
2489
2427
|
mso-hansi-font-family:Cambria;
|
2490
|
-
{% if
|
2428
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#99CC00;{% endif %}
|
2491
2429
|
}
|
2492
2430
|
span.stdsuppl
|
2493
2431
|
{mso-style-name:std_suppl;
|
@@ -2497,7 +2435,7 @@ span.stdsuppl
|
|
2497
2435
|
mso-ascii-font-family:Cambria;
|
2498
2436
|
mso-hansi-font-family:Cambria;
|
2499
2437
|
border:none;
|
2500
|
-
{% if
|
2438
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#F6FBB5;{% endif %}
|
2501
2439
|
}
|
2502
2440
|
span.citesection
|
2503
2441
|
{mso-style-name:cite_section;
|
@@ -2507,7 +2445,7 @@ span.citesection
|
|
2507
2445
|
mso-ascii-font-family:Cambria;
|
2508
2446
|
mso-hansi-font-family:Cambria;
|
2509
2447
|
border:none;
|
2510
|
-
{% if
|
2448
|
+
{% if stage_int >= 40 and stage_int < 60 %}background:#FF7C80;{% endif %}
|
2511
2449
|
}
|
2512
2450
|
|
2513
2451
|
p.BaseText, li.BaseText, div.BaseText
|
@@ -2918,26 +2856,6 @@ p.dl, li.dl, div.dl
|
|
2918
2856
|
mso-bidi-font-family:"Times New Roman";
|
2919
2857
|
mso-ansi-language:EN-GB;
|
2920
2858
|
mso-fareast-language:EN-US;}
|
2921
|
-
p.Example0, li.Example0, div.Example0
|
2922
|
-
{mso-style-name:Example;
|
2923
|
-
mso-style-unhide:no;
|
2924
|
-
mso-style-parent:Base_Text;
|
2925
|
-
margin-top:0cm;
|
2926
|
-
margin-right:0cm;
|
2927
|
-
margin-bottom:12.0pt;
|
2928
|
-
margin-left:0cm;
|
2929
|
-
text-align:justify;
|
2930
|
-
text-justify:inter-ideograph;
|
2931
|
-
line-height:11.0pt;
|
2932
|
-
mso-pagination:widow-orphan;
|
2933
|
-
tab-stops:67.7pt;
|
2934
|
-
font-size:10.0pt;
|
2935
|
-
mso-bidi-font-size:$normalfontsize;
|
2936
|
-
font-family:$bodyfont;
|
2937
|
-
mso-fareast-font-family:Calibri;
|
2938
|
-
mso-bidi-font-family:"Times New Roman";
|
2939
|
-
mso-ansi-language:EN-GB;
|
2940
|
-
mso-fareast-language:EN-US;}
|
2941
2859
|
p.Examplecontinued, li.Examplecontinued, div.Examplecontinued
|
2942
2860
|
{mso-style-name:"Example continued";
|
2943
2861
|
mso-style-unhide:no;
|
@@ -3228,9 +3146,10 @@ p.ListContinue2-, li.ListContinue2-, div.ListContinue2-
|
|
3228
3146
|
line-height:10.5pt;
|
3229
3147
|
mso-pagination:widow-orphan;
|
3230
3148
|
tab-stops:40.3pt;
|
3231
|
-
font-size:
|
3149
|
+
font-size:10.0pt;
|
3232
3150
|
mso-bidi-font-size:$normalfontsize;
|
3233
|
-
font-family
|
3151
|
+
font-family:$bodyfont;
|
3152
|
+
/*font-family:"Arial",sans-serif;*/
|
3234
3153
|
mso-fareast-font-family:Calibri;
|
3235
3154
|
mso-bidi-font-family:"Times New Roman";
|
3236
3155
|
mso-ansi-language:EN-GB;
|
@@ -4319,23 +4238,28 @@ p.dlnoindent, li.dlnoindent, div.dlnoindent
|
|
4319
4238
|
p.zzCover, li.zzCover, div.zzCover
|
4320
4239
|
{mso-style-name:zzCover;
|
4321
4240
|
mso-style-unhide:no;
|
4322
|
-
mso-style-parent:"Body Text";
|
4323
4241
|
mso-style-link:"zzCover Char";
|
4324
4242
|
margin-top:0cm;
|
4325
4243
|
margin-right:0cm;
|
4326
|
-
margin-bottom:
|
4244
|
+
margin-bottom:11.0pt;
|
4327
4245
|
margin-left:0cm;
|
4328
4246
|
text-align:right;
|
4329
|
-
line-height:
|
4247
|
+
line-height:12.0pt;
|
4330
4248
|
mso-pagination:widow-orphan;
|
4331
|
-
|
4332
|
-
font-size
|
4333
|
-
|
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;
|
4334
4255
|
font-family:$bodyfont;
|
4335
|
-
mso-fareast-font-family:
|
4256
|
+
mso-fareast-font-family:"MS Mincho";
|
4336
4257
|
mso-bidi-font-family:"Times New Roman";
|
4258
|
+
color:black;
|
4337
4259
|
mso-ansi-language:EN-GB;
|
4338
|
-
mso-fareast-language:
|
4260
|
+
mso-fareast-language:JA;
|
4261
|
+
font-weight:bold;
|
4262
|
+
mso-bidi-font-weight:normal;}
|
4339
4263
|
span.zzCoverChar
|
4340
4264
|
{mso-style-name:"zzCover Char";
|
4341
4265
|
mso-style-unhide:no;
|
@@ -4401,7 +4325,7 @@ div.Note table.dl {
|
|
4401
4325
|
margin-left: 1.0cm;
|
4402
4326
|
}
|
4403
4327
|
|
4404
|
-
|
4328
|
+
td.example_label, td.note_label
|
4405
4329
|
{
|
4406
4330
|
font-size: $smallerfontsize;
|
4407
4331
|
font-family:$bodyfont;
|