X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/b1fac017904dc2e1c6327f0a0a2a2620042c0768..f4fd66fc1b66e7ff7dffe20f751b56e1e831a5d7:/doc/logo.mdwn diff --git a/doc/logo.mdwn b/doc/logo.mdwn index e99ae1331..411d430fc 100644 --- a/doc/logo.mdwn +++ b/doc/logo.mdwn @@ -6,6 +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]] +[[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]]