adding stubs
This commit is contained in:
parent
2297b34378
commit
4e8e45bc8a
3 changed files with 28 additions and 11 deletions
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