LU Jialin

Results 17 comments of LU Jialin

It seems that for now only TextElem would apply the line decorations (highlight, strikethrough, etc). It shoud not be difficult to support math, I will work on it. The only...

Sorry for not being active. Will work a solution and update soon. I think I am going with the bounding box approach.

Had some initial try. I find that we can do this in `layout_inline` for the equation, we check the decorations styles and then do line-decoration (such as highlight), Result would...

> > However, strike comes in front of the text, so it partially obscures it. What I'm after is a form of highlighting (however that is implemented) where black text...

Hi I just update with an initial version of the background highlight function #2076. The examples are ``` This is the built-in #highlight[highlight with default color]. We can also specify...

Hi all I just upload a PR for this issue. As for one of the major point of discussion of which char to use (or the symbol alpha), in the...

Since #4036 is merged, should we close this issue?

> Ignoring any kind of spacing at the end of the line is a bit problematic, as it might be an intentional `h(..)`. Consider e.g.: > > ```typst > #set...

Okay I just read the code and some relevant PRs about weak spacing. It seems to me that mainly the weak space is all handled inside the Equation and would...

PR updated. Now will propgate the weak attribute to segment::spacing and item:absoulte, which will be used in line layouting.. Now added three test cases `trim-weak-space-line-beginning`, `trim-weak-space-line-end`, `issue-4087`