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 +4 -4
- data/CHANGELOG.md +5 -0
- data/Gemfile.lock +1 -1
- data/lib/formatafacil/templates/artigo-abnt.latex +3 -6
- data/lib/formatafacil/templates/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fd74d99f95ffedaf21fdac45f7a728894a6f5c49
|
|
4
|
+
data.tar.gz: c7a30c55a8b9ef6c6825c9e1353ed2593588926c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b9fe0f3e6f7a5d9406fd464b11ae42055bd5c7be189744f071d65bfa92e55896288fccab583b4d1395d717217dc0837e0977f110d65428b0a7abb44b2a8298c
|
|
7
|
+
data.tar.gz: dce97b6654a4d1ce23b59faccfd5f304a88c8fd9fd8a7939a5a48e7ae30fa5285e67cc3303aa540c93b26c329a248d0d709f8d3682b908a5bf499812ebe1c182
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -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{
|
|
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
|
% ---
|