LICENSE The polyglot in mathematical software is edited and distributed under the GNU free documantation license (GFL) version 1.2. We apply the BSD license or any other free licenses you like for all program codes. As to details on these licenses, see http://www.gnu.org -------------------------- AIM (1) It provides sample codes to learn mathematical software systems. The toc.html will give a list of problems. (2) It provides inputs for testing and checking if the installation is properly done to knoppix-math and analogous systems. -------------------------- STRUCTURE Our running example will be found in src/arith-one_plus_two/libgmp src/arith-one_plus_two/maple names.txt : a list of commands or library names. Folder names in src/[each problem] must use them. Example: src/arith-one_plus_two/libgmp names-prob.txt: a list of prefixes for problem names. This prefix must be used as a prefix of folder names in src. Example: arith- , graphics- Each folder should contain Makefile except GUI software systems. The Makefile must have at least two targets "go" and "clean". The problem is described in src/[each problem]/aaa.tex (aaa.pdf). Example: src/arith-one_plus_two/aaa.tex ------------------------ Contributors of this project. See contributors.txt Nobuki Takayama