Skip to content

Commit dcc570c

Browse files
committed
unify font processing pipeline
1 parent e0d0694 commit dcc570c

9 files changed

Lines changed: 7501 additions & 164 deletions

File tree

assets/TeXFonts.8xv

0 Bytes
Binary file not shown.

assets/TeXScrpt.8xv

0 Bytes
Binary file not shown.

autotests/casegen/cases.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ static const TestCase g_basic_cases[] = {
1212
static const TestCase g_complex_cases[] = {
1313
{ "quadratic", NULL, "$x = \\frac{-b \\pm \\sqrt{b^2 - 4ac}}{2a}$", "025A9B2B", 10, 5 },
1414
{ "integral", NULL, "$\\int_{a}^{b} f(x) \\, dx$", "D1829FCF", 10, 5 },
15-
{ "sum_infty", NULL, "$\\sum_{n=0}^{\\infty} \\frac{x^n}{n!}$", "1CAD7706", 10, 5 },
15+
{ "sum_infty", NULL, "$\\sum_{n=0}^{\\infty} \\frac{x^n}{n!}$", "730F2145", 10, 5 },
1616
{ "limit", NULL, "$\\lim_{h \\to 0} \\frac{f(x+h) - f(x)}{h}$", "9D5B0D2F", 10, 5 },
1717
{ "integral_id", NULL, "$\\int_{a}^{b} f(x) \\, dx = F(b) - F(a)$", "750457D6", 10, 5 },
1818
{ "taylor_series", NULL, "$f(x) \\approx f(a) + f'(a)(x-a) + \\frac{f''(a)}{2}(x-a)^2$", "98A44073", 10, 5 },
19-
{ "maclaurin_exp", NULL, "$e^x = \\sum_{n=0}^{\\infty} \\frac{x^n}{n!}$", "D6B4FEBE", 10, 5 },
20-
{ "maclaurin_sin", NULL, "$\\sin x = \\sum_{n=0}^{\\infty} \\frac{(-1)^n x^{2n+1}}{(2n+1)!}$", "227F116E", 10, 5 },
19+
{ "maclaurin_exp", NULL, "$e^x = \\sum_{n=0}^{\\infty} \\frac{x^n}{n!}$", "28234AA9", 10, 5 },
20+
{ "maclaurin_sin", NULL, "$\\sin x = \\sum_{n=0}^{\\infty} \\frac{(-1)^n x^{2n+1}}{(2n+1)!}$", "0B91532B", 10, 5 },
2121
{ "normal_dist", NULL, "$P(x) = \\frac{1}{\\sigma \\sqrt{2\\pi}} e^{-\\frac{1}{2}\\left(\\frac{x-\\mu}{\\sigma}\\right)^2}$", "A1D31211", 10, 5 },
22-
{ "binom_coeff", NULL, "$$\\binom{n}{k} = \\frac{n!}{k!(n-k)!}$$", "3A4F8E54", 10, 5 }
22+
{ "binom_coeff", NULL, "$$\\binom{n}{k} = \\frac{n!}{k!(n-k)!}$$", "D4CD94CC", 10, 5 }
2323
};
2424

2525
static const TestCase g_matrix_cases[] = {

tools/build_tex_fonts.sh

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)