這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Insert math

描述

Add math support for your site. Insert block/inline formulas in your text with useful and fancy modal. Watch and monitor rendered math in process of typing formula. Change formula color.

Features

  • Math support on both frontend and admin panel
  • Useful and fancy modal for inserting and editing math in posts
  • Insert both block and inline math
  • Changing formula color
  • Set ID and classes for formula
  • Automatic highlighting math in visual editor
  • Adding x-scrollbar to block math if browser viewport is smaller then formula

螢幕截圖

  • Inserting and editing formulas with handy dialog. Monitor the results in process of typing formula.
  • All formulas will have default site text color.
  • Insert formulas in block/inline format. Choose the color for any formula.

安裝

Best is to install directly from WordPress.

Manual installation is simple if required. Only 2 steps:

  1. Upload the entire ‘insert-math’ folder from downloaded archive to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

That’s it! You now can use math on your site!

常見問題

Installation Instructions

Best is to install directly from WordPress.

Manual installation is simple if required. Only 2 steps:

  1. Upload the entire ‘insert-math’ folder from downloaded archive to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

That’s it! You now can use math on your site!

Why do I see LaTeX math in first second when page is loading?

You see LaTeX math in first second because math renderer is loading. When it fully loads all LaTeX math on the page will be automatically converted to normal math.

Which library do you use to add math support?

Plugin is using MathJax library. It was created long ago (in 2009) and it has support for most of the browsers. All redundant extensions are removed in order to speed up loading.

How to set a color for a part of formula?

You can set a color for a part of formula by wrapping this part with \color{color}{text} LaTeX command. Everything inside {text} will have a color specified in {color}. Example: \color{red}{a^2}=\color{blue}{b^2}+\color{green}{c^2}.

I have a problem/idea. Who should I talk with?

Open an issue at plugin GitHub repository.

評價

2021年1月9日
even though it has not received updates for a while, the plugin works very well on most current installations. If you use the classic editor and not the new block editor, of course. Insert Math is a splendid way to insert TeX-like math symbols and formulae, which makes it very handy for scientific blogs.
閱讀全部1個評價

貢獻者及開發者

“Insert math” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

Insert math 外掛目前已有 1 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 Insert math 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

2.0

  • Selected in visual editor formula automatically change its highlighting color
  • Added an ability to set formula color
  • Added an ability to set an ID for formula
  • Added an ability to set classes for formula

1.0

First version