]> matita.cs.unibo.it Git - helm.git/commit
- First commit of MaTeX:
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Mon, 21 Dec 2015 15:13:18 +0000 (15:13 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Mon, 21 Dec 2015 15:13:18 +0000 (15:13 +0000)
commit2ffd7e47f1872878f6af4084074655da5cf3b23e
tree6961dcafebef423aa96b0335b128e4973b24fa5e
parent3bd760474c12a1c527e24ac7ed39412d994e2db5
- First commit of MaTeX:
  an utility for typesetting the terms produced by matita il LaTeX

- The AST nodes of terms are output as LaTeX macros

- The user configures the desired rendering of terms by
  defining these macros in a LaTeX stylesheet

- Each term inside objects is output in a separate file
  for easy inclusion in the main document

- This softare originates from "coqpp", our appication with which
  Coq terms were typeset in UBLCS 2006-01

as of now,
only Constant objects are accepted and
Const is not processed properly
matita/components/binaries/matex/Makefile [new file with mode: 0644]
matita/components/binaries/matex/TeX.ml [new file with mode: 0644]
matita/components/binaries/matex/TeXOutput.ml [new file with mode: 0644]
matita/components/binaries/matex/TeXOutput.mli [new file with mode: 0644]
matita/components/binaries/matex/engine.ml [new file with mode: 0644]
matita/components/binaries/matex/engine.mli [new file with mode: 0644]
matita/components/binaries/matex/matex.ml [new file with mode: 0644]
matita/components/binaries/matex/options.ml [new file with mode: 0644]
matita/components/binaries/matex/options.mli [new file with mode: 0644]
matita/components/binaries/matex/test/matex.sty [new file with mode: 0644]
matita/components/binaries/matex/test/test.tex [new file with mode: 0644]