metanorma-ieee 0.1.1 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 05e99861807be4a3295ae7642f381419eef870dee2dd2b1f8df22391342acb45
4
- data.tar.gz: d79bf191d766d6a705d612b806e81ddc800d09efe985191258f09b588a916f85
3
+ metadata.gz: d8d83608460dd4f0a8b91f963553c4f9a319fe1264259f4cd51c4eaa783b2d95
4
+ data.tar.gz: 7016563f5ae5736a84f1a4266d3c893ed15682e079eed0df3768b81dce174f18
5
5
  SHA512:
6
- metadata.gz: be97ca0b1c97744f41e69719dc70e430fb67092b6bbc184d7d59292a49b153acbb772db3d35e22b0e359d092fb6c42ff0385aca16ad4ada89966d753113219e0
7
- data.tar.gz: 6480760c5aab6e43318585c05bfed56ae85e568ac84a50267518e8a40f05a34f9998cddb2cbc8d52dfccfd698d08df835ddfb372870de0d737763f7fd23e2457
6
+ metadata.gz: 7a83703e3591664c3bba95732da262a9e8242fe834c223757ee52c21532c7c66e47af14d5b0d2824e22c590e134f43afbd59643749f459c3e725d78d5d30f098
7
+ data.tar.gz: 2469ed39262d09ccaef4cbe0cd156453a10822156f00dc30e8717b54379b84a13e442390cf84b4f1fcd8de6616656deca4616bdd2ceca6d3c1f71cbcecabf461
@@ -461,6 +461,12 @@ p.Terms {
461
461
  padding-left: 30px; }
462
462
  #toc .h3, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h3 {
463
463
  padding-left: 50px; }
464
+ #toc .h4, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h4 {
465
+ padding-left: 70px; }
466
+ #toc .h5, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h5 {
467
+ padding-left: 90px; }
468
+ #toc .h6, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h6 {
469
+ padding-left: 110px; }
464
470
  #toc .toc-active, #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
465
471
  background: #1d1d1d;
466
472
  box-shadow: inset -5px 0px 10px -5px #1d1d1d !important; }
