avv2word 1.1.37 → 1.1.38

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: 4dba72f05d26da97e550a062c06917cd8ae4bc0d0aeca8e3ea50b698d1ea37a9
4
- data.tar.gz: d20f014128c0e5f421b1c8367969562335f224c6e82fef83da088c41b04f47ce
3
+ metadata.gz: 9ff5b1268da3fddf42d52468e656cabfd04a33d7156746f25c08215b59f01de0
4
+ data.tar.gz: dfb5b9c5b3a40f8ba8a4d176a34f3fd2995886816af841093088dbad77864a0e
5
5
  SHA512:
6
- metadata.gz: 7ffb19037b6d64ad5a066b2c76d81f7e46c42e2dc5f96e32b5cb1845dcb76a7f79ac97a189b7f339e5fbb336e2869a55d8746dfc2fc40b8e40904ad39bf78b90
7
- data.tar.gz: 7c3207c55fd8e6e4779d5714b9f4086deab434470dc43212c66ad46d19867aa1ca56cbc894717989babb698499b801c69c1e43c4bb9fd0b80f4b392a8cb87bbe
6
+ metadata.gz: 4a93bb3a486fbc7f0a23cdbb58366fd971dc9b4dc84225361de80b264524e03711b000dd4cd1f607bd9b5a48f6630db8607dd370e783fd75bb9afd4ada01e820
7
+ data.tar.gz: 5f7e69b4c5d3d6febe6f19fd465693fe73c59e00117cf4ff13ce68cc7af38076478bea48306e97f8087f6e9b64620006946c4fc6d44d5843fb30f888e3cb2c7a
@@ -1,3 +1,3 @@
1
1
  module Avv2word
2
- VERSION = '1.1.37'
2
+ VERSION = '1.1.38'
3
3
  end
@@ -32,14 +32,15 @@
32
32
  <xsl:choose>
33
33
  <xsl:when test="string-length(normalize-space($ind_left)) > 0">
34
34
  <w:tblW w:w="{9360 - $ind_left}" w:type="dxa"/>
35
+ <!--table indent left-->
36
+ <w:tblInd w:w="{115 + $ind_left}" w:type="dxa"/>
35
37
  </xsl:when>
36
38
  <xsl:otherwise>
37
39
  <w:tblW w:w="9360" w:type="dxa"/>
40
+ <w:tblInd w:w="115" w:type="dxa"/>
38
41
  </xsl:otherwise>
39
42
  </xsl:choose>
40
43
 
41
- <!--table indent left-->
42
- <w:tblInd w:w="{$ind_left}" w:type="dxa"/>
43
44
  <!--table indent left, top; works in word without margin(?), not in libre-->
44
45
  <!--<w:tblpPr w:leftFromText="180" w:rightFromText="180" w:vertAnchor="text" w:horzAnchor="page" w:tblpX="{$ind_left}" w:tblpY="{$ind_top}"/>-->
45
46
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avv2word
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.37
4
+ version: 1.1.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marián Bilas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-07 00:00:00.000000000 Z
11
+ date: 2020-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack