To run this application at least Java 1.4 is required. To produce PDF files you need LaTeX.
You should install a correction for the buggy LaTeX package longtable. One possibility is http://www.cs.rutgers.edu/~ccshan/longtable/
a patch from Chung-chieh Shan.
This release has the following directory structure.
Directory | Description |
---|---|
bin |
special executable files |
buffer |
local file buffer for remote QEDEQ modules |
config |
configuration files |
log4j.xml |
log4j property file, change "error" to "debug" to get a little more log output; change it to "fatal" to reduce the logging events. To enable logging you also have to mark "Tools / Preferences / Enable trace output generation" |
latexMathOperators.xml |
LaTeX operator information, used from the parser to transform LaTeX formulas into QEDEQ XML; can be manually edited |
textMathOperators.xml |
text operator information, used from the parser to transform text formulas into QEDEQ XML; can be manually edited |
proofTextMathOperators.xml |
text operator information, used from the parser to transform text formulas with proofs into QEDEQ XML; can be manually edited |
doc |
documentation |
project |
project specific |
qedeq_basic_concept_en.pdf |
basic concept of Hilbert II |
qedeq_logic_language_en.pdf |
explanation of the logical language of Hilbert II (in development) |
projektbeschreibung.pdf |
project description (in German, a little bit outdated) |
changes.txt |
change history to previous versions |
math |
mathematical texts |
qedeq_set_theory_v1_en.pdf |
Logical background of this project. Contains main logical axioms, definitions, rules and propositions. |
qedeq_set_theory_v1_en.pdf |
beginning of axiomatic set theory, this is already a QEDEQ module |
axiomatic_set_theory.txt |
beginning of set theory as non formal (ASCII text) file, shows the intention of this project (parts in German) |
qedeq_logic_v1_en.pdf |
logical background |
qedeq_set_theory_v1_en.pdf |
beginning of axiomatic set theory, this is already a QEDEQ module |
qedeq_formal_logic_v1_en.pdf |
Here are all propositional calculus axioms and propositions with formal proofs. The corresponding QEDEQ module was successfully checked with the application proof checker. Will be expanded. |
lib |
libraries for running the application |
commons-io-1.4.jar |
apache commons io component |
commons-lang-2.4.jar |
apache commons lang component |
commons-logging-1.1.1.jar |
apache commons logging component |
forms-1.1.0.jar |
JGoodies Forms GUI support |
log4j-1.2.14.jar |
log4j logging implementation |
looks-2.1.4.jar |
JGoodies Looks GUI support |
qedeq_gui_se-@QEDEQ_VERSION@.jar |
binary GUI release of Hilbert II |
qedeq_kernel-@QEDEQ_VERSION@.jar |
binary kernel release of Hilbert II |
xercesImpl.jar |
apache XML parser xerces |
xml-apis.jar |
XML standard API definition |
license |
various license files |
license/apache_license.txt |
apache software license |
license/cc_legal_code.html |
>Creative Commons Attribution-ShareAlike 3.0 license |
license/fdl.html |
GNU Free Documentation License |
license/gpl.html |
GNU General Public License |
license/forms_license.txt |
BSD license for JGoodies Forms |
license/looks_license.txt |
BSD license for JGoodies Looks |
license/tango_license.txt |
Creative Commons Attribution Share-Alike license for the tango theme |
log |
log files are written herein |
sample |
sample XML files |
qedeq_basic_concept.xml |
qedeq basic concept as QEDEQ XML document |
qedeq_set_theory_v1.xml |
beginning of axiomatic set theory |
qedeq_sample1.xml |
mathematical sample module |
qedeq_error_sample_00.xml |
usage of an unknown logical operator |
qedeq_error_sample_01.xml |
too many arguments for logical implication operator |
qedeq_error_sample_02.xml |
second quantification over same variable |
qedeq_error_sample_03.xml |
subject variable occurs free and bound |
qedeq_error_sample_04.xml |
subject variable occurs bound and free |
qedeq_sample2_error.xml |
semantic error in QEDEQ file, a node id is used twice |
qedeq_sample3_error.xml |
syntax error in XML file, violates XML syntax |
qedeq_sample4_error.xml |
syntax error in XML file, violates XSD |
qedeq_sample5_error.xml |
logic error in XML file, quantify over already bound subject variable |
qedeq_sample6_error.xml |
logic error in XML file, "unknown" is an unknown predicate |
qedeq_sample7_error.xml |
logic error in XML file, a subject variable occurs free and bound |
qedeq_sample8_error.xml |
semantic error in XML file, duplicate language entries |
src |
source code of Hilbert II |
eclipse |
only development version: all needed eclipse projects |
maven |
project structure in maven format |
reports |
only development version: various project reports |
qedeq_kernel |
QEDEQ kernel |
qedeq_kernel/clover |
code coverage report |
qedeq_gui_se |
QEDEQ GUI |
xml |
XML schemata and their documentation |
qedeq.xsd |
XSD for QEDEQ format |
qedeq.html |
documentation of QEDEQ XSD |
parser.xsd |
XSD for operator definition for text parser |
parser.html |
documentation of parser XSD |
qedeq |
|
index.html |
another documentation of QEDEQ XSD |