aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/teximg.pm
Commit message (Expand)AuthorAge
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* willu's teximg changes•••* teximg: The prefix is configurable, and has changed to not include the nonstandard mhchem by default. (willu) * teximg: dvipng is used if available to render images. Its output is antialiased and better than dvips. If not available, the old dvips+convert chain will be used. (willu) * Drop suggests on texlive-science, add suggests on dvipng. Joey Hess2008-08-24
* add plugin safe/rebuild info (part 3 of 3)Joey Hess2008-08-03
* switch preprocess hooks to use error functionJoey Hess2008-07-13
* teximg: If the log isn't written, avoid ugly error messages.Joey Hess2008-05-29
* teximg: Fix logurl.Joey Hess2008-05-29
* revert destpage part of f7bdc2385•••destpage does not normally need to be worried about when creating other files as part of the process of rendering a page. Using destpage results in inlined pages creating two copies of such files. It works to not use destpage in this case because the inlining page depends on the source page, so if the source page is modified or deleted the inlining page will be updated. Joey Hess2008-03-23
* * Use forcebaseurl to make page previews be displayed with the html base••• set to the destination page. This avoids need for hacks to munge the urls in preview mode, which fixes several bugs. * Several destpage fixes in plugins. Joey Hess2008-03-12
* the old code worked, suprisingly, but I prefer this formJoey Hess2008-02-04
* I've wrote a little patch for the bug in teximg (can only include fomula on•••one page). Patrick Winnertz2008-01-09
* typojoey2007-08-24
* typojoey2007-08-23
* fix encoding html entities in alt tagjoey2007-08-23
* rename tex to teximgjoey2007-08-23