A wall calendar class with custom layouts and support for internationalization.
Table of Contents
- Wallcalendar LaTeX documentclass
The documentclass comes with the following layouts:
- Full page photo, the calendar days overlaid with opacity
- Full page photo, the photo above the calendar days
- Small landscape photo, with a calendar grid
- Photo and Notes, photo and calendar on separate pages to allow space for note taking
- Title page
- Year planner
- Thumbnails and captions
- Varnish mask
There is also support for loading event marks from a CSV file.
See wallcalendar.pdf for the user manual.
The manual includes examples and tutorials, but you may also want to see the doc/examples folder on Github.
Files are in the doc/examples folder.
cal-thumbnails.tex | cal-thumbnails.pdf
The sundayFirst class option shifts the week to start on Sunday instead of Monday. All layouts respect this option.
cal-photo-and-notes-sunday.tex | cal-photo-and-notes-sunday.pdf
cal-photo-and-notes.tex | cal-photo-and-notes.pdf
cal-no-photos.tex | cal-no-photos.pdf
cal-year-planner.tex | cal-year-planner.pdf
cal-year-planner-rows.tex | cal-year-planner-rows.pdf
cal-year-planner-grid.tex | cal-year-planner-grid.pdf
cal-year-planner-compact.tex | cal-year-planner-compact.pdf
Cropmarks for printing and trimming bleeded images.
cal-showtrims.tex | cal-showtrims.pdf
Varnishmask (or UV mask) file for applying gloss varnish on the photo when printing.
cal-varnishmask.tex | cal-varnishmask.pdf
Useful option for debugging layout positioning.
cal-showframe.tex | cal-showframe.pdf
Set the compiler to LuaLaTeX in the project settings sidebar.
The Wall Calendar in the Overleaf Template Gallery is the same as the 'portrait page layout' example repo below, and similar to the doc/examples/cal-plain.tex example in this repo.
On overleaf.com, check Settings > Compiler > LuaLaTex and recent TeX Live year
In case of compile time out on overleaf.com:
- Re-compiling sometimes helps due to cached assets.
- Comment out months and test with a single month only.
Portrait page layouts:
Photo and Notes layout:
Compact year planner layout:
TeXLive includes the wallcalendar package since 2018.
CTAN link: https://ctan.org/pkg/wallcalendar
I recommend however to clone this repository for each new calendar project, this
way you can make small changes directly in wallcalendar.cls or the lua
scripts.
You can start with one of the examples and start tweaking it. Optionally, remove the docs if you don't want to include them in your project.
git clone https://github.com/profound-labs/wallcalendar.git
cd wallcalendar
cp doc/examples/cal-photo-and-notes.tex ./new-calendar.tex
cp -r doc/examples/data .
cp -r doc/examples/photos .
cp -r doc/examples/fonts .
rm doc/ -r
rm LICENSE.txt Makefile README.md wallcalendar-layouts.png wallcalendar.pdf
lualatex -interaction=nonstopmode -halt-on-error ./new-calendar.tex
If you wanted to install it as a local package, the make local-install task in
the project root will try to install it at $TEXMFHOME/tex.
See FAQ
Github: https://github.com/profound-labs/wallcalendar
CTAN: https://ctan.org/pkg/wallcalendar
Contact: https://gambhiro.github.io
LPPL LaTeX Public Project License















