aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/teximg_fails_if_same_tex_is_used_on_multiple_pages.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-09-22 18:30:34 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-09-22 18:30:34 +0000
commit811b8726dbd6e274f969738c4e19f0b3dc3dae92 (patch)
tree430dac5ef64473c7fc32a3a5c0c174d4edbdc63b /doc/bugs/teximg_fails_if_same_tex_is_used_on_multiple_pages.mdwn
parent6be34dda9b2b00b129aa774c466c1c8d1471c781 (diff)
downloadikiwiki-811b8726dbd6e274f969738c4e19f0b3dc3dae92.tar
ikiwiki-811b8726dbd6e274f969738c4e19f0b3dc3dae92.tar.gz
bug
Diffstat (limited to 'doc/bugs/teximg_fails_if_same_tex_is_used_on_multiple_pages.mdwn')
-rw-r--r--doc/bugs/teximg_fails_if_same_tex_is_used_on_multiple_pages.mdwn14
1 files changed, 14 insertions, 0 deletions
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
new file mode 100644
index 000000000..844dc5886
--- /dev/null
+++ b/doc/bugs/teximg_fails_if_same_tex_is_used_on_multiple_pages.mdwn
@@ -0,0 +1,14 @@
+If the same teximg is put on multiple pages, the second one will fail:
+
+Error: /home/joey/html//teximg/3eb2b61be1e909df9008a499863eec90.png independently created, not overwriting with version from pics
+
+Ikiwiki doesn't support the concept of two different pages owning the same
+file; only one page can own a file. I don't see a good way around that,
+w/o large changes to ikiwiki.
+
+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]]