Enivex
Enivex
Disclaimer: I speak as a mathematician, who is also very excited about the idea of Typst as an alternative to TeX for typesetting. I truly believe that in order for...
If one does `set page(width: 21cm, height: auto)`to get a page with the same width as A4, but with arbitrary height, one runs into issues when the page gets long....
This was discussed in the Discord yesterday, and I thought I'd create an issue. In mathematics equations are almost invariably referred to with (1) and not Equation 1 in text....
### Description ```typst #set text(lang:"en",hyphenate:true) #block(width:10pt)[doesn't] ``` yields  Note that doesn't shouldn't have any hyphenation points, here's the word with \usepackage{showhyphens} in LaTeX  ### Reproduction URL _No response_...
### Description First an example of it working correctly: ``` #set par(justify: true) #block(width: 100pt)[ This word is hyphenated\ This word is hyphen\u{2060}ated\ This word is hy\u{2060}phen\u{2060}ated ] ``` ...
### Description So, as one does, I wanted to test out the limits of this https://github.com/typst/typst/commit/b805c5f10080912cbfb1fd2fd2733c48a92ce4f9 Turns out it's very easy to make the compiler crash For instance ``` #{...
### Description ``` "This works" " This works" "This does not work " ``` results in  where the last smart quote is flipped. ### Reproduction URL _No response_ ###...
### Description At the moment, visualize has polygon, but the only regular polygon that is easy to create is a square. https://typst.app/docs/reference/visualize/polygon/ https://typst.app/docs/reference/visualize/square/ It would be helpful to have a...
### Description In the xcolor package for LaTeX (see https://ctan.uib.no/macros/latex/contrib/xcolor/xcolor.pdf) there is a mechanism for mixing colors.  (See section 6 in the pdf) It would be great if typst...
### Description I'm not exactly sure how to describe this issue (there may be more than one) This does not work: ``` #let scr(it) = { show math.equation: set text(font:...