metanorma-iho 0.6.13 → 0.7.1
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/.gitignore +0 -1
- data/lib/isodoc/iho/base_convert.rb +0 -7
- data/lib/isodoc/iho/html/htmlstyle.css +5 -2
- data/lib/isodoc/iho/iho.specification.xsl +309 -205
- data/lib/isodoc/iho/iho.standard.xsl +309 -205
- data/lib/isodoc/iho/presentation_xml_convert.rb +8 -0
- data/lib/metanorma/iho/basicdoc.rng +3 -0
- data/lib/metanorma/iho/biblio-standoc.rng +1 -1
- data/lib/metanorma/iho/isodoc.rng +11 -0
- data/lib/metanorma/iho/version.rb +1 -1
- data/metanorma-iho.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff15d46be3cd4bcd0e0c945fa667a86428776adb3ce71e0b4df4573bd55212c9
|
4
|
+
data.tar.gz: ba1ce31c0b92bcda79e5b908b3d9ef42628f17aed64cab4da0672e0925ef1ff0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6b4599aa6390ee14bc3792214c81984092cf8826cddb0d197841cfc4eb0164ec933c4dafa4f9d2da847f47f90268c8c366f0fb12025bf36e62667d771c51a0d
|
7
|
+
data.tar.gz: 970bb8a0451845ac23a5d5cb59745740d48064cea35ee3ca2f24a4f2ce5fe08cbf31998282c85d4f1759c01a9025ba53a7da2d56c7e317c5b6182107fb6c6d4b
|
data/.gitignore
CHANGED
@@ -9,13 +9,6 @@ module IsoDoc
|
|
9
9
|
super
|
10
10
|
end
|
11
11
|
end
|
12
|
-
|
13
|
-
def std_bibitem_entry(list, bib, ordinal, biblio)
|
14
|
-
list.p **attr_code(iso_bibitem_entry_attrs(bib, biblio)) do |ref|
|
15
|
-
prefix_bracketed_ref(ref, "[#{ordinal}]")
|
16
|
-
reference_format(bib, ref)
|
17
|
-
end
|
18
|
-
end
|
19
12
|
end
|
20
13
|
end
|
21
14
|
end
|
@@ -624,8 +624,11 @@ a:hover {
|
|
624
624
|
background: #fedc5b;
|
625
625
|
box-shadow: 3px 0 0 #fedc5b, -3px 0 0 #fedc5b; }
|
626
626
|
|
627
|
-
|
628
|
-
|
627
|
+
*::selection {
|
628
|
+
background: #fedc5b;
|
629
|
+
color: #05164d; }
|
630
|
+
|
631
|
+
*::-moz-selection {
|
629
632
|
background: #fedc5b;
|
630
633
|
color: #05164d; }
|
631
634
|
|