avv2word 1.1.5 → 1.1.12

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
  SHA1:
3
- metadata.gz: 72e618bbf61db89c2c7c74230d201fc40e76a786
4
- data.tar.gz: 52f90d0c601077c04afcca836e550ed70fb91b11
3
+ metadata.gz: d1eb7dcea9fe264ead0146e1c448791976ed924d
4
+ data.tar.gz: '08297c6577b41c6f38fc747660d2dfe017feb9a2'
5
5
  SHA512:
6
- metadata.gz: b9d47cfb2e1f273285859e3301c36c1de7c1639bed5f1692453a930945b429b5e86f5d7534ca7856aaa5450e5fc62e2b823c21547e89dfff75cf11f4db5504bd
7
- data.tar.gz: 7be2204840701f67b69fddf8b3efeaf1ad1cfc03d8f80c68bbb19393092a566c95f385682d59dcf3c6ea6d8ceb70f6f1005e97a9834745cad897ceb528511f6f
6
+ metadata.gz: b2f0fd0cb92faeb6facdbb00c270e2f1af6187eb976e6465356cc81678c6cd8aacc115dfad119164afb558c983111d30efa7730d69fe0d97cc97af8533367aad
7
+ data.tar.gz: d13a291045e5888169f059e0338be0fad5ca722a2e8ed7a2a567a05e33351a3daa62b491fd6632256d2085588d4a8acf4a73e39d01bfd95134bf183a6726f55a
@@ -1,3 +1,3 @@
1
1
  module Avv2word
2
- VERSION = '1.1.5'
2
+ VERSION = '1.1.12'
3
3
  end
@@ -85,6 +85,7 @@
85
85
  <xsl:with-param name="indent" select="@indent"/>
86
86
  <xsl:with-param name="hanging" select="@hanging"/>
87
87
  <xsl:with-param name="style-format" select="@style-format"/>
88
+ <xsl:with-param name="indented-first" select="@indented-first"/>
88
89
  </xsl:call-template>
89
90
  <xsl:call-template name="item"/>
90
91
  </xsl:when>
@@ -126,15 +127,17 @@
126
127
  <w:lvlText w:val="{$style-format}"/>
127
128
  <w:lvlJc w:val="left"/>
128
129
  <w:pPr>
129
- <xsl:if test="$indented-first &gt; 0">
130
- <w:tabs>
131
- <w:tab w:val="num" w:pos="{$indented-first}"/>
132
- </w:tabs>
133
- <w:ind w:left="{$indent}" w:firstLine="{$hanging}"/>
134
- </xsl:if>
135
- <xsl:if test="$indented-first =; 0">
136
- <w:ind w:left="{$indent}" w:hanging="{$hanging}"/>
137
- </xsl:if>
130
+ <xsl:choose>
131
+ <xsl:when test="$indented-first &gt; 0">
132
+ <w:tabs>
133
+ <w:tab w:val="num" w:pos="{$indented-first}"/>
134
+ </w:tabs>
135
+ <w:ind w:left="{$indent}" w:firstLine="{$hanging}"/>
136
+ </xsl:when>
137
+ <xsl:otherwise>
138
+ <w:ind w:left="{$indent}" w:hanging="{$hanging}"/>
139
+ </xsl:otherwise>
140
+ </xsl:choose>
138
141
  </w:pPr>
139
142
  <xsl:if test="contains($style, 'bullet')">
140
143
  <w:rPr>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avv2word
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marián Bilas