2009/10/19 Gorsal <[email protected]>: > > All right, so this is probably way off topic, but what software was > used to create the clojure cheat sheet? > http://clojure.org/cheatsheet > I really like the format and would like to make one for my own > utilities so that I can actually remember what general utility > functions i have written! >
In case you were interested in the HTML version, you can find the HTML and CSS without the Clojure website stuff here: http://raek.se/clojure-cheat-sheet.html As for tools, all I used when I reformatted the cheat sheet to HTML was a text editor, but I don't think it's too difficult to write a program that generates this sort of cheat sheets -- both in HTML and LaTeX. If you're choosing from LaTeX and HTML, I recommend going for LaTeX, since HTML's layout capabilities are really primitive and you have to use some ugly trick to get things the way you want. However, HTML has the advantage that you don't need any additional software. -- raek --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
