]> sipb.mit.edu Git - ikiwiki.git/blob - doc/logo.mdwn
latex version of logo
[ikiwiki.git] / doc / logo.mdwn
1 The ikiwiki logo *reflects* ikiwiki turning the regular wiki concept 
2 on its head by being a wiki compiler. Or maybe just the fact that "ikiwiki"
3 is an anagram. 
4
5 Anyway, if you have this logo in other fonts or colors, feel free to send
6 it to [[Joey]] for inclusion here. (Or upload it, once that feature is
7 added).
8
9 [[ikiwiki_logo|ikiwiki.png]] 
10
11 LaTeX source to an image approximating the above:
12
13         \documentclass{article}
14         \usepackage{graphicx}
15         \begin{document}
16         \pagestyle{empty}
17         \huge\reflectbox{iki}wiki
18         \end{document}
19
20 Contributed by [[JeroenSchot]]