metanorma-iso 2.2.1 → 2.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/iso/html/header-dis.html +111 -29
- data/lib/isodoc/iso/html/isodoc-dis.css +65 -64
- data/lib/isodoc/iso/html/isodoc-dis.scss +65 -64
- data/lib/isodoc/iso/html/style-human.css +2 -3
- data/lib/isodoc/iso/html/style-human.scss +0 -1
- data/lib/isodoc/iso/html/style-iso.css +2 -3
- data/lib/isodoc/iso/html/style-iso.scss +0 -1
- data/lib/isodoc/iso/html/wordstyle-dis.css +10 -4
- data/lib/isodoc/iso/html/wordstyle-dis.scss +10 -4
- data/lib/isodoc/iso/i18n-en.yaml +13 -8
- data/lib/isodoc/iso/i18n-fr.yaml +9 -3
- data/lib/isodoc/iso/i18n-ru.yaml +9 -2
- data/lib/isodoc/iso/i18n-zh-Hans.yaml +1 -2
- data/lib/isodoc/iso/iso.amendment.xsl +226 -40
- data/lib/isodoc/iso/iso.international-standard.xsl +226 -40
- data/lib/isodoc/iso/presentation_bibdata.rb +13 -9
- data/lib/isodoc/iso/presentation_xml_convert.rb +5 -3
- data/lib/isodoc/iso/presentation_xref.rb +10 -7
- data/lib/isodoc/iso/sections.rb +1 -1
- data/lib/isodoc/iso/word_convert.rb +6 -4
- data/lib/isodoc/iso/word_dis_cleanup.rb +24 -3
- data/lib/isodoc/iso/word_dis_convert.rb +4 -1
- data/lib/metanorma/iso/base.rb +2 -1
- data/lib/metanorma/iso/basicdoc.rng +0 -27
- data/lib/metanorma/iso/biblio-standoc.rng +164 -0
- data/lib/metanorma/iso/biblio.rng +50 -18
- data/lib/metanorma/iso/isodoc.rng +68 -206
- data/lib/metanorma/iso/isostandard-amd.rng +3 -54
- data/lib/metanorma/iso/isostandard-compile.rng +7 -0
- data/lib/metanorma/iso/isostandard.rng +1 -195
- data/lib/metanorma/iso/relaton-iso.rng +225 -0
- data/lib/metanorma/iso/validate.rb +6 -6
- data/lib/metanorma/iso/version.rb +1 -1
- data/lib/metanorma/requirements/modspec.rb +22 -38
- data/metanorma-iso.gemspec +5 -2
- metadata +7 -86
- data/.github/workflows/rake.yml +0 -15
- data/.github/workflows/release.yml +0 -24
- data/.github/workflows/ubuntu.yml +0 -41
- data/Rakefile +0 -8
- data/bin/rspec +0 -17
- data/spec/assets/header.html +0 -7
- data/spec/assets/html.css +0 -2
- data/spec/assets/htmlcover.html +0 -4
- data/spec/assets/htmlintro.html +0 -5
- data/spec/assets/i18n.yaml +0 -2
- data/spec/assets/iso.adoc +0 -10
- data/spec/assets/iso.headless.html +0 -33
- data/spec/assets/iso.xml +0 -71
- data/spec/assets/rice_image1.png +0 -0
- data/spec/assets/scripts.html +0 -3
- data/spec/assets/std.css +0 -2
- data/spec/assets/word.css +0 -2
- data/spec/assets/wordcover.html +0 -3
- data/spec/assets/wordintro.html +0 -4
- data/spec/examples/103_01_02.html +0 -247
- data/spec/examples/english.yaml +0 -69
- data/spec/examples/iso_123_.xml +0 -45
- data/spec/examples/iso_123_all_parts.xml +0 -45
- data/spec/examples/iso_123_no_year_note.xml +0 -46
- data/spec/examples/iso_124_.xml +0 -41
- data/spec/examples/iso_216_.xml +0 -47
- data/spec/examples/iso_iec_12382_.xml +0 -48
- data/spec/examples/rice.adoc +0 -714
- data/spec/examples/rice.preview.html +0 -1870
- data/spec/examples/rice.sh +0 -4
- data/spec/examples/rice_img/1000-1_ed2amd3fig1a.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3fig1b.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3fig2.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3fig3.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3fig4.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3fig5_f.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3figA.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3figA1.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3figA2.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3figTab1.png +0 -0
- data/spec/examples/rice_img/1000-1_ed2amd3figTab2.png +0 -0
- data/spec/examples/rice_img/1001_ed2amd3fig1.png +0 -0
- data/spec/examples/rice_img/ISO_1213_1.png +0 -0
- data/spec/examples/rice_img/SL1000-1_ed2amd3fig1.png +0 -0
- data/spec/examples/rice_img/rice_image1.png +0 -0
- data/spec/examples/rice_img/rice_image2.png +0 -0
- data/spec/examples/rice_img/rice_image3_1.png +0 -0
- data/spec/examples/rice_img/rice_image3_2.png +0 -0
- data/spec/examples/rice_img/rice_image3_3.png +0 -0
- data/spec/isodoc/amd_spec.rb +0 -986
- data/spec/isodoc/blocks_spec.rb +0 -1174
- data/spec/isodoc/i18n_spec.rb +0 -1579
- data/spec/isodoc/inline_spec.rb +0 -1060
- data/spec/isodoc/iso_spec.rb +0 -255
- data/spec/isodoc/metadata_spec.rb +0 -701
- data/spec/isodoc/postproc_spec.rb +0 -1089
- data/spec/isodoc/ref_spec.rb +0 -439
- data/spec/isodoc/section_spec.rb +0 -998
- data/spec/isodoc/table_spec.rb +0 -420
- data/spec/isodoc/terms_spec.rb +0 -314
- data/spec/isodoc/word_dis_spec.rb +0 -2064
- data/spec/isodoc/xref_spec.rb +0 -1747
- data/spec/metanorma/amd_spec.rb +0 -724
- data/spec/metanorma/base_spec.rb +0 -1384
- data/spec/metanorma/blank_spec.rb +0 -38
- data/spec/metanorma/blocks_spec.rb +0 -624
- data/spec/metanorma/cleanup_spec.rb +0 -1645
- data/spec/metanorma/inline_spec.rb +0 -203
- data/spec/metanorma/lists_spec.rb +0 -197
- data/spec/metanorma/macros_spec.rb +0 -99
- data/spec/metanorma/processor_spec.rb +0 -161
- data/spec/metanorma/refs_spec.rb +0 -672
- data/spec/metanorma/section_spec.rb +0 -492
- data/spec/metanorma/table_spec.rb +0 -329
- data/spec/metanorma/validate_spec.rb +0 -2153
- data/spec/relaton/render_spec.rb +0 -568
- data/spec/requirements/requirement_components_spec.rb +0 -622
- data/spec/requirements/requirements_spec.rb +0 -1681
- data/spec/requirements/xref_spec.rb +0 -1211
- data/spec/spec_helper.rb +0 -313
- data/spec/vcr_cassettes/docrels.yml +0 -385
- data/spec/vcr_cassettes/withdrawn_iso.yml +0 -295
@@ -1810,7 +1810,7 @@ span.aucollab {
|
|
1810
1810
|
mso-ascii-font-family: Cambria;
|
1811
1811
|
mso-hansi-font-family: Cambria;
|
1812
1812
|
border: none;
|
1813
|
-
|
1813
|
+
background: silver; }
|
1814
1814
|
|
1815
1815
|
span.audeg {
|
1816
1816
|
mso-style-name: au_deg;
|
@@ -1821,7 +1821,7 @@ span.audeg {
|
|
1821
1821
|
mso-ascii-font-family: Cambria;
|
1822
1822
|
mso-hansi-font-family: Cambria;
|
1823
1823
|
border: none;
|
1824
|
-
|
1824
|
+
background: yellow; }
|
1825
1825
|
|
1826
1826
|
span.aufname {
|
1827
1827
|
mso-style-name: au_fname;
|
@@ -1832,7 +1832,7 @@ span.aufname {
|
|
1832
1832
|
mso-ascii-font-family: Cambria;
|
1833
1833
|
mso-hansi-font-family: Cambria;
|
1834
1834
|
border: none;
|
1835
|
-
|
1835
|
+
background: #FFFFCC; }
|
1836
1836
|
|
1837
1837
|
span.aurole {
|
1838
1838
|
mso-style-name: au_role;
|
@@ -1843,7 +1843,7 @@ span.aurole {
|
|
1843
1843
|
mso-ascii-font-family: Cambria;
|
1844
1844
|
mso-hansi-font-family: Cambria;
|
1845
1845
|
border: none;
|
1846
|
-
|
1846
|
+
background: olive; }
|
1847
1847
|
|
1848
1848
|
span.ausuffix {
|
1849
1849
|
mso-style-name: au_suffix;
|
@@ -1854,7 +1854,7 @@ span.ausuffix {
|
|
1854
1854
|
mso-ascii-font-family: Cambria;
|
1855
1855
|
mso-hansi-font-family: Cambria;
|
1856
1856
|
border: none;
|
1857
|
-
|
1857
|
+
background: fuchsia; }
|
1858
1858
|
|
1859
1859
|
span.ausurname {
|
1860
1860
|
mso-style-name: au_surname;
|
@@ -1865,7 +1865,7 @@ span.ausurname {
|
|
1865
1865
|
mso-ascii-font-family: Cambria;
|
1866
1866
|
mso-hansi-font-family: Cambria;
|
1867
1867
|
border: none;
|
1868
|
-
|
1868
|
+
background: #CCFF99; }
|
1869
1869
|
|
1870
1870
|
span.bibbase {
|
1871
1871
|
mso-style-name: bib_base;
|
@@ -1883,7 +1883,7 @@ span.bibarticle {
|
|
1883
1883
|
mso-ascii-font-family: Cambria;
|
1884
1884
|
mso-hansi-font-family: Cambria;
|
1885
1885
|
border: none;
|
1886
|
-
|
1886
|
+
background: #CCFFFF; }
|
1887
1887
|
|
1888
1888
|
span.bibcomment {
|
1889
1889
|
mso-style-name: bib_comment;
|
@@ -1909,7 +1909,7 @@ span.bibdoi {
|
|
1909
1909
|
mso-ascii-font-family: Cambria;
|
1910
1910
|
mso-hansi-font-family: Cambria;
|
1911
1911
|
border: none;
|
1912
|
-
|
1912
|
+
background: #CCFFCC; }
|
1913
1913
|
|
1914
1914
|
span.bibetal {
|
1915
1915
|
mso-style-name: bib_etal;
|
@@ -1919,7 +1919,7 @@ span.bibetal {
|
|
1919
1919
|
mso-ascii-font-family: Cambria;
|
1920
1920
|
mso-hansi-font-family: Cambria;
|
1921
1921
|
border: none;
|
1922
|
-
|
1922
|
+
background: #CCFF99; }
|
1923
1923
|
|
1924
1924
|
span.bibfname {
|
1925
1925
|
mso-style-name: bib_fname;
|
@@ -1929,7 +1929,7 @@ span.bibfname {
|
|
1929
1929
|
mso-ascii-font-family: Cambria;
|
1930
1930
|
mso-hansi-font-family: Cambria;
|
1931
1931
|
border: none;
|
1932
|
-
|
1932
|
+
background: #FFFFCC; }
|
1933
1933
|
|
1934
1934
|
span.bibfpage {
|
1935
1935
|
mso-style-name: bib_fpage;
|
@@ -1939,7 +1939,7 @@ span.bibfpage {
|
|
1939
1939
|
mso-ascii-font-family: Cambria;
|
1940
1940
|
mso-hansi-font-family: Cambria;
|
1941
1941
|
border: none;
|
1942
|
-
|
1942
|
+
background: #E6E6E6; }
|
1943
1943
|
|
1944
1944
|
span.bibissue {
|
1945
1945
|
mso-style-name: bib_issue;
|
@@ -1949,7 +1949,7 @@ span.bibissue {
|
|
1949
1949
|
mso-ascii-font-family: Cambria;
|
1950
1950
|
mso-hansi-font-family: Cambria;
|
1951
1951
|
border: none;
|
1952
|
-
|
1952
|
+
background: #FFFFAB; }
|
1953
1953
|
|
1954
1954
|
span.bibjournal {
|
1955
1955
|
mso-style-name: bib_journal;
|
@@ -1959,7 +1959,7 @@ span.bibjournal {
|
|
1959
1959
|
mso-ascii-font-family: Cambria;
|
1960
1960
|
mso-hansi-font-family: Cambria;
|
1961
1961
|
border: none;
|
1962
|
-
|
1962
|
+
background: #F9DECF; }
|
1963
1963
|
|
1964
1964
|
span.biblpage {
|
1965
1965
|
mso-style-name: bib_lpage;
|
@@ -1969,7 +1969,7 @@ span.biblpage {
|
|
1969
1969
|
mso-ascii-font-family: Cambria;
|
1970
1970
|
mso-hansi-font-family: Cambria;
|
1971
1971
|
border: none;
|
1972
|
-
|
1972
|
+
background: #D9D9D9; }
|
1973
1973
|
|
1974
1974
|
span.bibnumber {
|
1975
1975
|
mso-style-name: bib_number;
|
@@ -1979,7 +1979,7 @@ span.bibnumber {
|
|
1979
1979
|
mso-ascii-font-family: Cambria;
|
1980
1980
|
mso-hansi-font-family: Cambria;
|
1981
1981
|
border: none;
|
1982
|
-
|
1982
|
+
background: #CCCCFF; }
|
1983
1983
|
|
1984
1984
|
span.biborganization {
|
1985
1985
|
mso-style-name: bib_organization;
|
@@ -1989,7 +1989,7 @@ span.biborganization {
|
|
1989
1989
|
mso-ascii-font-family: Cambria;
|
1990
1990
|
mso-hansi-font-family: Cambria;
|
1991
1991
|
border: none;
|
1992
|
-
|
1992
|
+
background: #CCFF99; }
|
1993
1993
|
|
1994
1994
|
span.bibsuffix {
|
1995
1995
|
mso-style-name: bib_suffix;
|
@@ -2007,7 +2007,7 @@ span.bibsuppl {
|
|
2007
2007
|
mso-ascii-font-family: Cambria;
|
2008
2008
|
mso-hansi-font-family: Cambria;
|
2009
2009
|
border: none;
|
2010
|
-
|
2010
|
+
background: #FFCC66; }
|
2011
2011
|
|
2012
2012
|
span.bibsurname {
|
2013
2013
|
mso-style-name: bib_surname;
|
@@ -2017,7 +2017,7 @@ span.bibsurname {
|
|
2017
2017
|
mso-ascii-font-family: Cambria;
|
2018
2018
|
mso-hansi-font-family: Cambria;
|
2019
2019
|
border: none;
|
2020
|
-
|
2020
|
+
background: #CCFF99; }
|
2021
2021
|
|
2022
2022
|
span.bibunpubl {
|
2023
2023
|
mso-style-name: bib_unpubl;
|
@@ -2035,7 +2035,7 @@ span.biburl {
|
|
2035
2035
|
mso-ascii-font-family: Cambria;
|
2036
2036
|
mso-hansi-font-family: Cambria;
|
2037
2037
|
border: none;
|
2038
|
-
|
2038
|
+
background: #CCFF66; }
|
2039
2039
|
|
2040
2040
|
span.bibvolume {
|
2041
2041
|
mso-style-name: bib_volume;
|
@@ -2045,7 +2045,7 @@ span.bibvolume {
|
|
2045
2045
|
mso-ascii-font-family: Cambria;
|
2046
2046
|
mso-hansi-font-family: Cambria;
|
2047
2047
|
border: none;
|
2048
|
-
|
2048
|
+
background: #CCECFF; }
|
2049
2049
|
|
2050
2050
|
span.bibyear {
|
2051
2051
|
mso-style-name: bib_year;
|
@@ -2055,7 +2055,7 @@ span.bibyear {
|
|
2055
2055
|
mso-ascii-font-family: Cambria;
|
2056
2056
|
mso-hansi-font-family: Cambria;
|
2057
2057
|
border: none;
|
2058
|
-
|
2058
|
+
background: #FFCCFF; }
|
2059
2059
|
|
2060
2060
|
span.citebase {
|
2061
2061
|
mso-style-name: cite_base;
|
@@ -2073,7 +2073,7 @@ span.citebib {
|
|
2073
2073
|
mso-ascii-font-family: Cambria;
|
2074
2074
|
mso-hansi-font-family: Cambria;
|
2075
2075
|
border: none;
|
2076
|
-
|
2076
|
+
background: #CCFFFF; }
|
2077
2077
|
|
2078
2078
|
span.citebox {
|
2079
2079
|
mso-style-name: cite_box;
|
@@ -2091,7 +2091,7 @@ span.citeen {
|
|
2091
2091
|
mso-ascii-font-family: Cambria;
|
2092
2092
|
mso-hansi-font-family: Cambria;
|
2093
2093
|
border: none;
|
2094
|
-
|
2094
|
+
background: #FFFF99;
|
2095
2095
|
vertical-align: super; }
|
2096
2096
|
|
2097
2097
|
span.citefig {
|
@@ -2103,7 +2103,7 @@ span.citefig {
|
|
2103
2103
|
mso-hansi-font-family: Cambria;
|
2104
2104
|
color: windowtext;
|
2105
2105
|
border: none;
|
2106
|
-
|
2106
|
+
background: #CCFFCC; }
|
2107
2107
|
|
2108
2108
|
span.citefn {
|
2109
2109
|
mso-style-name: cite_fn;
|
@@ -2115,7 +2115,7 @@ span.citefn {
|
|
2115
2115
|
mso-hansi-font-family: Cambria;
|
2116
2116
|
color: windowtext;
|
2117
2117
|
border: none;
|
2118
|
-
|
2118
|
+
background: #FF99CC;
|
2119
2119
|
vertical-align: baseline; }
|
2120
2120
|
|
2121
2121
|
span.citetbl {
|
@@ -2127,7 +2127,7 @@ span.citetbl {
|
|
2127
2127
|
mso-hansi-font-family: Cambria;
|
2128
2128
|
color: windowtext;
|
2129
2129
|
border: none;
|
2130
|
-
|
2130
|
+
background: #FF9999; }
|
2131
2131
|
|
2132
2132
|
span.stdbase {
|
2133
2133
|
mso-style-name: std_base;
|
@@ -2145,7 +2145,7 @@ span.bibextlink {
|
|
2145
2145
|
mso-ascii-font-family: Cambria;
|
2146
2146
|
mso-hansi-font-family: Cambria;
|
2147
2147
|
border: none;
|
2148
|
-
|
2148
|
+
background: #6CCE9D; }
|
2149
2149
|
|
2150
2150
|
span.citeeq {
|
2151
2151
|
mso-style-name: cite_eq;
|
@@ -2155,7 +2155,7 @@ span.citeeq {
|
|
2155
2155
|
mso-ascii-font-family: Cambria;
|
2156
2156
|
mso-hansi-font-family: Cambria;
|
2157
2157
|
border: none;
|
2158
|
-
|
2158
|
+
background: #FFAE37; }
|
2159
2159
|
|
2160
2160
|
span.bibmedline {
|
2161
2161
|
mso-style-name: bib_medline;
|
@@ -2173,7 +2173,7 @@ span.citetfn {
|
|
2173
2173
|
mso-ascii-font-family: Cambria;
|
2174
2174
|
mso-hansi-font-family: Cambria;
|
2175
2175
|
border: none;
|
2176
|
-
|
2176
|
+
background: #FBBA79; }
|
2177
2177
|
|
2178
2178
|
span.auprefix {
|
2179
2179
|
mso-style-name: au_prefix;
|
@@ -2184,7 +2184,7 @@ span.auprefix {
|
|
2184
2184
|
mso-ascii-font-family: Cambria;
|
2185
2185
|
mso-hansi-font-family: Cambria;
|
2186
2186
|
border: none;
|
2187
|
-
|
2187
|
+
background: #FFCC99; }
|
2188
2188
|
|
2189
2189
|
span.citeapp {
|
2190
2190
|
mso-style-name: cite_app;
|
@@ -2194,7 +2194,7 @@ span.citeapp {
|
|
2194
2194
|
mso-ascii-font-family: Cambria;
|
2195
2195
|
mso-hansi-font-family: Cambria;
|
2196
2196
|
border: none;
|
2197
|
-
|
2197
|
+
background: #CCFF33; }
|
2198
2198
|
|
2199
2199
|
span.citesec {
|
2200
2200
|
mso-style-name: cite_sec;
|
@@ -2204,7 +2204,7 @@ span.citesec {
|
|
2204
2204
|
mso-ascii-font-family: Cambria;
|
2205
2205
|
mso-hansi-font-family: Cambria;
|
2206
2206
|
border: none;
|
2207
|
-
|
2207
|
+
background: #FFCCCC; }
|
2208
2208
|
|
2209
2209
|
span.stddocNumber {
|
2210
2210
|
mso-style-name: std_docNumber;
|
@@ -2214,7 +2214,7 @@ span.stddocNumber {
|
|
2214
2214
|
mso-ascii-font-family: Cambria;
|
2215
2215
|
mso-hansi-font-family: Cambria;
|
2216
2216
|
border: none;
|
2217
|
-
|
2217
|
+
background: #F2DBDB; }
|
2218
2218
|
|
2219
2219
|
span.stddocPartNumber {
|
2220
2220
|
mso-style-name: std_docPartNumber;
|
@@ -2224,7 +2224,7 @@ span.stddocPartNumber {
|
|
2224
2224
|
mso-ascii-font-family: Cambria;
|
2225
2225
|
mso-hansi-font-family: Cambria;
|
2226
2226
|
border: none;
|
2227
|
-
|
2227
|
+
background: #EAF1DD; }
|
2228
2228
|
|
2229
2229
|
span.stddocTitle {
|
2230
2230
|
mso-style-name: std_docTitle;
|
@@ -2234,7 +2234,7 @@ span.stddocTitle {
|
|
2234
2234
|
mso-ascii-font-family: Cambria;
|
2235
2235
|
mso-hansi-font-family: Cambria;
|
2236
2236
|
border: none;
|
2237
|
-
|
2237
|
+
background: #FDE9D9;
|
2238
2238
|
font-style: italic;
|
2239
2239
|
mso-bidi-font-style: normal; }
|
2240
2240
|
|
@@ -2247,7 +2247,7 @@ span.aumember {
|
|
2247
2247
|
mso-ascii-font-family: Cambria;
|
2248
2248
|
mso-hansi-font-family: Cambria;
|
2249
2249
|
border: none;
|
2250
|
-
|
2250
|
+
background: #FF99CC; }
|
2251
2251
|
|
2252
2252
|
span.stdfootnote {
|
2253
2253
|
mso-style-name: std_footnote;
|
@@ -2257,7 +2257,7 @@ span.stdfootnote {
|
|
2257
2257
|
mso-ascii-font-family: Cambria;
|
2258
2258
|
mso-hansi-font-family: Cambria;
|
2259
2259
|
border: none;
|
2260
|
-
|
2260
|
+
background: #F2F2F2; }
|
2261
2261
|
|
2262
2262
|
span.stdpublisher {
|
2263
2263
|
mso-style-name: std_publisher;
|
@@ -2267,7 +2267,8 @@ span.stdpublisher {
|
|
2267
2267
|
mso-ascii-font-family: Cambria;
|
2268
2268
|
mso-hansi-font-family: Cambria;
|
2269
2269
|
border: none;
|
2270
|
-
|
2270
|
+
background: #C6D9F1;
|
2271
|
+
background: #C6D9F1; }
|
2271
2272
|
|
2272
2273
|
span.stdsection {
|
2273
2274
|
mso-style-name: std_section;
|
@@ -2277,7 +2278,7 @@ span.stdsection {
|
|
2277
2278
|
mso-ascii-font-family: Cambria;
|
2278
2279
|
mso-hansi-font-family: Cambria;
|
2279
2280
|
border: none;
|
2280
|
-
|
2281
|
+
background: #E5DFEC; }
|
2281
2282
|
|
2282
2283
|
span.stdyear {
|
2283
2284
|
mso-style-name: std_year;
|
@@ -2287,7 +2288,7 @@ span.stdyear {
|
|
2287
2288
|
mso-ascii-font-family: Cambria;
|
2288
2289
|
mso-hansi-font-family: Cambria;
|
2289
2290
|
border: none;
|
2290
|
-
|
2291
|
+
background: #DAEEF3; }
|
2291
2292
|
|
2292
2293
|
span.stddocumentType {
|
2293
2294
|
mso-style-name: std_documentType;
|
@@ -2297,7 +2298,7 @@ span.stddocumentType {
|
|
2297
2298
|
mso-ascii-font-family: Cambria;
|
2298
2299
|
mso-hansi-font-family: Cambria;
|
2299
2300
|
border: none;
|
2300
|
-
|
2301
|
+
background: #7DE1DF; }
|
2301
2302
|
|
2302
2303
|
span.bibalt-year {
|
2303
2304
|
mso-style-name: bib_alt-year;
|
@@ -2308,7 +2309,7 @@ span.bibalt-year {
|
|
2308
2309
|
mso-ascii-font-family: Cambria;
|
2309
2310
|
mso-hansi-font-family: Cambria;
|
2310
2311
|
border: none;
|
2311
|
-
|
2312
|
+
background: #CC99FF; }
|
2312
2313
|
|
2313
2314
|
span.bibbook {
|
2314
2315
|
mso-style-name: bib_book;
|
@@ -2318,7 +2319,7 @@ span.bibbook {
|
|
2318
2319
|
mso-ascii-font-family: Cambria;
|
2319
2320
|
mso-hansi-font-family: Cambria;
|
2320
2321
|
border: none;
|
2321
|
-
|
2322
|
+
background: #99CCFF; }
|
2322
2323
|
|
2323
2324
|
span.bibchapterno {
|
2324
2325
|
mso-style-name: bib_chapterno;
|
@@ -2328,7 +2329,7 @@ span.bibchapterno {
|
|
2328
2329
|
mso-ascii-font-family: Cambria;
|
2329
2330
|
mso-hansi-font-family: Cambria;
|
2330
2331
|
border: none;
|
2331
|
-
|
2332
|
+
background: #D9D9D9; }
|
2332
2333
|
|
2333
2334
|
span.bibchaptertitle {
|
2334
2335
|
mso-style-name: bib_chaptertitle;
|
@@ -2338,7 +2339,7 @@ span.bibchaptertitle {
|
|
2338
2339
|
mso-ascii-font-family: Cambria;
|
2339
2340
|
mso-hansi-font-family: Cambria;
|
2340
2341
|
border: none;
|
2341
|
-
|
2342
|
+
background: #FF9D5B; }
|
2342
2343
|
|
2343
2344
|
span.bibed-etal {
|
2344
2345
|
mso-style-name: bib_ed-etal;
|
@@ -2348,7 +2349,7 @@ span.bibed-etal {
|
|
2348
2349
|
mso-ascii-font-family: Cambria;
|
2349
2350
|
mso-hansi-font-family: Cambria;
|
2350
2351
|
border: none;
|
2351
|
-
|
2352
|
+
background: #00F4EE; }
|
2352
2353
|
|
2353
2354
|
span.bibed-fname {
|
2354
2355
|
mso-style-name: bib_ed-fname;
|
@@ -2358,7 +2359,7 @@ span.bibed-fname {
|
|
2358
2359
|
mso-ascii-font-family: Cambria;
|
2359
2360
|
mso-hansi-font-family: Cambria;
|
2360
2361
|
border: none;
|
2361
|
-
|
2362
|
+
background: #FFFFB7; }
|
2362
2363
|
|
2363
2364
|
span.bibeditionno {
|
2364
2365
|
mso-style-name: bib_editionno;
|
@@ -2368,7 +2369,7 @@ span.bibeditionno {
|
|
2368
2369
|
mso-ascii-font-family: Cambria;
|
2369
2370
|
mso-hansi-font-family: Cambria;
|
2370
2371
|
border: none;
|
2371
|
-
|
2372
|
+
background: #FFCC00; }
|
2372
2373
|
|
2373
2374
|
span.bibed-organization {
|
2374
2375
|
mso-style-name: bib_ed-organization;
|
@@ -2378,7 +2379,7 @@ span.bibed-organization {
|
|
2378
2379
|
mso-ascii-font-family: Cambria;
|
2379
2380
|
mso-hansi-font-family: Cambria;
|
2380
2381
|
border: none;
|
2381
|
-
|
2382
|
+
background: #FCAAC3; }
|
2382
2383
|
|
2383
2384
|
span.bibed-suffix {
|
2384
2385
|
mso-style-name: bib_ed-suffix;
|
@@ -2388,7 +2389,7 @@ span.bibed-suffix {
|
|
2388
2389
|
mso-ascii-font-family: Cambria;
|
2389
2390
|
mso-hansi-font-family: Cambria;
|
2390
2391
|
border: none;
|
2391
|
-
|
2392
|
+
background: #CCFFCC; }
|
2392
2393
|
|
2393
2394
|
span.bibed-surname {
|
2394
2395
|
mso-style-name: bib_ed-surname;
|
@@ -2398,7 +2399,7 @@ span.bibed-surname {
|
|
2398
2399
|
mso-ascii-font-family: Cambria;
|
2399
2400
|
mso-hansi-font-family: Cambria;
|
2400
2401
|
border: none;
|
2401
|
-
|
2402
|
+
background: yellow; }
|
2402
2403
|
|
2403
2404
|
span.bibinstitution {
|
2404
2405
|
mso-style-name: bib_institution;
|
@@ -2408,7 +2409,7 @@ span.bibinstitution {
|
|
2408
2409
|
mso-ascii-font-family: Cambria;
|
2409
2410
|
mso-hansi-font-family: Cambria;
|
2410
2411
|
border: none;
|
2411
|
-
|
2412
|
+
background: #CCFFCC; }
|
2412
2413
|
|
2413
2414
|
span.bibisbn {
|
2414
2415
|
mso-style-name: bib_isbn;
|
@@ -2417,7 +2418,7 @@ span.bibisbn {
|
|
2417
2418
|
font-family: {{bodyfont}};
|
2418
2419
|
mso-ascii-font-family: Cambria;
|
2419
2420
|
mso-hansi-font-family: Cambria;
|
2420
|
-
|
2421
|
+
background: #D9D9D9; }
|
2421
2422
|
|
2422
2423
|
span.biblocation {
|
2423
2424
|
mso-style-name: bib_location;
|
@@ -2427,7 +2428,7 @@ span.biblocation {
|
|
2427
2428
|
mso-ascii-font-family: Cambria;
|
2428
2429
|
mso-hansi-font-family: Cambria;
|
2429
2430
|
border: none;
|
2430
|
-
|
2431
|
+
background: #FFCCCC; }
|
2431
2432
|
|
2432
2433
|
span.bibpagecount {
|
2433
2434
|
mso-style-name: bib_pagecount;
|
@@ -2437,7 +2438,7 @@ span.bibpagecount {
|
|
2437
2438
|
mso-ascii-font-family: Cambria;
|
2438
2439
|
mso-hansi-font-family: Cambria;
|
2439
2440
|
border: none;
|
2440
|
-
|
2441
|
+
background: lime; }
|
2441
2442
|
|
2442
2443
|
span.bibpatent {
|
2443
2444
|
mso-style-name: bib_patent;
|
@@ -2447,7 +2448,7 @@ span.bibpatent {
|
|
2447
2448
|
mso-ascii-font-family: Cambria;
|
2448
2449
|
mso-hansi-font-family: Cambria;
|
2449
2450
|
border: none;
|
2450
|
-
|
2451
|
+
background: #66FFCC; }
|
2451
2452
|
|
2452
2453
|
span.bibpublisher {
|
2453
2454
|
mso-style-name: bib_publisher;
|
@@ -2457,7 +2458,7 @@ span.bibpublisher {
|
|
2457
2458
|
mso-ascii-font-family: Cambria;
|
2458
2459
|
mso-hansi-font-family: Cambria;
|
2459
2460
|
border: none;
|
2460
|
-
|
2461
|
+
background: #FF99CC; }
|
2461
2462
|
|
2462
2463
|
span.bibreportnum {
|
2463
2464
|
mso-style-name: bib_reportnum;
|
@@ -2467,7 +2468,7 @@ span.bibreportnum {
|
|
2467
2468
|
mso-ascii-font-family: Cambria;
|
2468
2469
|
mso-hansi-font-family: Cambria;
|
2469
2470
|
border: none;
|
2470
|
-
|
2471
|
+
background: #CCCCFF; }
|
2471
2472
|
|
2472
2473
|
span.bibschool {
|
2473
2474
|
mso-style-name: bib_school;
|
@@ -2477,7 +2478,7 @@ span.bibschool {
|
|
2477
2478
|
mso-ascii-font-family: Cambria;
|
2478
2479
|
mso-hansi-font-family: Cambria;
|
2479
2480
|
border: none;
|
2480
|
-
|
2481
|
+
background: #FFCC66; }
|
2481
2482
|
|
2482
2483
|
span.bibseries {
|
2483
2484
|
mso-style-name: bib_series;
|
@@ -2486,7 +2487,7 @@ span.bibseries {
|
|
2486
2487
|
font-family: {{bodyfont}};
|
2487
2488
|
mso-ascii-font-family: Cambria;
|
2488
2489
|
mso-hansi-font-family: Cambria;
|
2489
|
-
|
2490
|
+
background: #FFCC99; }
|
2490
2491
|
|
2491
2492
|
span.bibseriesno {
|
2492
2493
|
mso-style-name: bib_seriesno;
|
@@ -2495,7 +2496,7 @@ span.bibseriesno {
|
|
2495
2496
|
font-family: {{bodyfont}};
|
2496
2497
|
mso-ascii-font-family: Cambria;
|
2497
2498
|
mso-hansi-font-family: Cambria;
|
2498
|
-
|
2499
|
+
background: #FFFF99; }
|
2499
2500
|
|
2500
2501
|
span.bibtrans {
|
2501
2502
|
mso-style-name: bib_trans;
|
@@ -2504,7 +2505,7 @@ span.bibtrans {
|
|
2504
2505
|
font-family: {{bodyfont}};
|
2505
2506
|
mso-ascii-font-family: Cambria;
|
2506
2507
|
mso-hansi-font-family: Cambria;
|
2507
|
-
|
2508
|
+
background: #99CC00; }
|
2508
2509
|
|
2509
2510
|
span.stdsuppl {
|
2510
2511
|
mso-style-name: std_suppl;
|
@@ -2514,7 +2515,7 @@ span.stdsuppl {
|
|
2514
2515
|
mso-ascii-font-family: Cambria;
|
2515
2516
|
mso-hansi-font-family: Cambria;
|
2516
2517
|
border: none;
|
2517
|
-
|
2518
|
+
background: #F6FBB5; }
|
2518
2519
|
|
2519
2520
|
span.citesection {
|
2520
2521
|
mso-style-name: cite_section;
|
@@ -2524,7 +2525,7 @@ span.citesection {
|
|
2524
2525
|
mso-ascii-font-family: Cambria;
|
2525
2526
|
mso-hansi-font-family: Cambria;
|
2526
2527
|
border: none;
|
2527
|
-
|
2528
|
+
background: #FF7C80; }
|
2528
2529
|
|
2529
2530
|
p.BaseText, li.BaseText, div.BaseText {
|
2530
2531
|
mso-style-name: Base_Text;
|