latex version of logo
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 24 May 2006 21:33:23 +0000 (21:33 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 24 May 2006 21:33:23 +0000 (21:33 +0000)
some other changes

doc/logo.mdwn
doc/post-commit.mdwn

index fcf934588fcbc0a29be7c057e0423df8a117fbe5..411d430fc37f4100c2c2bac8dd30cc7ef94189fe 100644 (file)
@@ -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]]
index 76c8dfeac96dab892ba64e81450506ebc17282b2..93d85195930589c55ec254eed97b215af827431f 100644 (file)
@@ -1,4 +1,6 @@
-A post-commit hook is run every time you commit a change to your subversion repository. To make the wiki be updated each time a commit is made, it can be run from (or as) a post-commit hook.
+A post-commit hook is run every time you commit a change to your subversion
+repository. To make the wiki be updated each time a commit is made, it can
+be run from (or as) a post-commit hook.
 
 The best way to run ikiwiki in a [[Subversion]] post-commit hook is using
 a wrapper, which can be generated using `ikiwiki --wrapper`.