thibaultmarin has uploaded a new change for review. Change subject: (extension/PGFTikZ) PGFTikZ extension: initial import ......................................................................
(extension/PGFTikZ) PGFTikZ extension: initial import Tag extension (<PGFTIkZ> tag) used to input and render PGF/TikZ code. The code is placed in a temporary LaTeX file, compiled using the following sequence of commands: -latex (generates a .dvi from the generate .tex file) -dvips (generates a .eps file from the .dvi file) -epstool (extracts a minimal bounding box from the .eps file) -convert (ImageMagick converts to the final file type) The generated image is uploaded to the wiki, and the source used to generate it is saved in the image's wikipage. When parsing the tag, the source code is tested against the saved code to skip compilation if it is not needed (see mediawiki.org/wiki/Extension:PGFTikZ). Change-Id: I261a697d687c8bde84dfd4d3d5c3c28962ea6b65 --- A PGFTikZ.hooks.php A PGFTikZ.i18n.php A PGFTikZ.parser.php A PGFTikZ.php 4 files changed, 907 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/PGFTikZ refs/changes/87/38487/1 -- To view, visit https://gerrit.wikimedia.org/r/38487 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I261a697d687c8bde84dfd4d3d5c3c28962ea6b65 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/PGFTikZ Gerrit-Branch: master Gerrit-Owner: thibaultmarin <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