@@ -477,6 +477,7 @@ p.MsoToc1, li.MsoToc1, div.MsoToc1 {
477
477
  mso-style-unhide: no;
478
478
  mso-style-parent: "IEEEStds Paragraph";
479
479
  mso-style-next: "IEEEStds Paragraph";
480
+ mso-style-name: "TOC 1";
480
481
  margin-top: 12.0pt;
481
482
  margin-right: 0cm;
482
483
  margin-bottom: 0cm;
@@ -494,7 +495,8 @@ p.MsoToc2, li.MsoToc2, div.MsoToc2 {
494
495
  mso-style-update: auto;
495
496
  mso-style-priority: 39;
496
497
  mso-style-unhide: no;
497
- mso-style-parent: "ΠΠ 1";
498
+ mso-style-name: "TOC 2";
499
+ mso-style-parent: "TOC 1";
498
500
  mso-style-next: "IEEEStds Paragraph";
499
501
  margin-top: 0cm;
500
502
  margin-right: 0cm;
@@ -514,6 +516,8 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3 {
514
516
  mso-style-noshow: yes;
515
517
  mso-style-unhide: no;
516
518
  mso-style-next: Normal;
519
+ mso-style-name: "TOC 3";
520
+ mso-style-parent: "TOC 2";
517
521
  margin-top: 0cm;
518
522
  margin-right: 0cm;
519
523
  margin-bottom: 0cm;
@@ -532,6 +536,8 @@ p.MsoToc4, li.MsoToc4, div.MsoToc4 {
532
536
  mso-style-noshow: yes;
533
537
  mso-style-unhide: no;
534
538
  mso-style-next: Normal;
539
+ mso-style-name: "TOC 4";
540
+ mso-style-parent: "TOC 3";
535
541
  margin-top: 0cm;
536
542
  margin-right: 0cm;
537
543
  margin-bottom: 0cm;
@@ -549,6 +555,8 @@ p.MsoToc5, li.MsoToc5, div.MsoToc5 {
549
555
  mso-style-noshow: yes;
550
556
  mso-style-unhide: no;
551
557
  mso-style-next: Normal;
558
+ mso-style-name: "TOC 5";
559
+ mso-style-parent: "TOC 4";
552
560
  margin-top: 0cm;
553
561
  margin-right: 0cm;
554
562
  margin-bottom: 0cm;
@@ -566,6 +574,8 @@ p.MsoToc6, li.MsoToc6, div.MsoToc6 {
566
574
  mso-style-noshow: yes;
567
575
  mso-style-unhide: no;
568
576
  mso-style-next: Normal;
577
+ mso-style-name: "TOC 6";
578
+ mso-style-parent: "TOC 5";
569
579
  margin-top: 0cm;
570
580
  margin-right: 0cm;
571
581
  margin-bottom: 0cm;
@@ -583,6 +593,8 @@ p.MsoToc7, li.MsoToc7, div.MsoToc7 {
583
593
  mso-style-noshow: yes;
584
594
  mso-style-unhide: no;
585
595
  mso-style-next: Normal;
596
+ mso-style-name: "TOC 7";
597
+ mso-style-parent: "TOC 6";
586
598
  margin-top: 0cm;
587
599
  margin-right: 0cm;
588
600
  margin-bottom: 0cm;
@@ -600,6 +612,8 @@ p.MsoToc8, li.MsoToc8, div.MsoToc8 {
600
612
  mso-style-noshow: yes;
601
613
  mso-style-unhide: no;
602
614
  mso-style-next: Normal;
615
+ mso-style-name: "TOC 8";
616
+ mso-style-parent: "TOC 7";
603
617
  margin-top: 0cm;
604
618
  margin-right: 0cm;
605
619
  margin-bottom: 0cm;
@@ -617,6 +631,8 @@ p.MsoToc9, li.MsoToc9, div.MsoToc9 {
617
631
  mso-style-noshow: yes;
618
632
  mso-style-unhide: no;
619
633
  mso-style-next: Normal;
634
+ mso-style-name: "TOC 9";
635
+ mso-style-parent: "TOC 8";
620
636
  margin-top: 0cm;
621
637
  margin-right: 0cm;
622
638
  margin-bottom: 0cm;
@@ -454,6 +454,7 @@ p.MsoToc1, li.MsoToc1, div.MsoToc1
454
454
  mso-style-unhide:no;
455
455
  mso-style-parent:"IEEEStds Paragraph";
456
456
  mso-style-next:"IEEEStds Paragraph";
457
+ mso-style-name:"TOC 1";
457
458
  margin-top:12.0pt;
458
459
  margin-right:0cm;
459
460
  margin-bottom:0cm;
@@ -470,7 +471,8 @@ p.MsoToc2, li.MsoToc2, div.MsoToc2
470
471
  {mso-style-update:auto;
471
472
  mso-style-priority:39;
472
473
  mso-style-unhide:no;
473
- mso-style-parent:"ΠΠ 1";
474
+ mso-style-name:"TOC 2";
475
+ mso-style-parent:"TOC 1";
474
476
  mso-style-next:"IEEEStds Paragraph";
475
477
  margin-top:0cm;
476
478
  margin-right:0cm;
@@ -489,6 +491,8 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3
489
491
  mso-style-noshow:yes;
490
492
  mso-style-unhide:no;
491
493
  mso-style-next:Normal;
494
+ mso-style-name:"TOC 3";
495
+ mso-style-parent:"TOC 2";
492
496
  margin-top:0cm;
493
497
  margin-right:0cm;
494
498
  margin-bottom:0cm;
@@ -506,6 +510,8 @@ p.MsoToc4, li.MsoToc4, div.MsoToc4
506
510
  mso-style-noshow:yes;
507
511
  mso-style-unhide:no;
508
512
  mso-style-next:Normal;
513
+ mso-style-name:"TOC 4";
514
+ mso-style-parent:"TOC 3";
509
515
  margin-top:0cm;
510
516
  margin-right:0cm;
511
517
  margin-bottom:0cm;
@@ -522,6 +528,8 @@ p.MsoToc5, li.MsoToc5, div.MsoToc5
522
528
  mso-style-noshow:yes;
523
529
  mso-style-unhide:no;
524
530
  mso-style-next:Normal;
531
+ mso-style-name:"TOC 5";
532
+ mso-style-parent:"TOC 4";
525
533
  margin-top:0cm;
526
534
  margin-right:0cm;
527
535
  margin-bottom:0cm;
@@ -538,6 +546,8 @@ p.MsoToc6, li.MsoToc6, div.MsoToc6
538
546
  mso-style-noshow:yes;
539
547
  mso-style-unhide:no;
540
548
  mso-style-next:Normal;
549
+ mso-style-name:"TOC 6";
550
+ mso-style-parent:"TOC 5";
541
551
  margin-top:0cm;
542
552
  margin-right:0cm;
543
553
  margin-bottom:0cm;
@@ -554,6 +564,8 @@ p.MsoToc7, li.MsoToc7, div.MsoToc7
554
564
  mso-style-noshow:yes;
555
565
  mso-style-unhide:no;
556
566
  mso-style-next:Normal;
567
+ mso-style-name:"TOC 7";
568
+ mso-style-parent:"TOC 6";
557
569
  margin-top:0cm;
558
570
  margin-right:0cm;
559
571
  margin-bottom:0cm;
@@ -570,6 +582,8 @@ p.MsoToc8, li.MsoToc8, div.MsoToc8
570
582
  mso-style-noshow:yes;
571
583
  mso-style-unhide:no;
572
584
  mso-style-next:Normal;
585
+ mso-style-name:"TOC 8";
586
+ mso-style-parent:"TOC 7";
573
587
  margin-top:0cm;
574
588
  margin-right:0cm;
575
589
  margin-bottom:0cm;
@@ -586,6 +600,8 @@ p.MsoToc9, li.MsoToc9, div.MsoToc9
586
600
  mso-style-noshow:yes;
587
601
  mso-style-unhide:no;
588
602
  mso-style-next:Normal;
603
+ mso-style-name:"TOC 9";
604
+ mso-style-parent:"TOC 8";
589
605
  margin-top:0cm;
590
606
  margin-right:0cm;
591
607
  margin-bottom:0cm;
@@ -16,7 +16,7 @@ doctype_abbrev:
16
16
  standard: Std.
17
17
  recommended-practice: Rec. Prac.
18
18
  guide: Gde.
19
- term_def_boilerplate: "<p>For the purposes of this document, the following terms and definitions apply. The <em>IEEE Standards Dictionary Online</em> should be consulted for terms not defined in this clause.<fn><p><em>IEEE Standards Dictionary Online</em> is available at: <link target='http://dictionary.ieee.org'/>. An IEEE Account is required for access to the dictionary, and one can be created at no charge on the dictionary sign-in page.</p></fn></p>"
19
+ term_def_boilerplate: "<p>For the purposes of this document, the following terms and definitions apply. The <em>IEEE Standards Dictionary Online</em> should be consulted for terms not defined in this clause.<fn reference='_boilerplate_term1'><p><em>IEEE Standards Dictionary Online</em> is available at: <link target='http://dictionary.ieee.org'/>. An IEEE Account is required for access to the dictionary, and one can be created at no charge on the dictionary sign-in page.</p></fn></p>"
20
20
  norm_with_refs_pref: The following referenced documents are indispensable for the application of this document (i.e., they must be understood and used, so each referenced document is cited in text and its relationship to this document is explained). For dated references, only the edition cited applies. For undated references, the latest edition of the referenced document (including any amendments or corrigenda) applies.
21
21
  biblio_pref: Bibliographical references are resources that provide additional or helpful material but do not need to be understood or used to implement this standard. Reference to these resources is made for informational use only.
22
22
  note_inform_fn: Notes to text, tables, and figures are for information only and do not contain requirements needed to implement the standard.