<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
wow!! is great.<BR>
<BR>
thanks,<BR>
<BR>
-- Benjo<BR>
<BR>
On Tue, 2009-04-14 at 22:05 +0200, Philip Hölzenspies wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
Dear all,<BR>
<BR>
Seeing people throw the new logo around in different formats, I thought I would do it up in TikZ (for those that don't know: graphics embedded in LaTeX). For convenience, I wrapped it in a .sty file. If people find this useful, I will try and submit it to CTAN as well. I'm open for bug reports or feature requests.<BR>
<BR>
You do need a proper TeXLive installation (at least a relatively recent version of TikZ; check whether "kpsewhich pgfkeys.sty" says anything, in which case you should be fine). I will write up documentation for this before I put it onto CTAN, but for now, you will have to do with the example illustrating most options:<BR>
<BR>
<BR>
\documentclass{article}<BR>
\usepackage{haskelllogo}<BR>
\begin{document}<BR>
\haskelllogo[outlines,splitlambda]<BR>
\haskelllogo[splitlambda]<BR>
\haskelllogo[outlines]<BR>
\haskelllogo[splitlambda,<BR>
rangle color=green,<BR>
lambda body color=red,<BR>
lambda leg color=red!50!yellow,<BR>
upper equals color=black,<BR>
lower equals color=brown<BR>
]<BR>
\haskelllogo[grayscale]<BR>
\haskelllogo[splitlambda,grayscale]<BR>
\haskelllogo[seventies]<BR>
\haskelllogo[seventies,outlines]<BR>
\end{document}<BR>
<BR>
<BR>
The style is available at:<BR>
<BR>
<A HREF="http://www.cs.utwente.nl/~holzensp/haskelllogo.sty">http://www.cs.utwente.nl/~holzensp/haskelllogo.sty</A><BR>
<BR>
Enjoy!<BR>
<BR>
Regards,<BR>
Philip
<PRE>
_______________________________________________
Haskell mailing list
<A HREF="mailto:Haskell@haskell.org">Haskell@haskell.org</A>
<A HREF="http://www.haskell.org/mailman/listinfo/haskell">http://www.haskell.org/mailman/listinfo/haskell</A>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>