我正在亚马逊托管的虚拟机上试用bitnami wordpress服务,并安装了mathjax latex插件。当我将其配置为使用“use MathJax CDN Service”时,这会起作用,但我希望有一些自己的宏。
根据自述,我在plugins/MathJax-latex/MathJax下放置了一个MathJax树的副本:
wget https://github.com/mathjax/MathJax/zipball/v2.3-latest
mv v2.3-latest ~/tmp/mathjax-v2.3-latest.zip
unzip ~/tmp/mathjax-v2.3-latest.zip
mv mathjax-MathJax-78ea6af MathJax
因此它位于此处:
/opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/mathjax-latex/MathJax
在MathJax latex插件配置中的“Custom MathJax location,if you not using the CDN”(自定义MathJax位置,如果您没有使用CDN),我已经尝试了以下所有方法:
/wp-content/plugins/mathjax-latex/MathJax/default.js
/wp-content/plugins/mathjax-latex/MathJax
http://localhost/wp-content/plugins/mathjax-latex/MathJax
http://localhost/wp-content/plugins/mathjax-latex/MathJax/default.js
/opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/mathjax-latex/MathJax/default.js
/opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/mathjax-latex/MathJax
在“MathJax配置”下选择默认值,但当我访问带有一些MathJax标记的页面时,下载的MathJax版本无法加载。
我假设我没有正确指定“自定义MathJax位置”。有没有人知道如何正确地指定这一点,或者是否需要其他任何东西来安装我自己的定制mathjax配置?
最合适的回答,由SO网友:Peeter Joot 整理而成
它需要实际的dns名称和MathJax。js作为文件名:
http://ec2-[...].compute-1.amazonaws.com/wp-content/plugins/mathjax-latex/MathJax/MathJax.js
需要dns名称是不幸的,因为如果我停止并稍后重新激活VM,每次都会更改。