]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/logo.mdwn
missed a couple htmllinks
[ikiwiki.git] / doc / logo.mdwn
index a27228fca7c2418dfda1accfc927f29ae2c6eb23..411d430fc37f4100c2c2bac8dd30cc7ef94189fe 100644 (file)
@@ -6,5 +6,15 @@ Anyway, if you have this logo in other fonts or colors, feel free to send
 it to [[Joey]] for inclusion here. (Or upload it, once that feature is
 added).
 
-* [[ikiwiki.png]] 
-  Contributed by [[JeroenSchot]]
+[[ikiwiki_logo|ikiwiki.png]] 
+
+LaTeX source to an image approximating the above:
+
+       \documentclass{article}
+       \usepackage{graphicx}
+       \begin{document}
+       \pagestyle{empty}
+       \huge\reflectbox{iki}wiki
+       \end{document}
+
+Contributed by [[JeroenSchot]]