X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/3de3ae22c624c9bda52f49cd15ae31677c102a50..402ecbe7ac1f662351062c3c54a2d49f3d0b35c6:/doc/logo.mdwn diff --git a/doc/logo.mdwn b/doc/logo.mdwn index 6ca66ea12..411d430fc 100644 --- a/doc/logo.mdwn +++ b/doc/logo.mdwn @@ -6,4 +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]]