diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/outlines/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/outlines/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/outlines/README b/Master/texmf-dist/doc/latex/outlines/README new file mode 100644 index 00000000000..98e6f4b7a93 --- /dev/null +++ b/Master/texmf-dist/doc/latex/outlines/README @@ -0,0 +1,16 @@ + +The "outlines" package +---------------------- +v 1.1, Charles Pecheur, January 23, 2012 + + +The "outlines" package defines the "outline" environment, +that allows outline-style indented lists with freely mixed levels up +to four levels deep. It replaces the nested "begin"/"end" pairs by +different item tags "\1" to "\4" for each nesting level. This is very +convenient in cases where nested lists are used a lot, such as for to-do +lists or presentation slides. + +This package is built on top of the standard list environments and has +no specific pre-requisite. + |