Enivex

Results 50 issues of 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....

feature request
web app

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....

bug
meta

### Description ```typst #set text(lang:"en",hyphenate:true) #block(width:10pt)[doesn't] ``` yields ![image](https://github.com/typst/typst/assets/2191754/cd939687-dbab-4c85-929f-97a1700a7661) Note that doesn't shouldn't have any hyphenation points, here's the word with \usepackage{showhyphens} in LaTeX ![image](https://github.com/typst/typst/assets/2191754/e06d3b54-dfab-4bff-8c5f-4200d995ab80) ### Reproduction URL _No response_...

bug
text

### 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 ] ``` ![image](https://github.com/typst/typst/assets/2191754/04d529a5-6a04-4477-ae7d-7653930baf70)...

bug
text

### 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 ``` #{...

bug
text
diagnostics

### Description ``` "This works" " This works" "This does not work " ``` results in ![image](https://github.com/typst/typst/assets/2191754/fd32af3d-fc12-4962-a94a-abe3a62f95ee) where the last smart quote is flipped. ### Reproduction URL _No response_ ###...

bug
text

### 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...

feature request
visualize

### 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. ![image](https://github.com/typst/typst/assets/2191754/d66e9bf1-6b06-4dd0-b8d6-2295ee0620d4) (See section 6 in the pdf) It would be great if typst...

feature request
styling

### 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:...

bug
styling
math