typed-checklist
The main goal of this package is to provide means for typesetting checklists in a way that stipulates users to explicitly distinguish checklists for goals, for tasks, for artifacts, and for milestones — i.e., the type of checklist entries.
The intention behind this is that a user of the package is coerced to think about what kind of entries he/she adds to the checklist. This shall yield a clearer result and, in the long run, help with training to distinguish entries of different types. [ctan.org/pkg/typed-checklist]
该包的主要目标是提供一种排版检查表的方法,要求用户明确区分用于目标、任务、工件和里程碑的检查表——即检查表条目的类型。
这样做的目的是让包的用户被迫思考他们添加到检查表中的条目类型。这将产生更清晰的结果,并且从长远来看,有助于训练区分不同类型的条目。 [ctan.org/pkg/typed-checklist]
quickstart
\documentclass{article}
\usepackage{typed-checklist}
\begin{document}
\begin{CheckList}{Goal}
\Goal{open}{I have a trendy haircut}
\begin{CheckList}{Task}
\Task{done}{find a hairdresser}
\Task{started}{make an appointment}
\Task{open}{go to the hairdresser}
\end{CheckList}
\Goal{achieved}{I have a typed checklist}
\end{CheckList}
\end{document}