ltx 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/ltx/build.rb +4 -4
- data/lib/ltx/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: c47b220cdc7ba5da877b43f1eb8c5d266b29cf1773a380054b27882af729b268
|
4
|
+
data.tar.gz: 9718a356038f0e1421b80ebfed88dcf88c3d75a988ec9f7350f87fd37c1f3512
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 992a8677158b8047cf5d8691de6e61057627d208a0cac2d26014b8890185fb9e882d3939769b4588b1b151d6957c0e8b951e64323ad9a1148e366b5b4df15f2c
|
7
|
+
data.tar.gz: 480cbeeaf83d03e01186a9e9436928d1145dfa7b8b1659fd4d56fb2b1fcfb5aa13b76e0156d765e43415d712d58cbbedf607a5a4b9d311d0f98709384ccead8b
|
data/lib/ltx/build.rb
CHANGED
@@ -71,7 +71,7 @@ module LTX
|
|
71
71
|
'-pdf',
|
72
72
|
'-e',
|
73
73
|
"$pdflatex='pdflatex -synctex=1 -interaction=batchmode %O %S'",
|
74
|
-
|
74
|
+
@config.main
|
75
75
|
]
|
76
76
|
end
|
77
77
|
|
@@ -80,7 +80,7 @@ module LTX
|
|
80
80
|
'-pdfdvi',
|
81
81
|
'-e',
|
82
82
|
"$latex='latex -synctex=1 -interaction=batchmode %O %S'",
|
83
|
-
|
83
|
+
@config.main
|
84
84
|
]
|
85
85
|
end
|
86
86
|
|
@@ -89,7 +89,7 @@ module LTX
|
|
89
89
|
'-xelatex',
|
90
90
|
'-e',
|
91
91
|
"$pdflatex='xelatex -synctex=1 -interaction=batchmode %O %S'",
|
92
|
-
|
92
|
+
@config.main
|
93
93
|
]
|
94
94
|
end
|
95
95
|
|
@@ -98,7 +98,7 @@ module LTX
|
|
98
98
|
'-pdf',
|
99
99
|
'-e',
|
100
100
|
"$pdflatex='lualatex -synctex=1 -interaction=batchmode %O %S'",
|
101
|
-
|
101
|
+
@config.main
|
102
102
|
]
|
103
103
|
end
|
104
104
|
end
|
data/lib/ltx/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ltx
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Firas Zaidan
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: devtools
|
@@ -126,7 +126,7 @@ homepage: https://github.com/zaidan/ltx
|
|
126
126
|
licenses:
|
127
127
|
- MIT
|
128
128
|
metadata: {}
|
129
|
-
post_install_message:
|
129
|
+
post_install_message:
|
130
130
|
rdoc_options: []
|
131
131
|
require_paths:
|
132
132
|
- lib
|
@@ -143,9 +143,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
143
143
|
version: '0'
|
144
144
|
requirements:
|
145
145
|
- latexmk
|
146
|
-
rubyforge_project:
|
147
|
-
rubygems_version: 2.
|
148
|
-
signing_key:
|
146
|
+
rubyforge_project:
|
147
|
+
rubygems_version: 2.7.8
|
148
|
+
signing_key:
|
149
149
|
specification_version: 4
|
150
150
|
summary: LaTeX Project Build Tool
|
151
151
|
test_files:
|