summaryrefslogtreecommitdiff
path: root/info/examples/tlc3/example-sources/4-1-51.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'info/examples/tlc3/example-sources/4-1-51.ltx')
-rw-r--r--info/examples/tlc3/example-sources/4-1-51.ltx43
1 files changed, 43 insertions, 0 deletions
diff --git a/info/examples/tlc3/example-sources/4-1-51.ltx b/info/examples/tlc3/example-sources/4-1-51.ltx
new file mode 100644
index 0000000000..1550fdbad0
--- /dev/null
+++ b/info/examples/tlc3/example-sources/4-1-51.ltx
@@ -0,0 +1,43 @@
+%%
+%% 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}