Update default for inlineMath configuration (don't use dollars by default)

This commit is contained in:
Davide P. Cervone 2011-03-03 16:35:32 -05:00
parent 3eac5f2b7f
commit a15392c23c
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
* *
* --------------------------------------------------------------------- * ---------------------------------------------------------------------
* *
* Copyright (c) 2009 Design Science, Inc. * Copyright (c) 2009-2011 Design Science, Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -24,13 +24,13 @@
*/ */
MathJax.Extension.tex2jax = { MathJax.Extension.tex2jax = {
version: "1.0.3", version: "1.0.4",
config: { config: {
element: null, // The ID of the element to be processed element: null, // The ID of the element to be processed
// (defaults to full document) // (defaults to full document)
inlineMath: [ // The start/stop pairs for in-line math inlineMath: [ // The start/stop pairs for in-line math
['$','$'], // (comment out any you don't want, or add your own, but // ['$','$'], // (comment out any you don't want, or add your own, but
['\\(','\\)'] // be sure that you don't have an extra comma at the end) ['\\(','\\)'] // be sure that you don't have an extra comma at the end)
], ],