X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/c438458b8a0f1c9ab7a762380e1f0b8b3db6c67d..c0f8126143852a2b1e47e2b8a7310ef6bd43bf18:/doc/logo.mdwn diff --git a/doc/logo.mdwn b/doc/logo.mdwn index fcf934588..411d430fc 100644 --- a/doc/logo.mdwn +++ b/doc/logo.mdwn @@ -8,4 +8,13 @@ added). [[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]]