From 46777623b4e38d5560f941ded311ced5e849ae9b Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 20 Aug 2015 13:33:59 +0200 Subject: [PATCH] add readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ea4757d --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Calendar 2015 +A calendar for the year 2015, built in LaTeX. The main work is done by the `calpage` command which is based on the [birthday calendar example](www.texample.net/tikz/examples/birthday-calendar/) by Hakon Malmedal. +Of course the command is usaable for years to come, not only 2015 ;) + +The images are licensed as [cc-by 4.0](ihttp://creativecommons.org/licenses/by/4.0/) as is the command. + +# Prerequisites +- [LuaTeX](http://www.luatex.org/) +- some kind of shell if you want to use the build script (which does nothing fancy, it is mainly a memory hook) + +# Usage +``` +./build +``` + +You'll find the generated pdf in a folder called *out* +