aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfr33domlover <fr33domlover@web>2014-06-17 12:47:44 -0400
committeradmin <admin@branchable.com>2014-06-17 12:47:44 -0400
commitd1be8177aaf43d63664aefd4f00fa5fdd73c0937 (patch)
treea4b73ec290fdf12e9ad94858576366144368ae66
parent806c21ce90f577c7ed0a9eb4bccffc4fdcc2c1d3 (diff)
downloadikiwiki-d1be8177aaf43d63664aefd4f00fa5fdd73c0937.tar
ikiwiki-d1be8177aaf43d63664aefd4f00fa5fdd73c0937.tar.gz
Ask about algorithm formatting in the forum
-rw-r--r--doc/forum/Formatting_algorithms.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/forum/Formatting_algorithms.mdwn b/doc/forum/Formatting_algorithms.mdwn
new file mode 100644
index 000000000..99c1bb28b
--- /dev/null
+++ b/doc/forum/Formatting_algorithms.mdwn
@@ -0,0 +1,16 @@
+I'm using ikiwiki for a software project, and in the design process one of the things I sometimes write
+algorithms. It doesn't happen much, but for components of functional nature it's very useful.
+
+I've been thinking how to write them in the wiki. I can use a numbered list and manually make
+keywords __bold__, but it's not optimal. I could also use plain text formatting and indent using tabs,
+but again there is no highlighting of any keywords or formatting of structures.
+Before I do that, I'd like to know if there are better options.
+
+One option I know is LaTeX, which has some very nice packages. You write pseudo-code which looks
+very much like source code, and the result looks great, very readable and high quality.
+
+I saw the [[plugins/teximg]] plugin, but the explanation there is poor: Does the plugin handle things
+that aren't formulas? Could it work with a LaTeX document or with an algorithm environment?
+
+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 :-)