Changeset 522223
- Timestamp:
- 03/22/2012 02:02:30 PM (14 years ago)
- File:
-
- 1 edited
-
latex/trunk/latex.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
latex/trunk/latex.php
r522181 r522223 4 4 Plugin URI: http://wordpress.org/extend/plugins/latex/ 5 5 Description: Using MathJax and LaTex image service, this plugin provides a general solution to add and display your mathematical fourmula, no matter the visitors are visiting your blog or read from Google Reader. 6 Version: 3.3 6 Version: 3.31 7 7 Author: zhiqiang 8 8 Author URI: http://zhiqiang.org … … 66 66 // if (get_option("latex_cache_path") == FALSE ) 67 67 update_option("latex_cache_path", ABSPATH."wp-content/plugins/latex/cache/"); 68 update_option("latex_mathjax_config", '<script type="text/x-mathjax.config"> \n'. 69 ' MathJax.Hub.Config({ \n' . 70 ' TeX: {equationNumbers: {autoNumber: ["AMS"], useLabelIds: true}}, \n' . 71 ' "HTML-CSS": {linebreaks: {automatic: true}}, \n' . 72 ' SVG: {linebreaks: {automatic: true}}\n' . 73 ' }); \n' . 74 '</script>') ; 68 75 } 69 76
Note: See TracChangeset
for help on using the changeset viewer.