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

sile-typesetter / sile / 14684598788

26 Apr 2025 07:55PM UTC coverage: 29.023% (-36.3%) from 65.328%
14684598788

push

github

alerque
test(fonts): Update test to work on new ICU instead of old

5840 of 20122 relevant lines covered (29.02%)

379.34 hits per line

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

0.0
/packages/math/atoms.lua
1
-- Shorthands for atom types, used in the `atom` command option
2
-- and also in the unicode symbols table / operator dictionary
3
local atomType = {
×
4
   -- The 8 atom types defined in the TeXbook's spacing table
5
   ord = 0,
6
   op = 1,
7
   bin = 2,
8
   rel = 3,
9
   open = 4,
10
   close = 5,
11
   punct = 6,
12
   inner = 7, -- Unused for now (used for fractions in The TeXbook)
13
   -- Other atom types (considered as "ord" for spacing)
14
   over = 8, -- Unused for now (used for overlines etc. in The TeXbook)
15
   under = 9, -- Unused for now (used for underlines etc. in The TeXbook)
16
   accent = 10,
17
   botaccent = 11,
18
}
19

20
return { types = atomType }
×
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

© 2026 Coveralls, Inc