Import from v. 2.0.2 downloaded from http://getfo.org/texml/
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 26 Mar 2018 00:18:16 +0000 (02:18 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 26 Mar 2018 00:18:16 +0000 (02:18 +0200)
commitf06bfe769b002b2335a03c7a6c871f2263bef6f6
tree1153cc189977075ca040df2ff17855fe7ccc0250
Import from v. 2.0.2 downloaded from getfo.org/texml/
259 files changed:
ChangeLog [new file with mode: 0644]
PKG-INFO [new file with mode: 0644]
README [new file with mode: 0644]
Texml/__init__.py [new file with mode: 0644]
Texml/handler.py [new file with mode: 0644]
Texml/processor.py [new file with mode: 0644]
Texml/specmap.py [new file with mode: 0644]
Texml/texmlwr.py [new file with mode: 0644]
Texml/unimap.py [new file with mode: 0644]
Thanks [new file with mode: 0644]
docs/graph1.png [new file with mode: 0644]
docs/graph2.png [new file with mode: 0644]
docs/graph3.png [new file with mode: 0644]
docs/texml.1 [new file with mode: 0644]
docs/texml.css [new file with mode: 0644]
docs/texml.png [new file with mode: 0644]
dtd/texml.dtd [new file with mode: 0644]
license.txt [new file with mode: 0644]
scripts/texml [new file with mode: 0755]
scripts/texml.py [new file with mode: 0755]
scripts/texml_local [new file with mode: 0755]
scripts/texml_local.bat [new file with mode: 0644]
setup.py [new file with mode: 0644]
tests/Makefile [new file with mode: 0644]
tests/data/aenc.out [new file with mode: 0644]
tests/data/aenc.xml [new file with mode: 0644]
tests/data/chinese1.out [new file with mode: 0644]
tests/data/chinese1.xml [new file with mode: 0644]
tests/data/cmd.out [new file with mode: 0644]
tests/data/cmd.xml [new file with mode: 0644]
tests/data/cmd_ns.out [new file with mode: 0644]
tests/data/cmd_ns.xml [new file with mode: 0644]
tests/data/cmdnest.out [new file with mode: 0644]
tests/data/cmdnest.xml [new file with mode: 0644]
tests/data/cmdnest_ns.out [new file with mode: 0644]
tests/data/cmdnest_ns.xml [new file with mode: 0644]
tests/data/context.out [new file with mode: 0644]
tests/data/context.xml [new file with mode: 0644]
tests/data/context_ns.out [new file with mode: 0644]
tests/data/context_ns.xml [new file with mode: 0644]
tests/data/ctrl.out [new file with mode: 0644]
tests/data/ctrl.xml [new file with mode: 0644]
tests/data/ctrl_ns.out [new file with mode: 0644]
tests/data/ctrl_ns.xml [new file with mode: 0644]
tests/data/empty.out [new file with mode: 0644]
tests/data/empty.xml [new file with mode: 0644]
tests/data/empty_ns.out [new file with mode: 0644]
tests/data/empty_ns.xml [new file with mode: 0644]
tests/data/emptyline.out [new file with mode: 0644]
tests/data/emptyline.xml [new file with mode: 0644]
tests/data/emptyline_ns.out [new file with mode: 0644]
tests/data/emptyline_ns.xml [new file with mode: 0644]
tests/data/endline1.out [new file with mode: 0644]
tests/data/endline1.xml [new file with mode: 0644]
tests/data/endline1_ns.out [new file with mode: 0644]
tests/data/endline1_ns.xml [new file with mode: 0644]
tests/data/endline2.out [new file with mode: 0644]
tests/data/endline2.xml [new file with mode: 0644]
tests/data/endline2_ns.out [new file with mode: 0644]
tests/data/endline2_ns.xml [new file with mode: 0644]
tests/data/entity.out [new file with mode: 0644]
tests/data/entity.xml [new file with mode: 0644]
tests/data/entity_ns.out [new file with mode: 0644]
tests/data/entity_ns.xml [new file with mode: 0644]
tests/data/env.out [new file with mode: 0644]
tests/data/env.xml [new file with mode: 0644]
tests/data/env_ns.out [new file with mode: 0644]
tests/data/env_ns.xml [new file with mode: 0644]
tests/data/envenv.out [new file with mode: 0644]
tests/data/envenv.xml [new file with mode: 0644]
tests/data/envenv_ns.out [new file with mode: 0644]
tests/data/envenv_ns.xml [new file with mode: 0644]
tests/data/escape.out [new file with mode: 0644]
tests/data/escape.xml [new file with mode: 0644]
tests/data/escape_ns.out [new file with mode: 0644]
tests/data/escape_ns.xml [new file with mode: 0644]
tests/data/fordocs.out [new file with mode: 0644]
tests/data/fordocs.xml [new file with mode: 0644]
tests/data/fordocs_ns.out [new file with mode: 0644]
tests/data/fordocs_ns.xml [new file with mode: 0644]
tests/data/group.out [new file with mode: 0644]
tests/data/group.xml [new file with mode: 0644]
tests/data/group_ns.out [new file with mode: 0644]
tests/data/group_ns.xml [new file with mode: 0644]
tests/data/hello.out [new file with mode: 0644]
tests/data/hello.xml [new file with mode: 0644]
tests/data/hello_ns.out [new file with mode: 0644]
tests/data/hello_ns.xml [new file with mode: 0644]
tests/data/koi8.out [new file with mode: 0644]
tests/data/koi8.xml [new file with mode: 0644]
tests/data/koi8_ns.out [new file with mode: 0644]
tests/data/koi8_ns.xml [new file with mode: 0644]
tests/data/koi8bad.out [new file with mode: 0644]
tests/data/koi8bad.xml [new file with mode: 0644]
tests/data/koi8bad_ns.out [new file with mode: 0644]
tests/data/koi8bad_ns.xml [new file with mode: 0644]
tests/data/latex.out [new file with mode: 0644]
tests/data/latex.xml [new file with mode: 0644]
tests/data/latex_ns.out [new file with mode: 0644]
tests/data/latex_ns.xml [new file with mode: 0644]
tests/data/ligatures.out [new file with mode: 0644]
tests/data/ligatures.xml [new file with mode: 0644]
tests/data/ligatures_ns.out [new file with mode: 0644]
tests/data/ligatures_ns.xml [new file with mode: 0644]
tests/data/math.out [new file with mode: 0644]
tests/data/math.xml [new file with mode: 0644]
tests/data/math_ns.out [new file with mode: 0644]
tests/data/math_ns.xml [new file with mode: 0644]
tests/data/mathgr.out [new file with mode: 0644]
tests/data/mathgr.xml [new file with mode: 0644]
tests/data/mathgr_ns.out [new file with mode: 0644]
tests/data/mathgr_ns.xml [new file with mode: 0644]
tests/data/mixed.out [new file with mode: 0644]
tests/data/mixed.xml [new file with mode: 0644]
tests/data/mixed_ns.out [new file with mode: 0644]
tests/data/mixed_ns.xml [new file with mode: 0644]
tests/data/nlcmd.out [new file with mode: 0644]
tests/data/nlcmd.xml [new file with mode: 0644]
tests/data/nlcmd_ns.out [new file with mode: 0644]
tests/data/nlcmd_ns.xml [new file with mode: 0644]
tests/data/nlenv.out [new file with mode: 0644]
tests/data/nlenv.xml [new file with mode: 0644]
tests/data/nlenv_ns.out [new file with mode: 0644]
tests/data/nlenv_ns.xml [new file with mode: 0644]
tests/data/nopara.out [new file with mode: 0644]
tests/data/nopara.xml [new file with mode: 0644]
tests/data/nopara_ns.out [new file with mode: 0644]
tests/data/nopara_ns.xml [new file with mode: 0644]
tests/data/normal.out [new file with mode: 0644]
tests/data/normal.xml [new file with mode: 0644]
tests/data/normal_ns.out [new file with mode: 0644]
tests/data/normal_ns.xml [new file with mode: 0644]
tests/data/pdfstring.out [new file with mode: 0644]
tests/data/pdfstring.xml [new file with mode: 0644]
tests/data/quick.out [new file with mode: 0644]
tests/data/quick.xml [new file with mode: 0644]
tests/data/quick/Makefile [new file with mode: 0644]
tests/data/quick/quick-pdf.bat [new file with mode: 0644]
tests/data/quick/quick.bat [new file with mode: 0644]
tests/data/quick/quick.html [new file with mode: 0644]
tests/data/quick/quick.pdf [new file with mode: 0644]
tests/data/quick/quick.tex [new file with mode: 0644]
tests/data/quick/quick.texml [new file with mode: 0644]
tests/data/quick/quick.xsl [new file with mode: 0644]
tests/data/quick_ns.out [new file with mode: 0644]
tests/data/quick_ns.xml [new file with mode: 0644]
tests/data/realspace.out [new file with mode: 0644]
tests/data/realspace.xml [new file with mode: 0644]
tests/data/realspace_ns.out [new file with mode: 0644]
tests/data/realspace_ns.xml [new file with mode: 0644]
tests/data/spec.out [new file with mode: 0644]
tests/data/spec.xml [new file with mode: 0644]
tests/data/spec_ns.out [new file with mode: 0644]
tests/data/spec_ns.xml [new file with mode: 0644]
tests/data/specandws.out [new file with mode: 0644]
tests/data/specandws.xml [new file with mode: 0644]
tests/data/specandws_ns.out [new file with mode: 0644]
tests/data/specandws_ns.xml [new file with mode: 0644]
tests/data/texmlapis.out [new file with mode: 0644]
tests/data/texmlapis.xml [new file with mode: 0644]
tests/data/texmlapis_ns.out [new file with mode: 0644]
tests/data/texmlapis_ns.xml [new file with mode: 0644]
tests/data/texmlatte.out [new file with mode: 0644]
tests/data/texmlatte.xml [new file with mode: 0644]
tests/data/texmlatte_ns.out [new file with mode: 0644]
tests/data/texmlatte_ns.xml [new file with mode: 0644]
tests/data/thesis_basic.out [new file with mode: 0644]
tests/data/thesis_basic.xml [new file with mode: 0644]
tests/data/thesis_small.out [new file with mode: 0644]
tests/data/thesis_small.xml [new file with mode: 0644]
tests/data/tour_better.out [new file with mode: 0644]
tests/data/tour_better.xml [new file with mode: 0644]
tests/data/tour_harder.out [new file with mode: 0644]
tests/data/tour_harder.xml [new file with mode: 0644]
tests/data/tour_pdfok.out [new file with mode: 0644]
tests/data/tour_pdfok.xml [new file with mode: 0644]
tests/data/tour_simple.out [new file with mode: 0644]
tests/data/tour_simple.xml [new file with mode: 0644]
tests/data/v101.out [new file with mode: 0644]
tests/data/v101.xml [new file with mode: 0644]
tests/data/v101_ns.out [new file with mode: 0644]
tests/data/v101_ns.xml [new file with mode: 0644]
tests/data/v109.out [new file with mode: 0644]
tests/data/v109.xml [new file with mode: 0644]
tests/data/v109_ns.out [new file with mode: 0644]
tests/data/v109_ns.xml [new file with mode: 0644]
tests/data/wselim1.out [new file with mode: 0644]
tests/data/wselim1.xml [new file with mode: 0644]
tests/data/wselim1_ns.out [new file with mode: 0644]
tests/data/wselim1_ns.xml [new file with mode: 0644]
tests/data/wselim2.out [new file with mode: 0644]
tests/data/wselim2.xml [new file with mode: 0644]
tests/data/wselim2_ns.out [new file with mode: 0644]
tests/data/wselim2_ns.xml [new file with mode: 0644]
tests/data/wspi.out [new file with mode: 0644]
tests/data/wspi.xml [new file with mode: 0644]
tests/data/wspi_ns.out [new file with mode: 0644]
tests/data/wspi_ns.xml [new file with mode: 0644]
tests/data/wsstack.out [new file with mode: 0644]
tests/data/wsstack.xml [new file with mode: 0644]
tests/data/wsstack_ns.out [new file with mode: 0644]
tests/data/wsstack_ns.xml [new file with mode: 0644]
tests/data/wstrivia.out [new file with mode: 0644]
tests/data/wstrivia.xml [new file with mode: 0644]
tests/data/wstrivia_ns.out [new file with mode: 0644]
tests/data/wstrivia_ns.xml [new file with mode: 0644]
tests/faildata/badesc.grep [new file with mode: 0644]
tests/faildata/badesc.xml [new file with mode: 0644]
tests/faildata/badlig.grep [new file with mode: 0644]
tests/faildata/badlig.xml [new file with mode: 0644]
tests/faildata/badns.grep [new file with mode: 0644]
tests/faildata/badns.xml [new file with mode: 0644]
tests/faildata/badtyline.grep [new file with mode: 0644]
tests/faildata/badtyline.xml [new file with mode: 0644]
tests/faildata/badxml.grep [new file with mode: 0644]
tests/faildata/badxml.xml [new file with mode: 0644]
tests/faildata/cmdcont.grep [new file with mode: 0644]
tests/faildata/cmdcont.xml [new file with mode: 0644]
tests/faildata/cmdname.grep [new file with mode: 0644]
tests/faildata/cmdname.xml [new file with mode: 0644]
tests/faildata/ctrlch.grep [new file with mode: 0644]
tests/faildata/ctrlch.xml [new file with mode: 0644]
tests/faildata/ctrlch2.grep [new file with mode: 0644]
tests/faildata/ctrlch2.xml [new file with mode: 0644]
tests/faildata/ctrlcont.grep [new file with mode: 0644]
tests/faildata/ctrlcont.xml [new file with mode: 0644]
tests/faildata/envnoname.grep [new file with mode: 0644]
tests/faildata/envnoname.xml [new file with mode: 0644]
tests/faildata/errmode.grep [new file with mode: 0644]
tests/faildata/errmode.xml [new file with mode: 0644]
tests/faildata/errmode2.grep [new file with mode: 0644]
tests/faildata/errmode2.xml [new file with mode: 0644]
tests/faildata/math1.grep [new file with mode: 0644]
tests/faildata/math1.xml [new file with mode: 0644]
tests/faildata/math2.grep [new file with mode: 0644]
tests/faildata/math2.xml [new file with mode: 0644]
tests/faildata/math3.grep [new file with mode: 0644]
tests/faildata/math3.xml [new file with mode: 0644]
tests/faildata/math4.grep [new file with mode: 0644]
tests/faildata/math4.xml [new file with mode: 0644]
tests/faildata/misopt.grep [new file with mode: 0644]
tests/faildata/misopt.xml [new file with mode: 0644]
tests/faildata/misparm.grep [new file with mode: 0644]
tests/faildata/misparm.xml [new file with mode: 0644]
tests/faildata/optcont.grep [new file with mode: 0644]
tests/faildata/optcont.xml [new file with mode: 0644]
tests/faildata/parmcont.grep [new file with mode: 0644]
tests/faildata/parmcont.xml [new file with mode: 0644]
tests/faildata/pdfstring.grep [new file with mode: 0644]
tests/faildata/pdfstring.xml [new file with mode: 0644]
tests/faildata/spec1.grep [new file with mode: 0644]
tests/faildata/spec1.xml [new file with mode: 0644]
tests/faildata/spec2.grep [new file with mode: 0644]
tests/faildata/spec2.xml [new file with mode: 0644]
tests/faildata/speccont.grep [new file with mode: 0644]
tests/faildata/speccont.xml [new file with mode: 0644]
tests/faildata/unkelem.grep [new file with mode: 0644]
tests/faildata/unkelem.xml [new file with mode: 0644]
tests/readme [new file with mode: 0644]