mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-9144
This commit is contained in:
parent
1034c280ec
commit
e025351854
@ -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> <lang lang="XX">your_content_here</lang></pre>
|
||||
|
||||
<p>Or if you prefer, you may use span tags instead, for example:</p>
|
||||
<pre> <span lang="XX">your_content_here</span></pre>
|
||||
<pre> <span lang="XX" class="multilang">your_content_here</span></pre>
|
||||
<p>You can still use the old (deprecated) span tags instead, for example:</p>
|
||||
<pre> <lang lang="XX" >your_content_here</lang></pre>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user