From 7c66b227a494748e2a546fb85317accd00aebe53 Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Thu, 15 Feb 2024 05:11:07 +0100 Subject: Update --- _config.yaml | 70 ++++++++++++++++++++++++++++-------------------------------- 1 file changed, 33 insertions(+), 37 deletions(-) (limited to '_config.yaml') diff --git a/_config.yaml b/_config.yaml index ae73c4c..172c410 100644 --- a/_config.yaml +++ b/_config.yaml @@ -21,48 +21,44 @@ defaults: search: tokenizer_separator: /[\s\-\u2013/]+/ -#color_scheme: dark -#incremental: true +# color_scheme: dark +# incremental: true kramdown: input: GFMKatex - # parse_block_html: true + # parse_block_html: true math_engine: katex math_engine_opts: - { - output: "html", - macros: - { - "\\NN": "\\mathbb{N}", - "\\ZZ": "\\mathbb{Z}", - "\\QQ": "\\mathbb{Q}", - "\\RR": "\\mathbb{R}", - "\\CC": "\\mathbb{C}", - "\\HH": "\\mathbb{H}", - "\\KK": "\\mathbb{K}", - "\\FF": "\\mathbb{F}", - "\\hilb": "\\mathcal{#1}", - "\\abs": "\\lvert #1 \\rvert", - "\\norm": "\\lVert #1 \\rVert", - "\\braces": "\\lbrace #1 \\rbrace", - "\\angles": "\\langle #1 \\rangle", - "\\innerp": "\\langle #1, #2 \\rangle", - "\\diam": "\\operatorname{diam}(#1)", - "\\dist": "\\operatorname{dist}(#1)", - "\\Re": "\\operatorname{Re}", - "\\Im": "\\operatorname{Im}", - "\\dom": "D(#1)", - "\\ran": "R(#1)", - "\\graph": "G(#1)", - "\\pspec": "\\sigma_p(#1)", - "\\cspec": "\\sigma_c(#1)", - "\\rspec": "\\sigma_r(#1)", - "\\Res": "\\operatorname{Res}", - "\\co": "\\operatorname{co}", - "\\bal": "\\operatorname{bal}", - "\\aco": "\\operatorname{aco}", - }, - } + output: "html" + macros: + "\\NN": "\\mathbb{N}" + "\\ZZ": "\\mathbb{Z}" + "\\QQ": "\\mathbb{Q}" + "\\RR": "\\mathbb{R}" + "\\CC": "\\mathbb{C}" + "\\HH": "\\mathbb{H}" + "\\KK": "\\mathbb{K}" + "\\FF": "\\mathbb{F}" + "\\hilb": "\\mathcal{#1}" + "\\abs": "\\lvert #1 \\rvert" + "\\norm": "\\lVert #1 \\rVert" + "\\braces": "\\lbrace #1 \\rbrace" + "\\angles": "\\langle #1 \\rangle" + "\\innerp": "\\langle #1, #2 \\rangle" + "\\diam": "\\operatorname{diam}(#1)" + "\\dist": "\\operatorname{dist}(#1)" + "\\Re": "\\operatorname{Re}" + "\\Im": "\\operatorname{Im}" + "\\dom": "D(#1)" + "\\ran": "R(#1)" + "\\graph": "G(#1)" + "\\pspec": "\\sigma_p(#1)" + "\\cspec": "\\sigma_c(#1)" + "\\rspec": "\\sigma_r(#1)" + "\\Res": "\\operatorname{Res}" + "\\co": "\\operatorname{co}" + "\\bal": "\\operatorname{bal}" + "\\aco": "\\operatorname{aco}" callouts: definition: -- cgit v1.2.3-54-g00ecf