limarka 20.6.8.pre.354 → 20.6.16.pre.360
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +10 -9
- data/bin/build-docker.sh +1 -1
- data/bin/deploy-docker.sh +3 -1
- data/bin/instalador.sh +0 -1
- data/bin/instaladores/dependencias_desenvolvimento_install.sh +1 -1
- data/bin/instaladores/dependencias_execucao_install.sh +13 -3
- data/bin/instaladores/pandoc_install.sh +1 -1
- data/bin/instaladores/tinytex_install.sh +3 -7
- data/containers/ruby-latex-pandoc.dockerfile +11 -33
- data/lib/limarka/cli.rb +0 -6
- data/lib/limarka/ref.rb +1 -5
- data/lib/limarka/version.rb +1 -1
- data/limarka.gemspec +0 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8ef0085918d2820eadffd2c585d469d6b9ff0078ec6f006bb0157c8a1c37292
|
4
|
+
data.tar.gz: bcb47ee4cc3aba042d50473da1b1b421b08d893ff1cb1a957659553565597399
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '07828d06665689a7acd2949105f00dda4a40fbe58e9990c1368205d09844ad3b7d9212d416df4cb79c364c5c98c2485bb2a65eee499b43190622533fbae1c0ac'
|
7
|
+
data.tar.gz: 3226a482d4cd9d54e908b766ed22d069e056100b20bec41abb52d626c9128a09a61c2b18d63722fe27ab66c8aa1c32afa78a3a5fecb10768ef40e2582edd520b
|
data/.travis.yml
CHANGED
@@ -11,11 +11,11 @@ env:
|
|
11
11
|
jobs:
|
12
12
|
include:
|
13
13
|
- stage: testes
|
14
|
-
name: "Testes
|
14
|
+
name: "Testes RUBY"
|
15
15
|
before_install:
|
16
16
|
- sudo apt-get update -qq
|
17
|
-
- bin/instaladores/dependencias_execucao_install.sh && bin/instaladores/dependencias_desenvolvimento_install.sh
|
18
|
-
- bin/instaladores/pandoc_install.sh -q
|
17
|
+
- sudo bin/instaladores/dependencias_execucao_install.sh && sudo bin/instaladores/dependencias_desenvolvimento_install.sh
|
18
|
+
- sudo bin/instaladores/pandoc_install.sh -q
|
19
19
|
before_script:
|
20
20
|
- pandoc -v
|
21
21
|
- git clone --depth=1 https://github.com/abntex/trabalho-academico-limarka.git modelo-oficial
|
@@ -23,15 +23,15 @@ jobs:
|
|
23
23
|
- bundle exec rake spec:ruby
|
24
24
|
- bundle exec rake cucumber:ruby
|
25
25
|
- stage: testes
|
26
|
-
name: "Testes
|
26
|
+
name: "Testes com LaTeX (PDFs)"
|
27
27
|
cache:
|
28
28
|
directories:
|
29
29
|
- $HOME/.TinyTeX
|
30
30
|
before_install:
|
31
31
|
- sudo apt-get update -qq
|
32
|
-
- bin/instaladores/dependencias_execucao_install.sh && bin/instaladores/dependencias_desenvolvimento_install.sh
|
33
|
-
- bin/instaladores/pandoc_install.sh -q
|
34
|
-
- bin/instaladores/tinytex_install.sh
|
32
|
+
- sudo bin/instaladores/dependencias_execucao_install.sh && sudo bin/instaladores/dependencias_desenvolvimento_install.sh
|
33
|
+
- sudo bin/instaladores/pandoc_install.sh -q
|
34
|
+
- sudo bin/instaladores/tinytex_install.sh
|
35
35
|
- export PATH=$PATH:~/.TinyTeX/bin/x86_64-linux
|
36
36
|
before_script:
|
37
37
|
- tlmgr --version && tlmgr show --only-installed
|
@@ -50,7 +50,8 @@ jobs:
|
|
50
50
|
- cat tmp/simples/xxx-trabalho-academico.tex
|
51
51
|
- cat tmp/simples/xxx-trabalho-academico.log
|
52
52
|
- cat tmp/simples/xxx-trabalho-academico.txt
|
53
|
-
- stage:
|
53
|
+
- stage: testes
|
54
|
+
name: "Deploy docker and rubygems"
|
54
55
|
install: skip
|
55
56
|
script: echo tag $TRAVIS_TAG slug $TRAVIS_REPO_SLUG branch $TRAVIS_BRANCH
|
56
57
|
deploy:
|
@@ -68,5 +69,5 @@ jobs:
|
|
68
69
|
script: bin/build-docker.sh && bin/deploy-docker.sh $TRAVIS_TAG
|
69
70
|
on:
|
70
71
|
tags: true
|
71
|
-
|
72
|
+
after_script:
|
72
73
|
- cat /root/.TinyTeX/texmf-var/web2c/tlmgr.log
|
data/bin/build-docker.sh
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
#!/usr/bin/env sh
|
2
2
|
# $1: limarka version
|
3
3
|
echo "Gerando imagem do limarka..."
|
4
|
-
docker build -t ruby-latex-pandoc -
|
4
|
+
docker build -t ruby-latex-pandoc . -f containers/ruby-latex-pandoc.dockerfile
|
5
5
|
docker build -t limarka - < containers/limarka.dockerfile
|
6
6
|
docker images
|
data/bin/deploy-docker.sh
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
#!/usr/bin/env sh
|
2
|
+
|
1
3
|
# $1: TAG
|
2
4
|
# http://codewiki.wikidot.com/shell-script:if-else
|
3
5
|
if [ -n "$1" ]
|
@@ -13,7 +15,7 @@ else
|
|
13
15
|
ltags="limarka/limarka:dev"
|
14
16
|
fi
|
15
17
|
|
16
|
-
echo "Aplicando tags
|
18
|
+
echo "Aplicando tags: $rtptags e $ltags"
|
17
19
|
for tag in $rtptags
|
18
20
|
do
|
19
21
|
docker tag ruby-latex-pandoc "$tag"
|
data/bin/instalador.sh
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
#!/usr/bin/env sh
|
2
2
|
|
3
|
-
|
4
|
-
|
3
|
+
# Algumas dependencias de desenvolvimento são adicionadas,
|
4
|
+
# as dapendencias dos gems do limarka precisam ser compilados.
|
5
|
+
# https://github.com/travis-ci/travis.rb/issues/558
|
6
|
+
|
7
|
+
apt-get install -y -qq \
|
8
|
+
gcc \
|
9
|
+
libffi-dev \
|
10
|
+
libfontconfig \
|
5
11
|
locales \
|
6
|
-
|
12
|
+
make \
|
13
|
+
perl-doc \
|
14
|
+
ruby-dev \
|
15
|
+
unzip \
|
16
|
+
wget
|
@@ -1,15 +1,11 @@
|
|
1
1
|
#!/usr/bin/env sh
|
2
2
|
|
3
|
-
if command -v tlmgr > /dev/null; then
|
3
|
+
if [ "$IGNORE_CACHE" != "1" ] && command -v tlmgr > /dev/null; then
|
4
4
|
tex_em_cache=1
|
5
5
|
echo TinyTeX não será instalado pois foi encontrado no cache.
|
6
|
-
fi
|
7
|
-
|
8
|
-
if [ $tex_em_cache -eq 1 ]; then
|
9
|
-
: #echo TinyTeX não será instalado.
|
10
6
|
else
|
11
7
|
wget -qO- "https://yihui.name/gh/tinytex/tools/install-unx.sh" | sh
|
12
|
-
tlmgr install \
|
8
|
+
~/bin/tlmgr install \
|
13
9
|
abntex2 \
|
14
10
|
babel-portuges \
|
15
11
|
bookmark \
|
@@ -28,5 +24,5 @@ else
|
|
28
24
|
texliveonfly \
|
29
25
|
textcase \
|
30
26
|
xcolor
|
31
|
-
tlmgr option -- autobackup 0
|
27
|
+
~/bin/tlmgr option -- autobackup 0
|
32
28
|
fi
|
@@ -5,37 +5,18 @@ LABEL maintainer="eduardo.ufpb@gmail.com"
|
|
5
5
|
# Tentamos seguir as melhores práticas:
|
6
6
|
# https://docs.docker.com/develop/develop-images/dockerfile_best-practices/
|
7
7
|
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
poppler-utils \
|
14
|
-
unzip \
|
15
|
-
wget
|
8
|
+
WORKDIR /tmp
|
9
|
+
COPY bin/instaladores/dependencias_execucao_install.sh \
|
10
|
+
bin/instaladores/pandoc_install.sh \
|
11
|
+
bin/instaladores/tinytex_install.sh \
|
12
|
+
/tmp/
|
16
13
|
|
17
|
-
|
18
|
-
RUN wget -qO- "https://yihui.name/gh/tinytex/tools/install-unx.sh" | sh
|
19
|
-
ENV PATH="/root/bin:${PATH}"
|
14
|
+
RUN apt-get update && /tmp/dependencias_execucao_install.sh
|
20
15
|
|
21
|
-
#
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
bookmark \
|
26
|
-
enumitem \
|
27
|
-
epstopdf-pkg \
|
28
|
-
ifetex \
|
29
|
-
lastpage \
|
30
|
-
lipsum \
|
31
|
-
listings \
|
32
|
-
ltcaption \
|
33
|
-
memoir \
|
34
|
-
microtype \
|
35
|
-
pdflscape \
|
36
|
-
pdfpages \
|
37
|
-
textcase \
|
38
|
-
xcolor
|
16
|
+
# Instala tinytex (/root/.TinyTex)
|
17
|
+
# e bibliotecas para o abntex2/limarka
|
18
|
+
RUN IGNORE_CACHE=1 /tmp/tinytex_install.sh
|
19
|
+
ENV PATH="/root/bin:~/.TinyTeX/bin/x86_64-linux:${PATH}"
|
39
20
|
|
40
21
|
# Configurando o idioma português #175: https://hub.docker.com/_/debian/#locales
|
41
22
|
RUN rm -rf /var/lib/apt/lists/* \
|
@@ -43,7 +24,4 @@ RUN rm -rf /var/lib/apt/lists/* \
|
|
43
24
|
ENV LANG pt_BR.UTF8
|
44
25
|
|
45
26
|
# Instalação do pandoc
|
46
|
-
|
47
|
-
RUN wget https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-1-amd64.deb \
|
48
|
-
&& dpkg -i pandoc-*.deb \
|
49
|
-
&& rm pandoc-*.deb
|
27
|
+
RUN /tmp/pandoc_install.sh
|
data/lib/limarka/cli.rb
CHANGED
@@ -47,7 +47,6 @@ module Limarka
|
|
47
47
|
puts "limarka "+Limarka::VERSION
|
48
48
|
s = `pandoc --version`
|
49
49
|
s << `ruby --version`
|
50
|
-
s << `pdftk --version`
|
51
50
|
s << `latexmk --version`
|
52
51
|
s << `xelatex --version`
|
53
52
|
puts s
|
@@ -74,7 +73,6 @@ module Limarka
|
|
74
73
|
end
|
75
74
|
|
76
75
|
method_option :interativo, :aliases => '-i', :desc => 'Solicita os parâmetros de forma interativa.', :type => :boolean, :default => false
|
77
|
-
method_option :clipboard, :aliases => '-c', :desc => 'Utiliza o conteúdo da área de transferência como o nome do arquivo.', :type => :boolean, :default => false
|
78
76
|
|
79
77
|
# method_option :arquivo, :aliases => '-a', :desc => 'Caminho completo ou apenas o nome do arquivo na pasta imagens. Somente arquivos existêntes são válidos. Se não for especificado e o nome do arquivo esteja copiado (na área de transferência), e o arquivo existir, ele será utilizado.'
|
80
78
|
method_option :legenda, :aliases => '-l', :desc => 'Legenda da figura.', :default => "Legenda da figura."
|
@@ -88,10 +86,6 @@ DESC
|
|
88
86
|
desc "fig ARQUIVO", "Imprime códigos para inclusão de imagens em conformidade com ABNT (em LaTeX)"
|
89
87
|
def fig(arquivo=nil)
|
90
88
|
|
91
|
-
if (options[:clipboard]) then
|
92
|
-
arquivo = Clipboard.paste # Ler do clipboard, requer xclip: sudo apt-get install xclip
|
93
|
-
end
|
94
|
-
|
95
89
|
if (arquivo) then
|
96
90
|
if arquivo.start_with?("file://") then
|
97
91
|
arquivo = arquivo[7,-1]
|
data/lib/limarka/ref.rb
CHANGED
@@ -12,16 +12,12 @@ module Limarka
|
|
12
12
|
class Ref < Thor
|
13
13
|
include Thor::Actions
|
14
14
|
|
15
|
-
method_option :clipboard, :aliases => '-c', :desc => 'Incluir referência bibtex do clipboard (área de transferência)', :default => false, :type => :boolean
|
16
15
|
method_option :bibfile, :aliases => '-f', :desc => 'Arquivo de referências bibtex onde será incluído a referência', :default => "referencias.bib", :type => :string
|
17
16
|
desc "add", "Adiciona referência ao arquivo de bibliografia."
|
18
17
|
long_desc <<-DESC
|
19
|
-
Quando você estiver navegando poderá copiar a referência bibtex (do google acadêmico, Zotero, etc.) e incluir ao arquivo de gerência de bibliografia (geralmente referencias.bib) utilizando esse comando. A inclusão do texto ocorrerá da entrada padrão
|
18
|
+
Quando você estiver navegando poderá copiar a referência bibtex (do google acadêmico, Zotero, etc.) e incluir ao arquivo de gerência de bibliografia (geralmente referencias.bib) utilizando esse comando. A inclusão do texto ocorrerá da entrada padrão.
|
20
19
|
DESC
|
21
20
|
def add
|
22
|
-
if (options[:clipboard]) then
|
23
|
-
referencia = $stdin.read
|
24
|
-
end
|
25
21
|
begin
|
26
22
|
entry = BibTeX.parse(referencia)
|
27
23
|
error = entry.length.zero?
|
data/lib/limarka/version.rb
CHANGED
data/limarka.gemspec
CHANGED
@@ -39,7 +39,6 @@ Gem::Specification.new do |spec|
|
|
39
39
|
spec.add_development_dependency "cucumber"
|
40
40
|
spec.add_development_dependency "aruba"
|
41
41
|
|
42
|
-
#spec.add_dependency "clipboard"
|
43
42
|
spec.add_dependency "ffi"
|
44
43
|
spec.add_dependency "colorize"
|
45
44
|
#spec.add_dependency "pdf-forms", "~> 1.2"
|