diff options
author | Karl Berry <karl@freefriends.org> | 2008-10-08 00:34:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-10-08 00:34:23 +0000 |
commit | fde8cea7185b7e955759944edf9ca109d6a8732a (patch) | |
tree | fa289d1833f92e70e2183d2be1212f60ca6b9b21 /Master/texmf-dist/doc/latex/outline | |
parent | 148772cba3c0824711fa1cfac80c1ff33740acd9 (diff) |
outline [license] update (7oct08)
git-svn-id: svn://tug.org/texlive/trunk@10886 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/outline')
-rw-r--r-- | Master/texmf-dist/doc/latex/outline/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/outline/outline-sample.dvi | bin | 3172 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/outline/outline-sample.tex | 16 |
3 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/outline/README b/Master/texmf-dist/doc/latex/outline/README new file mode 100644 index 00000000000..71da05b0391 --- /dev/null +++ b/Master/texmf-dist/doc/latex/outline/README @@ -0,0 +1,5 @@ +The package defines an outline environment, which provides facilities +similar to enumerate, but up to 6 levels deep. + +Author: Seth Flaxman +License: LaTeX Project Public License
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/outline/outline-sample.dvi b/Master/texmf-dist/doc/latex/outline/outline-sample.dvi Binary files differdeleted file mode 100644 index 4e19d97cb44..00000000000 --- a/Master/texmf-dist/doc/latex/outline/outline-sample.dvi +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/outline/outline-sample.tex b/Master/texmf-dist/doc/latex/outline/outline-sample.tex index 79646e811e4..077c1e2135f 100644 --- a/Master/texmf-dist/doc/latex/outline/outline-sample.tex +++ b/Master/texmf-dist/doc/latex/outline/outline-sample.tex @@ -1,3 +1,19 @@ +%% outline-sample.tex +%% Copyright 1991 Peter Halvorson +%% Updates for LaTeX2e copyright 2002 Seth Flaxman +%% Updated for LPPL 1.3c or later by Clea F. Rees (for Seth Flaxman), 2008/10/06. +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `unmaintained'. +% +% This work consists of the files outline.sty and outline-sample.tex. % Save file as: outline-sample.tex \documentclass{report} |