formatafacil-templates 0.1.1 → 0.1.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 07da70e4a0b21f2779b342e7afdfca4a91883596
4
- data.tar.gz: deb31ff4634c3e60e8c7d53171884e7e34854815
3
+ metadata.gz: fd74d99f95ffedaf21fdac45f7a728894a6f5c49
4
+ data.tar.gz: c7a30c55a8b9ef6c6825c9e1353ed2593588926c
5
5
  SHA512:
6
- metadata.gz: 957ee99cc09734773ca36db2763282c377060a27e12c92039b1eb5672778ab0751f5eca1f85a855a77ad218de29f1c9d166d93540398078e9a9a419cbc391e49
7
- data.tar.gz: 15bd1290f0016cc092a57f516fb3c65a3c033dfc3f56c0a63f4a0176338d476e6c0a8494ee815975323df9b2e90e733cddb389fea0b7f7cb81dfcf8ef40a1f4b
6
+ metadata.gz: 7b9fe0f3e6f7a5d9406fd464b11ae42055bd5c7be189744f071d65bfa92e55896288fccab583b4d1395d717217dc0837e0977f110d65428b0a7abb44b2a8298c
7
+ data.tar.gz: dce97b6654a4d1ce23b59faccfd5f304a88c8fd9fd8a7939a5a48e7ae30fa5285e67cc3303aa540c93b26c329a248d0d709f8d3682b908a5bf499812ebe1c182
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # formatafacil-template Change Log
2
2
 
3
+ ## 0.1.2
4
+
5
+ - artigo-abnt posiciona caption de imagens no topo.
6
+
7
+
3
8
  ## 0.1.1
4
9
 
5
10
  - Template artigo-abnt escala gráficos
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- formatafacil-templates (0.1.1)
4
+ formatafacil-templates (0.1.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -58,8 +58,7 @@
58
58
  \usepackage{indentfirst} % Indenta o primeiro parágrafo de cada seção.
59
59
  \usepackage{nomencl} % Lista de simbolos
60
60
  \usepackage{color} % Controle das cores
61
- \usepackage{graphicx} % Inclusão de gráficos
62
-
61
+ \usepackage{microtype} % para melhorias de justificação
63
62
  % Possibilita os gráficos escalarem
64
63
  \usepackage{graphicx,grffile}
65
64
  \makeatletter
@@ -70,10 +69,8 @@
70
69
  % margins by default, and it is still possible to overwrite the defaults
71
70
  % using explicit options in \includegraphics[width, height, ...]{}
72
71
  \setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio}
73
-
74
-
75
-
76
- \usepackage{microtype} % para melhorias de justificação
72
+ \usepackage{floatrow} % Para colocar caption
73
+ \floatsetup[figure]{capposition=top} % no topo.
77
74
  % ---
78
75
 
79
76
  % ---
@@ -1,5 +1,5 @@
1
1
  module Formatafacil
2
2
  module Templates
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formatafacil-templates
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo de Santana Medeiros Alexandre