Giter Site home page Giter Site logo

latex-calgen's Introduction

LaTeX Calendar Generator

This tool uses python's calendar library (which provides modular ncal functionality) to generate a TeX based, A4-sized wall calendar with one month per page.

Usage

./make-calendar.py 2012 # will generate a calendar for 2012

The complete invocation syntax is

./make-calendar.py <year> [csv-data [first-day-of-week]]

The second parameter csv-data is intended to be used for e.g. birthday data and the csv should have three columns containing:

  • a description
  • the date in M/D/YYYY format
  • a description for each data point

The first line of the CSV file is ignored

The third parameter first-day-of-week is used to select on which weekday (0=Monday through to 6=Sunday) the week starts. If the parameter is omitted the week starts on Monday. If you don't want the week to start on Monday, but don't have any custom data, just supply an empty file.

Customization

You can change the calendar style in the file head.tex.in. Note that all lengths and widths are predefined for DIN A4 paper. Month and day names will be printed according to LC_TIME (or LC_ALL if LC_TIME is not set separately).

latex-calgen's People

Contributors

simu avatar nielsdoorn avatar

Stargazers

Roman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.