diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-22 05:53:18 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-22 05:53:18 +0000 |
commit | 507fd20d6ef3ce3ef3d82e9135093a97cfedfcd6 (patch) | |
tree | 7075e85a451e21eb04b8f87637e464e67d9c3b33 | |
parent | 83be2f2d09c550b033101cdfe7b843e9893e0aa4 (diff) |
web commit by PatrickWinnertz
-rw-r--r-- | doc/todo/latex.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/latex.mdwn b/doc/todo/latex.mdwn index 04eacbad4..5367ffc5f 100644 --- a/doc/todo/latex.mdwn +++ b/doc/todo/latex.mdwn @@ -169,6 +169,8 @@ Okay, the last version of the tex plugin for ikiwiki can be downloaded [here](ht > > Can you please flesh out [[plugins/tex]] with > whatever documentation people who know tex will expect to see? +Okay, I'll fill this up today I think with information about the plugin + > > Also, please review my changes. In particular, I changed the @badthings > array to use qr//, which is much clearer, but it needs to be tested that @@ -178,16 +180,26 @@ Okay, the last version of the tex plugin for ikiwiki can be downloaded [here](ht > Does it really make sense to have an alt tag for the image > that contains the tex code? Will that make any sense when browsing > without images? +Mh.. For people who know latex very well this would be enough to imagine how the image would look like. +This are of course the minority of people (but I guess also the minority of people are using non-gui browsers). + + > > I'm thinking about renameing the preprocessor directive to teximg. > \[[teximg code="" alt="foo"]] makes sense.. Would it make sense to rename > the whole plugin, or do you think that other tex stuff should go in this > same plugin? + +I'll think over this until I'm at work ;) + > > Note: I removed the style= attribute, since as I've told you, the > htmlsanitizer strips those since they can be used to insert javascript. I > put in a class=teximage instead; the style sheet could be modified to > style that, if you want to send a patch for that. +Ah yes.. sorry forgot to update the plugin in my public_html folder %-). This was my last change in this plugin :) Sorry. + + > > --[[Joey]] |