GithubHelp home page GithubHelp logo

tikzjax about hexo-filter-mathjax HOT 6 CLOSED

next-theme avatar next-theme commented on June 20, 2024
tikzjax

from hexo-filter-mathjax.

Comments (6)

stevenjoezhang avatar stevenjoezhang commented on June 20, 2024

Do you mean this tikzjax: https://github.com/kisonecat/tikzjax
I'm afraid it may not be supported. TikZJax is TikZ running under WebAssembly in the browser, but this plugin runs server-side.
See also mathjax/MathJax#41

from hexo-filter-mathjax.

mathirst avatar mathirst commented on June 20, 2024

Do you mean this tikzjax: https://github.com/kisonecat/tikzjax I'm afraid it may not be supported. TikZJax is TikZ running under WebAssembly in the browser, but this plugin runs server-side. See also mathjax/MathJax#41

I see. Thank you!

from hexo-filter-mathjax.

stevenjoezhang avatar stevenjoezhang commented on June 20, 2024

And, you can try to use tikzjax like this in Hexo:

---
title: LaTeX demo
date: 2022-11-22 16:33:13
mathjax: true
---

<link rel="stylesheet" type="text/css" href="https://tikzjax.com/v1/fonts.css">
<script src="https://tikzjax.com/v1/tikzjax.js"></script>
<script type="text/tikz">
  \begin{tikzpicture}
    \draw (0,0) circle (1in);
  \end{tikzpicture}
</script>

this plugin won't render math formulas inside <script> tag, so the front-end script of tikzjax can handle them when users open the webpage

from hexo-filter-mathjax.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.