X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/d1be8177aaf43d63664aefd4f00fa5fdd73c0937..2fc21bff0adc27d9374aa6b5f5011ca422df47d8:/doc/forum/Formatting_algorithms.mdwn diff --git a/doc/forum/Formatting_algorithms.mdwn b/doc/forum/Formatting_algorithms.mdwn index 99c1bb28b..c7f4aaa76 100644 --- a/doc/forum/Formatting_algorithms.mdwn +++ b/doc/forum/Formatting_algorithms.mdwn @@ -14,3 +14,41 @@ that aren't formulas? Could it work with a LaTeX document or with an algorithm e Of course, of you have other suggestions I'll be happy to hear. I want to make a careful choice before I start writing many algorithms :-) + +> You may try to see if you can select a pseudo-code languages in one of the +> highlight plugins ([[plugins/contrib/highlightcode]], +> [[plugins/contrib/sourcehighlight]], [[plugins/highlight]], other ?). The +> list of supported languages with the [[plugins/highlight]] plugin is +> [[here|http://www.andre-simon.de/doku/highlight/en/langs.php]], and if you +> cannot find your languages, I think you can define your own +> [[here|http://www.andre-simon.de/doku/highlight/en/plugins.php]]. +> +> -- [[Louis|spalax]] + +>> Thanks, I looked at it. I don't think there's any special language for algorithms +>> (anyway I couldn't find any), but for the record I found the following possibilities: +>> +>> 1. LaTeX: Not very readable in source form, but could be highlighted, didn't try +>> 2. Writing in a subset of Python/Pascal/Fortran and using their highlighting +>> 3. Define a new highlight syntax +>> +>> What about [[plugins/teximg]]? If it can be used to generate algorithms from LaTeX, it would be +>> an easy excellent solution. +>> +>> --[[fr33domlover]] + +> [[plugins/teximg]] is the best thing that currently exists. Since it isn't +> enabled on this wiki, and the author's ikiwiki has disappeared, I put one of +> the test formulas into a private test wiki of mine. Here's a screenshot: +> +> +> I think it would be great if someone [[wrote a +> plugin for something nicer|todo/Add_nicer_math_formatting]]. -- [[Jon]] + +>> [[plugins/teximg]] is fine for math (al least for GUI browsers, I didn't try with w3m etc.), +>> but what I'm looking for is a solution for formatting **algorithms**. If teximg can help +>> with that, great, otherwise there's the 3 workarounds I mentioned above. +>> +>> Do you have any ideas not mentioned? :-) +>> +>> -- [[fr33domlover]]