metanorma-jis 0.0.2 → 0.0.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 +43 -52
- data/lib/isodoc/jis/base_convert.rb +108 -3
- data/lib/isodoc/jis/figure.rb +99 -0
- data/lib/isodoc/jis/html/header.html +210 -818
- data/lib/isodoc/jis/html/isodoc.css +27 -70
- data/lib/isodoc/jis/html/isodoc.scss +24 -68
- data/lib/isodoc/jis/html/word_jis_intro.html +4 -3
- data/lib/isodoc/jis/html/word_jis_titlepage.html +6 -0
- data/lib/isodoc/jis/html/wordstyle.css +91 -109
- data/lib/isodoc/jis/html/wordstyle.scss +99 -132
- data/lib/isodoc/jis/html_convert.rb +11 -0
- data/lib/isodoc/jis/i18n-en.yaml +6 -0
- data/lib/isodoc/jis/i18n-ja.yaml +12 -0
- data/lib/isodoc/jis/jis.international-standard.xsl +11290 -0
- data/lib/isodoc/jis/metadata.rb +7 -0
- data/lib/isodoc/jis/presentation_xml_convert.rb +169 -0
- data/lib/isodoc/jis/table.rb +58 -0
- data/lib/isodoc/jis/word_cleanup.rb +143 -0
- data/lib/isodoc/jis/word_convert.rb +101 -89
- data/lib/isodoc/jis/xref.rb +52 -0
- data/lib/metanorma/jis/cleanup.rb +43 -0
- data/lib/metanorma/jis/converter.rb +19 -15
- data/lib/metanorma/jis/front.rb +67 -0
- data/lib/metanorma/jis/isodoc.rng +29 -7
- data/lib/metanorma/jis/jis.rng +10 -0
- data/lib/metanorma/jis/processor.rb +3 -3
- data/lib/metanorma/jis/relaton-jis.rng +3 -109
- data/lib/metanorma/jis/validate.rb +26 -0
- data/lib/metanorma/jis/version.rb +1 -1
- data/metanorma-jis.gemspec +2 -2
- metadata +11 -5
@@ -585,35 +585,6 @@ p.NoteCont, li.NoteCont, div.NoteCont {
|
|
585
585
|
mso-ansi-language: EN-US;
|
586
586
|
mso-fareast-language: JA; }
|
587
587
|
|
588
|
-
p.ANNEX, li.ANNEX, div.ANNEX {
|
589
|
-
mso-style-name: ANNEX;
|
590
|
-
mso-style-priority: 10;
|
591
|
-
mso-style-unhide: no;
|
592
|
-
mso-style-next: Normal;
|
593
|
-
margin-top: 0cm;
|
594
|
-
margin-right: 0cm;
|
595
|
-
margin-bottom: 24.0pt;
|
596
|
-
margin-left: 0cm;
|
597
|
-
text-align: center;
|
598
|
-
text-indent: 0cm;
|
599
|
-
line-height: 15.5pt;
|
600
|
-
mso-line-height-rule: exactly;
|
601
|
-
page-break-before: always;
|
602
|
-
mso-pagination: widow-orphan;
|
603
|
-
page-break-after: avoid;
|
604
|
-
mso-outline-level: 1;
|
605
|
-
mso-list: l0 level1 lfo12;
|
606
|
-
tab-stops: 20.15pt;
|
607
|
-
font-size: 14.0pt;
|
608
|
-
mso-bidi-font-size: {{normalfontsize}};
|
609
|
-
font-family: {{headerfont}};
|
610
|
-
mso-fareast-font-family: "SimHei",serif;
|
611
|
-
mso-bidi-font-family: {{headerfont}};
|
612
|
-
mso-ansi-language: EN-GB;
|
613
|
-
mso-fareast-language: JA;
|
614
|
-
font-weight: bold;
|
615
|
-
mso-bidi-font-weight: normal; }
|
616
|
-
|
617
588
|
p.BiblioTitle, li.BiblioTitle, div.BiblioTitle {
|
618
589
|
mso-style-name: "Biblio Title";
|
619
590
|
mso-style-priority: 5;
|
@@ -942,7 +913,7 @@ p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle {
|
|
942
913
|
font-weight: bold;
|
943
914
|
mso-bidi-font-weight: normal; }
|
944
915
|
|
945
|
-
p.
|
916
|
+
p.Chapter, li.Chapter, div.Chapter {
|
946
917
|
mso-style-name: 章;
|
947
918
|
/* chapter */
|
948
919
|
mso-style-unhide: no;
|
@@ -1186,7 +1157,7 @@ table.MsoISOTable td, table.MsoISOTableBig td {
|
|
1186
1157
|
table.MsoISOTable p, table.MsoISOTableBig p {
|
1187
1158
|
font-size: {{smallerfontsize}}; }
|
1188
1159
|
|
1189
|
-
table.MsoTableGrid {
|
1160
|
+
table.MsoTableGrid, table.MsoTableGridBig {
|
1190
1161
|
mso-style-name: "Table Grid";
|
1191
1162
|
mso-tstyle-rowband-size: 0;
|
1192
1163
|
mso-tstyle-colband-size: 0;
|
@@ -1203,6 +1174,15 @@ table.MsoTableGrid {
|
|
1203
1174
|
font-size: {{smallerfontsize}};
|
1204
1175
|
font-family: {{bodyfont}}; }
|
1205
1176
|
|
1177
|
+
table.MsoTableGrid tr {
|
1178
|
+
page-break-inside: avoid; }
|
1179
|
+
|
1180
|
+
table.MsoTableGridBig tr {
|
1181
|
+
page-break-inside: auto; }
|
1182
|
+
|
1183
|
+
table.MsoTableGridBig td {
|
1184
|
+
page-break-inside: auto; }
|
1185
|
+
|
1206
1186
|
div.formula {
|
1207
1187
|
tab-stops: right 487.45pt; }
|
1208
1188
|
|
@@ -1415,7 +1395,7 @@ div.Note table.dl {
|
|
1415
1395
|
|
1416
1396
|
span.note_label, span.example_label, td.example_label, td.note_label {
|
1417
1397
|
font-size: {{smallerfontsize}};
|
1418
|
-
font-family: {{
|
1398
|
+
font-family: {{headerfont}}; }
|
1419
1399
|
|
1420
1400
|
/* styles as yet unallocated */
|
1421
1401
|
p.a, li.a, div.a {
|
@@ -2049,7 +2029,7 @@ p.a3, li.a3, div.a3 {
|
|
2049
2029
|
mso-fareast-language: JA;
|
2050
2030
|
mso-no-proof: yes; }
|
2051
2031
|
|
2052
|
-
p.
|
2032
|
+
p.MsoListBullet, li.MsoListBullet, div.MsoListBullet {
|
2053
2033
|
mso-style-name: ダーシ1;
|
2054
2034
|
/* Darcy 1 */
|
2055
2035
|
mso-style-unhide: no;
|
@@ -2095,7 +2075,7 @@ p.a5, li.a5, div.a5 {
|
|
2095
2075
|
mso-fareast-language: JA;
|
2096
2076
|
mso-no-proof: yes; }
|
2097
2077
|
|
2098
|
-
p.
|
2078
|
+
p.MsoListBullet2, li.MsoListBullet2, div.MsoListBullet2 {
|
2099
2079
|
mso-style-name: ダーシ2;
|
2100
2080
|
/* Darcy 2 */
|
2101
2081
|
mso-style-unhide: no;
|
@@ -2141,7 +2121,7 @@ p.a7, li.a7, div.a7 {
|
|
2141
2121
|
mso-fareast-language: JA;
|
2142
2122
|
mso-no-proof: yes; }
|
2143
2123
|
|
2144
|
-
p.
|
2124
|
+
p.MsoListBullet3, li.MsoListBullet3, div.MsoListBullet3 {
|
2145
2125
|
mso-style-name: ダーシ3;
|
2146
2126
|
/* Darcy 3 */
|
2147
2127
|
mso-style-unhide: no;
|
@@ -2187,7 +2167,7 @@ p.a9, li.a9, div.a9 {
|
|
2187
2167
|
mso-fareast-language: JA;
|
2188
2168
|
mso-no-proof: yes; }
|
2189
2169
|
|
2190
|
-
p.
|
2170
|
+
p.MsoListBullet4, li.MsoListBullet4, div.MsoListBullet4 {
|
2191
2171
|
mso-style-name: ダーシ4;
|
2192
2172
|
/* Darcy 4 */
|
2193
2173
|
mso-style-unhide: no;
|
@@ -2233,7 +2213,7 @@ p.ab, li.ab, div.ab {
|
|
2233
2213
|
mso-fareast-language: JA;
|
2234
2214
|
mso-no-proof: yes; }
|
2235
2215
|
|
2236
|
-
p.
|
2216
|
+
p.MsoListBullet5, li.MsoListBullet5, div.MsoListBullet5 {
|
2237
2217
|
mso-style-name: ダーシ5;
|
2238
2218
|
/* Darcy 5 */
|
2239
2219
|
mso-style-unhide: no;
|
@@ -2279,7 +2259,7 @@ p.ad, li.ad, div.ad {
|
|
2279
2259
|
mso-fareast-language: JA;
|
2280
2260
|
mso-no-proof: yes; }
|
2281
2261
|
|
2282
|
-
p.
|
2262
|
+
p.MsoListBullet6, li.MsoListBullet6, div.MsoListBullet6 {
|
2283
2263
|
mso-style-name: ダーシ6;
|
2284
2264
|
/* Darcy 6 */
|
2285
2265
|
mso-style-unhide: no;
|
@@ -2618,7 +2598,7 @@ p.IDT0, li.IDT0, div.IDT0 {
|
|
2618
2598
|
mso-fareast-language: JA;
|
2619
2599
|
mso-no-proof: yes; }
|
2620
2600
|
|
2621
|
-
p.
|
2601
|
+
p.CommentaryStandardNumber, li.CommentaryStandardNumber, div.CommentaryStandardNumber {
|
2622
2602
|
mso-style-name: 解説_規格番号;
|
2623
2603
|
/* description_standard number */
|
2624
2604
|
mso-style-unhide: no;
|
@@ -2639,7 +2619,7 @@ p.affa, li.affa, div.affa {
|
|
2639
2619
|
mso-fareast-language: JA;
|
2640
2620
|
mso-no-proof: yes; }
|
2641
2621
|
|
2642
|
-
p.
|
2622
|
+
p.CommentaryStandardName, li.CommentaryStandardName, div.CommentaryStandardName {
|
2643
2623
|
mso-style-name: 解説_規格名称;
|
2644
2624
|
/* comment_standard name */
|
2645
2625
|
mso-style-unhide: no;
|
@@ -2662,7 +2642,7 @@ p.affb, li.affb, div.affb {
|
|
2662
2642
|
mso-fareast-language: JA;
|
2663
2643
|
mso-no-proof: yes; }
|
2664
2644
|
|
2665
|
-
span.
|
2645
|
+
span.CommentaryEffectiveYear {
|
2666
2646
|
mso-style-name: 解説_発効年;
|
2667
2647
|
/* description_effective year */
|
2668
2648
|
mso-style-unhide: no;
|
@@ -2752,7 +2732,7 @@ span.afff1 {
|
|
2752
2732
|
font-weight: bold;
|
2753
2733
|
mso-bidi-font-weight: normal; }
|
2754
2734
|
|
2755
|
-
p.
|
2735
|
+
p.StandardNumber, li.StandardNumber, div.StandardNumber {
|
2756
2736
|
mso-style-name: 規格番号;
|
2757
2737
|
/* standard number */
|
2758
2738
|
mso-style-unhide: no;
|
@@ -2776,7 +2756,7 @@ p.afff2, li.afff2, div.afff2 {
|
|
2776
2756
|
mso-fareast-language: JA;
|
2777
2757
|
mso-no-proof: yes; }
|
2778
2758
|
|
2779
|
-
p.
|
2759
|
+
p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1 {
|
2780
2760
|
mso-style-name: 規格名称;
|
2781
2761
|
/* standard name */
|
2782
2762
|
mso-style-unhide: no;
|
@@ -2843,29 +2823,6 @@ span.TR0 {
|
|
2843
2823
|
mso-style-unhide: no;
|
2844
2824
|
mso-style-parent: ""; }
|
2845
2825
|
|
2846
|
-
p.afffa, li.afffa, div.afffa {
|
2847
|
-
mso-style-name: 段落;
|
2848
|
-
/* paragraph */
|
2849
|
-
mso-style-unhide: no;
|
2850
|
-
mso-style-parent: "";
|
2851
|
-
margin-top: 10.0pt;
|
2852
|
-
margin-right: 0cm;
|
2853
|
-
margin-bottom: 0cm;
|
2854
|
-
margin-left: 0cm;
|
2855
|
-
text-align: justify;
|
2856
|
-
text-justify: inter-ideograph;
|
2857
|
-
text-indent: 9.95pt;
|
2858
|
-
line-height: 15.0pt;
|
2859
|
-
mso-line-height-rule: exactly;
|
2860
|
-
mso-pagination: none;
|
2861
|
-
font-size: {{normalfontsize}};
|
2862
|
-
font-family: "Times New Roman",serif;
|
2863
|
-
mso-fareast-font-family: {{bodyfont}};
|
2864
|
-
mso-font-kerning: 1.0pt;
|
2865
|
-
mso-ansi-language: EN-US;
|
2866
|
-
mso-fareast-language: JA;
|
2867
|
-
mso-no-proof: yes; }
|
2868
|
-
|
2869
2826
|
p.afffb, li.afffb, div.afffb {
|
2870
2827
|
mso-style-name: 罫線段落;
|
2871
2828
|
/* ruled paragraph */
|
@@ -3923,7 +3880,7 @@ p.afffffffd, li.afffffffd, div.afffffffd {
|
|
3923
3880
|
mso-bidi-font-weight: normal;
|
3924
3881
|
mso-no-proof: yes; }
|
3925
3882
|
|
3926
|
-
p.
|
3883
|
+
p.SubfigureCaption, li.SubfigureCaption, div.SubfigureCaption {
|
3927
3884
|
mso-style-name: 図題(付図);
|
3928
3885
|
/* Subtitle (Appendix) */
|
3929
3886
|
mso-style-unhide: no;
|
@@ -5428,7 +5385,7 @@ span.affffffffffff5 {
|
|
5428
5385
|
mso-fareast-font-family: {{headerfont}};
|
5429
5386
|
mso-hansi-font-family: Arial; }
|
5430
5387
|
|
5431
|
-
p.
|
5388
|
+
p.UnitStatement, li.UnitStatement, div.UnitStatement {
|
5432
5389
|
mso-style-name: 単位;
|
5433
5390
|
/* unit */
|
5434
5391
|
mso-style-unhide: no;
|
@@ -6076,7 +6033,7 @@ span.TR2 {
|
|
6076
6033
|
mso-style-unhide: no;
|
6077
6034
|
mso-style-parent: ""; }
|
6078
6035
|
|
6079
|
-
p.
|
6036
|
+
p.JapaneseIndustrialStandard, li.JapaneseIndustrialStandard, div.JapaneseIndustrialStandard {
|
6080
6037
|
mso-style-name: 日本工業規格;
|
6081
6038
|
/* Japanese Industrial Standard */
|
6082
6039
|
mso-style-unhide: no;
|
@@ -6106,7 +6063,7 @@ span.affffffffffffff2 {
|
|
6106
6063
|
mso-style-unhide: no;
|
6107
6064
|
mso-style-parent: ""; }
|
6108
6065
|
|
6109
|
-
span.
|
6066
|
+
span.EffectiveYear {
|
6110
6067
|
mso-style-name: 発効年;
|
6111
6068
|
/* effective-year */
|
6112
6069
|
mso-style-unhide: no;
|
@@ -556,34 +556,6 @@ p.NoteCont, li.NoteCont, div.NoteCont
|
|
556
556
|
mso-font-kerning:1.0pt;
|
557
557
|
mso-ansi-language:EN-US;
|
558
558
|
mso-fareast-language:JA;}
|
559
|
-
p.ANNEX, li.ANNEX, div.ANNEX
|
560
|
-
{mso-style-name:ANNEX;
|
561
|
-
mso-style-priority:10;
|
562
|
-
mso-style-unhide:no;
|
563
|
-
mso-style-next:Normal;
|
564
|
-
margin-top:0cm;
|
565
|
-
margin-right:0cm;
|
566
|
-
margin-bottom:24.0pt;
|
567
|
-
margin-left:0cm;
|
568
|
-
text-align:center;
|
569
|
-
text-indent:0cm;
|
570
|
-
line-height:15.5pt;
|
571
|
-
mso-line-height-rule:exactly;
|
572
|
-
page-break-before:always;
|
573
|
-
mso-pagination:widow-orphan;
|
574
|
-
page-break-after:avoid;
|
575
|
-
mso-outline-level:1;
|
576
|
-
mso-list:l0 level1 lfo12;
|
577
|
-
tab-stops:20.15pt;
|
578
|
-
font-size:14.0pt;
|
579
|
-
mso-bidi-font-size:$normalfontsize;
|
580
|
-
font-family:$headerfont;
|
581
|
-
mso-fareast-font-family:"SimHei",serif;
|
582
|
-
mso-bidi-font-family:$headerfont;
|
583
|
-
mso-ansi-language:EN-GB;
|
584
|
-
mso-fareast-language:JA;
|
585
|
-
font-weight:bold;
|
586
|
-
mso-bidi-font-weight:normal;}
|
587
559
|
p.BiblioTitle, li.BiblioTitle, div.BiblioTitle
|
588
560
|
{mso-style-name:"Biblio Title";
|
589
561
|
mso-style-priority:5;
|
@@ -899,7 +871,7 @@ p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle
|
|
899
871
|
mso-ansi-language:EN-GB;
|
900
872
|
font-weight:bold;
|
901
873
|
mso-bidi-font-weight:normal;}
|
902
|
-
p.
|
874
|
+
p.Chapter, li.Chapter, div.Chapter
|
903
875
|
{mso-style-name:章;
|
904
876
|
/* chapter */
|
905
877
|
mso-style-unhide:no;
|
@@ -1132,7 +1104,7 @@ table.MsoISOTable td, table.MsoISOTableBig td
|
|
1132
1104
|
padding:0cm 2.85pt 0cm 2.85pt;}
|
1133
1105
|
table.MsoISOTable p, table.MsoISOTableBig p
|
1134
1106
|
{font-size:$smallerfontsize; }
|
1135
|
-
table.MsoTableGrid
|
1107
|
+
table.MsoTableGrid, table.MsoTableGridBig
|
1136
1108
|
{mso-style-name:"Table Grid";
|
1137
1109
|
mso-tstyle-rowband-size:0;
|
1138
1110
|
mso-tstyle-colband-size:0;
|
@@ -1148,6 +1120,12 @@ table.MsoTableGrid
|
|
1148
1120
|
mso-pagination:widow-orphan;
|
1149
1121
|
font-size:$smallerfontsize;
|
1150
1122
|
font-family:$bodyfont;}
|
1123
|
+
table.MsoTableGrid tr
|
1124
|
+
{page-break-inside:avoid;}
|
1125
|
+
table.MsoTableGridBig tr
|
1126
|
+
{page-break-inside:auto;}
|
1127
|
+
table.MsoTableGridBig td
|
1128
|
+
{page-break-inside:auto;}
|
1151
1129
|
div.formula
|
1152
1130
|
{tab-stops:right 487.45pt;}
|
1153
1131
|
body
|
@@ -1377,7 +1355,7 @@ div.Note table.dl {
|
|
1377
1355
|
span.note_label, span.example_label, td.example_label, td.note_label
|
1378
1356
|
{
|
1379
1357
|
font-size: $smallerfontsize;
|
1380
|
-
font-family:$
|
1358
|
+
font-family:$headerfont;
|
1381
1359
|
}
|
1382
1360
|
|
1383
1361
|
|
@@ -1986,7 +1964,7 @@ p.a3, li.a3, div.a3
|
|
1986
1964
|
mso-ansi-language:EN-US;
|
1987
1965
|
mso-fareast-language:JA;
|
1988
1966
|
mso-no-proof:yes;}
|
1989
|
-
p.
|
1967
|
+
p.MsoListBullet, li.MsoListBullet, div.MsoListBullet
|
1990
1968
|
{mso-style-name:ダーシ1;
|
1991
1969
|
/* Darcy 1 */
|
1992
1970
|
mso-style-unhide:no;
|
@@ -2030,7 +2008,7 @@ p.a5, li.a5, div.a5
|
|
2030
2008
|
mso-ansi-language:EN-US;
|
2031
2009
|
mso-fareast-language:JA;
|
2032
2010
|
mso-no-proof:yes;}
|
2033
|
-
p.
|
2011
|
+
p.MsoListBullet2, li.MsoListBullet2, div.MsoListBullet2
|
2034
2012
|
{mso-style-name:ダーシ2;
|
2035
2013
|
/* Darcy 2 */
|
2036
2014
|
mso-style-unhide:no;
|
@@ -2074,7 +2052,7 @@ p.a7, li.a7, div.a7
|
|
2074
2052
|
mso-ansi-language:EN-US;
|
2075
2053
|
mso-fareast-language:JA;
|
2076
2054
|
mso-no-proof:yes;}
|
2077
|
-
p.
|
2055
|
+
p.MsoListBullet3, li.MsoListBullet3, div.MsoListBullet3
|
2078
2056
|
{mso-style-name:ダーシ3;
|
2079
2057
|
/* Darcy 3 */
|
2080
2058
|
mso-style-unhide:no;
|
@@ -2118,7 +2096,7 @@ p.a9, li.a9, div.a9
|
|
2118
2096
|
mso-ansi-language:EN-US;
|
2119
2097
|
mso-fareast-language:JA;
|
2120
2098
|
mso-no-proof:yes;}
|
2121
|
-
p.
|
2099
|
+
p.MsoListBullet4, li.MsoListBullet4, div.MsoListBullet4
|
2122
2100
|
{mso-style-name:ダーシ4;
|
2123
2101
|
/* Darcy 4 */
|
2124
2102
|
mso-style-unhide:no;
|
@@ -2162,7 +2140,7 @@ p.ab, li.ab, div.ab
|
|
2162
2140
|
mso-ansi-language:EN-US;
|
2163
2141
|
mso-fareast-language:JA;
|
2164
2142
|
mso-no-proof:yes;}
|
2165
|
-
p.
|
2143
|
+
p.MsoListBullet5, li.MsoListBullet5, div.MsoListBullet5
|
2166
2144
|
{mso-style-name:ダーシ5;
|
2167
2145
|
/* Darcy 5 */
|
2168
2146
|
mso-style-unhide:no;
|
@@ -2206,7 +2184,7 @@ p.ad, li.ad, div.ad
|
|
2206
2184
|
mso-ansi-language:EN-US;
|
2207
2185
|
mso-fareast-language:JA;
|
2208
2186
|
mso-no-proof:yes;}
|
2209
|
-
p.
|
2187
|
+
p.MsoListBullet6, li.MsoListBullet6, div.MsoListBullet6
|
2210
2188
|
{mso-style-name:ダーシ6;
|
2211
2189
|
/* Darcy 6 */
|
2212
2190
|
mso-style-unhide:no;
|
@@ -2527,7 +2505,7 @@ p.IDT0, li.IDT0, div.IDT0
|
|
2527
2505
|
mso-ansi-language:EN-US;
|
2528
2506
|
mso-fareast-language:JA;
|
2529
2507
|
mso-no-proof:yes;}
|
2530
|
-
p.
|
2508
|
+
p.CommentaryStandardNumber, li.CommentaryStandardNumber, div.CommentaryStandardNumber
|
2531
2509
|
{mso-style-name:解説_規格番号;
|
2532
2510
|
/* description_standard number */
|
2533
2511
|
mso-style-unhide:no;
|
@@ -2547,7 +2525,7 @@ p.affa, li.affa, div.affa
|
|
2547
2525
|
mso-ansi-language:EN-US;
|
2548
2526
|
mso-fareast-language:JA;
|
2549
2527
|
mso-no-proof:yes;}
|
2550
|
-
p.
|
2528
|
+
p.CommentaryStandardName, li.CommentaryStandardName, div.CommentaryStandardName
|
2551
2529
|
{mso-style-name:解説_規格名称;
|
2552
2530
|
/* comment_standard name */
|
2553
2531
|
mso-style-unhide:no;
|
@@ -2569,7 +2547,7 @@ p.affb, li.affb, div.affb
|
|
2569
2547
|
mso-ansi-language:EN-US;
|
2570
2548
|
mso-fareast-language:JA;
|
2571
2549
|
mso-no-proof:yes;}
|
2572
|
-
span.
|
2550
|
+
span.CommentaryEffectiveYear
|
2573
2551
|
{mso-style-name:解説_発効年;
|
2574
2552
|
/* description_effective year */
|
2575
2553
|
mso-style-unhide:no;
|
@@ -2653,7 +2631,7 @@ span.afff1
|
|
2653
2631
|
mso-hansi-font-family:"Times New Roman";
|
2654
2632
|
font-weight:bold;
|
2655
2633
|
mso-bidi-font-weight:normal;}
|
2656
|
-
p.
|
2634
|
+
p.StandardNumber, li.StandardNumber, div.StandardNumber
|
2657
2635
|
{mso-style-name:規格番号;
|
2658
2636
|
/* standard number */
|
2659
2637
|
mso-style-unhide:no;
|
@@ -2676,7 +2654,7 @@ p.afff2, li.afff2, div.afff2
|
|
2676
2654
|
mso-ansi-language:EN-US;
|
2677
2655
|
mso-fareast-language:JA;
|
2678
2656
|
mso-no-proof:yes;}
|
2679
|
-
p.
|
2657
|
+
p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1
|
2680
2658
|
{mso-style-name:規格名称;
|
2681
2659
|
/* standard name */
|
2682
2660
|
mso-style-unhide:no;
|
@@ -2738,28 +2716,6 @@ span.TR0
|
|
2738
2716
|
/* continuation date TR */
|
2739
2717
|
mso-style-unhide:no;
|
2740
2718
|
mso-style-parent:"";}
|
2741
|
-
p.afffa, li.afffa, div.afffa
|
2742
|
-
{mso-style-name:段落;
|
2743
|
-
/* paragraph */
|
2744
|
-
mso-style-unhide:no;
|
2745
|
-
mso-style-parent:"";
|
2746
|
-
margin-top:10.0pt;
|
2747
|
-
margin-right:0cm;
|
2748
|
-
margin-bottom:0cm;
|
2749
|
-
margin-left:0cm;
|
2750
|
-
text-align:justify;
|
2751
|
-
text-justify:inter-ideograph;
|
2752
|
-
text-indent:9.95pt;
|
2753
|
-
line-height:15.0pt;
|
2754
|
-
mso-line-height-rule:exactly;
|
2755
|
-
mso-pagination:none;
|
2756
|
-
font-size:$normalfontsize;
|
2757
|
-
font-family:"Times New Roman",serif;
|
2758
|
-
mso-fareast-font-family:$bodyfont;
|
2759
|
-
mso-font-kerning:1.0pt;
|
2760
|
-
mso-ansi-language:EN-US;
|
2761
|
-
mso-fareast-language:JA;
|
2762
|
-
mso-no-proof:yes;}
|
2763
2719
|
p.afffb, li.afffb, div.afffb
|
2764
2720
|
{mso-style-name:罫線段落;
|
2765
2721
|
/* ruled paragraph */
|
@@ -3758,7 +3714,7 @@ p.afffffffd, li.afffffffd, div.afffffffd
|
|
3758
3714
|
font-weight:bold;
|
3759
3715
|
mso-bidi-font-weight:normal;
|
3760
3716
|
mso-no-proof:yes;}
|
3761
|
-
p.
|
3717
|
+
p.SubfigureCaption, li.SubfigureCaption, div.SubfigureCaption
|
3762
3718
|
{mso-style-name:図題(付図);
|
3763
3719
|
/* Subtitle (Appendix) */
|
3764
3720
|
mso-style-unhide:no;
|
@@ -5194,7 +5150,7 @@ span.affffffffffff5
|
|
5194
5150
|
mso-ascii-font-family:Arial;
|
5195
5151
|
mso-fareast-font-family:$headerfont;
|
5196
5152
|
mso-hansi-font-family:Arial;}
|
5197
|
-
p.
|
5153
|
+
p.UnitStatement, li.UnitStatement, div.UnitStatement
|
5198
5154
|
{mso-style-name:単位;
|
5199
5155
|
/* unit */
|
5200
5156
|
mso-style-unhide:no;
|
@@ -5814,7 +5770,7 @@ span.TR2
|
|
5814
5770
|
/* Proposer TR */
|
5815
5771
|
mso-style-unhide:no;
|
5816
5772
|
mso-style-parent:"";}
|
5817
|
-
p.
|
5773
|
+
p.JapaneseIndustrialStandard, li.JapaneseIndustrialStandard, div.JapaneseIndustrialStandard
|
5818
5774
|
{mso-style-name:日本工業規格;
|
5819
5775
|
/* Japanese Industrial Standard */
|
5820
5776
|
mso-style-unhide:no;
|
@@ -5842,7 +5798,7 @@ span.affffffffffffff2
|
|
5842
5798
|
/* Deprecation date */
|
5843
5799
|
mso-style-unhide:no;
|
5844
5800
|
mso-style-parent:"";}
|
5845
|
-
span.
|
5801
|
+
span.EffectiveYear
|
5846
5802
|
{mso-style-name:発効年;
|
5847
5803
|
/* effective-year */
|
5848
5804
|
mso-style-unhide:no;
|
@@ -5,10 +5,11 @@ margin-left:5.1pt;margin-right:5.1pt'>
|
|
5
5
|
<div id="boilerplate-copyright-destination"/>
|
6
6
|
</div>
|
7
7
|
|
8
|
-
|
9
|
-
|
8
|
+
|
9
|
+
<p class="MsoNormal">
|
10
|
+
<br clear="all" style="mso-special-character:line-break;page-break-before:always"/>
|
11
|
+
</p>
|
10
12
|
|
11
13
|
<p class="zzContents" style='margin-top:0cm'><span lang="EN-GB">{{ labels["table_of_contents"] }}</span></p>
|
12
14
|
|
13
15
|
WORDTOC
|
14
|
-
{% endif %}
|
@@ -125,4 +125,10 @@ documentation.</span><span lang="EN-GB" style='font-size:10.0pt;mso-bidi-font-si
|
|
125
125
|
|
126
126
|
<!--</div>-->
|
127
127
|
|
128
|
+
<p class="MsoNormal">
|
129
|
+
<br clear="all" style="mso-special-character:line-break;page-break-before:always"/>
|
130
|
+
</p>
|
131
|
+
|
132
|
+
<div id="boilerplate-inner-cover-note"/>
|
133
|
+
<div id="boilerplate-contributors"/>
|
128
134
|
|