metanorma-nist 1.2.2 → 1.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/asciidoctor/nist/basicdoc.rng +31 -1
- data/lib/asciidoctor/nist/isodoc.rng +108 -8
- data/lib/isodoc/nist/html/nist.css +16 -4
- data/lib/isodoc/nist/html/nist.scss +18 -4
- data/lib/isodoc/nist/html/nist_cswp.css +15 -3
- data/lib/isodoc/nist/html/nist_cswp.scss +17 -3
- data/lib/isodoc/nist/nist.cswp.xsl +467 -183
- data/lib/isodoc/nist/nist.sp.xsl +466 -179
- data/lib/isodoc/nist/render_contributors.rb +1 -1
- data/lib/metanorma/nist/version.rb +1 -1
- metadata +2 -2
@@ -37,7 +37,7 @@ module Iso690Render
|
|
37
37
|
completename = person.at("./name/completename")
|
38
38
|
return completename.text if completename
|
39
39
|
surname = person.at("./name/surname")
|
40
|
-
initials = person.xpath("./name/
|
40
|
+
initials = person.xpath("./name/initial")
|
41
41
|
forenames = person.xpath("./name/forename")
|
42
42
|
#given = []
|
43
43
|
#forenames.each { |x| given << x.text }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-nist
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-09-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: htmlentities
|