<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MathJax Server &#8211; 编码无悔 /  Intent &amp; Focused</title>
	<atom:link href="https://www.codelast.com/tag/mathjax-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.codelast.com</link>
	<description>最优化之路</description>
	<lastBuildDate>Mon, 27 Apr 2020 17:57:58 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>[原创] LaTeX for WordPress插件更新MathJax Server地址</title>
		<link>https://www.codelast.com/%e5%8e%9f%e5%88%9b-latex-for-wordpress%e6%8f%92%e4%bb%b6%e6%9b%b4%e6%96%b0mathjax-server%e5%9c%b0%e5%9d%80/</link>
					<comments>https://www.codelast.com/%e5%8e%9f%e5%88%9b-latex-for-wordpress%e6%8f%92%e4%bb%b6%e6%9b%b4%e6%96%b0mathjax-server%e5%9c%b0%e5%9d%80/#respond</comments>
		
		<dc:creator><![CDATA[learnhard]]></dc:creator>
		<pubDate>Mon, 12 Jun 2017 02:48:22 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[原创]]></category>
		<category><![CDATA[综合]]></category>
		<category><![CDATA[LaTeX for WordPress]]></category>
		<category><![CDATA[MathJax CDN]]></category>
		<category><![CDATA[MathJax Server]]></category>
		<guid isPermaLink="false">https://www.codelast.com/?p=9278</guid>

					<description><![CDATA[<p>
MathJax是WordPress的<span style="color:#0000ff;">LaTeX for WordPress插件</span>调用的library，用于在WordPress页面上渲染显示完美的数学公式，配置过程可以参考<a href="http://www.codelast.com/?p=6199" target="_blank" rel="noopener noreferrer"><span style="background-color:#ffa07a;">这个</span></a>链接。<br />
从2017.04.30开始，MathJax CDN服务正式关闭（官方通知在<a href="https://www.mathjax.org/cdn-shutting-down/" target="_blank" rel="noopener noreferrer"><span style="background-color:#ffa07a;">这里</span></a>），因此，如果我们原来在<span style="color: rgb(0, 0, 255);">LaTeX for WordPress插件</span>中配置的&#8220;MathJax Server&#8221;选择的是&#8220;MathJax CDN&#8221;，那么就会有问题了&#8212;&#8212;服务将不再可用，这会导致数学公式在WordPress页面上不能被渲染显示。<br />
<span id="more-9278"></span><br />
所以，我们需要使用一个可用的服务来替换掉旧的。MathJax官方已经在文章中给出了一个替代者：<span style="color:#800080;">cdnjs</span>，并且这个服务是&#8220;企业级&#8221;的（比旧的服务还要好）。修改方法如下：<br />
在<span style="color: rgb(0, 0, 255);">LaTeX for WordPress插件</span>的参数设置页面中，&#8220;MathJax Server&#8221;选择&#8220;Custom Service&#8221;，并且在后面的框里填上：</p>
<blockquote>
<p>
		https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML</p>
</blockquote>
<p>然后保存设置、删除Latex cache，再重新加载含有数学公式的网页，就会发现OK了。</p>
<p><span style="color: rgb(255, 255, 255);">文章来源：</span><a href="https://www.codelast.com/" rel="noopener noreferrer" target="_blank"><span style="color: rgb(255, 255, 255);">https://www.codelast.com/</span></a><br />
<span style="color: rgb(255, 0, 0);">➤➤</span>&#160;版权声明&#160;<span style="color: rgb(255, 0, 0);">➤➤</span>&#160;<br />
转载需注明出处：<u><a href="https://www.codelast.com/" rel="noopener noreferrer" target="_blank"><em><span style="color: rgb(0, 0, 255);"><strong style="font-size: 16px;"><span style="font-family: arial, helvetica, sans-serif;">codelast.com</span></strong></span></em></a></u>&#160;<br />
感谢关注我的微信公众号（微信扫一扫）：</p>
<p style="border: 0px; font-size: 13px; margin: 0px 0px 9px; outline: 0px; padding: 0px; color: rgb(77, 77, 77);">
	<img decoding="async" alt="wechat qrcode of codelast" src="https://www.codelast.com/codelast_wechat_qr_code.jpg" style="width: 200px; height: 200px;" />&#8230; <a href="https://www.codelast.com/%e5%8e%9f%e5%88%9b-latex-for-wordpress%e6%8f%92%e4%bb%b6%e6%9b%b4%e6%96%b0mathjax-server%e5%9c%b0%e5%9d%80/" class="read-more">Read More </a></p>]]></description>
										<content:encoded><![CDATA[<p>
MathJax是WordPress的<span style="color:#0000ff;">LaTeX for WordPress插件</span>调用的library，用于在WordPress页面上渲染显示完美的数学公式，配置过程可以参考<a href="http://www.codelast.com/?p=6199" target="_blank" rel="noopener noreferrer"><span style="background-color:#ffa07a;">这个</span></a>链接。<br />
从2017.04.30开始，MathJax CDN服务正式关闭（官方通知在<a href="https://www.mathjax.org/cdn-shutting-down/" target="_blank" rel="noopener noreferrer"><span style="background-color:#ffa07a;">这里</span></a>），因此，如果我们原来在<span style="color: rgb(0, 0, 255);">LaTeX for WordPress插件</span>中配置的&ldquo;MathJax Server&rdquo;选择的是&ldquo;MathJax CDN&rdquo;，那么就会有问题了&mdash;&mdash;服务将不再可用，这会导致数学公式在WordPress页面上不能被渲染显示。<br />
<span id="more-9278"></span><br />
所以，我们需要使用一个可用的服务来替换掉旧的。MathJax官方已经在文章中给出了一个替代者：<span style="color:#800080;">cdnjs</span>，并且这个服务是&ldquo;企业级&rdquo;的（比旧的服务还要好）。修改方法如下：<br />
在<span style="color: rgb(0, 0, 255);">LaTeX for WordPress插件</span>的参数设置页面中，&ldquo;MathJax Server&rdquo;选择&ldquo;Custom Service&rdquo;，并且在后面的框里填上：</p>
<blockquote>
<p>
		https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML</p>
</blockquote>
<p>然后保存设置、删除Latex cache，再重新加载含有数学公式的网页，就会发现OK了。</p>
<p><span style="color: rgb(255, 255, 255);">文章来源：</span><a href="https://www.codelast.com/" rel="noopener noreferrer" target="_blank"><span style="color: rgb(255, 255, 255);">https://www.codelast.com/</span></a><br />
<span style="color: rgb(255, 0, 0);">➤➤</span>&nbsp;版权声明&nbsp;<span style="color: rgb(255, 0, 0);">➤➤</span>&nbsp;<br />
转载需注明出处：<u><a href="https://www.codelast.com/" rel="noopener noreferrer" target="_blank"><em><span style="color: rgb(0, 0, 255);"><strong style="font-size: 16px;"><span style="font-family: arial, helvetica, sans-serif;">codelast.com</span></strong></span></em></a></u>&nbsp;<br />
感谢关注我的微信公众号（微信扫一扫）：</p>
<p style="border: 0px; font-size: 13px; margin: 0px 0px 9px; outline: 0px; padding: 0px; color: rgb(77, 77, 77);">
	<img decoding="async" alt="wechat qrcode of codelast" src="https://www.codelast.com/codelast_wechat_qr_code.jpg" style="width: 200px; height: 200px;" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.codelast.com/%e5%8e%9f%e5%88%9b-latex-for-wordpress%e6%8f%92%e4%bb%b6%e6%9b%b4%e6%96%b0mathjax-server%e5%9c%b0%e5%9d%80/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
