From be5ceecd4dc6f4320be328445ce1b1961180e191 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Wed, 4 Apr 2007 04:30:21 +0000 Subject: [PATCH] MDL-9144 --- lang/en_utf8/help/filters.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/lang/en_utf8/help/filters.html b/lang/en_utf8/help/filters.html index 0d7d789fc45..aae6206e5fd 100644 --- a/lang/en_utf8/help/filters.html +++ b/lang/en_utf8/help/filters.html @@ -30,9 +30,9 @@

The settings page allows the LaTeX and Ghostscript binary paths to be configured, along with the LaTeX preamble.

More info

-

MiKTeX
+

MiKTeX
MimeTeX
- LaTeX
+ LaTeX
ghostscript

@@ -99,8 +99,7 @@ language will then change when the user changes their selected Moodle language. To use this feature first create your contents in multiple languages (in the same resource). Then enclose each language block in the following tags:

-
      <lang lang="XX">your_content_here</lang>
- -

Or if you prefer, you may use span tags instead, for example:

-
      <span lang="XX">your_content_here</span>
+
      <span lang="XX" class="multilang">your_content_here</span>
+

You can still use the old (deprecated) span tags instead, for example:

+
      <lang lang="XX" >your_content_here</lang>