• 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/tbook.lua
1
--- tbook document class.
2
-- @use classes.tbook
3

4
local book = require("classes.book")
×
5
local tplain = require("classes.tplain")
×
6

7
local class = pl.class(book)
×
8
class._name = "tbook"
×
9

10
class.defaultFrameset = {
×
11
   runningHead = {
×
12
      left = "left(content) + 9pt",
13
      right = "right(content) - 9pt",
14
      height = "20pt",
15
      bottom = "top(content)-9pt",
16
   },
17
   content = {
×
18
      left = "8.3%pw",
19
      top = "12%ph",
20
      gridsize = 10,
21
      linegap = 7,
22
      linelength = 40,
23
      linecount = 35,
24
   },
25
   folio = {
×
26
      left = "left(content)",
27
      right = "right(content)",
28
      top = "bottom(footnotes)+3%ph",
29
      bottom = "bottom(footnotes)+5%ph",
30
   },
31
   footnotes = {
×
32
      left = "left(content)",
33
      right = "right(content)",
34
      height = "0",
35
      bottom = "83.3%ph",
36
   },
37
}
38

39
function class:_init (options)
×
40
   book._init(self, options)
×
41
   tplain._t_common(self)
×
42
   return self
×
43
end
44

45
class.declareOptions = tplain.declareOptions
×
46

47
class.setOptions = tplain.setOptions
×
48

49
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