diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-24 21:33:23 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-24 21:33:23 +0000 |
commit | 78870df321ab570b24cb6ed7f81296cc5e20e47c (patch) | |
tree | c0ce19b34ac9e073852af96d517f3af073a67917 /doc/logo.mdwn | |
parent | c34857ee9060b7691ddd5b326d42352d63296267 (diff) | |
download | ikiwiki-78870df321ab570b24cb6ed7f81296cc5e20e47c.tar ikiwiki-78870df321ab570b24cb6ed7f81296cc5e20e47c.tar.gz |
latex version of logo
some other changes
Diffstat (limited to 'doc/logo.mdwn')
-rw-r--r-- | doc/logo.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
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]] |