formatafacil-templates 0.1.0 → 0.1.1
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/formatafacil-templates.gemspec +1 -1
- data/lib/formatafacil/templates/artigo-abnt.latex +14 -0
- data/lib/formatafacil/templates/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 07da70e4a0b21f2779b342e7afdfca4a91883596
|
|
4
|
+
data.tar.gz: deb31ff4634c3e60e8c7d53171884e7e34854815
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 957ee99cc09734773ca36db2763282c377060a27e12c92039b1eb5672778ab0751f5eca1f85a855a77ad218de29f1c9d166d93540398078e9a9a419cbc391e49
|
|
7
|
+
data.tar.gz: 15bd1290f0016cc092a57f516fb3c65a3c033dfc3f56c0a63f4a0176338d476e6c0a8494ee815975323df9b2e90e733cddb389fea0b7f7cb81dfcf8ef40a1f4b
|
data/CHANGELOG.md
ADDED
data/Gemfile.lock
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Templates of formatafacil}
|
|
13
13
|
spec.description = %q{Templates of formatafacil}
|
|
14
|
-
spec.homepage = "https://github.com/
|
|
14
|
+
spec.homepage = "https://github.com/formatafacil/formatafacil-templates"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
@@ -59,6 +59,20 @@
|
|
|
59
59
|
\usepackage{nomencl} % Lista de simbolos
|
|
60
60
|
\usepackage{color} % Controle das cores
|
|
61
61
|
\usepackage{graphicx} % Inclusão de gráficos
|
|
62
|
+
|
|
63
|
+
% Possibilita os gráficos escalarem
|
|
64
|
+
\usepackage{graphicx,grffile}
|
|
65
|
+
\makeatletter
|
|
66
|
+
\def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi}
|
|
67
|
+
\def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi}
|
|
68
|
+
\makeatother
|
|
69
|
+
% Scale images if necessary, so that they will not overflow the page
|
|
70
|
+
% margins by default, and it is still possible to overwrite the defaults
|
|
71
|
+
% using explicit options in \includegraphics[width, height, ...]{}
|
|
72
|
+
\setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio}
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
62
76
|
\usepackage{microtype} % para melhorias de justificação
|
|
63
77
|
% ---
|
|
64
78
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: formatafacil-templates
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eduardo de Santana Medeiros Alexandre
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-07-
|
|
11
|
+
date: 2015-07-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -46,6 +46,7 @@ extensions: []
|
|
|
46
46
|
extra_rdoc_files: []
|
|
47
47
|
files:
|
|
48
48
|
- ".gitignore"
|
|
49
|
+
- CHANGELOG.md
|
|
49
50
|
- CODE_OF_CONDUCT.md
|
|
50
51
|
- Gemfile
|
|
51
52
|
- Gemfile.lock
|
|
@@ -59,7 +60,7 @@ files:
|
|
|
59
60
|
- lib/formatafacil/templates.rb
|
|
60
61
|
- lib/formatafacil/templates/artigo-abnt.latex
|
|
61
62
|
- lib/formatafacil/templates/version.rb
|
|
62
|
-
homepage: https://github.com/
|
|
63
|
+
homepage: https://github.com/formatafacil/formatafacil-templates
|
|
63
64
|
licenses:
|
|
64
65
|
- MIT
|
|
65
66
|
metadata: {}
|