metanorma-ieee 0.0.1 → 0.0.2
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/README.adoc +1 -1
- data/lib/html2doc/ieee/lists.rb +44 -0
- data/lib/html2doc/ieee/notes.rb +57 -0
- data/lib/html2doc/ieee.rb +4 -86
- data/lib/isodoc/ieee/base_convert.rb +56 -0
- data/lib/isodoc/ieee/html/header.html +1 -2
- data/lib/isodoc/ieee/html/html_ieee_titlepage.html +11 -0
- data/lib/isodoc/ieee/html/htmlstyle.css +2 -1
- data/lib/isodoc/ieee/html/htmlstyle.scss +1 -0
- data/lib/isodoc/ieee/html/ieee.css +23 -255
- data/lib/isodoc/ieee/html/ieee.scss +22 -239
- data/lib/isodoc/ieee/html/word_ieee_intro.html +1 -1
- data/lib/isodoc/ieee/html/wordstyle.css +20 -23
- data/lib/isodoc/ieee/html/wordstyle.scss +20 -17
- data/lib/isodoc/ieee/i18n-en.yaml +4 -0
- data/lib/isodoc/ieee/ieee.amendment.xsl +1835 -736
- data/lib/isodoc/ieee/ieee.standard.xsl +1835 -736
- data/lib/isodoc/ieee/metadata.rb +25 -4
- data/lib/isodoc/ieee/presentation_terms.rb +15 -2
- data/lib/isodoc/ieee/presentation_xml_convert.rb +85 -0
- data/lib/isodoc/ieee/word_authority.rb +54 -0
- data/lib/isodoc/ieee/word_cleanup.rb +55 -65
- data/lib/isodoc/ieee/word_cleanup_blocks.rb +151 -0
- data/lib/isodoc/ieee/word_convert.rb +86 -2
- data/lib/isodoc/ieee/xref.rb +31 -0
- data/lib/metanorma/ieee/boilerplate.xml +4 -4
- data/lib/metanorma/ieee/cleanup.rb +37 -73
- data/lib/metanorma/ieee/cleanup_ref.rb +117 -0
- data/lib/metanorma/ieee/front.rb +14 -10
- data/lib/metanorma/ieee/isodoc.rng +16 -0
- data/lib/metanorma/ieee/validate.rb +50 -6
- data/lib/metanorma/ieee/validate_section.rb +14 -7
- data/lib/metanorma/ieee/validate_style.rb +5 -1
- data/lib/metanorma/ieee/version.rb +1 -1
- data/lib/relaton/render/config.yml +44 -0
- data/lib/relaton/render/general.rb +13 -0
- metadata +8 -2
@@ -96,19 +96,6 @@ p.IEEEStdsTitleDraftCRBody, li.IEEEStdsTitleDraftCRBody, div.IEEEStdsTitleDraftC
|
|
96
96
|
mso-ansi-language:EN-US;
|
97
97
|
mso-fareast-language:JA;
|
98
98
|
mso-no-proof:yes;}
|
99
|
-
p.IEEEStdsSans-Serif, li.IEEEStdsSans-Serif, div.IEEEStdsSans-Serif
|
100
|
-
{mso-style-name:"IEEEStds Sans-Serif";
|
101
|
-
mso-style-unhide:no;
|
102
|
-
mso-style-parent:"";
|
103
|
-
margin:0cm;
|
104
|
-
text-align:justify;
|
105
|
-
mso-pagination:widow-orphan;
|
106
|
-
font-size:$smallerfontsize;
|
107
|
-
font-family:$headerfont;
|
108
|
-
mso-fareast-font-family:"Times New Roman";
|
109
|
-
mso-bidi-font-family:"Times New Roman";
|
110
|
-
mso-ansi-language:EN-US;
|
111
|
-
mso-fareast-language:JA;}
|
112
99
|
p.IEEEStdsKeywords, li.IEEEStdsKeywords, div.IEEEStdsKeywords
|
113
100
|
{mso-style-name:"IEEEStds Keywords";
|
114
101
|
mso-style-unhide:no;
|
@@ -768,6 +755,27 @@ p.IEEEStdsWarning, li.IEEEStdsWarning, div.IEEEStdsWarning
|
|
768
755
|
mso-fareast-font-family:"Times New Roman";
|
769
756
|
mso-ansi-language:EN-US;
|
770
757
|
mso-fareast-language:JA;}
|
758
|
+
p.zzHelp, li.zzHelp, div.zzHelp
|
759
|
+
{mso-style-name:"zzHelp";
|
760
|
+
mso-style-unhide:no;
|
761
|
+
mso-style-parent:"IEEEStds Paragraph";
|
762
|
+
mso-style-next:"IEEEStds Paragraph";
|
763
|
+
margin-top:0cm;
|
764
|
+
margin-right:0cm;
|
765
|
+
margin-bottom:6.0pt;
|
766
|
+
margin-left:0cm;
|
767
|
+
text-align:center;
|
768
|
+
mso-pagination:widow-orphan lines-together;
|
769
|
+
border:none;
|
770
|
+
color:green;
|
771
|
+
mso-border-alt:solid windowtext 1.0pt;
|
772
|
+
padding:0cm;
|
773
|
+
mso-padding-alt:4.0pt 4.0pt 4.0pt 4.0pt;
|
774
|
+
font-size:$smallerfontsize;
|
775
|
+
font-family:$bodyfont;
|
776
|
+
mso-fareast-font-family:"Times New Roman";
|
777
|
+
mso-ansi-language:EN-US;
|
778
|
+
mso-fareast-language:JA;}
|
771
779
|
p.IEEEStdsBibliographicEntry, li.IEEEStdsBibliographicEntry, div.IEEEStdsBibliographicEntry
|
772
780
|
{mso-style-name:"IEEEStds Bibliographic Entry";
|
773
781
|
mso-style-unhide:no;
|
@@ -1152,12 +1160,6 @@ span.IEEEStdsAbstractHeader
|
|
1152
1160
|
mso-style-parent:"";
|
1153
1161
|
font-weight:bold;
|
1154
1162
|
mso-bidi-font-weight:normal;}
|
1155
|
-
span.IEEEStdsDefTermsNumbers
|
1156
|
-
{mso-style-name:"IEEEStds DefTerms+Numbers";
|
1157
|
-
mso-style-unhide:no;
|
1158
|
-
mso-style-parent:"";
|
1159
|
-
font-weight:bold;
|
1160
|
-
mso-bidi-font-weight:normal;}
|
1161
1163
|
p.IEEEStdsTableColumnHead, li.IEEEStdsTableColumnHead, div.IEEEStdsTableColumnHead
|
1162
1164
|
{mso-style-name:"IEEEStds Table Column Head";
|
1163
1165
|
mso-style-unhide:no;
|
@@ -1409,12 +1411,6 @@ p.IEEEStdsCRTextItal, li.IEEEStdsCRTextItal, div.IEEEStdsCRTextItal
|
|
1409
1411
|
mso-fareast-language:JA;
|
1410
1412
|
font-style:italic;
|
1411
1413
|
mso-bidi-font-style:normal;}
|
1412
|
-
span.IEEEStdsParaBold
|
1413
|
-
{mso-style-name:"IEEEStds ParaBold";
|
1414
|
-
mso-style-unhide:no;
|
1415
|
-
mso-style-parent:"";
|
1416
|
-
font-weight:bold;
|
1417
|
-
mso-bidi-font-weight:normal;}
|
1418
1414
|
span.DeltaViewInsertion
|
1419
1415
|
{mso-style-name:"DeltaView Insertion";
|
1420
1416
|
mso-style-priority:99;
|
@@ -1493,25 +1489,6 @@ p.IEEEStdsNamesCtrCxSpLast, li.IEEEStdsNamesCtrCxSpLast, div.IEEEStdsNamesCtrCxS
|
|
1493
1489
|
mso-fareast-font-family:"Times New Roman";
|
1494
1490
|
mso-ansi-language:EN-US;
|
1495
1491
|
mso-fareast-language:JA;}
|
1496
|
-
p.IEEEStdsInstrCallout, li.IEEEStdsInstrCallout, div.IEEEStdsInstrCallout
|
1497
|
-
{mso-style-name:"IEEEStds InstrCallout";
|
1498
|
-
mso-style-unhide:no;
|
1499
|
-
mso-style-parent:"IEEEStds Paragraph";
|
1500
|
-
margin-top:0cm;
|
1501
|
-
margin-right:0cm;
|
1502
|
-
margin-bottom:12.0pt;
|
1503
|
-
margin-left:0cm;
|
1504
|
-
text-align:justify;
|
1505
|
-
mso-pagination:widow-orphan;
|
1506
|
-
font-size:$smallerfontsize;
|
1507
|
-
font-family:$bodyfont;
|
1508
|
-
mso-fareast-font-family:"Times New Roman";
|
1509
|
-
mso-ansi-language:EN-US;
|
1510
|
-
mso-fareast-language:JA;
|
1511
|
-
font-weight:bold;
|
1512
|
-
mso-bidi-font-weight:normal;
|
1513
|
-
font-style:italic;
|
1514
|
-
mso-bidi-font-style:normal;}
|
1515
1492
|
p.IEEEStdsParaMemEmeritus, li.IEEEStdsParaMemEmeritus, div.IEEEStdsParaMemEmeritus
|
1516
1493
|
{mso-style-name:"IEEEStds ParaMemEmeritus";
|
1517
1494
|
mso-style-unhide:no;
|
@@ -1528,105 +1505,6 @@ p.IEEEStdsParaMemEmeritus, li.IEEEStdsParaMemEmeritus, div.IEEEStdsParaMemEmerit
|
|
1528
1505
|
mso-fareast-font-family:"Times New Roman";
|
1529
1506
|
mso-ansi-language:EN-US;
|
1530
1507
|
mso-fareast-language:JA;}
|
1531
|
-
p.IEEEStdsNonVoting, li.IEEEStdsNonVoting, div.IEEEStdsNonVoting
|
1532
|
-
{mso-style-name:"IEEEStds NonVoting";
|
1533
|
-
mso-style-unhide:no;
|
1534
|
-
mso-style-parent:"IEEEStds NamesCtr";
|
1535
|
-
margin-top:0cm;
|
1536
|
-
margin-right:0cm;
|
1537
|
-
margin-bottom:12.0pt;
|
1538
|
-
margin-left:0cm;
|
1539
|
-
mso-add-space:auto;
|
1540
|
-
text-align:center;
|
1541
|
-
mso-pagination:widow-orphan;
|
1542
|
-
font-size:9.0pt;
|
1543
|
-
mso-bidi-font-size:10.0pt;
|
1544
|
-
font-family:$bodyfont;
|
1545
|
-
mso-fareast-font-family:"Times New Roman";
|
1546
|
-
mso-ansi-language:EN-US;
|
1547
|
-
mso-fareast-language:JA;}
|
1548
|
-
p.IEEEStdsNonVotingCxSpFirst, li.IEEEStdsNonVotingCxSpFirst, div.IEEEStdsNonVotingCxSpFirst
|
1549
|
-
{mso-style-name:"IEEEStds NonVotingCxSpFirst";
|
1550
|
-
mso-style-unhide:no;
|
1551
|
-
mso-style-parent:"IEEEStds NamesCtr";
|
1552
|
-
mso-style-type:export-only;
|
1553
|
-
margin:0cm;
|
1554
|
-
margin-bottom:.0001pt;
|
1555
|
-
mso-add-space:auto;
|
1556
|
-
text-align:center;
|
1557
|
-
mso-pagination:widow-orphan;
|
1558
|
-
font-size:9.0pt;
|
1559
|
-
mso-bidi-font-size:10.0pt;
|
1560
|
-
font-family:$bodyfont;
|
1561
|
-
mso-fareast-font-family:"Times New Roman";
|
1562
|
-
mso-ansi-language:EN-US;
|
1563
|
-
mso-fareast-language:JA;}
|
1564
|
-
p.IEEEStdsNonVotingCxSpMiddle, li.IEEEStdsNonVotingCxSpMiddle, div.IEEEStdsNonVotingCxSpMiddle
|
1565
|
-
{mso-style-name:"IEEEStds NonVotingCxSpMiddle";
|
1566
|
-
mso-style-unhide:no;
|
1567
|
-
mso-style-parent:"IEEEStds NamesCtr";
|
1568
|
-
mso-style-type:export-only;
|
1569
|
-
margin:0cm;
|
1570
|
-
margin-bottom:.0001pt;
|
1571
|
-
mso-add-space:auto;
|
1572
|
-
text-align:center;
|
1573
|
-
mso-pagination:widow-orphan;
|
1574
|
-
font-size:9.0pt;
|
1575
|
-
mso-bidi-font-size:10.0pt;
|
1576
|
-
font-family:$bodyfont;
|
1577
|
-
mso-fareast-font-family:"Times New Roman";
|
1578
|
-
mso-ansi-language:EN-US;
|
1579
|
-
mso-fareast-language:JA;}
|
1580
|
-
p.IEEEStdsNonVotingCxSpLast, li.IEEEStdsNonVotingCxSpLast, div.IEEEStdsNonVotingCxSpLast
|
1581
|
-
{mso-style-name:"IEEEStds NonVotingCxSpLast";
|
1582
|
-
mso-style-unhide:no;
|
1583
|
-
mso-style-parent:"IEEEStds NamesCtr";
|
1584
|
-
mso-style-type:export-only;
|
1585
|
-
margin-top:0cm;
|
1586
|
-
margin-right:0cm;
|
1587
|
-
margin-bottom:12.0pt;
|
1588
|
-
margin-left:0cm;
|
1589
|
-
mso-add-space:auto;
|
1590
|
-
text-align:center;
|
1591
|
-
mso-pagination:widow-orphan;
|
1592
|
-
font-size:9.0pt;
|
1593
|
-
mso-bidi-font-size:10.0pt;
|
1594
|
-
font-family:$bodyfont;
|
1595
|
-
mso-fareast-font-family:"Times New Roman";
|
1596
|
-
mso-ansi-language:EN-US;
|
1597
|
-
mso-fareast-language:JA;}
|
1598
|
-
p.IEEEStdsTitlePgHead, li.IEEEStdsTitlePgHead, div.IEEEStdsTitlePgHead
|
1599
|
-
{mso-style-name:"IEEEStds TitlePgHead";
|
1600
|
-
mso-style-unhide:no;
|
1601
|
-
mso-style-parent:Header;
|
1602
|
-
margin:0cm;
|
1603
|
-
text-align:right;
|
1604
|
-
mso-pagination:none;
|
1605
|
-
font-size:11.0pt;
|
1606
|
-
mso-bidi-font-size:10.0pt;
|
1607
|
-
font-family:$headerfont;
|
1608
|
-
mso-fareast-font-family:"Arial Unicode MS";
|
1609
|
-
mso-bidi-font-family:"Times New Roman";
|
1610
|
-
mso-ansi-language:EN-US;
|
1611
|
-
mso-fareast-language:JA;
|
1612
|
-
font-weight:bold;
|
1613
|
-
mso-bidi-font-weight:normal;
|
1614
|
-
mso-no-proof:yes;}
|
1615
|
-
p.IEEEStdsTitlePgHeadRev, li.IEEEStdsTitlePgHeadRev, div.IEEEStdsTitlePgHeadRev
|
1616
|
-
{mso-style-name:"IEEEStds TitlePgHeadRev";
|
1617
|
-
mso-style-unhide:no;
|
1618
|
-
mso-style-parent:"IEEEStds TitlePgHead";
|
1619
|
-
margin:0cm;
|
1620
|
-
text-align:right;
|
1621
|
-
mso-pagination:none;
|
1622
|
-
font-size:9.0pt;
|
1623
|
-
mso-bidi-font-size:10.0pt;
|
1624
|
-
font-family:$headerfont;
|
1625
|
-
mso-fareast-font-family:"Arial Unicode MS";
|
1626
|
-
mso-bidi-font-family:"Times New Roman";
|
1627
|
-
mso-ansi-language:EN-US;
|
1628
|
-
mso-fareast-language:JA;
|
1629
|
-
mso-no-proof:yes;}
|
1630
1508
|
p.IEEEStdsCopyrightaddrs, li.IEEEStdsCopyrightaddrs, div.IEEEStdsCopyrightaddrs
|
1631
1509
|
{mso-style-name:"IEEEStds Copyright \(addrs\)";
|
1632
1510
|
mso-style-unhide:no;
|
@@ -1638,101 +1516,6 @@ p.IEEEStdsCopyrightaddrs, li.IEEEStdsCopyrightaddrs, div.IEEEStdsCopyrightaddrs
|
|
1638
1516
|
mso-ansi-language:EN-US;
|
1639
1517
|
mso-fareast-language:JA;
|
1640
1518
|
mso-no-proof:yes;}
|
1641
|
-
span.IEEEStdsAddItal
|
1642
|
-
{mso-style-name:"IEEEStds AddItal";
|
1643
|
-
mso-style-unhide:no;
|
1644
|
-
mso-style-parent:"";
|
1645
|
-
font-style:italic;
|
1646
|
-
mso-bidi-font-style:normal;}
|
1647
|
-
p.IEEEStdsPara85, li.IEEEStdsPara85, div.IEEEStdsPara85
|
1648
|
-
{mso-style-name:"IEEEStds Para8\.5";
|
1649
|
-
mso-style-unhide:no;
|
1650
|
-
mso-style-parent:"IEEEStds Paragraph";
|
1651
|
-
margin-top:0cm;
|
1652
|
-
margin-right:0cm;
|
1653
|
-
margin-bottom:12.0pt;
|
1654
|
-
margin-left:0cm;
|
1655
|
-
text-align:justify;
|
1656
|
-
mso-pagination:widow-orphan;
|
1657
|
-
font-size:8.5pt;
|
1658
|
-
mso-bidi-font-size:10.0pt;
|
1659
|
-
font-family:$bodyfont;
|
1660
|
-
mso-fareast-font-family:"Times New Roman";
|
1661
|
-
mso-ansi-language:EN-US;
|
1662
|
-
mso-fareast-language:JA;}
|
1663
|
-
p.IEEEStdsPara85Indent, li.IEEEStdsPara85Indent, div.IEEEStdsPara85Indent
|
1664
|
-
{mso-style-name:"IEEEStds Para8\.5 Indent";
|
1665
|
-
mso-style-unhide:no;
|
1666
|
-
mso-style-parent:"IEEEStds Para8\.5";
|
1667
|
-
margin-top:0cm;
|
1668
|
-
margin-right:0cm;
|
1669
|
-
margin-bottom:12.0pt;
|
1670
|
-
margin-left:108.0pt;
|
1671
|
-
mso-add-space:auto;
|
1672
|
-
text-align:justify;
|
1673
|
-
mso-pagination:widow-orphan;
|
1674
|
-
font-size:8.5pt;
|
1675
|
-
mso-bidi-font-size:10.0pt;
|
1676
|
-
font-family:$bodyfont;
|
1677
|
-
mso-fareast-font-family:"Times New Roman";
|
1678
|
-
mso-ansi-language:EN-US;
|
1679
|
-
mso-fareast-language:JA;}
|
1680
|
-
p.IEEEStdsPara85IndentCxSpFirst, li.IEEEStdsPara85IndentCxSpFirst, div.IEEEStdsPara85IndentCxSpFirst
|
1681
|
-
{mso-style-name:"IEEEStds Para8\.5 IndentCxSpFirst";
|
1682
|
-
mso-style-unhide:no;
|
1683
|
-
mso-style-parent:"IEEEStds Para8\.5";
|
1684
|
-
mso-style-type:export-only;
|
1685
|
-
margin-top:0cm;
|
1686
|
-
margin-right:0cm;
|
1687
|
-
margin-bottom:0cm;
|
1688
|
-
margin-left:108.0pt;
|
1689
|
-
margin-bottom:.0001pt;
|
1690
|
-
mso-add-space:auto;
|
1691
|
-
text-align:justify;
|
1692
|
-
mso-pagination:widow-orphan;
|
1693
|
-
font-size:8.5pt;
|
1694
|
-
mso-bidi-font-size:10.0pt;
|
1695
|
-
font-family:$bodyfont;
|
1696
|
-
mso-fareast-font-family:"Times New Roman";
|
1697
|
-
mso-ansi-language:EN-US;
|
1698
|
-
mso-fareast-language:JA;}
|
1699
|
-
p.IEEEStdsPara85IndentCxSpMiddle, li.IEEEStdsPara85IndentCxSpMiddle, div.IEEEStdsPara85IndentCxSpMiddle
|
1700
|
-
{mso-style-name:"IEEEStds Para8\.5 IndentCxSpMiddle";
|
1701
|
-
mso-style-unhide:no;
|
1702
|
-
mso-style-parent:"IEEEStds Para8\.5";
|
1703
|
-
mso-style-type:export-only;
|
1704
|
-
margin-top:0cm;
|
1705
|
-
margin-right:0cm;
|
1706
|
-
margin-bottom:0cm;
|
1707
|
-
margin-left:108.0pt;
|
1708
|
-
margin-bottom:.0001pt;
|
1709
|
-
mso-add-space:auto;
|
1710
|
-
text-align:justify;
|
1711
|
-
mso-pagination:widow-orphan;
|
1712
|
-
font-size:8.5pt;
|
1713
|
-
mso-bidi-font-size:10.0pt;
|
1714
|
-
font-family:$bodyfont;
|
1715
|
-
mso-fareast-font-family:"Times New Roman";
|
1716
|
-
mso-ansi-language:EN-US;
|
1717
|
-
mso-fareast-language:JA;}
|
1718
|
-
p.IEEEStdsPara85IndentCxSpLast, li.IEEEStdsPara85IndentCxSpLast, div.IEEEStdsPara85IndentCxSpLast
|
1719
|
-
{mso-style-name:"IEEEStds Para8\.5 IndentCxSpLast";
|
1720
|
-
mso-style-unhide:no;
|
1721
|
-
mso-style-parent:"IEEEStds Para8\.5";
|
1722
|
-
mso-style-type:export-only;
|
1723
|
-
margin-top:0cm;
|
1724
|
-
margin-right:0cm;
|
1725
|
-
margin-bottom:12.0pt;
|
1726
|
-
margin-left:108.0pt;
|
1727
|
-
mso-add-space:auto;
|
1728
|
-
text-align:justify;
|
1729
|
-
mso-pagination:widow-orphan;
|
1730
|
-
font-size:8.5pt;
|
1731
|
-
mso-bidi-font-size:10.0pt;
|
1732
|
-
font-family:$bodyfont;
|
1733
|
-
mso-fareast-font-family:"Times New Roman";
|
1734
|
-
mso-ansi-language:EN-US;
|
1735
|
-
mso-fareast-language:JA;}
|
1736
1519
|
p.IEEEStdsLevel2frontmatter, li.IEEEStdsLevel2frontmatter, div.IEEEStdsLevel2frontmatter
|
1737
1520
|
{mso-style-name:"IEEEStds Level 2 \(front matter\)";
|
1738
1521
|
mso-style-unhide:no;
|
@@ -1743,7 +1526,7 @@ p.IEEEStdsLevel2frontmatter, li.IEEEStdsLevel2frontmatter, div.IEEEStdsLevel2fro
|
|
1743
1526
|
margin-left:0cm;
|
1744
1527
|
mso-pagination:widow-orphan lines-together;
|
1745
1528
|
page-break-after:avoid;
|
1746
|
-
mso-outline-level:2
|
1529
|
+
/*mso-outline-level:2;*/
|
1747
1530
|
mso-hyphenate:none;
|
1748
1531
|
font-size:11.0pt;
|
1749
1532
|
mso-bidi-font-size:10.0pt;
|
@@ -6,7 +6,7 @@
|
|
6
6
|
class="IEEEStdsKeywordsHeader"><span lang="EN-US"><o:p> </o:p></span></span></a></p>
|
7
7
|
|
8
8
|
<p class="IEEEStdsKeywords"><span style='mso-bookmark:_Ref51926020'><span
|
9
|
-
class="IEEEStdsKeywordsHeader"><span lang="EN-US">Keywords
|
9
|
+
class="IEEEStdsKeywordsHeader"><span lang="EN-US">Keywords: </span></span><span
|
10
10
|
lang="EN-US">{{ keywords | join ', ' }}</span></span></p>
|
11
11
|
|
12
12
|
<p class="IEEEStdsParagraph"><span lang="EN-US"><o:p> </o:p></span></p>
|
@@ -114,13 +114,11 @@ h1, .h1 {
|
|
114
114
|
mso-ansi-language: EN-US;
|
115
115
|
mso-fareast-language: JA;
|
116
116
|
font-weight: bold;
|
117
|
-
mso-bidi-font-weight: normal;
|
118
|
-
|
119
|
-
h1 {
|
117
|
+
mso-bidi-font-weight: normal;
|
120
118
|
mso-outline-level: 1;
|
121
119
|
mso-list: l13 level1 lfo33; }
|
122
120
|
|
123
|
-
h2
|
121
|
+
h2 {
|
124
122
|
mso-style-priority: 2;
|
125
123
|
mso-style-unhide: no;
|
126
124
|
mso-style-qformat: yes;
|
@@ -142,13 +140,11 @@ h2, .h2 {
|
|
142
140
|
mso-ansi-language: EN-US;
|
143
141
|
mso-fareast-language: JA;
|
144
142
|
font-weight: bold;
|
145
|
-
mso-bidi-font-weight: normal;
|
146
|
-
|
147
|
-
h2 {
|
143
|
+
mso-bidi-font-weight: normal;
|
148
144
|
mso-outline-level: 2;
|
149
145
|
mso-list: l13 level2 lfo33; }
|
150
146
|
|
151
|
-
h3
|
147
|
+
h3 {
|
152
148
|
mso-style-priority: 3;
|
153
149
|
mso-style-unhide: no;
|
154
150
|
mso-style-qformat: yes;
|
@@ -169,13 +165,11 @@ h3, .h3 {
|
|
169
165
|
mso-ansi-language: EN-US;
|
170
166
|
mso-fareast-language: JA;
|
171
167
|
font-weight: bold;
|
172
|
-
mso-bidi-font-weight: normal;
|
173
|
-
|
174
|
-
h3 {
|
168
|
+
mso-bidi-font-weight: normal;
|
175
169
|
mso-outline-level: 3;
|
176
170
|
mso-list: l13 level3 lfo33; }
|
177
171
|
|
178
|
-
h4
|
172
|
+
h4 {
|
179
173
|
mso-style-priority: 4;
|
180
174
|
mso-style-parent: "Heading 3";
|
181
175
|
mso-style-next: "IEEEStds Paragraph";
|
@@ -194,13 +188,11 @@ h4, .h4 {
|
|
194
188
|
mso-ansi-language: EN-US;
|
195
189
|
mso-fareast-language: JA;
|
196
190
|
font-weight: bold;
|
197
|
-
mso-bidi-font-weight: normal;
|
198
|
-
|
199
|
-
h4 {
|
191
|
+
mso-bidi-font-weight: normal;
|
200
192
|
mso-outline-level: 4;
|
201
193
|
mso-list: l1 level4 lfo6; }
|
202
194
|
|
203
|
-
h5
|
195
|
+
h5 {
|
204
196
|
mso-style-priority: 5;
|
205
197
|
mso-style-unhide: no;
|
206
198
|
mso-style-qformat: yes;
|
@@ -221,13 +213,11 @@ h5, .h5 {
|
|
221
213
|
mso-ansi-language: EN-US;
|
222
214
|
mso-fareast-language: JA;
|
223
215
|
font-weight: bold;
|
224
|
-
mso-bidi-font-weight: normal;
|
225
|
-
|
226
|
-
h5 {
|
216
|
+
mso-bidi-font-weight: normal;
|
227
217
|
mso-outline-level: 5;
|
228
218
|
mso-list: l13 level5 lfo33; }
|
229
219
|
|
230
|
-
h6
|
220
|
+
h6 {
|
231
221
|
mso-style-priority: 6;
|
232
222
|
mso-style-unhide: no;
|
233
223
|
mso-style-qformat: yes;
|
@@ -248,9 +238,7 @@ h6, .h6 {
|
|
248
238
|
mso-ansi-language: EN-US;
|
249
239
|
mso-fareast-language: JA;
|
250
240
|
font-weight: bold;
|
251
|
-
mso-bidi-font-weight: normal;
|
252
|
-
|
253
|
-
h6 {
|
241
|
+
mso-bidi-font-weight: normal;
|
254
242
|
mso-outline-level: 6;
|
255
243
|
mso-list: l13 level6 lfo33; }
|
256
244
|
|
@@ -497,6 +485,7 @@ p.MsoToc1, li.MsoToc1, div.MsoToc1 {
|
|
497
485
|
mso-hyphenate: none;
|
498
486
|
font-size: {{smallerfontsize}};
|
499
487
|
font-family: {{bodyfont}};
|
488
|
+
tab-stops: right dotted 431.5pt;
|
500
489
|
mso-fareast-font-family: "Times New Roman";
|
501
490
|
mso-ansi-language: EN-US;
|
502
491
|
mso-fareast-language: JA; }
|
@@ -515,6 +504,7 @@ p.MsoToc2, li.MsoToc2, div.MsoToc2 {
|
|
515
504
|
mso-hyphenate: none;
|
516
505
|
font-size: {{smallerfontsize}};
|
517
506
|
font-family: {{bodyfont}};
|
507
|
+
tab-stops: right dotted 431.5pt;
|
518
508
|
mso-fareast-font-family: "Times New Roman";
|
519
509
|
mso-ansi-language: EN-US;
|
520
510
|
mso-fareast-language: JA; }
|
@@ -532,6 +522,7 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3 {
|
|
532
522
|
font-size: {{smallerfontsize}};
|
533
523
|
mso-bidi-font-size: 10.0pt;
|
534
524
|
font-family: {{bodyfont}};
|
525
|
+
tab-stops: right dotted 431.5pt;
|
535
526
|
mso-fareast-font-family: "Times New Roman";
|
536
527
|
mso-ansi-language: EN-US;
|
537
528
|
mso-fareast-language: JA; }
|
@@ -548,6 +539,7 @@ p.MsoToc4, li.MsoToc4, div.MsoToc4 {
|
|
548
539
|
mso-pagination: widow-orphan;
|
549
540
|
font-size: {{smallerfontsize}};
|
550
541
|
font-family: {{bodyfont}};
|
542
|
+
tab-stops: right dotted 431.5pt;
|
551
543
|
mso-fareast-font-family: "MS Mincho";
|
552
544
|
mso-ansi-language: EN-US;
|
553
545
|
mso-fareast-language: JA; }
|
@@ -564,6 +556,7 @@ p.MsoToc5, li.MsoToc5, div.MsoToc5 {
|
|
564
556
|
mso-pagination: widow-orphan;
|
565
557
|
font-size: {{smallerfontsize}};
|
566
558
|
font-family: {{bodyfont}};
|
559
|
+
tab-stops: right dotted 431.5pt;
|
567
560
|
mso-fareast-font-family: "MS Mincho";
|
568
561
|
mso-ansi-language: EN-US;
|
569
562
|
mso-fareast-language: JA; }
|
@@ -580,6 +573,7 @@ p.MsoToc6, li.MsoToc6, div.MsoToc6 {
|
|
580
573
|
mso-pagination: widow-orphan;
|
581
574
|
font-size: {{smallerfontsize}};
|
582
575
|
font-family: {{bodyfont}};
|
576
|
+
tab-stops: right dotted 431.5pt;
|
583
577
|
mso-fareast-font-family: "MS Mincho";
|
584
578
|
mso-ansi-language: EN-US;
|
585
579
|
mso-fareast-language: JA; }
|
@@ -596,6 +590,7 @@ p.MsoToc7, li.MsoToc7, div.MsoToc7 {
|
|
596
590
|
mso-pagination: widow-orphan;
|
597
591
|
font-size: {{smallerfontsize}};
|
598
592
|
font-family: {{bodyfont}};
|
593
|
+
tab-stops: right dotted 431.5pt;
|
599
594
|
mso-fareast-font-family: "MS Mincho";
|
600
595
|
mso-ansi-language: EN-US;
|
601
596
|
mso-fareast-language: JA; }
|
@@ -612,6 +607,7 @@ p.MsoToc8, li.MsoToc8, div.MsoToc8 {
|
|
612
607
|
mso-pagination: widow-orphan;
|
613
608
|
font-size: {{smallerfontsize}};
|
614
609
|
font-family: {{bodyfont}};
|
610
|
+
tab-stops: right dotted 431.5pt;
|
615
611
|
mso-fareast-font-family: "MS Mincho";
|
616
612
|
mso-ansi-language: EN-US;
|
617
613
|
mso-fareast-language: JA; }
|
@@ -628,6 +624,7 @@ p.MsoToc9, li.MsoToc9, div.MsoToc9 {
|
|
628
624
|
mso-pagination: widow-orphan;
|
629
625
|
font-size: {{smallerfontsize}};
|
630
626
|
font-family: {{bodyfont}};
|
627
|
+
tab-stops: right dotted 431.5pt;
|
631
628
|
mso-fareast-font-family: "MS Mincho";
|
632
629
|
mso-ansi-language: EN-US;
|
633
630
|
mso-fareast-language: JA; }
|
@@ -103,12 +103,11 @@ h1, .h1
|
|
103
103
|
mso-ansi-language:EN-US;
|
104
104
|
mso-fareast-language:JA;
|
105
105
|
font-weight:bold;
|
106
|
-
mso-bidi-font-weight:normal;
|
107
|
-
h1 {
|
106
|
+
mso-bidi-font-weight:normal;
|
108
107
|
mso-outline-level:1;
|
109
108
|
mso-list:l13 level1 lfo33;
|
110
109
|
}
|
111
|
-
h2
|
110
|
+
h2
|
112
111
|
{mso-style-priority:2;
|
113
112
|
mso-style-unhide:no;
|
114
113
|
mso-style-qformat:yes;
|
@@ -130,12 +129,11 @@ h2, .h2
|
|
130
129
|
mso-ansi-language:EN-US;
|
131
130
|
mso-fareast-language:JA;
|
132
131
|
font-weight:bold;
|
133
|
-
mso-bidi-font-weight:normal;
|
134
|
-
h2 {
|
132
|
+
mso-bidi-font-weight:normal;
|
135
133
|
mso-outline-level:2;
|
136
134
|
mso-list:l13 level2 lfo33;
|
137
135
|
}
|
138
|
-
h3
|
136
|
+
h3
|
139
137
|
{mso-style-priority:3;
|
140
138
|
mso-style-unhide:no;
|
141
139
|
mso-style-qformat:yes;
|
@@ -156,12 +154,11 @@ h3, .h3
|
|
156
154
|
mso-ansi-language:EN-US;
|
157
155
|
mso-fareast-language:JA;
|
158
156
|
font-weight:bold;
|
159
|
-
mso-bidi-font-weight:normal;
|
160
|
-
h3 {
|
157
|
+
mso-bidi-font-weight:normal;
|
161
158
|
mso-outline-level:3;
|
162
159
|
mso-list:l13 level3 lfo33;
|
163
160
|
}
|
164
|
-
h4
|
161
|
+
h4
|
165
162
|
{mso-style-priority:4;
|
166
163
|
mso-style-parent:"Heading 3";
|
167
164
|
mso-style-next:"IEEEStds Paragraph";
|
@@ -180,12 +177,11 @@ h4, .h4
|
|
180
177
|
mso-ansi-language:EN-US;
|
181
178
|
mso-fareast-language:JA;
|
182
179
|
font-weight:bold;
|
183
|
-
mso-bidi-font-weight:normal;
|
184
|
-
h4 {
|
180
|
+
mso-bidi-font-weight:normal;
|
185
181
|
mso-outline-level:4;
|
186
182
|
mso-list:l1 level4 lfo6;
|
187
183
|
}
|
188
|
-
h5
|
184
|
+
h5
|
189
185
|
{mso-style-priority:5;
|
190
186
|
mso-style-unhide:no;
|
191
187
|
mso-style-qformat:yes;
|
@@ -206,12 +202,11 @@ h5, .h5
|
|
206
202
|
mso-ansi-language:EN-US;
|
207
203
|
mso-fareast-language:JA;
|
208
204
|
font-weight:bold;
|
209
|
-
mso-bidi-font-weight:normal;
|
210
|
-
h5 {
|
205
|
+
mso-bidi-font-weight:normal;
|
211
206
|
mso-outline-level:5;
|
212
207
|
mso-list:l13 level5 lfo33;
|
213
208
|
}
|
214
|
-
h6
|
209
|
+
h6
|
215
210
|
{mso-style-priority:6;
|
216
211
|
mso-style-unhide:no;
|
217
212
|
mso-style-qformat:yes;
|
@@ -232,8 +227,7 @@ h6, .h6
|
|
232
227
|
mso-ansi-language:EN-US;
|
233
228
|
mso-fareast-language:JA;
|
234
229
|
font-weight:bold;
|
235
|
-
mso-bidi-font-weight:normal;
|
236
|
-
h6 {
|
230
|
+
mso-bidi-font-weight:normal;
|
237
231
|
mso-outline-level:6;
|
238
232
|
mso-list:l13 level6 lfo33;
|
239
233
|
}
|
@@ -468,6 +462,7 @@ p.MsoToc1, li.MsoToc1, div.MsoToc1
|
|
468
462
|
mso-hyphenate:none;
|
469
463
|
font-size:$smallerfontsize;
|
470
464
|
font-family:$bodyfont;
|
465
|
+
tab-stops:right dotted 431.5pt;
|
471
466
|
mso-fareast-font-family:"Times New Roman";
|
472
467
|
mso-ansi-language:EN-US;
|
473
468
|
mso-fareast-language:JA;}
|
@@ -485,6 +480,7 @@ p.MsoToc2, li.MsoToc2, div.MsoToc2
|
|
485
480
|
mso-hyphenate:none;
|
486
481
|
font-size:$smallerfontsize;
|
487
482
|
font-family:$bodyfont;
|
483
|
+
tab-stops:right dotted 431.5pt;
|
488
484
|
mso-fareast-font-family:"Times New Roman";
|
489
485
|
mso-ansi-language:EN-US;
|
490
486
|
mso-fareast-language:JA;}
|
@@ -501,6 +497,7 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3
|
|
501
497
|
font-size:$smallerfontsize;
|
502
498
|
mso-bidi-font-size:10.0pt;
|
503
499
|
font-family:$bodyfont;
|
500
|
+
tab-stops:right dotted 431.5pt;
|
504
501
|
mso-fareast-font-family:"Times New Roman";
|
505
502
|
mso-ansi-language:EN-US;
|
506
503
|
mso-fareast-language:JA;}
|
@@ -516,6 +513,7 @@ p.MsoToc4, li.MsoToc4, div.MsoToc4
|
|
516
513
|
mso-pagination:widow-orphan;
|
517
514
|
font-size:$smallerfontsize;
|
518
515
|
font-family:$bodyfont;
|
516
|
+
tab-stops:right dotted 431.5pt;
|
519
517
|
mso-fareast-font-family:"MS Mincho";
|
520
518
|
mso-ansi-language:EN-US;
|
521
519
|
mso-fareast-language:JA;}
|
@@ -531,6 +529,7 @@ p.MsoToc5, li.MsoToc5, div.MsoToc5
|
|
531
529
|
mso-pagination:widow-orphan;
|
532
530
|
font-size:$smallerfontsize;
|
533
531
|
font-family:$bodyfont;
|
532
|
+
tab-stops:right dotted 431.5pt;
|
534
533
|
mso-fareast-font-family:"MS Mincho";
|
535
534
|
mso-ansi-language:EN-US;
|
536
535
|
mso-fareast-language:JA;}
|
@@ -546,6 +545,7 @@ p.MsoToc6, li.MsoToc6, div.MsoToc6
|
|
546
545
|
mso-pagination:widow-orphan;
|
547
546
|
font-size:$smallerfontsize;
|
548
547
|
font-family:$bodyfont;
|
548
|
+
tab-stops:right dotted 431.5pt;
|
549
549
|
mso-fareast-font-family:"MS Mincho";
|
550
550
|
mso-ansi-language:EN-US;
|
551
551
|
mso-fareast-language:JA;}
|
@@ -561,6 +561,7 @@ p.MsoToc7, li.MsoToc7, div.MsoToc7
|
|
561
561
|
mso-pagination:widow-orphan;
|
562
562
|
font-size:$smallerfontsize;
|
563
563
|
font-family:$bodyfont;
|
564
|
+
tab-stops:right dotted 431.5pt;
|
564
565
|
mso-fareast-font-family:"MS Mincho";
|
565
566
|
mso-ansi-language:EN-US;
|
566
567
|
mso-fareast-language:JA;}
|
@@ -576,6 +577,7 @@ p.MsoToc8, li.MsoToc8, div.MsoToc8
|
|
576
577
|
mso-pagination:widow-orphan;
|
577
578
|
font-size:$smallerfontsize;
|
578
579
|
font-family:$bodyfont;
|
580
|
+
tab-stops:right dotted 431.5pt;
|
579
581
|
mso-fareast-font-family:"MS Mincho";
|
580
582
|
mso-ansi-language:EN-US;
|
581
583
|
mso-fareast-language:JA;}
|
@@ -591,6 +593,7 @@ p.MsoToc9, li.MsoToc9, div.MsoToc9
|
|
591
593
|
mso-pagination:widow-orphan;
|
592
594
|
font-size:$smallerfontsize;
|
593
595
|
font-family:$bodyfont;
|
596
|
+
tab-stops:right dotted 431.5pt;
|
594
597
|
mso-fareast-font-family:"MS Mincho";
|
595
598
|
mso-ansi-language:EN-US;
|
596
599
|
mso-fareast-language:JA;}
|
@@ -7,6 +7,10 @@ termsdefsymbols: Definitions, acronyms and abbreviations
|
|
7
7
|
termsdefabbrev: Definitions, acronyms and abbreviations
|
8
8
|
formula: Equation
|
9
9
|
inequality: Inequality
|
10
|
+
termnote: NOTE
|
11
|
+
example: Example
|
12
|
+
table_of_contents: Contents
|
13
|
+
viewed: accessed
|
10
14
|
doctype_abbrev:
|
11
15
|
standard: Std.
|
12
16
|
recommended-practice: Rec. Prac.
|