mirror of
https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks.git
synced 2026-04-19 16:51:04 +00:00
15 lines
240 B
TeX
15 lines
240 B
TeX
\documentclass{article}
|
|
\usepackage{enumitem,amssymb}
|
|
\newlist{todolist}{itemize}{2}
|
|
\setlist[todolist]{label=$\square$}
|
|
\begin{document}
|
|
|
|
{\huge \textbf{Zen Robotics Competition}}
|
|
|
|
\vspace{1cm}
|
|
|
|
{\huge \textbf{Purpose}}
|
|
|
|
|
|
|
|
\end{document}
|