• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sile-typesetter / sile / 9432254829

08 Jun 2024 11:20PM UTC coverage: 60.675% (+3.5%) from 57.223%
9432254829

push

github

alerque
fix(build): Bundle all assets in source distribution

...even when configured for doing a static binary build with embedded
assets. They don't get installed, but they should be in the dist file in
case the good folks building want to configure it a different way.

10441 of 17208 relevant lines covered (60.68%)

1913.98 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/classes/jbook.lua
1
--- jbook document class.
2
-- @use classes.jbook
3

4
local tbook = require("classes.tbook")
×
5

6
local class = pl.class(tbook)
×
7
class._name = "jbook"
×
8

9
function class:_init (options)
×
10
   tbook._init(self, options)
×
11
   SILE.languageSupport.loadLanguage("ja")
×
12
   SILE.settings:set("document.language", "ja", true)
×
13
   SILE.settings:set("font.family", "Noto Sans CJK JP", true)
×
14
end
15

16
class.declareOptions = tbook.declareOptions
×
17

18
class.setOptions = tbook.setOptions
×
19

20
return class
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc