From e148323149ede858305cc638911e043d3495f329 Mon Sep 17 00:00:00 2001 From: koirand Date: Sun, 1 Nov 2020 21:18:35 +0900 Subject: [PATCH] Update example contents --- exampleSite/content/blog/math-typesetting.md | 36 +++----------------- 1 file changed, 5 insertions(+), 31 deletions(-) diff --git a/exampleSite/content/blog/math-typesetting.md b/exampleSite/content/blog/math-typesetting.md index caff3f8..5281f74 100644 --- a/exampleSite/content/blog/math-typesetting.md +++ b/exampleSite/content/blog/math-typesetting.md @@ -5,42 +5,16 @@ draft: false math: true --- -Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries. - +In this theme we will be using [MathJax 2.7](https://docs.mathjax.org/en/v2.7-latest/index.html) -In this example we will be using [KaTeX](https://katex.org/) +- To enable MathJax globally set the parameter `math` to `true` in a project's configuration +- To enable MathJax on a per page basis include the parameter `math: true` in content files -- Create a partial under `/layouts/partials/math.html` -- Within this partial reference the [Auto-render Extension](https://katex.org/docs/autorender.html) or host these scripts locally. -- Include the partial in your templates like so: - -```bash -{{ if or .Params.math .Site.Params.math }} -{{ partial "math.html" . }} -{{ end }} -``` - -- To enable KaTex globally set the parameter `math` to `true` in a project's configuration -- To enable KaTex on a per page basis include the parameter `math: true` in content files - -**Note:** Use the online reference of [Supported TeX Functions](https://katex.org/docs/supported.html) - -{{< math.inline >}} -{{ if or .Page.Params.math .Site.Params.math }} - - - - -{{ end }} -{{}} +**Note:** Use the online reference of [MathJax TeX and LaTeX Support](https://docs.mathjax.org/en/v2.7-latest/tex.html#) ### Examples -{{< math.inline >}} -

-Inline math: \(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\) -

-{{}} +Inline math: $\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…$ Block math: $$