diff --git a/documentation/installation_guide.html b/documentation/installation_guide.html index 29047dd3b7..6954b541c7 100644 --- a/documentation/installation_guide.html +++ b/documentation/installation_guide.html @@ -631,7 +631,6 @@ Here is an example:
  • 4. To install mimetex executable file, make these changes:
  • -

    Add the corresponding cgi-bin directory to your Apache configuration could be done, in Apache 2, like this: @@ -657,6 +656,11 @@ Here is an example:

    If you are reluctant to modify your Apache configuration, alternately you may do at step 4 the following: copy mimetex.exe (for windows) or mimetex.cgi (for linux) from dokeos/main/inc/lib/mimetex/ directory to your cgi-bin/

    +
  • 5. Make sure that the file mimetex.cgi (or mimetex.exe) has right to be executed by the web-server process. For example, on a Ubuntu Linux system you may write a command like the following:
  • +
    +

    sudo chmod a+x mimetex.cgi

    +
    +

    As a result of this procedure, a new button becomes available in your Dokeos online editor, that gives you possibility to insert mathematical formulas into your documents.