.Kind (page): .Type (posts) / .Layout ()
Bundle: n/a (regular page)
[ categories | tags | search ]
ox-hugo Test Site

This is the test site for the ox-hugo package for Emacs/Org-mode.

It is updated automatically after each commit to the ox-hugo repo. It was last updated on Mar 05, 2024 19:24 UTC.


This page was created/modified in commit c3e3115 "Ensure that anchors are never empty" on 2022-01-28.
Markdown source of this page

Blackfriday-specific escaping in equations

categories: upstream

tags: equations mathjax escaping blackfriday


Description/Summary

Test to check that the backslashes are correctly escaped.

Content

ox-hugo Issue #138

\|\\| #

\[ C(w,b) = \frac{1}{2n} \sum_x{{\|y(x)-a\|}^2} \]

\\ at EOL → \\\\ #

\begin{align} a^1 &= x \\ a^2 &= σ(W^2a^1 + b^2) \\ a^3 &= σ(W^3a^2 + b^3) \\ ⋯ \\ a^L &= σ(W^La^{L-1} + b^L) \\ y &= a^L \end{align}

Same as above, but without space before the \\ at EOL #

\begin{align} a^1 &= x\\ a^2 &= σ(W^2a^1 + b^2)\\ a^3 &= σ(W^3a^2 + b^3)\\ ⋯\\ a^L &= σ(W^La^{L-1} + b^L)\\ y &= a^L \end{align}

\{\\{, \}\\} #

ox-hugo Issue #258

\begin{equation} \phi_j(x) = \mathrm{exp}\left\{ - \frac{(x - \mu_j)^2}{2s^2} \right\} \end{equation}

x <0 \\ #

ox-hugo Issue #348

\begin{equation} \begin{cases} u_t = ku_{xx} \\ u(x,0) = T_1 , & x <0 \\ u(x,0) = T_2 , & x > 0 \end{cases} \end{equation}

[ .. ]( .. ) in a LaTeX equation #

ox-hugo Issue #349

In the below equation, without the escaping hack, the Markdown parser gets fooled into thinking that [ e^{at} \right](z) is a Markdown link!

\begin{equation} \mathcal{L}\left[ e^{at} \right](z) = \frac{1}{z-a} \end{equation}

Backslashes within a LaTeX equation #

ox-hugo Issue #458

Double backslashes (\\) should be escaped: \[\sum_{\substack{0<i<m\\0<j<n}}\]

A backslash before any ASCII punctuation character should be escaped, for example, \,, \;, \:, \! are used to control the width of spacing: \[ab\] \[a\ b\] \[a\,b\] \[a\;b\] \[a\:b\] \[a\!b\]


Page (Debug)

Page VariableValue
Name "Blackfriday-specific escaping in equations"
Title "Blackfriday-specific escaping in equations"
ResourceType "page"
Kind "page"
Section "posts"
Draft false
Type "posts"
Layout ""
Permalink "https://ox-hugo.scripter.co/test/posts/equations-bf-escaping/"
RelPermalink "/posts/equations-bf-escaping/"
Data
page.Data{} (type:page.Data)
NextPageBind footnotes to the preceding word
PrevPageCenter align
NextInSectionBind footnotes to the preceding word
PrevInSectionCenter align

Page Params (Debug)

KeyTypeValue
categories[]string "upstream"
descriptionstring "Test to check that the backslashes are correctly escaped."
draftbool false
iscjklanguagebool false
lastmodtime.Time 2022-01-28 11:10:27 -0500 -0500
tags[]string "equations" "mathjax" "escaping" "blackfriday"
titlestring "Blackfriday-specific escaping in equations"

File Object (Debug)

FileInfo VariableValue
UniqueID "c7520bae51a1ca3f48f6aff201ac0172"
BaseFileName "equations-bf-escaping"
TranslationBaseName "equations-bf-escaping"
Lang "en"
Section "posts"
LogicalName "equations-bf-escaping.md"
Dir "posts/"
Ext "md"
Path "posts/equations-bf-escaping.md"

This site is generated using the ox-hugo package for Emacs/Org-mode + hugo-bare-min-theme + Hugo 0.101.0 (commit 466fa43c16709b4483689930a4f9ac8add5c9f66) . This site is powered by Netlify.
[Test Site home | ox-hugo home]