Skip to content

mavcunha/checklists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A LaTex checklist environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published