diff --git a/_posts/2021-09-18-how-to-generate-proper-content-mathml-from-katex-or-latex.md b/_posts/2021-09-18-how-to-generate-proper-content-mathml-from-katex-or-latex.md index 2522d31..ee5409e 100644 --- a/_posts/2021-09-18-how-to-generate-proper-content-mathml-from-katex-or-latex.md +++ b/_posts/2021-09-18-how-to-generate-proper-content-mathml-from-katex-or-latex.md @@ -48,7 +48,7 @@ For now though, here is the same idea, same data without words: Operator|Stack Values ---|--- Push A|[A] -Push B|{B, A] +Push B|[B, A] Push C|[C, B, A] Push D|[D, C, B, A] Pop D|[C, B, A] diff --git a/_site/2021/09/18/how-to-generate-proper-content-mathml-from-katex-or-latex/index.html b/_site/2021/09/18/how-to-generate-proper-content-mathml-from-katex-or-latex/index.html index 860251c..442687d 100644 --- a/_site/2021/09/18/how-to-generate-proper-content-mathml-from-katex-or-latex/index.html +++ b/_site/2021/09/18/how-to-generate-proper-content-mathml-from-katex-or-latex/index.html @@ -95,7 +95,7 @@ For now though, here is the same idea, same data without words:

Push B - {B, A] + [B, A] Push C diff --git a/_site/feed.xml b/_site/feed.xml index 573d96f..542650e 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,4 +1,4 @@ -Jekyll2021-09-22T08:05:55-06:00/feed.xmlHow To Produce Semantically Correct MathML From XaTeX/LaTeX (and other accessibility ideas)2021-09-18T00:00:00-06:002021-09-18T00:00:00-06:00/2021/09/18/how-to-generate-proper-content-mathml-from-katex-or-latex<p>During a recent run-in with the Simon Fraser Fraser University accessibility department, +Jekyll2021-09-22T08:19:13-06:00/feed.xmlHow To Produce Semantically Correct MathML From XaTeX/LaTeX (and other accessibility ideas)2021-09-18T00:00:00-06:002021-09-18T00:00:00-06:00/2021/09/18/how-to-generate-proper-content-mathml-from-katex-or-latex<p>During a recent run-in with the Simon Fraser Fraser University accessibility department, I learned that they’re writers are so well-trained as to write “image” where a simple diagram is shown, and “print out picture of output” where a piece of code lies. I figure the geniuses over there could use some help creating files for the visually impaired. @@ -55,7 +55,7 @@ For now though, here is the same idea, same data without words:</p> </tr> <tr> <td>Push B</td> - <td>{B, A]</td> + <td>[B, A]</td> </tr> <tr> <td>Push C</td> diff --git a/_site/sitemap.xml b/_site/sitemap.xml index 0145d00..7b0fe92 100644 --- a/_site/sitemap.xml +++ b/_site/sitemap.xml @@ -2,31 +2,31 @@ /emacspeak-tutorials/arrays/ -2021-09-22T08:05:55-06:00 +2021-09-22T08:19:13-06:00 /emacspeak-tutorials/functions/ -2021-09-22T08:05:55-06:00 +2021-09-22T08:19:13-06:00 /emacspeak-tutorials/loops/ -2021-09-22T08:05:55-06:00 +2021-09-22T08:19:13-06:00 /emacspeak-tutorials/pointers/ -2021-09-22T08:05:55-06:00 +2021-09-22T08:19:13-06:00 /emacspeak-tutorials/printing/ -2021-09-22T08:05:55-06:00 +2021-09-22T08:19:13-06:00 /emacspeak-tutorials/structs/ -2021-09-22T08:05:55-06:00 +2021-09-22T08:19:13-06:00 /emacspeak-tutorials/user-input/ -2021-09-22T08:05:55-06:00 +2021-09-22T08:19:13-06:00 /2020/01/22/padding-and-margin/ diff --git a/_site/tests/latex-grouping/index.html b/_site/tests/latex-grouping/index.html index 70e4eae..1c6a00f 100644 --- a/_site/tests/latex-grouping/index.html +++ b/_site/tests/latex-grouping/index.html @@ -37,11 +37,11 @@ \text{1001}_{2} + \text{0110}_{2} = \text{1111}_{2}

-

Grouping V1: 51210=29=1111111112\text{512}_{10} = 2^{9} = \text{111111111}_{2}

+

Grouping V1: 51210=2109=1111111112\text{512}_{10} = 2^{9}_{10} = \text{111111111}_{2}

-

Grouping V2: 51210=29=1111111112\mathit{512}_{10} = 2^{9} = \mathit{111111111}_{2}

+

Grouping V2: 51210=2109=1111111112\mathit{512}_{10} = 2^{9}_{10} = \mathit{111111111}_{2}

-

Grouping V3: 51210=29=1111111112\it{512}_{10} = 2^{9} = \it{111111111}_{2}

+

Grouping V3: 51210=2109=1111111112\it{512}_{10} = 2^{9}_{10} = \it{111111111}_{2}

diff --git a/tests/latex-grouping.md b/tests/latex-grouping.md index 6a925f4..6ea0d51 100644 --- a/tests/latex-grouping.md +++ b/tests/latex-grouping.md @@ -9,9 +9,9 @@ Grouping V0: \text{1001}_{2} + \text{0110}_{2} = \text{1111}_{2} {% endkatex %} -Grouping V1: $$\text{512}_{10} = 2^{9} = \text{111111111}_{2}$$ +Grouping V1: $$\text{512}_{10} = 2^{9}_{10} = \text{111111111}_{2}$$ -Grouping V2: $$\mathit{512}_{10} = 2^{9} = \mathit{111111111}_{2}$$ +Grouping V2: $$\mathit{512}_{10} = 2^{9}_{10} = \mathit{111111111}_{2}$$ -Grouping V3: $$\it{512}_{10} = 2^{9} = \it{111111111}_{2}$$ +Grouping V3: $$\it{512}_{10} = 2^{9}_{10} = \it{111111111}_{2}$$