User "Reedy" posted a comment on MediaWiki.r87284.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/87284#c22033
Commit summary:

This update fixes bug 27324 by loading the eurosym package to provide
the euro symbol.  This requires the eurosym package be available in
the installed LaTeX distribution.  Five new commands are now
recognized by texvc: \euro, \geneuro, \geneuronarrow, \geneurowide,
and \officialeuro.  All provide varients of the euro symbol, and \euro
is simply short alias for \officialeuro.  In addition some minor
changes have been introduced the html rendering of some math symbols.
The new choices provide html symbols that are higher degree of
similarity in comparison to the corresponding LaTeX symbols.

Comment:

<pre>+              (if !modules_euro then "\\usepackage{eurosym}\n" else "") 
^</pre>

Will this fallback gracefully? ie If we don't have the package, will these 
things just not work?

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to