asciidoctor-pdf-mathjax 0.2.0 → 0.3.0

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
  SHA256:
3
- metadata.gz: ca91538264bb33f7f1396cd2a572e8aab9b025d8ad0aad41f2218f382ea4580b
4
- data.tar.gz: fa2bd399de8b1f2b8b496d4502d97440b17fdeac71a70d1615aade5a778a635f
3
+ metadata.gz: f9584bfd63eeb80c3ff6f8158cbe96b6437a0b21342f3b99805d8298ed07d598
4
+ data.tar.gz: 9866513c3050b00e807385e5fde0f81854b9685db41a4cff6e7ed5112b411742
5
5
  SHA512:
6
- metadata.gz: 3196f3580bf60ddce0ceae5b7abd339019571bce0a05d5b4e2f2ab2e25fa88fa6cd085cfe567aa5be7fc54227dcabe3ea5d9ba616c628ea754d88c4098c82b7e
7
- data.tar.gz: d22d84c24ce7317cf9ef93b297917e4d3c3a1ba259a2e0f762e41b62b1be80b9c71ab26759d6f89d4f1f40e05981443ce9344818f9f9a56bbb74389db1d0414e
6
+ metadata.gz: dd4750377ed2242a86f3d420a62d5a28cd5e18c97fd0f4522cc17c26dc762f6161e56e5cf3f5ec42fb158f6f16102405bf95de20806a0c720241ffb87c6539ea
7
+ data.tar.gz: 9221217c5229d793464d5ce53cb1790f11d70f954a12e325403e1c2f2deb713c3fc35379141de48eee54a717e22a3923d5b03f31f410cedb7d3cd5f583cdf849
@@ -165,6 +165,10 @@ class AsciidoctorPDFExtensions < (Asciidoctor::Converter.for 'pdf')
165
165
  font_catalog = theme.font_catalog
166
166
  font_file = font_catalog[font_family][font_style.to_s]
167
167
 
168
+ if font_file && !font_file.include?(File::SEPARATOR)
169
+ font_file = File.join(node.document.attributes['pdf-fontsdir'], font_file)
170
+ end
171
+
168
172
  font = TTFunk::File.open(font_file)
169
173
  descender_height = font.horizontal_header.descent.abs
170
174
  ascender_height = font.horizontal_header.ascent.abs
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidoctor-pdf-mathjax
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Crown0815
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-14 00:00:00.000000000 Z
10
+ date: 2025-03-19 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: asciidoctor