This commit is contained in:
nicolasconnault
2007-04-04 04:30:21 +00:00
parent a7ad3d051a
commit be5ceecd4d
+5 -6
View File
@@ -30,9 +30,9 @@
<p>The settings page allows the LaTeX and Ghostscript binary paths to be
configured, along with the LaTeX preamble.</p>
<p><b>More info</b></p>
<p><a href="http://www.miktex.org/">MiKTeX</a><br/ >
<p><a href="http://www.miktex.org/">MiKTeX</a><br />
<a href="http://www.forkosh.com/mimetex.html">MimeTeX</a><br />
<a href="http://www.latex-project.org/">LaTeX</a><br/ >
<a href="http://www.latex-project.org/">LaTeX</a><br />
<a href="http://www.ghostscript.com/">ghostscript</a></p>
</div>
@@ -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:</p>
<pre> &lt;lang lang="XX"&gt;your_content_here&lt;/lang&gt;</pre>
<p>Or if you prefer, you may use span tags instead, for example:</p>
<pre> &lt;span lang="XX"&gt;your_content_here&lt;/span&gt;</pre>
<pre> &lt;span lang="XX" class="multilang"&gt;your_content_here&lt;/span&gt;</pre>
<p>You can still use the old (deprecated) span tags instead, for example:</p>
<pre> &lt;lang lang="XX" &gt;your_content_here&lt;/lang&gt;</pre>
</div>