LU Jialin

Results 5 issues of LU Jialin

Regarding #2200, it turns out the highlight is supported for normal text but not for math equations. This PR implement the highlight for math equations. Like highlight, other line-based decorations...

waiting-on-design

## updated This PR adds a bool to Segment::Spacing and Item::Absolute so that when layouting a line, the weak space in the beginning or the end of the line is...

As per #1177, this PR implements the curly-braced numbering pattern so that certain characters such as 't' can be used in the pattern. ``` #numbering("1", 13) #numbering("{1}", 13) #numbering("{arabic}", 13)...

model
interface

Re-work #2 but take numpy array as input. Example usage: ``` import arckit import arckit.vis as vis # Load the training data train_set, eval_set = arckit.load_data() # Get the first...

Per #1 the figure should have a opaque white background so that in the dark mode SVG rendering, black text will still be visible. PS I do not know how...