From: Joey Hess Date: Tue, 6 Nov 2007 22:31:48 +0000 (-0500) Subject: web commit by PatrickWinnertz X-Git-Tag: 2.12~47 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=61502454542abccb6dadac72f39840b85063063d;p=ikiwiki.git web commit by PatrickWinnertz --- diff --git a/doc/bugs/teximg_fails_if_same_tex_is_used_on_multiple_pages.mdwn b/doc/bugs/teximg_fails_if_same_tex_is_used_on_multiple_pages.mdwn index 844dc5886..7d140b37d 100644 --- a/doc/bugs/teximg_fails_if_same_tex_is_used_on_multiple_pages.mdwn +++ b/doc/bugs/teximg_fails_if_same_tex_is_used_on_multiple_pages.mdwn @@ -10,5 +10,13 @@ This could be fixed by making the teximg directory be a subdirectory of the page containing the image. I seem to remember suggesting this to winnie, and I forget why it wasn't done.. maybe because the same teximg on multiple pages was expected to work, and as an optimisation for that case? - --[[Joey]] + +---- +At first the plugin doesn't use the writefile etc. functions of ikiwiki, but uses own ones (so the created img wasn't owned by any page). +Then this setup of course works. + +After switching to the ikiwiki functions it seems so that I doesn't test this again... sorry a error of mine. I'll work out a fix for this. +I think this will be a own dir for images for every page. + +--[[PatrickWinnertz]]