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
@@ -116,6 +116,29 @@
|
|
116
116
|
|
117
117
|
/* Style Definitions */
|
118
118
|
p.MsoNormal, li.MsoNormal, div.MsoNormal {
|
119
|
+
mso-style-name: 段落;
|
120
|
+
/* paragraph */
|
121
|
+
mso-style-unhide: no;
|
122
|
+
mso-style-parent: "";
|
123
|
+
margin-top: 10.0pt;
|
124
|
+
margin-right: 0cm;
|
125
|
+
margin-bottom: 0cm;
|
126
|
+
margin-left: 0cm;
|
127
|
+
text-align: justify;
|
128
|
+
text-justify: inter-ideograph;
|
129
|
+
text-indent: 9.95pt;
|
130
|
+
line-height: 15.0pt;
|
131
|
+
mso-line-height-rule: exactly;
|
132
|
+
mso-pagination: none;
|
133
|
+
font-size: {{normalfontsize}};
|
134
|
+
font-family: "Times New Roman",serif;
|
135
|
+
mso-fareast-font-family: {{bodyfont}};
|
136
|
+
mso-font-kerning: 1.0pt;
|
137
|
+
mso-ansi-language: EN-US;
|
138
|
+
mso-fareast-language: JA;
|
139
|
+
mso-no-proof: yes; }
|
140
|
+
|
141
|
+
p.afffffff2, li.afffffff2, div.afffffff2 {
|
119
142
|
mso-style-name: 字下げなし段落;
|
120
143
|
/* unindented paragraph */
|
121
144
|
mso-style-unhide: no;
|
@@ -183,8 +206,7 @@ p.MsoList, li.MsoList, div.MsoList {
|
|
183
206
|
margin-right: 0cm;
|
184
207
|
margin-bottom: 0cm;
|
185
208
|
/* do not put in margin-left, it is specific to list level */
|
186
|
-
|
187
|
-
margin-left: 36.0pt;
|
209
|
+
margin-left: 19.85pt;
|
188
210
|
text-align: justify;
|
189
211
|
text-justify: inter-ideograph;
|
190
212
|
text-indent: -19.85pt;
|
@@ -388,7 +410,7 @@ h1 {
|
|
388
410
|
h1.ForewordTitle {
|
389
411
|
}
|
390
412
|
*/
|
391
|
-
h1, .h1 {
|
413
|
+
h1, .h1, .h2Annex {
|
392
414
|
mso-style-name: 箇条1;
|
393
415
|
/* Clause 1 */
|
394
416
|
mso-style-unhide: no;
|
@@ -417,7 +439,7 @@ h1, .h1 {
|
|
417
439
|
h1 {
|
418
440
|
mso-outline-level: 1; }
|
419
441
|
|
420
|
-
|
442
|
+
.h1Annex, .Annex {
|
421
443
|
mso-style-name: 附属書見出し;
|
422
444
|
/* Annex Heading */
|
423
445
|
mso-style-unhide: no;
|
@@ -439,7 +461,7 @@ h1.Annex {
|
|
439
461
|
mso-fareast-language: JA;
|
440
462
|
mso-no-proof: yes; }
|
441
463
|
|
442
|
-
|
464
|
+
h2, .h2, .h3Annex {
|
443
465
|
mso-style-name: 箇条2;
|
444
466
|
/* Clause 2 */
|
445
467
|
mso-style-unhide: no;
|
@@ -469,7 +491,7 @@ h2 {
|
|
469
491
|
/*mso-list:l10 level2 lfo13;*/
|
470
492
|
mso-outline-level: 2; }
|
471
493
|
|
472
|
-
.
|
494
|
+
.h4Annex, h3, .h3 {
|
473
495
|
mso-style-name: 箇条3;
|
474
496
|
/* Clause 3 */
|
475
497
|
mso-style-unhide: no;
|
@@ -499,7 +521,7 @@ h3 {
|
|
499
521
|
/*mso-list:l10 level3 lfo13;*/
|
500
522
|
mso-outline-level: 3; }
|
501
523
|
|
502
|
-
.
|
524
|
+
.h5Annex, h4, .h4 {
|
503
525
|
mso-style-name: 箇条4;
|
504
526
|
/* Clause 4 */
|
505
527
|
mso-style-unhide: no;
|
@@ -530,7 +552,7 @@ h4 {
|
|
530
552
|
/*mso-list:l10 level4 lfo13;*/
|
531
553
|
mso-outline-level: 4; }
|
532
554
|
|
533
|
-
.
|
555
|
+
.h6Annex, h5, .h5 {
|
534
556
|
mso-style-name: 箇条5;
|
535
557
|
/* Clause 5 */
|
536
558
|
mso-style-unhide: no;
|
@@ -1532,27 +1554,6 @@ p.MsoToaHeading, li.MsoToaHeading, div.MsoToaHeading {
|
|
1532
1554
|
mso-ansi-language: EN-US;
|
1533
1555
|
mso-fareast-language: JA; }
|
1534
1556
|
|
1535
|
-
p.MsoListBullet, li.MsoListBullet, div.MsoListBullet {
|
1536
|
-
mso-style-update: auto;
|
1537
|
-
mso-style-unhide: no;
|
1538
|
-
mso-style-next: 箇条7;
|
1539
|
-
margin-top: 0cm;
|
1540
|
-
margin-right: 0cm;
|
1541
|
-
margin-bottom: 0cm;
|
1542
|
-
margin-left: 18.0pt;
|
1543
|
-
text-align: justify;
|
1544
|
-
text-justify: inter-ideograph;
|
1545
|
-
text-indent: 0cm;
|
1546
|
-
mso-pagination: none;
|
1547
|
-
mso-list: l9 level1 lfo8;
|
1548
|
-
tab-stops: list 18.0pt;
|
1549
|
-
font-size: {{normalfontsize}};
|
1550
|
-
font-family: "Times New Roman",serif;
|
1551
|
-
mso-fareast-font-family: {{bodyfont}};
|
1552
|
-
mso-font-kerning: 1.0pt;
|
1553
|
-
mso-ansi-language: EN-US;
|
1554
|
-
mso-fareast-language: JA; }
|
1555
|
-
|
1556
1557
|
p.MsoListNumber, li.MsoListNumber, div.MsoListNumber {
|
1557
1558
|
mso-style-unhide: no;
|
1558
1559
|
mso-style-next: 箇条5;
|
@@ -1703,78 +1704,6 @@ p.MsoList6, li.MsoList6, div.MsoList6 {
|
|
1703
1704
|
mso-fareast-language: JA;
|
1704
1705
|
mso-no-proof: yes; }
|
1705
1706
|
|
1706
|
-
p.MsoListBullet2, li.MsoListBullet2, div.MsoListBullet2 {
|
1707
|
-
mso-style-update: auto;
|
1708
|
-
mso-style-unhide: no;
|
1709
|
-
mso-style-next: 規格名称;
|
1710
|
-
margin: 0cm;
|
1711
|
-
text-align: justify;
|
1712
|
-
text-justify: inter-ideograph;
|
1713
|
-
text-indent: 0cm;
|
1714
|
-
mso-pagination: none;
|
1715
|
-
mso-list: l7 level1 lfo9;
|
1716
|
-
tab-stops: list 39.25pt;
|
1717
|
-
font-size: {{normalfontsize}};
|
1718
|
-
font-family: "Times New Roman",serif;
|
1719
|
-
mso-fareast-font-family: {{bodyfont}};
|
1720
|
-
mso-font-kerning: 1.0pt;
|
1721
|
-
mso-ansi-language: EN-US;
|
1722
|
-
mso-fareast-language: JA; }
|
1723
|
-
|
1724
|
-
p.MsoListBullet3, li.MsoListBullet3, div.MsoListBullet3 {
|
1725
|
-
mso-style-update: auto;
|
1726
|
-
mso-style-unhide: no;
|
1727
|
-
mso-style-next: 規格名称(英語);
|
1728
|
-
margin: 0cm;
|
1729
|
-
text-align: justify;
|
1730
|
-
text-justify: inter-ideograph;
|
1731
|
-
text-indent: 0cm;
|
1732
|
-
mso-pagination: none;
|
1733
|
-
mso-list: l6 level1 lfo10;
|
1734
|
-
tab-stops: list 60.55pt;
|
1735
|
-
font-size: {{normalfontsize}};
|
1736
|
-
font-family: "Times New Roman",serif;
|
1737
|
-
mso-fareast-font-family: {{bodyfont}};
|
1738
|
-
mso-font-kerning: 1.0pt;
|
1739
|
-
mso-ansi-language: EN-US;
|
1740
|
-
mso-fareast-language: JA; }
|
1741
|
-
|
1742
|
-
p.MsoListBullet4, li.MsoListBullet4, div.MsoListBullet4 {
|
1743
|
-
mso-style-update: auto;
|
1744
|
-
mso-style-unhide: no;
|
1745
|
-
mso-style-next: 段落;
|
1746
|
-
margin: 0cm;
|
1747
|
-
text-align: justify;
|
1748
|
-
text-justify: inter-ideograph;
|
1749
|
-
text-indent: 0cm;
|
1750
|
-
mso-pagination: none;
|
1751
|
-
mso-list: l5 level1 lfo11;
|
1752
|
-
tab-stops: list 81.8pt;
|
1753
|
-
font-size: {{normalfontsize}};
|
1754
|
-
font-family: "Times New Roman",serif;
|
1755
|
-
mso-fareast-font-family: {{bodyfont}};
|
1756
|
-
mso-font-kerning: 1.0pt;
|
1757
|
-
mso-ansi-language: EN-US;
|
1758
|
-
mso-fareast-language: JA; }
|
1759
|
-
|
1760
|
-
p.MsoListBullet5, li.MsoListBullet5, div.MsoListBullet5 {
|
1761
|
-
mso-style-update: auto;
|
1762
|
-
mso-style-unhide: no;
|
1763
|
-
mso-style-next: 罫線段落;
|
1764
|
-
margin: 0cm;
|
1765
|
-
text-align: justify;
|
1766
|
-
text-justify: inter-ideograph;
|
1767
|
-
text-indent: 0cm;
|
1768
|
-
mso-pagination: none;
|
1769
|
-
mso-list: l4 level1 lfo12;
|
1770
|
-
tab-stops: list 103.05pt;
|
1771
|
-
font-size: {{normalfontsize}};
|
1772
|
-
font-family: "Times New Roman",serif;
|
1773
|
-
mso-fareast-font-family: {{bodyfont}};
|
1774
|
-
mso-font-kerning: 1.0pt;
|
1775
|
-
mso-ansi-language: EN-US;
|
1776
|
-
mso-fareast-language: JA; }
|
1777
|
-
|
1778
1707
|
p.MsoListNumber2, li.MsoListNumber2, div.MsoListNumber2 {
|
1779
1708
|
mso-style-unhide: no;
|
1780
1709
|
mso-style-next: 規格名称(英語);
|
@@ -2467,6 +2396,60 @@ div.WordSection2 {
|
|
2467
2396
|
div.WordSection3 {
|
2468
2397
|
page: WordSection3; }
|
2469
2398
|
|
2399
|
+
@page WordSection4 {
|
2400
|
+
size: 21.0cm 842.0pt;
|
2401
|
+
margin: 82.2pt 62.35pt 79.4pt 62.35pt;
|
2402
|
+
mso-header-margin: 45.35pt;
|
2403
|
+
mso-footer-margin: 2.0cm;
|
2404
|
+
mso-page-numbers: 1;
|
2405
|
+
mso-title-page: yes;
|
2406
|
+
mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh3;
|
2407
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
2408
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef2;
|
2409
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
2410
|
+
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh2;
|
2411
|
+
mso-first-footer: url("file:///C:/Doc/FILENAME_files/header.html") ff3;
|
2412
|
+
mso-paper-source: 0;
|
2413
|
+
layout-grid: 17.0pt 0pt;
|
2414
|
+
mso-layout-grid-char-alt: 56; }
|
2415
|
+
|
2416
|
+
@page WordSection4L {
|
2417
|
+
size: 842.0pt 21.0cm;
|
2418
|
+
margin: 82.2pt 62.35pt 79.4pt 62.35pt;
|
2419
|
+
mso-header-margin: 45.35pt;
|
2420
|
+
mso-footer-margin: 2.0cm;
|
2421
|
+
mso-page-numbers: 1;
|
2422
|
+
mso-title-page: yes;
|
2423
|
+
mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh4;
|
2424
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h4;
|
2425
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef4;
|
2426
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f4;
|
2427
|
+
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh2;
|
2428
|
+
mso-first-footer: url("file:///C:/Doc/FILENAME_files/header.html") ff3;
|
2429
|
+
mso-paper-source: 0;
|
2430
|
+
layout-grid: 17.0pt 0pt;
|
2431
|
+
mso-layout-grid-char-alt: 56; }
|
2432
|
+
|
2433
|
+
@page WordSection4P {
|
2434
|
+
size: 21.0cm 842.0pt;
|
2435
|
+
margin: 82.2pt 62.35pt 79.4pt 62.35pt;
|
2436
|
+
mso-header-margin: 45.35pt;
|
2437
|
+
mso-footer-margin: 2.0cm;
|
2438
|
+
mso-page-numbers: 1;
|
2439
|
+
mso-title-page: yes;
|
2440
|
+
mso-even-header: url("file:///C:/Doc/FILENAME_files/header.html") eh4;
|
2441
|
+
mso-header: url("file:///C:/Doc/FILENAME_files/header.html") h4;
|
2442
|
+
mso-even-footer: url("file:///C:/Doc/FILENAME_files/header.html") ef4;
|
2443
|
+
mso-footer: url("file:///C:/Doc/FILENAME_files/header.html") f4;
|
2444
|
+
mso-first-header: url("file:///C:/Doc/FILENAME_files/header.html") fh2;
|
2445
|
+
mso-first-footer: url("file:///C:/Doc/FILENAME_files/header.html") ff3;
|
2446
|
+
mso-paper-source: 0;
|
2447
|
+
layout-grid: 17.0pt 0pt;
|
2448
|
+
mso-layout-grid-char-alt: 56; }
|
2449
|
+
|
2450
|
+
div.WordSectionCommentary {
|
2451
|
+
page: WordSection4; }
|
2452
|
+
|
2470
2453
|
/* List Definitions */
|
2471
2454
|
@list l0 {
|
2472
2455
|
mso-list-id: -132;
|
@@ -2601,7 +2584,7 @@ div.WordSection3 {
|
|
2601
2584
|
mso-level-text: "%1\)";
|
2602
2585
|
mso-level-tab-stop: none;
|
2603
2586
|
mso-level-number-position: left;
|
2604
|
-
margin-left:
|
2587
|
+
margin-left: 18.0pt;
|
2605
2588
|
text-indent: -18.0pt; }
|
2606
2589
|
|
2607
2590
|
@list l8:level2 {
|
@@ -2612,15 +2595,15 @@ div.WordSection3 {
|
|
2612
2595
|
text-indent: -18.0pt; }
|
2613
2596
|
|
2614
2597
|
@list l8:level3 {
|
2615
|
-
mso-level-text: "%2
|
2598
|
+
mso-level-text: "%2\.%3\)";
|
2616
2599
|
mso-level-tab-stop: none;
|
2617
2600
|
mso-level-number-position: right;
|
2618
2601
|
margin-left: 72.0pt;
|
2619
2602
|
text-indent: -18.0pt; }
|
2620
2603
|
|
2621
2604
|
@list l8:level4 {
|
2622
|
-
mso-level-tab-stop: none;
|
2623
2605
|
mso-level-text: "%4\)";
|
2606
|
+
mso-level-tab-stop: none;
|
2624
2607
|
mso-level-number-position: left;
|
2625
2608
|
margin-left: 90.0pt;
|
2626
2609
|
text-indent: -18.0pt; }
|
@@ -2642,8 +2625,8 @@ div.WordSection3 {
|
|
2642
2625
|
text-indent: -18.0pt; }
|
2643
2626
|
|
2644
2627
|
@list l8:level7 {
|
2645
|
-
mso-level-tab-stop: none;
|
2646
2628
|
mso-level-text: "%7\)";
|
2629
|
+
mso-level-tab-stop: none;
|
2647
2630
|
mso-level-number-position: left;
|
2648
2631
|
margin-left: 144.0pt;
|
2649
2632
|
text-indent: -18.0pt; }
|
@@ -2666,13 +2649,12 @@ div.WordSection3 {
|
|
2666
2649
|
|
2667
2650
|
@list l9 {
|
2668
2651
|
mso-list-id: -119;
|
2669
|
-
mso-list-type: simple;
|
2670
2652
|
mso-list-template-ids: -859032142; }
|
2671
2653
|
|
2672
2654
|
@list l9:level1 {
|
2673
2655
|
mso-level-start-at: 0;
|
2674
2656
|
mso-level-number-format: bullet;
|
2675
|
-
mso-level-text:
|
2657
|
+
mso-level-text: ;
|
2676
2658
|
mso-level-tab-stop: none;
|
2677
2659
|
mso-level-number-position: left;
|
2678
2660
|
margin-left: 36.0pt;
|
@@ -2683,12 +2665,12 @@ div.WordSection3 {
|
|
2683
2665
|
|
2684
2666
|
@list l9:level2 {
|
2685
2667
|
mso-level-number-format: bullet;
|
2686
|
-
mso-level-text:
|
2668
|
+
mso-level-text: ;
|
2687
2669
|
mso-level-tab-stop: none;
|
2688
2670
|
mso-level-number-position: left;
|
2689
2671
|
margin-left: 54.0pt;
|
2690
2672
|
text-indent: -18.0pt;
|
2691
|
-
font-family:
|
2673
|
+
font-family: Symbol; }
|
2692
2674
|
|
2693
2675
|
@list l9:level3 {
|
2694
2676
|
mso-level-number-format: bullet;
|
@@ -101,21 +101,28 @@
|
|
101
101
|
mso-font-signature:-536870145 1791491579 134217746 0 131231 0;}
|
102
102
|
/* Style Definitions */
|
103
103
|
p.MsoNormal, li.MsoNormal, div.MsoNormal
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
104
|
+
{mso-style-name:段落;
|
105
|
+
/* paragraph */
|
106
|
+
mso-style-unhide:no;
|
107
|
+
mso-style-parent:"";
|
108
|
+
margin-top:10.0pt;
|
109
|
+
margin-right:0cm;
|
110
|
+
margin-bottom:0cm;
|
111
|
+
margin-left:0cm;
|
112
|
+
text-align:justify;
|
113
|
+
text-justify:inter-ideograph;
|
114
|
+
text-indent:9.95pt;
|
115
|
+
line-height:15.0pt;
|
116
|
+
mso-line-height-rule:exactly;
|
117
|
+
mso-pagination:none;
|
118
|
+
font-size:$normalfontsize;
|
119
|
+
font-family:"Times New Roman",serif;
|
120
|
+
mso-fareast-font-family:$bodyfont;
|
121
|
+
mso-font-kerning:1.0pt;
|
122
|
+
mso-ansi-language:EN-US;
|
123
|
+
mso-fareast-language:JA;
|
124
|
+
mso-no-proof:yes;}
|
125
|
+
p.afffffff2, li.afffffff2, div.afffffff2
|
119
126
|
{mso-style-name:字下げなし段落;
|
120
127
|
/* unindented paragraph */
|
121
128
|
mso-style-unhide:no;
|
@@ -180,8 +187,7 @@ p.MsoList, li.MsoList, div.MsoList
|
|
180
187
|
margin-right:0cm;
|
181
188
|
margin-bottom:0cm;
|
182
189
|
/* do not put in margin-left, it is specific to list level */
|
183
|
-
|
184
|
-
margin-left:36.0pt;
|
190
|
+
margin-left:19.85pt;
|
185
191
|
text-align:justify;
|
186
192
|
text-justify:inter-ideograph;
|
187
193
|
text-indent:-19.85pt;
|
@@ -377,7 +383,7 @@ h1 {
|
|
377
383
|
h1.ForewordTitle {
|
378
384
|
}
|
379
385
|
*/
|
380
|
-
h1, .h1
|
386
|
+
h1, .h1, .h2Annex
|
381
387
|
{mso-style-name:箇条1;
|
382
388
|
/* Clause 1 */
|
383
389
|
mso-style-unhide:no;
|
@@ -405,7 +411,7 @@ h1, .h1
|
|
405
411
|
h1 {
|
406
412
|
mso-outline-level:1;
|
407
413
|
}
|
408
|
-
|
414
|
+
.h1Annex, .Annex
|
409
415
|
{mso-style-name:附属書見出し;
|
410
416
|
/* Annex Heading */
|
411
417
|
mso-style-unhide:no;
|
@@ -426,7 +432,7 @@ h1.Annex
|
|
426
432
|
mso-ansi-language:EN-US;
|
427
433
|
mso-fareast-language:JA;
|
428
434
|
mso-no-proof:yes;}
|
429
|
-
|
435
|
+
h2, .h2, .h3Annex
|
430
436
|
/*
|
431
437
|
{mso-style-unhide:no;
|
432
438
|
mso-style-qformat:yes;
|
@@ -476,7 +482,7 @@ h2
|
|
476
482
|
{ /*mso-list:l10 level2 lfo13;*/
|
477
483
|
mso-outline-level:2;
|
478
484
|
}
|
479
|
-
.
|
485
|
+
.h4Annex, h3, .h3
|
480
486
|
/*
|
481
487
|
{mso-style-unhide:no;
|
482
488
|
mso-style-qformat:yes;
|
@@ -525,7 +531,7 @@ h2
|
|
525
531
|
h3 {/*mso-list:l10 level3 lfo13;*/
|
526
532
|
mso-outline-level:3;
|
527
533
|
}
|
528
|
-
.
|
534
|
+
.h5Annex, h4, .h4
|
529
535
|
/*
|
530
536
|
{mso-style-unhide:no;
|
531
537
|
mso-style-qformat:yes;
|
@@ -573,7 +579,7 @@ h3 {/*mso-list:l10 level3 lfo13;*/
|
|
573
579
|
h4 {/*mso-list:l10 level4 lfo13;*/
|
574
580
|
mso-outline-level:4;
|
575
581
|
}
|
576
|
-
.
|
582
|
+
.h6Annex, h5, .h5
|
577
583
|
/*
|
578
584
|
{mso-style-unhide:no;
|
579
585
|
mso-style-qformat:yes;
|
@@ -1604,26 +1610,6 @@ p.MsoToaHeading, li.MsoToaHeading, div.MsoToaHeading
|
|
1604
1610
|
mso-font-kerning:1.0pt;
|
1605
1611
|
mso-ansi-language:EN-US;
|
1606
1612
|
mso-fareast-language:JA;}
|
1607
|
-
p.MsoListBullet, li.MsoListBullet, div.MsoListBullet
|
1608
|
-
{mso-style-update:auto;
|
1609
|
-
mso-style-unhide:no;
|
1610
|
-
mso-style-next:箇条7;
|
1611
|
-
margin-top:0cm;
|
1612
|
-
margin-right:0cm;
|
1613
|
-
margin-bottom:0cm;
|
1614
|
-
margin-left:18.0pt;
|
1615
|
-
text-align:justify;
|
1616
|
-
text-justify:inter-ideograph;
|
1617
|
-
text-indent:0cm;
|
1618
|
-
mso-pagination:none;
|
1619
|
-
mso-list:l9 level1 lfo8;
|
1620
|
-
tab-stops:list 18.0pt;
|
1621
|
-
font-size:$normalfontsize;
|
1622
|
-
font-family:"Times New Roman",serif;
|
1623
|
-
mso-fareast-font-family:$bodyfont;
|
1624
|
-
mso-font-kerning:1.0pt;
|
1625
|
-
mso-ansi-language:EN-US;
|
1626
|
-
mso-fareast-language:JA;}
|
1627
1613
|
p.MsoListNumber, li.MsoListNumber, div.MsoListNumber
|
1628
1614
|
{mso-style-unhide:no;
|
1629
1615
|
mso-style-next:箇条5;
|
@@ -1768,74 +1754,6 @@ p.MsoList6, li.MsoList6, div.MsoList6
|
|
1768
1754
|
mso-ansi-language:EN-US;
|
1769
1755
|
mso-fareast-language:JA;
|
1770
1756
|
mso-no-proof:yes;}
|
1771
|
-
p.MsoListBullet2, li.MsoListBullet2, div.MsoListBullet2
|
1772
|
-
{mso-style-update:auto;
|
1773
|
-
mso-style-unhide:no;
|
1774
|
-
mso-style-next:規格名称;
|
1775
|
-
margin:0cm;
|
1776
|
-
text-align:justify;
|
1777
|
-
text-justify:inter-ideograph;
|
1778
|
-
text-indent:0cm;
|
1779
|
-
mso-pagination:none;
|
1780
|
-
mso-list:l7 level1 lfo9;
|
1781
|
-
tab-stops:list 39.25pt;
|
1782
|
-
font-size:$normalfontsize;
|
1783
|
-
font-family:"Times New Roman",serif;
|
1784
|
-
mso-fareast-font-family:$bodyfont;
|
1785
|
-
mso-font-kerning:1.0pt;
|
1786
|
-
mso-ansi-language:EN-US;
|
1787
|
-
mso-fareast-language:JA;}
|
1788
|
-
p.MsoListBullet3, li.MsoListBullet3, div.MsoListBullet3
|
1789
|
-
{mso-style-update:auto;
|
1790
|
-
mso-style-unhide:no;
|
1791
|
-
mso-style-next:規格名称(英語);
|
1792
|
-
margin:0cm;
|
1793
|
-
text-align:justify;
|
1794
|
-
text-justify:inter-ideograph;
|
1795
|
-
text-indent:0cm;
|
1796
|
-
mso-pagination:none;
|
1797
|
-
mso-list:l6 level1 lfo10;
|
1798
|
-
tab-stops:list 60.55pt;
|
1799
|
-
font-size:$normalfontsize;
|
1800
|
-
font-family:"Times New Roman",serif;
|
1801
|
-
mso-fareast-font-family:$bodyfont;
|
1802
|
-
mso-font-kerning:1.0pt;
|
1803
|
-
mso-ansi-language:EN-US;
|
1804
|
-
mso-fareast-language:JA;}
|
1805
|
-
p.MsoListBullet4, li.MsoListBullet4, div.MsoListBullet4
|
1806
|
-
{mso-style-update:auto;
|
1807
|
-
mso-style-unhide:no;
|
1808
|
-
mso-style-next:段落;
|
1809
|
-
margin:0cm;
|
1810
|
-
text-align:justify;
|
1811
|
-
text-justify:inter-ideograph;
|
1812
|
-
text-indent:0cm;
|
1813
|
-
mso-pagination:none;
|
1814
|
-
mso-list:l5 level1 lfo11;
|
1815
|
-
tab-stops:list 81.8pt;
|
1816
|
-
font-size:$normalfontsize;
|
1817
|
-
font-family:"Times New Roman",serif;
|
1818
|
-
mso-fareast-font-family:$bodyfont;
|
1819
|
-
mso-font-kerning:1.0pt;
|
1820
|
-
mso-ansi-language:EN-US;
|
1821
|
-
mso-fareast-language:JA;}
|
1822
|
-
p.MsoListBullet5, li.MsoListBullet5, div.MsoListBullet5
|
1823
|
-
{mso-style-update:auto;
|
1824
|
-
mso-style-unhide:no;
|
1825
|
-
mso-style-next:罫線段落;
|
1826
|
-
margin:0cm;
|
1827
|
-
text-align:justify;
|
1828
|
-
text-justify:inter-ideograph;
|
1829
|
-
text-indent:0cm;
|
1830
|
-
mso-pagination:none;
|
1831
|
-
mso-list:l4 level1 lfo12;
|
1832
|
-
tab-stops:list 103.05pt;
|
1833
|
-
font-size:$normalfontsize;
|
1834
|
-
font-family:"Times New Roman",serif;
|
1835
|
-
mso-fareast-font-family:$bodyfont;
|
1836
|
-
mso-font-kerning:1.0pt;
|
1837
|
-
mso-ansi-language:EN-US;
|
1838
|
-
mso-fareast-language:JA;}
|
1839
1757
|
p.MsoListNumber2, li.MsoListNumber2, div.MsoListNumber2
|
1840
1758
|
{mso-style-unhide:no;
|
1841
1759
|
mso-style-next:規格名称(英語);
|
@@ -2489,9 +2407,60 @@ div.WordSection2
|
|
2489
2407
|
mso-layout-grid-char-alt:56;}
|
2490
2408
|
div.WordSection3
|
2491
2409
|
{page:WordSection3;}
|
2410
|
+
@page WordSection4
|
2411
|
+
{size:21.0cm 842.0pt;
|
2412
|
+
margin:82.2pt 62.35pt 79.4pt 62.35pt;
|
2413
|
+
mso-header-margin:45.35pt;
|
2414
|
+
mso-footer-margin:2.0cm;
|
2415
|
+
mso-page-numbers:1;
|
2416
|
+
mso-title-page:yes;
|
2417
|
+
mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh3;
|
2418
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h2;
|
2419
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef2;
|
2420
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f3;
|
2421
|
+
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh2;
|
2422
|
+
mso-first-footer:url("file:///C:/Doc/FILENAME_files/header.html") ff3;
|
2423
|
+
mso-paper-source:0;
|
2424
|
+
layout-grid:17.0pt 0pt;
|
2425
|
+
mso-layout-grid-char-alt:56;}
|
2426
|
+
@page WordSection4L
|
2427
|
+
{size:842.0pt 21.0cm;
|
2428
|
+
margin:82.2pt 62.35pt 79.4pt 62.35pt;
|
2429
|
+
mso-header-margin:45.35pt;
|
2430
|
+
mso-footer-margin:2.0cm;
|
2431
|
+
mso-page-numbers:1;
|
2432
|
+
mso-title-page:yes;
|
2433
|
+
mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh4;
|
2434
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h4;
|
2435
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef4;
|
2436
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f4;
|
2437
|
+
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh2;
|
2438
|
+
mso-first-footer:url("file:///C:/Doc/FILENAME_files/header.html") ff3;
|
2439
|
+
mso-paper-source:0;
|
2440
|
+
layout-grid:17.0pt 0pt;
|
2441
|
+
mso-layout-grid-char-alt:56;}
|
2442
|
+
@page WordSection4P
|
2443
|
+
{size:21.0cm 842.0pt;
|
2444
|
+
margin:82.2pt 62.35pt 79.4pt 62.35pt;
|
2445
|
+
mso-header-margin:45.35pt;
|
2446
|
+
mso-footer-margin:2.0cm;
|
2447
|
+
mso-page-numbers:1;
|
2448
|
+
mso-title-page:yes;
|
2449
|
+
mso-even-header:url("file:///C:/Doc/FILENAME_files/header.html") eh4;
|
2450
|
+
mso-header:url("file:///C:/Doc/FILENAME_files/header.html") h4;
|
2451
|
+
mso-even-footer:url("file:///C:/Doc/FILENAME_files/header.html") ef4;
|
2452
|
+
mso-footer:url("file:///C:/Doc/FILENAME_files/header.html") f4;
|
2453
|
+
mso-first-header:url("file:///C:/Doc/FILENAME_files/header.html") fh2;
|
2454
|
+
mso-first-footer:url("file:///C:/Doc/FILENAME_files/header.html") ff3;
|
2455
|
+
mso-paper-source:0;
|
2456
|
+
layout-grid:17.0pt 0pt;
|
2457
|
+
mso-layout-grid-char-alt:56;}
|
2458
|
+
div.WordSectionCommentary
|
2459
|
+
{page:WordSection4;}
|
2460
|
+
|
2492
2461
|
|
2493
2462
|
/* List Definitions */
|
2494
|
-
|
2463
|
+
@list l0
|
2495
2464
|
{mso-list-id:-132;
|
2496
2465
|
mso-list-type:simple;
|
2497
2466
|
mso-list-template-ids:1757713456;}
|
@@ -2607,70 +2576,68 @@ div.WordSection3
|
|
2607
2576
|
mso-level-text:"%1\)";
|
2608
2577
|
mso-level-tab-stop:none;
|
2609
2578
|
mso-level-number-position:left;
|
2610
|
-
|
2579
|
+
margin-left:18.0pt;
|
2611
2580
|
text-indent:-18.0pt;}
|
2612
2581
|
@list l8:level2
|
2613
2582
|
{mso-level-text:"%2\)";
|
2614
2583
|
mso-level-tab-stop:none;
|
2615
2584
|
mso-level-number-position:left;
|
2616
|
-
|
2585
|
+
margin-left:54.0pt;
|
2617
2586
|
text-indent:-18.0pt;}
|
2618
2587
|
@list l8:level3
|
2619
|
-
{
|
2620
|
-
mso-level-text:"%2.%3\)";
|
2588
|
+
{mso-level-text:"%2\.%3\)";
|
2621
2589
|
mso-level-tab-stop:none;
|
2622
2590
|
mso-level-number-position:right;
|
2623
|
-
|
2591
|
+
margin-left:72.0pt;
|
2624
2592
|
text-indent:-18.0pt;}
|
2625
2593
|
@list l8:level4
|
2626
|
-
{mso-level-
|
2627
|
-
mso-level-
|
2594
|
+
{mso-level-text:"%4\)";
|
2595
|
+
mso-level-tab-stop:none;
|
2628
2596
|
mso-level-number-position:left;
|
2629
|
-
|
2597
|
+
margin-left:90.0pt;
|
2630
2598
|
text-indent:-18.0pt;}
|
2631
2599
|
@list l8:level5
|
2632
2600
|
{mso-level-number-format:alpha-lower;
|
2633
2601
|
mso-level-text:"%5\)";
|
2634
2602
|
mso-level-tab-stop:none;
|
2635
2603
|
mso-level-number-position:left;
|
2636
|
-
|
2604
|
+
margin-left:108.0pt;
|
2637
2605
|
text-indent:-18.0pt;}
|
2638
2606
|
@list l8:level6
|
2639
2607
|
{mso-level-number-format:roman-lower;
|
2640
|
-
|
2608
|
+
mso-level-text:"%6\)";
|
2641
2609
|
mso-level-tab-stop:none;
|
2642
2610
|
mso-level-number-position:right;
|
2643
|
-
|
2611
|
+
margin-left:126.0pt;
|
2644
2612
|
text-indent:-18.0pt;}
|
2645
2613
|
@list l8:level7
|
2646
|
-
{mso-level-
|
2647
|
-
mso-level-
|
2614
|
+
{mso-level-text:"%7\)";
|
2615
|
+
mso-level-tab-stop:none;
|
2648
2616
|
mso-level-number-position:left;
|
2649
|
-
|
2617
|
+
margin-left:144.0pt;
|
2650
2618
|
text-indent:-18.0pt;}
|
2651
2619
|
@list l8:level8
|
2652
2620
|
{mso-level-number-format:alpha-lower;
|
2653
2621
|
mso-level-text:"%8\)";
|
2654
2622
|
mso-level-tab-stop:none;
|
2655
2623
|
mso-level-number-position:left;
|
2656
|
-
|
2624
|
+
margin-left:162.0pt;
|
2657
2625
|
text-indent:-18.0pt;}
|
2658
2626
|
@list l8:level9
|
2659
2627
|
{mso-level-number-format:roman-lower;
|
2660
2628
|
mso-level-text:"%9\)";
|
2661
2629
|
mso-level-tab-stop:none;
|
2662
2630
|
mso-level-number-position:right;
|
2663
|
-
|
2631
|
+
margin-left:180.0pt;
|
2664
2632
|
text-indent:-18.0pt;}
|
2665
2633
|
|
2666
2634
|
@list l9
|
2667
2635
|
{mso-list-id:-119;
|
2668
|
-
mso-list-type:simple;
|
2669
2636
|
mso-list-template-ids:-859032142;}
|
2670
2637
|
@list l9:level1
|
2671
2638
|
{mso-level-start-at:0;
|
2672
2639
|
mso-level-number-format:bullet;
|
2673
|
-
mso-level-text
|
2640
|
+
mso-level-text:;
|
2674
2641
|
mso-level-tab-stop:none;
|
2675
2642
|
mso-level-number-position:left;
|
2676
2643
|
margin-left:36.0pt;
|
@@ -2680,12 +2647,12 @@ div.WordSection3
|
|
2680
2647
|
mso-bidi-font-family:"Times New Roman";}
|
2681
2648
|
@list l9:level2
|
2682
2649
|
{mso-level-number-format:bullet;
|
2683
|
-
mso-level-text
|
2650
|
+
mso-level-text:;
|
2684
2651
|
mso-level-tab-stop:none;
|
2685
2652
|
mso-level-number-position:left;
|
2686
2653
|
margin-left:54.0pt;
|
2687
2654
|
text-indent:-18.0pt;
|
2688
|
-
font-family:
|
2655
|
+
font-family:Symbol;}
|
2689
2656
|
@list l9:level3
|
2690
2657
|
{mso-level-number-format:bullet;
|
2691
2658
|
mso-level-text:;
|