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)
typst-undergradmath
A Typst port of undergradmath.
Limitations
The following limitations are also annotated in the document.
-
Script letters, such as $\mathscr{P}$ formIt's possible to get script letters like $\mathscr{P}$ from\mathscr{P}
, are unavailable.cal(P)
by changing thestylistic-set
of thetext()
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 assigma.alt
.sigma.alt
is available as fromtypst v0.5.0
. - $\emptyset$ from
\emptyset
is available in Typst asnothing
, while $\varnothing$ from\varnothing
is not. May need alet
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$$\imath$ and $\jmath$ are\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}
.dotless.i
anddotless.j
respectively as fromtypst v0.4.0
. -
$\widehat{x + y}$ fromIt's automatic if you write\widehat{x + y}
is unavailable.$hat(x+y)$
, as mentioned in #2. -
No idea with $\doteq$ fromIt can be obtained with\doteq
. Maybe use fonts from mathabx or do some spacing adjustment withdot
andeq
.\u{2250}
, which is a bit tricky. -
LaTeX arrays (i.e., matrices without fences) are unavailable, but it's easy to get them with theIt's actually available withgrid
function. For math mode, it would be nice to add a new option""
fordelim
of themat
function.$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 bethin
(\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:
- adopt Conventional Commits, and
- 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