manim/.github/manimdependency.json
pre-commit-ci[bot] e475e13b22
[pre-commit.ci] pre-commit autoupdate (#2044)
* [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>
2021-09-15 12:57:54 +02:00

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"
]
}
}