mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v2.25.0 → v2.26.0](https://github.com/asottile/pyupgrade/compare/v2.25.0...v2.26.0) * trying to fix missing mathrsfs.sty for macos pipeline * install same set of tex packages for macos as for windows Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Darylgolden <darylgolden@gmail.com> Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"windows": {
|
|
"tinytex": [
|
|
"standalone",
|
|
"preview",
|
|
"doublestroke",
|
|
"ms",
|
|
"everysel",
|
|
"setspace",
|
|
"rsfs",
|
|
"relsize",
|
|
"ragged2e",
|
|
"fundus-calligra",
|
|
"microtype",
|
|
"wasysym",
|
|
"physics",
|
|
"dvisvgm",
|
|
"jknapltx",
|
|
"wasy",
|
|
"cm-super",
|
|
"babel-english",
|
|
"gnu-freefont",
|
|
"mathastext",
|
|
"cbfonts-fd"
|
|
]
|
|
},
|
|
"macos": {
|
|
"tinytex": [
|
|
"standalone",
|
|
"preview",
|
|
"doublestroke",
|
|
"ms",
|
|
"everysel",
|
|
"setspace",
|
|
"rsfs",
|
|
"relsize",
|
|
"ragged2e",
|
|
"fundus-calligra",
|
|
"microtype",
|
|
"wasysym",
|
|
"physics",
|
|
"dvisvgm",
|
|
"jknapltx",
|
|
"wasy",
|
|
"cm-super",
|
|
"babel-english",
|
|
"gnu-freefont",
|
|
"mathastext",
|
|
"cbfonts-fd"
|
|
]
|
|
}
|
|
}
|