Project Infrastructure: Difference between revisions

→‎wiki.octave.org: Add info about https://www.mediawiki.org/wiki/Extension:Math problem.
(→‎wiki.octave.org: Add info about https://www.mediawiki.org/wiki/Extension:Math problem.)
Line 84: Line 84:
RewriteRule ^(.*)$ /wiki/index.php?title=$1
RewriteRule ^(.*)$ /wiki/index.php?title=$1
</nowiki>
</nowiki>
==== Known wiki issues ====
* While parsing non-cached <syntaxhighlight inline><math></math></syntaxhighlight> sections, the following error message occurs <syntaxhighlight inline>Failed to parse (PNG conversion failed; check for correct installation of latex and dvipng (or dvips + gs + convert)): ...</syntaxhighlight>
** '''Solution:''' On the server copy the missing LaTeX style to the [https://www.mediawiki.org/wiki/Texvc texvc] build directory. <code>cp -t /tmp ~/local/share/tex/cancel.sty</code>


== Hosted on jwe's digitalocean.com account ==
== Hosted on jwe's digitalocean.com account ==