joshua, is it the "<source>" that you're asking about? That's markup for the syntax highlighting extension. It's installed on Wikipedia and most other installations. http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi
us, I checked again and the file is xsl on the File Exchange. it's possible your browser or OS is renaming the file when you download it.
Comment only
24 Apr 2009
Publish to MediaWiki
A stylesheet to make MATLAB publishing produce MediaWiki markup as an output.
this works pretty great for me, but i get things like:
<source lang="matlab"> load('west0479.mat') A = west0479; S = A * A' + speye(size(A)); pct = 100 / prod(size(A));
clf; spy(S), title('A Sparse Symmetric Matrix') nz = nnz(S); xlabel(sprintf('nonzeros=%d (%.3f%%)',nz,nz*pct)); </source>
is it possible that i set something up incorrectly?
Comment only
23 Apr 2009
Publish to MediaWiki
A stylesheet to make MATLAB publishing produce MediaWiki markup as an output.
Comment only