diff options
author | Karl Berry <karl@freefriends.org> | 2014-03-21 23:03:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-03-21 23:03:16 +0000 |
commit | 92d905be3ae707fa5be86dc2700f7f37465fd0f6 (patch) | |
tree | d521c99b19817533218ec55af7661fe6062c9eed /Master/texmf-dist/doc/latex/logicproof/README | |
parent | 6b7fe4da3d5fa2003703011edea90ba320398249 (diff) |
logicproof (21mar14)
git-svn-id: svn://tug.org/texlive/trunk@33254 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/logicproof/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/logicproof/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/logicproof/README b/Master/texmf-dist/doc/latex/logicproof/README new file mode 100644 index 00000000000..1713e38bafa --- /dev/null +++ b/Master/texmf-dist/doc/latex/logicproof/README @@ -0,0 +1,13 @@ +The `logicproof' package + +This package provides environments for creating Fitch-style box proofs for +propositional and predicate logic. In this style, each line of the proof +contains a statement and a justification, and subproofs within the larger +proof are enclosed in a box. For an example of this proof style, see the manual +in logicproof.pdf. + +This code is released under the LaTeX Project Public License. + +History: +2014/03/20 - First version intended for public consumption +2004/12/05 - Initial version created for personal use at school |