MyGit

johanvx/typst-undergradmath

Fork: 6 Star: 110 (更新于 2024-11-04 21:15:35)

license: CC-BY-SA-4.0

Language: Typst .

A Typst port of undergradmath

最后发布版本: v1.4.0 ( 2024-05-20 00:37:24)

GitHub网址

typst-undergradmath

CC BY-SA 4.0 Latest release Checks status

A Typst port of undergradmath.

Limitations

The following limitations are also annotated in the document.

  • Script letters, such as $\mathscr{P}$ form \mathscr{P}, are unavailable. It's possible to get script letters like $\mathscr{P}$ from cal(P) by changing the stylistic-set of the text() function. The stylistic set to apply is font-specific, so it's necessary to consult the font to know which set is desired.
  • Greek letter $\varsigma$ \u{03C2} from \varsigma is not defined as a symbol and should probably be defined as sigma.alt. sigma.alt is available as from typst v0.5.0.
  • $\emptyset$ from \emptyset is available in Typst as nothing, while $\varnothing$ from \varnothing is not. May need a let binding with some specific fonts. See the Version 3.93 section of README at https://www.ctan.org/tex-archive/fonts/newcomputermodern. See also #10 and #16 for details.
  • $\imath$ \u{1D6A4} and $\jmath$ \u{1D6A5}, from \imath and \jmath respectively, are not defined as symbols. They are used in like vectors $\vec{\imath}$ with \vec{\imath}. $\imath$ and $\jmath$ are dotless.i and dotless.j respectively as from typst v0.4.0.
  • $\widehat{x + y}$ from \widehat{x + y} is unavailable. It's automatic if you write $hat(x+y)$, as mentioned in #2.
  • No idea with $\doteq$ from \doteq. Maybe use fonts from mathabx or do some spacing adjustment with dot and eq. It can be obtained with \u{2250}, which is a bit tricky.
  • LaTeX arrays (i.e., matrices without fences) are unavailable, but it's easy to get them with the grid function. For math mode, it would be nice to add a new option "" for delim of the mat function. It's actually available with $mat(delim: #none, ..)$.
  • No idea with spacing between values and units. It would be really great to have something like siunitx. The space between values and units can be thin (\u{2009}), as mentioned in #17. There are also some amazing Typst ports of siunitx, such as metro and unify.

License

Like undergradmath, typst-undergradmath is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.

Contributing to typst-undergradmath

If you're interested in contributing to this project, feel free to comment on existing issues, open new issues and create pull requests.

If you create a pull request, make sure to observe the following rules:

  1. adopt Conventional Commits, and
  2. keep the document two-page.

最近版本更新:(数据更新于 2024-09-04 12:37:06)

2024-05-20 00:37:24 v1.4.0

2024-05-14 13:44:05 v1.3.0

2023-12-08 10:28:49 v1.2.0

2023-11-22 19:35:05 v1.2.0

2023-09-16 14:36:38 v1.1.0

2023-08-08 20:47:13 v1.0.0

2023-07-20 13:02:38 v0.1.1

2023-06-15 22:49:50 v0.1.0

2023-05-22 01:24:30 v0.0.2

2023-04-19 00:56:57 v0.0.1

johanvx/typst-undergradmath同语言 Typst最近更新仓库

2024-08-21 01:55:24 mintyfrankie/brilliant-CV

2024-07-07 20:49:57 Enter-tainer/typst-preview

2024-04-02 10:09:33 Leedehai/typst-physics

2024-03-18 05:41:13 cetz-package/cetz

2024-02-25 19:42:03 sahasatvik/typst-theorems

2024-01-12 23:23:59 PgBiel/typst-tablex