mirror of
https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks.git
synced 2026-04-20 01:01:12 +00:00
adding stubs
This commit is contained in:
parent
2297b34378
commit
4e8e45bc8a
3 changed files with 28 additions and 11 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,3 +1,7 @@
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
BancroftRobodogsNotebook.pdf
|
BancroftRobodogsNotebook.pdf
|
||||||
|
*.gz
|
||||||
|
*.aux
|
||||||
|
*.log
|
||||||
|
*.pdf
|
||||||
|
|
|
||||||
12
README.md
12
README.md
|
|
@ -1,13 +1,3 @@
|
||||||
# Example Documentation Repo
|
# Arduino Class Courseware
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Members
|
|
||||||
|
|
||||||
Kevin Harrington
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
Elisa Heinricher
|
|
||||||
|
|
||||||

|
|
||||||
|
|
|
||||||
23
keywordsList.tex
Normal file
23
keywordsList.tex
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
\documentclass{article}
|
||||||
|
\usepackage{enumitem,amssymb}
|
||||||
|
\newlist{todolist}{itemize}{2}
|
||||||
|
\setlist[todolist]{label=$\square$}
|
||||||
|
\begin{document}
|
||||||
|
My ToDo list
|
||||||
|
|
||||||
|
\begin{itemize}
|
||||||
|
\item Immediate plan of action.
|
||||||
|
|
||||||
|
\begin{todolist}
|
||||||
|
\item List item 1 goes here.
|
||||||
|
\item List item 2 goes here.
|
||||||
|
\begin{todolist}
|
||||||
|
\item Sublist item 1 goes here.
|
||||||
|
\item Sublist item 2 goes here.
|
||||||
|
\end{todolist}
|
||||||
|
\item List item 3 goes here
|
||||||
|
\item List item 4 goes here.
|
||||||
|
\end{todolist}
|
||||||
|
|
||||||
|
\end{itemize}
|
||||||
|
\end{document}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue