limarka 19.6.pre.307 → 19.6

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: de9b697a4a127ec02f39206c7b33c0ad78fd1144128f6a1d8de80f48fec0a34c
4
- data.tar.gz: ad352da5cb4c22e7d8cdfd53aa68d02479d342ed4823c2ad88fcdb0ec8d3764e
3
+ metadata.gz: 7d80a462db62ae978b2726da885fc192281ea6245ccda59266806b69aa3a720e
4
+ data.tar.gz: 9951649a906a6adc198e881dcfeb335d7c32c8cee7f78db7564f72c4d670dee1
5
5
  SHA512:
6
- metadata.gz: d845d77e82e9283c45525a20e025dd0794900851a729e60719f63fbf5fed69a172b43856d89ac85b47a89e5526b4a9e6635028340c6bf45243dfb03ca9b87d97
7
- data.tar.gz: 11c6b1b265284298b0284f892d3c2e6dd2925a3ebb221c050a3acbfb4af0654e2d314117d88c0b9f1f8cac25e0ac8afa58a385a6233dbc3b11d6aa41f690fda7
6
+ metadata.gz: 94d05741ad802b6e719b8181ca169d4167f8e0dde46586cbac89334b101abae2ea3f425eaae01a543d3b7bd0cf2b1858d4c1989b2111dde4779c38ae5381e26e
7
+ data.tar.gz: 3a36ba6d0ceafad135e4e0f8a2b09ffc34ce2f406ab06f08ee9e6252763e282e98590575c704f5105fd2dbea8df6873a7918c9d5421b6be8d4de848b81f11405
data/.gitmodules CHANGED
@@ -1,4 +1,3 @@
1
1
  [submodule "modelo-oficial"]
2
2
  path = modelo-oficial
3
3
  url = https://github.com/abntex/trabalho-academico-limarka.git
4
- branch = 25-fontes-texto
data/bin/instalador.sh CHANGED
@@ -89,9 +89,7 @@ if [ "$codename" = "xenial" ]; then
89
89
  microtype \
90
90
  pdfpages \
91
91
  textcase \
92
- xcolor \
93
- texliveonfly \
94
- psnfss
92
+ xcolor
95
93
  tlmgr option -- autobackup 0
96
94
  else
97
95
  $dry wget -qO- "https://yihui.name/gh/tinytex/tools/install-unx.sh" \| sh
@@ -106,9 +104,7 @@ if [ "$codename" = "xenial" ]; then
106
104
  microtype \
107
105
  pdfpages \
108
106
  textcase \
109
- xcolor \
110
- texliveonfly \
111
- psnfss
107
+ xcolor
112
108
  $dry tlmgr option -- autobackup 0
113
109
  fi
114
110
 
@@ -59,7 +59,6 @@ module Limarka
59
59
  def compila
60
60
  Dir.chdir(options[:output_dir]) do
61
61
  basename = File.basename(texto_tex_file, '.tex')
62
- system "python ~/.TinyTeX/texmf-dist/scripts/texliveonfly/texliveonfly.py --compiler=xelatex #{basename}", :out=>'xxx-latexmk-std.txt', :err=>'xxx-latexmk-erros.txt'
63
62
  system "latexmk --quiet --xelatex -f #{basename}", :out=>'xxx-latexmk-std.txt', :err=>'xxx-latexmk-erros.txt'
64
63
  if (usa_pdftotext) then
65
64
  system "pdftotext -enc UTF-8 #{basename}.pdf"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: limarka
3
3
  version: !ruby/object:Gem::Version
4
- version: 19.6.pre.307
4
+ version: '19.6'
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: 2019-06-26 00:00:00.000000000 Z
11
+ date: 2019-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -339,9 +339,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
339
339
  version: '0'
340
340
  required_rubygems_version: !ruby/object:Gem::Requirement
341
341
  requirements:
342
- - - ">"
342
+ - - ">="
343
343
  - !ruby/object:Gem::Version
344
- version: 1.3.1
344
+ version: '0'
345
345
  requirements: []
346
346
  rubyforge_project:
347
347
  rubygems_version: 2.7.7