[svn r22010] FS#2867 - The online editor: Configuring the mimetex plugin to be disabled (not to be loaded) by default (2-nd commit).

skala
Ivan Tcholakov 16 years ago
parent 39d58f2a7a
commit fd3ed1f387
  1. 4
      main/inc/lib/fckeditor/myconfig.php

@ -105,10 +105,10 @@ $config['LoadPlugin'][] = 'youtube';
$config['LoadPlugin'][] = 'googlemaps';
//
// mimetex : // Adds a dilog for inserting mathematical formulas. In order this plugin to work prpoperly, preliminary changes
// mimetex : Adds a dilog for inserting mathematical formulas. In order this plugin to work prpoperly, preliminary changes
// in your server configuration have to be done. The MimeTex executable file has to be installed, see the installation guide.
//
// Uncomment the line below (remove the double slash) to enable the 'mimetex' plugin:
// Uncomment the line below (remove the double slash at the beginning) to enable the 'mimetex' plugin:
//$config['LoadPlugin'][] = 'mimetex';
//
// Some additional settings become active only when the 'mimetex' plugin has been enabled:

Loading…
Cancel
Save