当前位置:网站首页>review. JS ppt math formula cannot be displayed
review. JS ppt math formula cannot be displayed
2022-06-12 19:06:00 【FakeOccupational】
reason net::ERR_CONNECTION_RESET
https://www.jsdelivr.com/ Unable to access normally . But mathematics js The package is obtained from this website :
math: {
mathjax: 'https://cdn.jsdelivr.net/gh/mathjax/[email protected]/MathJax.js',
config: 'TeX-AMS_HTML-full',
// pass other options into `MathJax.Hub.Config()`
TeX: {
Macros: {
RR: "{
\\bf R}" } }
},
plugins: [ RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight,RevealMath ]
});
Solution : in IP
1: in IP
2: Find something else cdn Website
About use MathJax
Solution : Run locally js
- download https://github.com/mathjax/MathJax/archive/refs/tags/2.7.8.zip
- decompression
- stay ppt To configure :
<script type="text/x-mathjax-config">
//
// Do NOT use this page as a template for your own pages. It includes
// code that is needed for testing your site's installation of MathJax, // and that should not be used in normal web pages. Use sample.html as // the example for how to call MathJax in your own pages. // MathJax.HTML.Cookie.Set("menu",{}); MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], "HTML-CSS": { availableFonts:[], styles: {".MathJax_Preview": {visibility: "hidden"}} } }); MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function () { var FONT = MathJax.OutputJax["HTML-CSS"].Font; FONT.loadError = function (font) { MathJax.Message.Set("Can't load web font TeX/"+font.directory,null,2000); document.getElementById("noWebFont").style.display = "";
};
FONT.firefoxFontError = function (font) {
MathJax.Message.Set("Firefox can't load web fonts from a remote host",null,3000);
document.getElementById("ffWebFont").style.display = "";
};
});
(function (HUB) {
var MINVERSION = {
Firefox: 3.0,
Opera: 9.52,
MSIE: 6.0,
Chrome: 0.3,
Safari: 2.0,
Konqueror: 4.0,
Unknown: 10000.0 // always disable unknown browsers
};
if (!HUB.Browser.versionAtLeast(MINVERSION[HUB.Browser]||0.0)) {
HUB.Config({
jax: [], // don't load any Jax extensions: [], // don't load any extensions
"v1.0-compatible": false // skip warning message due to no jax
});
setTimeout('document.getElementById("badBrowser").style.display = ""',0);
}
})(MathJax.Hub);
MathJax.Hub.Register.StartupHook("End",function () {
var HTMLCSS = MathJax.OutputJax["HTML-CSS"];
if (HTMLCSS && HTMLCSS.imgFonts) {
document.getElementById("imageFonts").style.display = ""}
});
</script>
<script type="text/javascript" src="./MathJax-2.7.8/MathJax-2.7.8/MathJax.js"></script>
or person straight Pick up stay writing in send use Its He Count learn package \tiny Or use other math packages directly in the text or person straight Pick up stay writing in send use Its He Count learn package
Reference and more
have access to table Make a fixed Title format , stay div Write the main content at the position of
<section data-background-color="rgb(255, 255, 255)">
<table> <tr><td style="width: 100%;height: 30px; font-weight:700;"> title </td> <td></td></tr> </table>
<div> Write something </div>
</section>
边栏推荐
- Standard library template learning introduction original
- How to download Vega in China
- Detailed explanation of yolox network structure
- Dacom G150双模耳机,为爱发声,呵护孩子听力健康成长
- 美团获得小样本学习榜单FewCLUE第一!Prompt Learning+自训练实战
- uniapp使用阿里图标
- Rhca memoirs -- Introduction to cl280
- Experiment 10 Bezier curve generation - experiment improvement - interactive generation of B-spline curve
- Transactions in redis
- Attack and defense world (WEB) -- supersqli
猜你喜欢

Wincc7.5 SP1 method for adjusting picture size to display resolution

In 2021, the global spice and seasoning revenue is about 18720million US dollars, and it is expected to reach 25960million US dollars in 2028

数据库全量SQL分析与审计系统性能优化之旅

被八股文害惨了。。。

leetcodeSQL:578. Questions with the highest response rate

ISCC2022
![[0008] unordered list](/img/16/7525d963e68757558dd55ff4d1a23a.png)
[0008] unordered list

Shell 数组和函数

A fruitful afternoon
![leetcode:6094. Company name [group enumeration + cannot repeat set intersection + product Cartesian product (repeat indicates length)]](/img/6c/f42bbec7ff2ec0d104f1dd2c97eab6.png)
leetcode:6094. Company name [group enumeration + cannot repeat set intersection + product Cartesian product (repeat indicates length)]
随机推荐
数据库全量SQL分析与审计系统性能优化之旅
Order allocation strategy for instant delivery: from modeling and Optimization - Notes
leetcode:6096. 咒语和药水的成功对数【排序 + 二分】
vc hacon 联合编程 GenImage3Extern WriteImage
论大型政策性银行贷后,如何数字化转型 ?-亿信华辰
leetcode:98. Count the number of subarrays whose score is less than k [double pointers + number of calculated subsets + de duplication]
Report on market demand trends and future strategic planning recommendations of the global and Chinese smart financial solutions industry 2022-2028
MySQL数据库(28):变量 variables
Redis (XXXII) - using redis as a distributed lock
Kali implements port forwarding through iptables
Observe the page of the website
Kali LAN ARP Spoofing and monitoring other hosts' Internet access records in the LAN
Wincc7.5 SP1 method for adjusting picture size to display resolution
Six stone cognition: the apparent and potential speed of the brain
Cookie & Session & kaptcha验证码
Wireshark basic commands
Exploration of a flexible injection scheme for istio sidecar
PHP converts total seconds to hours, minutes and seconds
原生Servlet - 文件的Upload&Download
Istio 1.14 发布