diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-19 22:13:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-19 22:13:00 +0000 |
commit | 4f476d8d94c0d15e98b145f8674621c8b309fe39 (patch) | |
tree | 9ff5e130773840379a5e5eed1448bd6f0948fa92 /Master/texmf-dist/doc/latex/prooftrees/README | |
parent | c0f4bb063b9735cb76250048611b97c78302d35e (diff) |
prooftrees (19mar16)
git-svn-id: svn://tug.org/texlive/trunk@40076 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/prooftrees/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/prooftrees/README | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/prooftrees/README b/Master/texmf-dist/doc/latex/prooftrees/README new file mode 100644 index 00000000000..bfa5b21d695 --- /dev/null +++ b/Master/texmf-dist/doc/latex/prooftrees/README @@ -0,0 +1,39 @@ +%% Copyright 2016 Clea F. Rees +% +% 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 `maintained'. +% +% The Current Maintainer of this work is Clea F. Rees. +% +% This work consists of all files listed in manifest.txt. + +This package supports drawing proof trees of the kind often used in +introductory logic classes, especially those aimed at students without strong +mathemtical backgrounds. Hodges (1991) is one example of a text which uses +this system. When teaching such a system it is especially useful to annotate +the tree with line numbers, justifications and explanations of branch +closures. + +prooftrees provides a single environment, prooftree, and a variety of tools +for annotating, customising and highlighting such trees. A cross-referencing +system is provided for trees which cite line numbers in justifications for +proof lines or branch closures. + +prooftrees is based on Forest and, hence, TikZ. The package requires version +2.0.2 of Forest for expected results and will not work with version 1. + +The author is certain that some of her beliefs are false, but sure that her +belief that prooftrees has bugs is not among them. + +Clea F. Rees +ReesC21 <at> cardiff <dot> ac <dot> uk +2016/03/19 + +vim: set nospell: |