X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/e1174c6812c8ff9673af50cf1bb8f4924a48b326..a986679a1cb446c3123be4a0592a1ddf05db8e77:/doc/logo.mdwn diff --git a/doc/logo.mdwn b/doc/logo.mdwn index a27228fca..411d430fc 100644 --- a/doc/logo.mdwn +++ b/doc/logo.mdwn @@ -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]]