.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 16be913 "test: Add more LaTex fragment examples for dvisvgm" on 2022-04-06.
Markdown source of this page

Equations exported to SVG (dvisvgm)

tags: equations dvisvgm dont-export-during-make-test


Description/Summary

Exporting LaTeX equations as SVG images.

Content

ox-hugo Issue #327

Example of an inline equation: \[ a + b \]

Testing $ .. $ inline equations from ox-hugo Issue #611 : Let us try an inline formula like $p \to q$. Does this work? $r \to s$

Example of a block equation:

\begin{equation*}
C = W\log_{2} (1+\mathrm{SNR})
\end{equation*}
1

Referencing to equation labels does not work when LaTeX equations are exported as images.

tikz #

ox-hugo Issue #565

\begin{equation*}\begin{tikzpicture}
  \draw[gray, thick] (-1,1) -- (1,-1);
\end{tikzpicture}\end{equation*}

Page (Debug)

Page VariableValue
Name "Equations exported to SVG (dvisvgm)"
Title "Equations exported to SVG (dvisvgm)"
ResourceType "page"
Kind "page"
Section "posts"
Draft false
Type "posts"
Layout ""
Permalink "https://ox-hugo.scripter.co/test/posts/equations-exported-to-svg/"
RelPermalink "/posts/equations-exported-to-svg/"
Data
page.Data{} (type:page.Data)
NextPageEquations exported to PNG (dvipng)
PrevPageEquations with (r), (c), ..
NextInSectionEquations exported to PNG (dvipng)
PrevInSectionEquations with (r), (c), ..

Page Params (Debug)

KeyTypeValue
descriptionstring "Exporting <span class=\"latex\">L<sup>a</sup>T<sub>e</sub>X</span> equations as SVG images."
draftbool false
iscjklanguagebool false
lastmodtime.Time 2022-04-06 09:11:07 -0400 -0400
tags[]string "equations" "dvisvgm" "dont-export-during-make-test"
titlestring "Equations exported to SVG (dvisvgm)"

File Object (Debug)

FileInfo VariableValue
UniqueID "6ad0611feabd5d0d66479a4879cffb8d"
BaseFileName "equations-exported-to-svg"
TranslationBaseName "equations-exported-to-svg"
Lang "en"
Section "posts"
LogicalName "equations-exported-to-svg.md"
Dir "posts/"
Ext "md"
Path "posts/equations-exported-to-svg.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]