sipb-www
/
ikiwiki.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* Allow preprocessor directives to contain python-like triple-quoted
[ikiwiki.git]
/
doc
/
logo.mdwn
diff --git
a/doc/logo.mdwn
b/doc/logo.mdwn
index 10cda40fc40a1867c6df8562a8bd0683ccb5aa98..87ff32a8fa7f47992fc7f0aea35d42320264e671 100644
(file)
--- a/
doc/logo.mdwn
+++ b/
doc/logo.mdwn
@@
-9,7
+9,9
@@
added).
* [[ikiwiki_logo|ikiwiki.png]]
[[ikiwiki_logo_large|ikiwiki_large.png]]
* [[ikiwiki_logo|ikiwiki.png]]
[[ikiwiki_logo_large|ikiwiki_large.png]]
- [[SVG_source|ikiwiki.svgz]]
+ [[SVG_source|ikiwiki.svgz]], can be used to generate a logo at any size
+ with a command like:
+ `inkscape -z -D -w 90 -e ikiwiki.png ikiwiki.svgz`
Contributed by Recai Oktaş
Contributed by Recai Oktaş
@@
-17,11
+19,11
@@
added).
LaTeX source to an image approximating the above:
LaTeX source to an image approximating the above:
- \documentclass{article}
- \usepackage{graphicx}
- \begin{document}
- \pagestyle{empty}
- \huge\reflectbox{iki}wiki
- \end{document}
+ \documentclass{article}
+ \usepackage{graphicx}
+ \begin{document}
+ \pagestyle{empty}
+ \huge\reflectbox{iki}wiki
+ \end{document}
Contributed by [[JeroenSchot]]
Contributed by [[JeroenSchot]]