diff --git a/test/site/content-org/all-posts.org b/test/site/content-org/all-posts.org index 26cb5246..b7a37982 100644 --- a/test/site/content-org/all-posts.org +++ b/test/site/content-org/all-posts.org @@ -3912,6 +3912,15 @@ C = W\log_{2} (1+\mathrm{SNR}) Referencing to equation labels does not work when {{{latex}}} equations are exported as images. #+end_note +*** tikz +{{{oxhugoissue(565)}}} + +#+latex_header: \usepackage{tikz} +#+latex_header: \usepackage{pgfplots} + +\begin{equation*}\begin{tikzpicture} + \draw[gray, thick] (-1,1) -- (1,-1); +\end{tikzpicture}\end{equation*} ** Equations exported to PNG (dvipng) :dont_export_during_make_test:dvipng: :PROPERTIES: :EXPORT_FILE_NAME: equations-exported-to-png diff --git a/test/site/content-org/ltximg/all-posts_883cc123fe80ef810c1787b4c684be98b48dae22.svg b/test/site/content-org/ltximg/all-posts_883cc123fe80ef810c1787b4c684be98b48dae22.svg new file mode 100644 index 00000000..4cdfb577 --- /dev/null +++ b/test/site/content-org/ltximg/all-posts_883cc123fe80ef810c1787b4c684be98b48dae22.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/test/site/content/posts/equations-exported-to-svg.md b/test/site/content/posts/equations-exported-to-svg.md index 79417425..2be6a564 100644 --- a/test/site/content/posts/equations-exported-to-svg.md +++ b/test/site/content/posts/equations-exported-to-svg.md @@ -30,3 +30,17 @@ Referencing to equation labels does not work when La + + +## tikz {#tikz} + +`ox-hugo` Issue #[565](https://github.com/kaushalmodi/ox-hugo/issues/565) + + +
+ +\begin{equation*}\begin{tikzpicture}
+  \draw[gray, thick] (-1,1) -- (1,-1);
+\end{tikzpicture}\end{equation*} + +
diff --git a/test/site/static/ltximg/all-posts_883cc123fe80ef810c1787b4c684be98b48dae22.svg b/test/site/static/ltximg/all-posts_883cc123fe80ef810c1787b4c684be98b48dae22.svg new file mode 100644 index 00000000..4cdfb577 --- /dev/null +++ b/test/site/static/ltximg/all-posts_883cc123fe80ef810c1787b4c684be98b48dae22.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file