Skip to content

Commit

Permalink
test(katex): adding other katex stuff to test, sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragbharadwaj committed Dec 26, 2024
1 parent 297e9d8 commit 7e59a63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
delimiters: [
{left: "$$", right: "$$", display: true},
{left: "\\[", right: "\\]", display: true},
{left: "\(", right: "\)", display: true},
{left: "\(", right: "\)", display: false},
{left: "$", right: "$", display: false}
]
});
Expand Down
8 changes: 5 additions & 3 deletions lectures/math/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Note that by "first principles", I really do mean _first_ principles, not third

In keeping with the Commonwealth nomenclature, each module comprises several lectures. Please click on the associated links to see a detailed breakdown of lectures per module. The topics listed below survey broadly what each module aims to cover.

TEST: does KaTeX render inline variables $$n \in N$$ correctly?
TEST: does KaTeX render inline variables $n \in N$ correctly? What about this one:

\\[\forall n \in N.\ n \geq 0.\\]

### [[link]][single]   Single variable calculus

Expand Down Expand Up @@ -46,10 +48,10 @@ TEST: does KaTeX render inline variables $$n \in N$$ correctly?
### [[link]][lebesgue]   Lebesgue theory

|---|---|---|---|
|Non-Riemann integration|Lebesgue convergence|Lebesgue in $$R^n$$|Hilbert spaces|
|Non-Riemann integration|Lebesgue convergence|Lebesgue in $R^n$|Hilbert spaces|
|measure theory|Lebesgue integration|Banach spaces|orthogonality|
|measurable spaces|generalized differentation|Baire's theorem|linear maps|
|Lebesgue measure|product measures|$$L^p$$ spaces|Fourier analysis|
|Lebesgue measure|product measures|$L^p$ spaces|Fourier analysis|


[prob]: {{site.baseurl}}/lectures/ml/prob/
Expand Down

0 comments on commit 7e59a63

Please sign in to comment.