jekyll-latex-pdf 0.5.4 → 0.6.2
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 +5 -5
- data/Gemfile.lock +84 -76
- data/README.md +26 -8
- data/data/kramdown/apa7.latex +91 -0
- data/jekyll-latex-pdf.gemspec +9 -9
- data/lib/jekyll/latex/pdf/document.rb +2 -0
- data/lib/jekyll/latex/pdf/latex.rb +8 -5
- data/lib/jekyll/latex/pdf/version.rb +1 -1
- metadata +24 -24
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 49b8f48c28e76f6e424c3a8cbae637bcf793d55453e3f5190cd05a999861a1c5
|
4
|
+
data.tar.gz: 5b79734c1e2f4ad4625586e21766609ad65bbab4b4c43598e6168264360be287
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe44a610b7bcf75c44c89b7b8c507202625174d0dfca02a9e439a09e9d9b5db6a0e172e1a15b2166d4d79a06f4505a9d8d4330c90f881c98f43c193d8b61a7b0
|
7
|
+
data.tar.gz: 7bf0d460e55e51ab77ccea46eb98270f5651f9614610c73119b016781d7f3d062fc1a22b84c668f0aafae8e23103e157743a898f21776d85278b0411b4ce0ab2
|
data/Gemfile.lock
CHANGED
@@ -1,120 +1,128 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
jekyll-latex-pdf (0.
|
5
|
-
jekyll (~>
|
6
|
-
kramdown (~>
|
4
|
+
jekyll-latex-pdf (0.6.2)
|
5
|
+
jekyll (~> 4.2)
|
6
|
+
kramdown (~> 2.3)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
addressable (2.
|
12
|
-
public_suffix (>= 2.0.2, <
|
13
|
-
ast (2.4.
|
14
|
-
bibtex-ruby (
|
11
|
+
addressable (2.8.0)
|
12
|
+
public_suffix (>= 2.0.2, < 5.0)
|
13
|
+
ast (2.4.2)
|
14
|
+
bibtex-ruby (6.0.0)
|
15
15
|
latex-decode (~> 0.0)
|
16
|
-
citeproc (1.0.
|
16
|
+
citeproc (1.0.10)
|
17
17
|
namae (~> 1.0)
|
18
|
-
citeproc-ruby (1.1.
|
18
|
+
citeproc-ruby (1.1.14)
|
19
19
|
citeproc (~> 1.0, >= 1.0.9)
|
20
|
-
csl (~> 1.
|
21
|
-
coderay (1.1.
|
20
|
+
csl (~> 1.6)
|
21
|
+
coderay (1.1.3)
|
22
22
|
colorator (1.1.0)
|
23
|
-
concurrent-ruby (1.1.
|
24
|
-
csl (1.
|
23
|
+
concurrent-ruby (1.1.9)
|
24
|
+
csl (1.6.0)
|
25
25
|
namae (~> 1.0)
|
26
|
-
|
26
|
+
rexml
|
27
|
+
csl-styles (1.0.1.11)
|
27
28
|
csl (~> 1.0)
|
28
|
-
em-websocket (0.5.
|
29
|
+
em-websocket (0.5.3)
|
29
30
|
eventmachine (>= 0.12.9)
|
30
|
-
http_parser.rb (~> 0
|
31
|
+
http_parser.rb (~> 0)
|
31
32
|
eventmachine (1.2.7)
|
32
|
-
ffi (1.
|
33
|
+
ffi (1.15.4)
|
33
34
|
forwardable-extended (2.6.0)
|
34
|
-
http_parser.rb (0.
|
35
|
-
i18n (
|
35
|
+
http_parser.rb (0.8.0)
|
36
|
+
i18n (1.8.11)
|
36
37
|
concurrent-ruby (~> 1.0)
|
37
|
-
|
38
|
-
jekyll (3.8.5)
|
38
|
+
jekyll (4.2.1)
|
39
39
|
addressable (~> 2.4)
|
40
40
|
colorator (~> 1.0)
|
41
41
|
em-websocket (~> 0.5)
|
42
|
-
i18n (~> 0
|
43
|
-
jekyll-sass-converter (~>
|
42
|
+
i18n (~> 1.0)
|
43
|
+
jekyll-sass-converter (~> 2.0)
|
44
44
|
jekyll-watch (~> 2.0)
|
45
|
-
kramdown (~>
|
45
|
+
kramdown (~> 2.3)
|
46
|
+
kramdown-parser-gfm (~> 1.0)
|
46
47
|
liquid (~> 4.0)
|
47
|
-
mercenary (~> 0.
|
48
|
+
mercenary (~> 0.4.0)
|
48
49
|
pathutil (~> 0.9)
|
49
|
-
rouge (
|
50
|
+
rouge (~> 3.0)
|
50
51
|
safe_yaml (~> 1.0)
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
52
|
+
terminal-table (~> 2.0)
|
53
|
+
jekyll-sass-converter (2.1.0)
|
54
|
+
sassc (> 2.0.1, < 3.0)
|
55
|
+
jekyll-scholar (7.0.0)
|
56
|
+
bibtex-ruby (~> 6.0)
|
55
57
|
citeproc-ruby (~> 1.0)
|
56
58
|
csl-styles (~> 1.0)
|
57
|
-
jekyll (~>
|
59
|
+
jekyll (~> 4.0)
|
58
60
|
jekyll-watch (2.2.1)
|
59
61
|
listen (~> 3.0)
|
60
|
-
kramdown (
|
61
|
-
|
62
|
+
kramdown (2.3.1)
|
63
|
+
rexml
|
64
|
+
kramdown-parser-gfm (1.1.0)
|
65
|
+
kramdown (~> 2.0)
|
66
|
+
latex-decode (0.3.2)
|
62
67
|
liquid (4.0.3)
|
63
|
-
listen (3.
|
64
|
-
rb-fsevent (~> 0.
|
65
|
-
rb-inotify (~> 0.9, >= 0.9.
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
ast (~> 2.4.0)
|
68
|
+
listen (3.7.0)
|
69
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
70
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
71
|
+
mercenary (0.4.0)
|
72
|
+
method_source (1.0.0)
|
73
|
+
namae (1.1.1)
|
74
|
+
parallel (1.21.0)
|
75
|
+
parser (3.0.3.0)
|
76
|
+
ast (~> 2.4.1)
|
73
77
|
pathutil (0.16.2)
|
74
78
|
forwardable-extended (~> 2.6)
|
75
|
-
pry (0.
|
76
|
-
coderay (~> 1.1
|
77
|
-
method_source (~> 0
|
78
|
-
pry-doc (
|
79
|
-
pry (~> 0.
|
80
|
-
yard (~> 0.
|
81
|
-
public_suffix (
|
79
|
+
pry (0.14.1)
|
80
|
+
coderay (~> 1.1)
|
81
|
+
method_source (~> 1.0)
|
82
|
+
pry-doc (1.2.0)
|
83
|
+
pry (~> 0.11)
|
84
|
+
yard (~> 0.9.11)
|
85
|
+
public_suffix (4.0.6)
|
82
86
|
rainbow (3.0.0)
|
83
|
-
rake (
|
84
|
-
rb-fsevent (0.
|
85
|
-
rb-inotify (0.10.
|
87
|
+
rake (13.0.6)
|
88
|
+
rb-fsevent (0.11.0)
|
89
|
+
rb-inotify (0.10.1)
|
86
90
|
ffi (~> 1.0)
|
87
|
-
|
88
|
-
|
89
|
-
|
91
|
+
regexp_parser (2.1.1)
|
92
|
+
rexml (3.2.5)
|
93
|
+
rouge (3.26.1)
|
94
|
+
rubocop (1.23.0)
|
90
95
|
parallel (~> 1.10)
|
91
|
-
parser (>=
|
96
|
+
parser (>= 3.0.0.0)
|
92
97
|
rainbow (>= 2.2.2, < 4.0)
|
98
|
+
regexp_parser (>= 1.8, < 3.0)
|
99
|
+
rexml
|
100
|
+
rubocop-ast (>= 1.12.0, < 2.0)
|
93
101
|
ruby-progressbar (~> 1.7)
|
94
|
-
unicode-display_width (>= 1.4.0, <
|
95
|
-
|
96
|
-
|
102
|
+
unicode-display_width (>= 1.4.0, < 3.0)
|
103
|
+
rubocop-ast (1.13.0)
|
104
|
+
parser (>= 3.0.1.1)
|
105
|
+
ruby-progressbar (1.11.0)
|
97
106
|
safe_yaml (1.0.5)
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
yard (0.9.19)
|
107
|
+
sassc (2.4.0)
|
108
|
+
ffi (~> 1.9)
|
109
|
+
terminal-table (2.0.0)
|
110
|
+
unicode-display_width (~> 1.1, >= 1.1.1)
|
111
|
+
unicode-display_width (1.8.0)
|
112
|
+
yard (0.9.26)
|
105
113
|
|
106
114
|
PLATFORMS
|
107
|
-
|
115
|
+
x86_64-linux
|
108
116
|
|
109
117
|
DEPENDENCIES
|
110
|
-
bundler (~>
|
118
|
+
bundler (~> 2.2)
|
111
119
|
jekyll-latex-pdf!
|
112
|
-
jekyll-scholar (~>
|
113
|
-
method_source (~> 0
|
114
|
-
pry
|
115
|
-
pry-doc (~>
|
116
|
-
rake (~>
|
117
|
-
rubocop (~>
|
120
|
+
jekyll-scholar (~> 7.0)
|
121
|
+
method_source (~> 1.0)
|
122
|
+
pry (~> 0.14)
|
123
|
+
pry-doc (~> 1.2.0)
|
124
|
+
rake (~> 13)
|
125
|
+
rubocop (~> 1.23)
|
118
126
|
|
119
127
|
BUNDLED WITH
|
120
|
-
|
128
|
+
2.2.32
|
data/README.md
CHANGED
@@ -36,6 +36,13 @@ Or install it yourself as:
|
|
36
36
|
To make it work with jekyll, you need to add `- jekyll-latex-pdf` to the plugins
|
37
37
|
section in your `_config.yml` file of your jekyll site.
|
38
38
|
|
39
|
+
In `_config.yml` you need to add a section for the pdf config:
|
40
|
+
`pdf:
|
41
|
+
pdf_engine: lualatex
|
42
|
+
author: The Default Author
|
43
|
+
`
|
44
|
+
See below for other options and what the options control.
|
45
|
+
|
39
46
|
You need to have Latex installed on your system. Default is to use `lualatex`
|
40
47
|
and `biber` which depends on your system how to install. Look for texlive and
|
41
48
|
biblatex to see how it works.
|
@@ -60,6 +67,12 @@ In your post template use
|
|
60
67
|
to get a link to the pdf version of your page. Maybe you want to surround this
|
61
68
|
in an if clause if you have posts which should not be rendered to pdf too.
|
62
69
|
|
70
|
+
Please note that if you use a baseurl, this is not automatically included. In this case you should use:
|
71
|
+
```
|
72
|
+
<a href="{{ page.pdf_url | prepend:site.baseurl }}" target="_blank">PDF</a>
|
73
|
+
```
|
74
|
+
|
75
|
+
|
63
76
|
## Configuration
|
64
77
|
|
65
78
|
We ship a latex template which is derived from the kramdown original to add
|
@@ -114,23 +127,28 @@ or the _config.yml file. There will also be used `lang` for babel and isodate
|
|
114
127
|
to support different languages. (Only sv, de and en is supported at the moment,
|
115
128
|
just issue your language if this isn't enaugh.)
|
116
129
|
|
117
|
-
###
|
130
|
+
### apa7
|
131
|
+
|
132
|
+
Note: The apa6 is not removed for backwards compatibility. Read the
|
133
|
+
old docs if you need to work with that instead.
|
118
134
|
|
119
|
-
I use the `
|
135
|
+
I use the `apa7` template mostly. This requires the `jekyll-scholar` gem to be
|
120
136
|
added to your procject and enabled in the `_config.yml`. A few more variables
|
121
137
|
can be set in the post (or globally in _config.yml). The content of the extra
|
122
138
|
variables will not be parsed with kramdown. You may use latex notation here, or
|
123
139
|
just use plain text. Not documented headers will be directly passed as is like
|
124
|
-
documented in the (
|
125
|
-
class)[http://mirrors.ctan.org/macros/latex/contrib/
|
140
|
+
documented in the (apa7
|
141
|
+
class)[http://mirrors.ctan.org/macros/latex/contrib/apa7/apa7.pdf].
|
126
142
|
|
127
143
|
- *abstract*: Add your abstract to the post in the yaml header. Abstract is
|
128
144
|
required for apa, so if it is not present the excerpt will be used. This does
|
129
145
|
not work fine in some cases. If so, put it into the yaml header may help.
|
130
|
-
- *shortitle
|
146
|
+
- *shortitle*: Is now required to make it fine.
|
131
147
|
- *affiliation*: The authors affiliation is required with the apa6 class.
|
132
|
-
- *note*:
|
133
|
-
|
148
|
+
- *note*: was supporeted in apa6 and does not work in apa7. However I
|
149
|
+
use this to set the date of the document. I use
|
150
|
+
`\printdate{yyyy-mm-dd}`, so its converted to your language. It is
|
151
|
+
appended to the affiliation.
|
134
152
|
- *date_as_note*: When set to `true` this will add the posts date as note
|
135
153
|
instead of the date.
|
136
154
|
- *authornote*
|
@@ -141,7 +159,7 @@ class)[http://mirrors.ctan.org/macros/latex/contrib/apa6/apa6.pdf].
|
|
141
159
|
- *ccoppy*
|
142
160
|
- *copnum*
|
143
161
|
|
144
|
-
|
162
|
+
apa7 does not render the date by default. You can render the date in the note
|
145
163
|
field. Let jekyll-latex-pdf do that for you by setting `date_as_note` to `true`
|
146
164
|
in the yaml header of your post or the `_config.yml`s pdf section for all.
|
147
165
|
|
@@ -0,0 +1,91 @@
|
|
1
|
+
<% data = @converter.options[:data] %>
|
2
|
+
<%
|
3
|
+
encmap = {
|
4
|
+
'UTF-8' => 'utf8x',
|
5
|
+
'US-ASCII' => 'ascii',
|
6
|
+
'ISO-8859-1' => 'latin1',
|
7
|
+
'ISO-8859-2' => 'latin2',
|
8
|
+
'ISO-8859-3' => 'latin3',
|
9
|
+
'ISO-8859-4' => 'latin4',
|
10
|
+
'ISO-8859-5' => 'latin5',
|
11
|
+
'ISO-8859-9' => 'latin9',
|
12
|
+
'ISO-8859-10' => 'latin10',
|
13
|
+
'CP850' => 'cp850',
|
14
|
+
'CP852' => 'cp852',
|
15
|
+
'CP858' => 'cp858',
|
16
|
+
'CP437' => 'cp437',
|
17
|
+
'CP865' => 'cp865',
|
18
|
+
'CP1250' => 'cp120',
|
19
|
+
'CP1252' => 'cp1252',
|
20
|
+
'CP1257' => 'cp1257'
|
21
|
+
}
|
22
|
+
%><%
|
23
|
+
enclang = {
|
24
|
+
'en' => 'english',
|
25
|
+
'de' => 'ngerman',
|
26
|
+
'sv' => 'swedish'
|
27
|
+
}
|
28
|
+
%>
|
29
|
+
\documentclass[a4paper,jou,biblatex]{apa7}
|
30
|
+
\usepackage[utf8]{luainputenc}
|
31
|
+
%\usepackage{fontspec}
|
32
|
+
|
33
|
+
\usepackage{amsmath}
|
34
|
+
\usepackage{graphicx}
|
35
|
+
%\usepackage[colorinlistoftodos]{todonotes}
|
36
|
+
|
37
|
+
\usepackage{tikz}
|
38
|
+
<%= data[:tikzlibraries] %>
|
39
|
+
|
40
|
+
\usepackage{hyperref}
|
41
|
+
\hypersetup{
|
42
|
+
colorlinks,
|
43
|
+
citecolor=black,
|
44
|
+
filecolor=black,
|
45
|
+
linkcolor=black,
|
46
|
+
urlcolor=darkgray
|
47
|
+
}
|
48
|
+
|
49
|
+
<% if data[:lang] %>
|
50
|
+
\usepackage[<%= enclang[data[:lang]] %>]{babel}
|
51
|
+
\usepackage[<%= enclang[data[:lang]] %>]{isodate}
|
52
|
+
<% else %>
|
53
|
+
\usepackage[english]{babel}
|
54
|
+
\usepackage[english]{isodate}
|
55
|
+
<% end %>
|
56
|
+
|
57
|
+
<% if data[:bibtex_files] %>
|
58
|
+
\usepackage{biblatex}
|
59
|
+
<% data[:bibtex_files].each { |bibfile| %>\addbibresource{<%= bibfile %>}
|
60
|
+
<% } %>
|
61
|
+
<% end %>
|
62
|
+
|
63
|
+
<% if data[:title] %>\title{<%= data[:title] %>}<% end %>
|
64
|
+
<% if data[:shorttitle] %>\shorttitle{<%= data[:shorttitle] %>}<% end %>
|
65
|
+
<% if data[:author] %>\author{<%= data[:author] %>}<% end %>
|
66
|
+
<% if data[:date_str] %>
|
67
|
+
<% if data[:lang] %>\date{\printdate{<%= data[:date_str] %>}}
|
68
|
+
<% else %>\date{<%= data[:date_str] %>}
|
69
|
+
<% end %>
|
70
|
+
<% end %>
|
71
|
+
|
72
|
+
<% if data[:shorttitle] %>\shorttitle{<%= data[:shorttitle] %>}<% end %>
|
73
|
+
<% if data[:affiliation] %>\affiliation{<%= data[:affiliation] %><% if data[:note] %>
|
74
|
+
\bigskip
|
75
|
+
{<%= data[:note] %>}<% end %>}<% end %>
|
76
|
+
<% if data[:abstract] %>\abstract{<%= data[:abstract] %>}<% end %>
|
77
|
+
|
78
|
+
<% if data[:authornote] %>\authornote{<%= data[:authornote] %>}<% end %>
|
79
|
+
<% if data[:keywords] %>\keywords{<%= data[:keywords] %>}<% end %>
|
80
|
+
<% if data[:journal] %>\journal{<%= data[:journal] %>}<% end %>
|
81
|
+
<% if data[:volume] %>\volume{<%= data[:volume] %>}<% end %>
|
82
|
+
<% if data[:ccoppy] %>\ccoppy{<%= data[:ccoppy] %>}<% end %>
|
83
|
+
<% if data[:copnum] %>\copnum{<%= data[:copnum] %>}<% end %>
|
84
|
+
|
85
|
+
\begin{document}
|
86
|
+
<% if data[:title] %>
|
87
|
+
\maketitle
|
88
|
+
<% end %>
|
89
|
+
|
90
|
+
<%= @body %>
|
91
|
+
\end{document}
|
data/jekyll-latex-pdf.gemspec
CHANGED
@@ -22,17 +22,17 @@ Gem::Specification.new do |spec|
|
|
22
22
|
spec.executables = spec.files.grep(%r!^exe/!) { |f| File.basename(f) }
|
23
23
|
spec.require_paths = ["lib"]
|
24
24
|
|
25
|
-
spec.add_development_dependency "bundler", "~>
|
26
|
-
spec.add_development_dependency "method_source", "~> 0
|
27
|
-
spec.add_development_dependency "pry"
|
28
|
-
spec.add_development_dependency "pry-doc", "~>
|
29
|
-
spec.add_development_dependency "rake", "~>
|
30
|
-
spec.add_development_dependency "rubocop", "~>
|
31
|
-
spec.add_development_dependency "jekyll-scholar", "~>
|
25
|
+
spec.add_development_dependency "bundler", "~> 2.2"
|
26
|
+
spec.add_development_dependency "method_source", "~> 1.0"
|
27
|
+
spec.add_development_dependency "pry", "~> 0.14"
|
28
|
+
spec.add_development_dependency "pry-doc", "~> 1.2.0"
|
29
|
+
spec.add_development_dependency "rake", "~> 13"
|
30
|
+
spec.add_development_dependency "rubocop", "~> 1.23"
|
31
|
+
spec.add_development_dependency "jekyll-scholar", "~> 7.0"
|
32
32
|
#spec.add_development_dependency "minitest", "~> 5.0.0"
|
33
33
|
#spec.add_development_dependency "rouge"
|
34
34
|
#spec.add_development_dependency "stringex", "~> 1.5.1"
|
35
35
|
|
36
|
-
spec.add_runtime_dependency "jekyll", "~>
|
37
|
-
spec.add_runtime_dependency "kramdown", "~>
|
36
|
+
spec.add_runtime_dependency "jekyll", "~> 4.2"
|
37
|
+
spec.add_runtime_dependency "kramdown", "~> 2.3"
|
38
38
|
end
|
@@ -64,6 +64,8 @@ module Jekyll
|
|
64
64
|
|
65
65
|
latex = Latex.new(source, @site, @page, @kramdowndata, @name)
|
66
66
|
if 0 == latex.compile
|
67
|
+
# Create target directory if not existing yet (in case of a new post - the HTML rendering which creates folders if needed happens later, so we need to do it here first)
|
68
|
+
FileUtils.mkdir_p(File.dirname(path.to_s))
|
67
69
|
FileUtils.cp(latex.pdf_file, path)
|
68
70
|
Jekyll.logger.debug "cp " + latex.pdf_file.to_s + " " + path.to_s
|
69
71
|
end
|
@@ -48,11 +48,14 @@ module Jekyll
|
|
48
48
|
strict_filters: true,
|
49
49
|
strict_variables: true,
|
50
50
|
}
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
51
|
+
|
52
|
+
template = Liquid::Template.parse(@source)
|
53
|
+
template.warnings.each do |e|
|
54
|
+
Jekyll.logger.warn "Liquid Warning:",
|
55
|
+
LiquidRenderer.format_error(e, path || document.relative_path)
|
56
|
+
end
|
57
|
+
prep_latex = template.render!(@site.site_payload, info)
|
58
|
+
|
56
59
|
|
57
60
|
options = {"data" => @kramdowndata.data,
|
58
61
|
"template" => find_template}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-latex-pdf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Martin Kaffanke
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-06-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -16,126 +16,126 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '2.2'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '2.2'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: method_source
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0
|
33
|
+
version: '1.0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0
|
40
|
+
version: '1.0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: pry
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - "
|
45
|
+
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: '0'
|
47
|
+
version: '0.14'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- - "
|
52
|
+
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: '0'
|
54
|
+
version: '0.14'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: pry-doc
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version:
|
61
|
+
version: 1.2.0
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version:
|
68
|
+
version: 1.2.0
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: rake
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: '
|
75
|
+
version: '13'
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: '
|
82
|
+
version: '13'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: rubocop
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: '
|
89
|
+
version: '1.23'
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: '
|
96
|
+
version: '1.23'
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: jekyll-scholar
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
101
|
- - "~>"
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version:
|
103
|
+
version: '7.0'
|
104
104
|
type: :development
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
108
|
- - "~>"
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version:
|
110
|
+
version: '7.0'
|
111
111
|
- !ruby/object:Gem::Dependency
|
112
112
|
name: jekyll
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
114
114
|
requirements:
|
115
115
|
- - "~>"
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version:
|
117
|
+
version: '4.2'
|
118
118
|
type: :runtime
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
122
|
- - "~>"
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version:
|
124
|
+
version: '4.2'
|
125
125
|
- !ruby/object:Gem::Dependency
|
126
126
|
name: kramdown
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
128
128
|
requirements:
|
129
129
|
- - "~>"
|
130
130
|
- !ruby/object:Gem::Version
|
131
|
-
version: '
|
131
|
+
version: '2.3'
|
132
132
|
type: :runtime
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
136
|
- - "~>"
|
137
137
|
- !ruby/object:Gem::Version
|
138
|
-
version: '
|
138
|
+
version: '2.3'
|
139
139
|
description: Create PDFs for download from your posts, using latex flexible and comfortable.
|
140
140
|
email:
|
141
141
|
- martin@kaffanke.at
|
@@ -155,6 +155,7 @@ files:
|
|
155
155
|
- bin/console
|
156
156
|
- bin/setup
|
157
157
|
- data/kramdown/apa6.latex
|
158
|
+
- data/kramdown/apa7.latex
|
158
159
|
- data/kramdown/jekyll-latex-pdf.latex
|
159
160
|
- jekyll-latex-pdf.gemspec
|
160
161
|
- lib/jekyll-latex-pdf.rb
|
@@ -199,8 +200,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
199
200
|
- !ruby/object:Gem::Version
|
200
201
|
version: '0'
|
201
202
|
requirements: []
|
202
|
-
|
203
|
-
rubygems_version: 2.6.14
|
203
|
+
rubygems_version: 3.1.2
|
204
204
|
signing_key:
|
205
205
|
specification_version: 4
|
206
206
|
summary: Crates pdfs using just latex for jekyll posts. (needs kramdown)
|