summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/typed-checklist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-10 21:02:51 +0000
committerKarl Berry <karl@freefriends.org>2016-04-10 21:02:51 +0000
commit6c676917f76cb0e8a2ae4eae87fd5aba8922d63e (patch)
tree680893a2f323afed50444e176fc100800d3d188c /Master/texmf-dist/doc/latex/typed-checklist
parent93ce4959f15b3a5e4790597cded9ca47050e6d91 (diff)
typed-checklist (10apr16)
git-svn-id: svn://tug.org/texlive/trunk@40389 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/typed-checklist')
-rw-r--r--Master/texmf-dist/doc/latex/typed-checklist/README.md92
-rw-r--r--Master/texmf-dist/doc/latex/typed-checklist/typed-checklist.pdfbin0 -> 400300 bytes
2 files changed, 92 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/typed-checklist/README.md b/Master/texmf-dist/doc/latex/typed-checklist/README.md
new file mode 100644
index 00000000000..b2b5f35912b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/typed-checklist/README.md
@@ -0,0 +1,92 @@
+The typed-checklist package
+===========================
+
+Copyright (C) 2013-2016 Richard Gay
+
+Released under the [LaTeX Project Public License](http://www.latex-project.org/lppl/) version 1.2 or later
+
+## Purpose
+
+The main goal of the `typed-checklist` 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.
+
+## Availability
+
+The `typed-checklist` package is on [CTAN](http://www.ctan.org/pkg/typed-checklist),
+where you can also find the [documentation](http://mirrors.ctan.org/macros/latex/contrib/typed-checklist/typed-checklist.pdf),
+as well as on [github](https://github.com/Ri-Ga/typed-checklist).
+
+## Manual Installation
+
+The `typed-checklist` package comes with (at least) the following files
+* typed-checklist.ins
+* typed-checklist.dtx
+* README.md
+
+and possibly also with
+* Makefile
+* typed-checklist.pdf (generated from typed-checklist.dtx)
+* typed-checklist.sty (generated from typed-checklist.dtx)
+
+To install the `typed-checklist` package, you additionally need
+* docstrip.tex
+
+To build the package (`typed-checklist.sty`), run one of the following
+```
+ latex typed-checklist.ins
+ make package (needs Makefile)
+```
+
+Put the resulting `typed-checklist.sty` somewhere where LaTeX can find it.
+Read the documentation of your LaTeX system to find out where this
+might be.
+
+## Building Documentation
+
+To build the documentation of the `typed-checklist` package,
+you additionally need the following classes and packages
+(including their dependencies):
+* ltxdoc
+* idxlayout
+* etoolbox
+* xcolor
+* soul
+* csquotes
+* enumitem
+* booktabs
+* showexpl
+* pbox
+* skull
+* hypdoc
+* xkeyval
+* etoolbox
+* xcolor
+* asciilist
+* bbding
+* marginnote
+* longtable
+* tabu
+
+as well as
+* pdflatex
+
+To build the documentation (`typed-checklist.pdf`), either run
+```
+ make docs
+```
+or the following sequence of commands
+```
+ pdflatex typed-checklist.dtx
+ makeindex -s gind.ist -o typed-checklist.ind typed-checklist.idx
+ makeindex -s gglo.ist -o typed-checklist.gls typed-checklist.glo
+ pdflatex typed-checklist.dtx
+ pdflatex typed-checklist.dtx
+```
+
+Happy TeX'ing
diff --git a/Master/texmf-dist/doc/latex/typed-checklist/typed-checklist.pdf b/Master/texmf-dist/doc/latex/typed-checklist/typed-checklist.pdf
new file mode 100644
index 00000000000..828e56b6011
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/typed-checklist/typed-checklist.pdf
Binary files differ