%% %% The LaTeX Companion, 3ed %% %% Example 4-1-51 on page I-293 in "typed-checklist --- Developing and maintaining checklists". %% %% Copyright (C) 2022 Frank Mittelbach %% %% It may be distributed and/or modified under the conditions %% of the LaTeX Project Public License, either version 1.3c %% of this license or (at your option) any later version. %% %% See https://www.latex-project.org/lppl.txt for details. %% \documentclass{tlc3exa} \pagestyle{empty} \setcounter{page}{6} \setlength\textwidth{159.0pt} \setcounter{page}{1} \usepackage{enumitem} \setlist{noitemsep} %StartShownPreambleCommands \usepackage{typed-checklist} %StopShownPreambleCommands \begin{document} \begin{CheckList}{Goal} \Goal{achieved}{I have defined my goals and tasks} \Goal{open}{Our home is renovated} \begin{CheckList}{Task} \Task{done}{check status of rooms} \Task{started}{decide color of paint} \Task{open}{buy paint} \Task{open}{paint the rooms} \end{CheckList} \Goal{open}{I can play bass well} \end{CheckList} \end{document}