Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 776 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 776 Bytes

Checklists template in LaTeX

This is a simple set of LaTex files to produce nice PDF formatted checklists. You need to have a LaTex environment set up and pdflatex available.

Creating a checklist

First create a file called checklist.tex on input directory. You can use any name as long the file has the extension .tex.

Here's an example of a simple checklist:

\input{input/preamble.inc}

\begin{document}

\begin{checklist}{Groceries}
  \item{Milk}{2}
  \item{Chocolate}{1 bar}
  \item{Sodas}{2}
\end{checklist}

\end{document}

After this, running rake should output a PDF file on pdf/ directory, which will look similar to this:

Groceries Checklist