├── .gitignore ├── README.md ├── calligraphy_doc.tex ├── examples ├── README.md ├── calligraphy_closed.tex ├── calligraphy_decorations.tex ├── calligraphy_error.tex ├── calligraphy_test.tex ├── findintersection.tex ├── knightstour.tex ├── knot-examples.tex ├── knot_pins.tex ├── knot_shading.tex ├── knots_celtic.tex ├── knots_more_celtic.tex ├── knots_small.tex ├── knots_test.tex ├── knots_triple.tex ├── knotsarrows.tex ├── localglobal.tex ├── new_prime_knots.tex ├── nfoil.tex ├── olympic.tex ├── pentagram.tex ├── prime_knots.tex ├── renderpath.tex ├── smallcrossings.tex ├── spath3_test.tex ├── spath_interface.tex ├── testpaths.tex ├── trefoil_moves.tex ├── trefoil_moves_new.tex ├── twistedpair.tex ├── twistedpair_celtic.tex └── welding.tex ├── knots_doc.tex ├── spath3.tex ├── spath3_code.dtx └── testsuite.tex /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/README.md -------------------------------------------------------------------------------- /calligraphy_doc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/calligraphy_doc.tex -------------------------------------------------------------------------------- /examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/README.md -------------------------------------------------------------------------------- /examples/calligraphy_closed.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/calligraphy_closed.tex -------------------------------------------------------------------------------- /examples/calligraphy_decorations.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/calligraphy_decorations.tex -------------------------------------------------------------------------------- /examples/calligraphy_error.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/calligraphy_error.tex -------------------------------------------------------------------------------- /examples/calligraphy_test.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/calligraphy_test.tex -------------------------------------------------------------------------------- /examples/findintersection.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/findintersection.tex -------------------------------------------------------------------------------- /examples/knightstour.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/knightstour.tex -------------------------------------------------------------------------------- /examples/knot-examples.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/knot-examples.tex -------------------------------------------------------------------------------- /examples/knot_pins.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/knot_pins.tex -------------------------------------------------------------------------------- /examples/knot_shading.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/knot_shading.tex -------------------------------------------------------------------------------- /examples/knots_celtic.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/knots_celtic.tex -------------------------------------------------------------------------------- /examples/knots_more_celtic.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/knots_more_celtic.tex -------------------------------------------------------------------------------- /examples/knots_small.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/knots_small.tex -------------------------------------------------------------------------------- /examples/knots_test.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/knots_test.tex -------------------------------------------------------------------------------- /examples/knots_triple.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/knots_triple.tex -------------------------------------------------------------------------------- /examples/knotsarrows.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/knotsarrows.tex -------------------------------------------------------------------------------- /examples/localglobal.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/localglobal.tex -------------------------------------------------------------------------------- /examples/new_prime_knots.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/new_prime_knots.tex -------------------------------------------------------------------------------- /examples/nfoil.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/nfoil.tex -------------------------------------------------------------------------------- /examples/olympic.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/olympic.tex -------------------------------------------------------------------------------- /examples/pentagram.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/pentagram.tex -------------------------------------------------------------------------------- /examples/prime_knots.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/prime_knots.tex -------------------------------------------------------------------------------- /examples/renderpath.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/renderpath.tex -------------------------------------------------------------------------------- /examples/smallcrossings.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/smallcrossings.tex -------------------------------------------------------------------------------- /examples/spath3_test.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/spath3_test.tex -------------------------------------------------------------------------------- /examples/spath_interface.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/spath_interface.tex -------------------------------------------------------------------------------- /examples/testpaths.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/testpaths.tex -------------------------------------------------------------------------------- /examples/trefoil_moves.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/trefoil_moves.tex -------------------------------------------------------------------------------- /examples/trefoil_moves_new.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/trefoil_moves_new.tex -------------------------------------------------------------------------------- /examples/twistedpair.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/twistedpair.tex -------------------------------------------------------------------------------- /examples/twistedpair_celtic.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/twistedpair_celtic.tex -------------------------------------------------------------------------------- /examples/welding.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/examples/welding.tex -------------------------------------------------------------------------------- /knots_doc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/knots_doc.tex -------------------------------------------------------------------------------- /spath3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/spath3.tex -------------------------------------------------------------------------------- /spath3_code.dtx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/spath3_code.dtx -------------------------------------------------------------------------------- /testsuite.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loopspace/spath3/HEAD/testsuite.tex --------------------------------------------------------------------------------