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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cdc75b5262c9bb5148583a24caadc79c1b36e747
4
- data.tar.gz: ad87aa397208913fc0e38c01e673acef99660d1d
3
+ metadata.gz: 07da70e4a0b21f2779b342e7afdfca4a91883596
4
+ data.tar.gz: deb31ff4634c3e60e8c7d53171884e7e34854815
5
5
  SHA512:
6
- metadata.gz: 8b12335d7801349b73f1acd7099745898a3def1fb07c0e626b020d89a06c6a205c91b9f530df3da2f6e9b15f11394b0c5b11750ae0e6443b4f31fb0e1ba82e7a
7
- data.tar.gz: 2d13ccde6d6d3698a1be1c606dda48779d0b07651f865435c1f7c3b4c82aff80d2f87d11d7cfda4bcee074e929e448e4d1217be66200c2eed7e05c4d493f465c
6
+ metadata.gz: 957ee99cc09734773ca36db2763282c377060a27e12c92039b1eb5672778ab0751f5eca1f85a855a77ad218de29f1c9d166d93540398078e9a9a419cbc391e49
7
+ data.tar.gz: 15bd1290f0016cc092a57f516fb3c65a3c033dfc3f56c0a63f4a0176338d476e6c0a8494ee815975323df9b2e90e733cddb389fea0b7f7cb81dfcf8ef40a1f4b
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ # formatafacil-template Change Log
2
+
3
+ ## 0.1.1
4
+
5
+ - 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.0)
4
+ formatafacil-templates (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -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/edusantana/formatafacil-templates"
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
 
@@ -1,5 +1,5 @@
1
1
  module Formatafacil
2
2
  module Templates
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
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.0
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-14 00:00:00.000000000 Z
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/edusantana/formatafacil-templates
63
+ homepage: https://github.com/formatafacil/formatafacil-templates
63
64
  licenses:
64
65
  - MIT
65
66
  metadata: {}