├── .github ├── copilot-instructions.md └── workflows │ └── test.yml ├── .gitignore ├── LICENSE ├── README.md ├── changelog.md ├── examples ├── aqua-zh.typ ├── aqua.typ ├── default.typ ├── dewdrop.typ ├── example.typ ├── metropolis.typ ├── simple.typ ├── stargazer.typ └── university.typ ├── lib.typ ├── logo.png ├── poster.png ├── src ├── components.typ ├── configs.typ ├── core.typ ├── exports.typ ├── magic.typ ├── pdfpc.typ ├── slides.typ └── utils.typ ├── tests ├── .gitignore ├── examples │ └── example │ │ ├── ref │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 16.png │ │ ├── 17.png │ │ ├── 18.png │ │ ├── 19.png │ │ ├── 2.png │ │ ├── 20.png │ │ ├── 21.png │ │ ├── 22.png │ │ ├── 23.png │ │ ├── 24.png │ │ ├── 25.png │ │ ├── 26.png │ │ ├── 27.png │ │ ├── 28.png │ │ ├── 29.png │ │ ├── 3.png │ │ ├── 30.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ │ └── test.typ ├── features │ ├── animation │ │ ├── ref │ │ │ ├── 1.png │ │ │ ├── 10.png │ │ │ ├── 11.png │ │ │ ├── 12.png │ │ │ ├── 13.png │ │ │ ├── 14.png │ │ │ ├── 15.png │ │ │ ├── 16.png │ │ │ ├── 17.png │ │ │ ├── 18.png │ │ │ ├── 19.png │ │ │ ├── 2.png │ │ │ ├── 20.png │ │ │ ├── 21.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── 8.png │ │ │ └── 9.png │ │ └── test.typ │ ├── appendix │ │ ├── ref │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── test.typ │ ├── colors-config │ │ ├── ref │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ └── test.typ │ ├── complex │ │ ├── ref │ │ │ ├── 1.png │ │ │ ├── 10.png │ │ │ ├── 11.png │ │ │ ├── 12.png │ │ │ ├── 13.png │ │ │ ├── 14.png │ │ │ ├── 15.png │ │ │ ├── 16.png │ │ │ ├── 17.png │ │ │ ├── 18.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── 8.png │ │ │ └── 9.png │ │ └── test.typ │ ├── cover │ │ ├── ref │ │ │ ├── 1.png │ │ │ ├── 10.png │ │ │ ├── 11.png │ │ │ ├── 12.png │ │ │ ├── 13.png │ │ │ ├── 14.png │ │ │ ├── 15.png │ │ │ ├── 16.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── 8.png │ │ │ └── 9.png │ │ └── test.typ │ ├── equation │ │ ├── ref │ │ │ ├── 1.png │ │ │ ├── 10.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── 8.png │ │ │ └── 9.png │ │ └── test.typ │ ├── handout │ │ ├── ref │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ └── 3.png │ │ └── test.typ │ ├── headers-footers │ │ ├── ref │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ └── 5.png │ │ └── test.typ │ ├── layout │ │ ├── ref │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── test.typ │ ├── math-numbering │ │ ├── ref │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ └── 3.png │ │ └── test.typ │ ├── outline │ │ ├── ref │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ └── 6.png │ │ └── test.typ │ ├── pagination │ │ ├── ref │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ └── 3.png │ │ └── test.typ │ ├── recall │ │ ├── ref │ │ │ ├── 1.png │ │ │ ├── 10.png │ │ │ ├── 11.png │ │ │ ├── 12.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── 8.png │ │ │ └── 9.png │ │ └── test.typ │ ├── simple │ │ ├── ref │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ └── 6.png │ │ └── test.typ │ ├── slide-levels │ │ ├── ref │ │ │ ├── 1.png │ │ │ ├── 10.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── 8.png │ │ │ └── 9.png │ │ └── test.typ │ └── speaker-notes │ │ ├── ref │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── 5.png │ │ └── test.typ ├── integration │ ├── cetz │ │ ├── ref │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ └── 6.png │ │ └── test.typ │ ├── codly │ │ ├── ref │ │ │ └── 1.png │ │ └── test.typ │ ├── fletcher │ │ ├── ref │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ └── 3.png │ │ └── test.typ │ ├── mitex │ │ ├── ref │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── test.typ │ ├── pinit │ │ ├── ref │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ └── 8.png │ │ └── test.typ │ └── theorion │ │ ├── ref │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── 5.png │ │ └── test.typ ├── issues │ └── i204-meanwhile-in-cetz │ │ ├── ref │ │ ├── 1.png │ │ └── 2.png │ │ └── test.typ └── themes │ ├── aqua │ └── default │ │ ├── .gitignore │ │ ├── ref │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ └── 6.png │ │ └── test.typ │ ├── dewdrop │ ├── default │ │ ├── .gitignore │ │ ├── ref │ │ │ ├── 1.png │ │ │ ├── 10.png │ │ │ ├── 11.png │ │ │ ├── 12.png │ │ │ ├── 13.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── 8.png │ │ │ └── 9.png │ │ └── test.typ │ ├── mini-slides │ │ ├── .gitignore │ │ ├── ref │ │ │ ├── 1.png │ │ │ ├── 10.png │ │ │ ├── 11.png │ │ │ ├── 12.png │ │ │ ├── 13.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── 8.png │ │ │ └── 9.png │ │ └── test.typ │ └── sidebar │ │ ├── .gitignore │ │ ├── ref │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ │ └── test.typ │ ├── metropolis │ └── default │ │ ├── .gitignore │ │ ├── ref │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ │ └── test.typ │ ├── simple │ └── default │ │ ├── .gitignore │ │ ├── ref │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ └── 6.png │ │ └── test.typ │ ├── stargazer │ └── default │ │ ├── .gitignore │ │ ├── ref │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ │ └── test.typ │ └── university │ └── default │ ├── .gitignore │ ├── ref │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ └── 7.png │ └── test.typ ├── themes ├── aqua.typ ├── default.typ ├── dewdrop.typ ├── metropolis.typ ├── simple.typ ├── stargazer.typ ├── themes.typ └── university.typ └── typst.toml /.github/copilot-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/.github/copilot-instructions.md -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/README.md -------------------------------------------------------------------------------- /changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/changelog.md -------------------------------------------------------------------------------- /examples/aqua-zh.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/examples/aqua-zh.typ -------------------------------------------------------------------------------- /examples/aqua.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/examples/aqua.typ -------------------------------------------------------------------------------- /examples/default.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/examples/default.typ -------------------------------------------------------------------------------- /examples/dewdrop.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/examples/dewdrop.typ -------------------------------------------------------------------------------- /examples/example.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/examples/example.typ -------------------------------------------------------------------------------- /examples/metropolis.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/examples/metropolis.typ -------------------------------------------------------------------------------- /examples/simple.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/examples/simple.typ -------------------------------------------------------------------------------- /examples/stargazer.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/examples/stargazer.typ -------------------------------------------------------------------------------- /examples/university.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/examples/university.typ -------------------------------------------------------------------------------- /lib.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/lib.typ -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/logo.png -------------------------------------------------------------------------------- /poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/poster.png -------------------------------------------------------------------------------- /src/components.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/src/components.typ -------------------------------------------------------------------------------- /src/configs.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/src/configs.typ -------------------------------------------------------------------------------- /src/core.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/src/core.typ -------------------------------------------------------------------------------- /src/exports.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/src/exports.typ -------------------------------------------------------------------------------- /src/magic.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/src/magic.typ -------------------------------------------------------------------------------- /src/pdfpc.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/src/pdfpc.typ -------------------------------------------------------------------------------- /src/slides.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/src/slides.typ -------------------------------------------------------------------------------- /src/utils.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/src/utils.typ -------------------------------------------------------------------------------- /tests/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/.gitignore -------------------------------------------------------------------------------- /tests/examples/example/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/1.png -------------------------------------------------------------------------------- /tests/examples/example/ref/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/10.png -------------------------------------------------------------------------------- /tests/examples/example/ref/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/11.png -------------------------------------------------------------------------------- /tests/examples/example/ref/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/12.png -------------------------------------------------------------------------------- /tests/examples/example/ref/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/13.png -------------------------------------------------------------------------------- /tests/examples/example/ref/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/14.png -------------------------------------------------------------------------------- /tests/examples/example/ref/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/15.png -------------------------------------------------------------------------------- /tests/examples/example/ref/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/16.png -------------------------------------------------------------------------------- /tests/examples/example/ref/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/17.png -------------------------------------------------------------------------------- /tests/examples/example/ref/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/18.png -------------------------------------------------------------------------------- /tests/examples/example/ref/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/19.png -------------------------------------------------------------------------------- /tests/examples/example/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/2.png -------------------------------------------------------------------------------- /tests/examples/example/ref/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/20.png -------------------------------------------------------------------------------- /tests/examples/example/ref/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/21.png -------------------------------------------------------------------------------- /tests/examples/example/ref/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/22.png -------------------------------------------------------------------------------- /tests/examples/example/ref/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/23.png -------------------------------------------------------------------------------- /tests/examples/example/ref/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/24.png -------------------------------------------------------------------------------- /tests/examples/example/ref/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/25.png -------------------------------------------------------------------------------- /tests/examples/example/ref/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/26.png -------------------------------------------------------------------------------- /tests/examples/example/ref/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/27.png -------------------------------------------------------------------------------- /tests/examples/example/ref/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/28.png -------------------------------------------------------------------------------- /tests/examples/example/ref/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/29.png -------------------------------------------------------------------------------- /tests/examples/example/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/3.png -------------------------------------------------------------------------------- /tests/examples/example/ref/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/30.png -------------------------------------------------------------------------------- /tests/examples/example/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/4.png -------------------------------------------------------------------------------- /tests/examples/example/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/5.png -------------------------------------------------------------------------------- /tests/examples/example/ref/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/6.png -------------------------------------------------------------------------------- /tests/examples/example/ref/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/7.png -------------------------------------------------------------------------------- /tests/examples/example/ref/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/8.png -------------------------------------------------------------------------------- /tests/examples/example/ref/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/ref/9.png -------------------------------------------------------------------------------- /tests/examples/example/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/examples/example/test.typ -------------------------------------------------------------------------------- /tests/features/animation/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/ref/1.png -------------------------------------------------------------------------------- /tests/features/animation/ref/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/ref/10.png -------------------------------------------------------------------------------- /tests/features/animation/ref/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/ref/11.png -------------------------------------------------------------------------------- /tests/features/animation/ref/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/ref/12.png -------------------------------------------------------------------------------- /tests/features/animation/ref/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/ref/13.png -------------------------------------------------------------------------------- /tests/features/animation/ref/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/ref/14.png -------------------------------------------------------------------------------- /tests/features/animation/ref/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/ref/15.png -------------------------------------------------------------------------------- /tests/features/animation/ref/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/ref/16.png -------------------------------------------------------------------------------- /tests/features/animation/ref/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/ref/17.png -------------------------------------------------------------------------------- /tests/features/animation/ref/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/ref/18.png -------------------------------------------------------------------------------- /tests/features/animation/ref/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/ref/19.png -------------------------------------------------------------------------------- /tests/features/animation/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/ref/2.png -------------------------------------------------------------------------------- /tests/features/animation/ref/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/ref/20.png -------------------------------------------------------------------------------- /tests/features/animation/ref/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/ref/21.png -------------------------------------------------------------------------------- /tests/features/animation/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/ref/3.png -------------------------------------------------------------------------------- /tests/features/animation/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/ref/4.png -------------------------------------------------------------------------------- /tests/features/animation/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/ref/5.png -------------------------------------------------------------------------------- /tests/features/animation/ref/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/ref/6.png -------------------------------------------------------------------------------- /tests/features/animation/ref/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/ref/7.png -------------------------------------------------------------------------------- /tests/features/animation/ref/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/ref/8.png -------------------------------------------------------------------------------- /tests/features/animation/ref/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/ref/9.png -------------------------------------------------------------------------------- /tests/features/animation/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/animation/test.typ -------------------------------------------------------------------------------- /tests/features/appendix/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/appendix/ref/1.png -------------------------------------------------------------------------------- /tests/features/appendix/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/appendix/ref/2.png -------------------------------------------------------------------------------- /tests/features/appendix/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/appendix/ref/3.png -------------------------------------------------------------------------------- /tests/features/appendix/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/appendix/ref/4.png -------------------------------------------------------------------------------- /tests/features/appendix/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/appendix/test.typ -------------------------------------------------------------------------------- /tests/features/colors-config/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/colors-config/ref/1.png -------------------------------------------------------------------------------- /tests/features/colors-config/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/colors-config/ref/2.png -------------------------------------------------------------------------------- /tests/features/colors-config/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/colors-config/ref/3.png -------------------------------------------------------------------------------- /tests/features/colors-config/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/colors-config/ref/4.png -------------------------------------------------------------------------------- /tests/features/colors-config/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/colors-config/ref/5.png -------------------------------------------------------------------------------- /tests/features/colors-config/ref/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/colors-config/ref/6.png -------------------------------------------------------------------------------- /tests/features/colors-config/ref/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/colors-config/ref/7.png -------------------------------------------------------------------------------- /tests/features/colors-config/ref/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/colors-config/ref/8.png -------------------------------------------------------------------------------- /tests/features/colors-config/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/colors-config/test.typ -------------------------------------------------------------------------------- /tests/features/complex/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/complex/ref/1.png -------------------------------------------------------------------------------- /tests/features/complex/ref/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/complex/ref/10.png -------------------------------------------------------------------------------- /tests/features/complex/ref/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/complex/ref/11.png -------------------------------------------------------------------------------- /tests/features/complex/ref/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/complex/ref/12.png -------------------------------------------------------------------------------- /tests/features/complex/ref/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/complex/ref/13.png -------------------------------------------------------------------------------- /tests/features/complex/ref/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/complex/ref/14.png -------------------------------------------------------------------------------- /tests/features/complex/ref/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/complex/ref/15.png -------------------------------------------------------------------------------- /tests/features/complex/ref/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/complex/ref/16.png -------------------------------------------------------------------------------- /tests/features/complex/ref/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/complex/ref/17.png -------------------------------------------------------------------------------- /tests/features/complex/ref/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/complex/ref/18.png -------------------------------------------------------------------------------- /tests/features/complex/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/complex/ref/2.png -------------------------------------------------------------------------------- /tests/features/complex/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/complex/ref/3.png -------------------------------------------------------------------------------- /tests/features/complex/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/complex/ref/4.png -------------------------------------------------------------------------------- /tests/features/complex/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/complex/ref/5.png -------------------------------------------------------------------------------- /tests/features/complex/ref/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/complex/ref/6.png -------------------------------------------------------------------------------- /tests/features/complex/ref/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/complex/ref/7.png -------------------------------------------------------------------------------- /tests/features/complex/ref/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/complex/ref/8.png -------------------------------------------------------------------------------- /tests/features/complex/ref/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/complex/ref/9.png -------------------------------------------------------------------------------- /tests/features/complex/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/complex/test.typ -------------------------------------------------------------------------------- /tests/features/cover/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/cover/ref/1.png -------------------------------------------------------------------------------- /tests/features/cover/ref/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/cover/ref/10.png -------------------------------------------------------------------------------- /tests/features/cover/ref/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/cover/ref/11.png -------------------------------------------------------------------------------- /tests/features/cover/ref/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/cover/ref/12.png -------------------------------------------------------------------------------- /tests/features/cover/ref/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/cover/ref/13.png -------------------------------------------------------------------------------- /tests/features/cover/ref/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/cover/ref/14.png -------------------------------------------------------------------------------- /tests/features/cover/ref/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/cover/ref/15.png -------------------------------------------------------------------------------- /tests/features/cover/ref/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/cover/ref/16.png -------------------------------------------------------------------------------- /tests/features/cover/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/cover/ref/2.png -------------------------------------------------------------------------------- /tests/features/cover/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/cover/ref/3.png -------------------------------------------------------------------------------- /tests/features/cover/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/cover/ref/4.png -------------------------------------------------------------------------------- /tests/features/cover/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/cover/ref/5.png -------------------------------------------------------------------------------- /tests/features/cover/ref/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/cover/ref/6.png -------------------------------------------------------------------------------- /tests/features/cover/ref/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/cover/ref/7.png -------------------------------------------------------------------------------- /tests/features/cover/ref/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/cover/ref/8.png -------------------------------------------------------------------------------- /tests/features/cover/ref/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/cover/ref/9.png -------------------------------------------------------------------------------- /tests/features/cover/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/cover/test.typ -------------------------------------------------------------------------------- /tests/features/equation/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/equation/ref/1.png -------------------------------------------------------------------------------- /tests/features/equation/ref/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/equation/ref/10.png -------------------------------------------------------------------------------- /tests/features/equation/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/equation/ref/2.png -------------------------------------------------------------------------------- /tests/features/equation/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/equation/ref/3.png -------------------------------------------------------------------------------- /tests/features/equation/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/equation/ref/4.png -------------------------------------------------------------------------------- /tests/features/equation/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/equation/ref/5.png -------------------------------------------------------------------------------- /tests/features/equation/ref/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/equation/ref/6.png -------------------------------------------------------------------------------- /tests/features/equation/ref/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/equation/ref/7.png -------------------------------------------------------------------------------- /tests/features/equation/ref/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/equation/ref/8.png -------------------------------------------------------------------------------- /tests/features/equation/ref/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/equation/ref/9.png -------------------------------------------------------------------------------- /tests/features/equation/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/equation/test.typ -------------------------------------------------------------------------------- /tests/features/handout/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/handout/ref/1.png -------------------------------------------------------------------------------- /tests/features/handout/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/handout/ref/2.png -------------------------------------------------------------------------------- /tests/features/handout/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/handout/ref/3.png -------------------------------------------------------------------------------- /tests/features/handout/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/handout/test.typ -------------------------------------------------------------------------------- /tests/features/headers-footers/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/headers-footers/ref/1.png -------------------------------------------------------------------------------- /tests/features/headers-footers/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/headers-footers/ref/2.png -------------------------------------------------------------------------------- /tests/features/headers-footers/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/headers-footers/ref/3.png -------------------------------------------------------------------------------- /tests/features/headers-footers/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/headers-footers/ref/4.png -------------------------------------------------------------------------------- /tests/features/headers-footers/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/headers-footers/ref/5.png -------------------------------------------------------------------------------- /tests/features/headers-footers/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/headers-footers/test.typ -------------------------------------------------------------------------------- /tests/features/layout/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/layout/ref/1.png -------------------------------------------------------------------------------- /tests/features/layout/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/layout/ref/2.png -------------------------------------------------------------------------------- /tests/features/layout/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/layout/ref/3.png -------------------------------------------------------------------------------- /tests/features/layout/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/layout/ref/4.png -------------------------------------------------------------------------------- /tests/features/layout/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/layout/test.typ -------------------------------------------------------------------------------- /tests/features/math-numbering/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/math-numbering/ref/1.png -------------------------------------------------------------------------------- /tests/features/math-numbering/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/math-numbering/ref/2.png -------------------------------------------------------------------------------- /tests/features/math-numbering/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/math-numbering/ref/3.png -------------------------------------------------------------------------------- /tests/features/math-numbering/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/math-numbering/test.typ -------------------------------------------------------------------------------- /tests/features/outline/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/outline/ref/1.png -------------------------------------------------------------------------------- /tests/features/outline/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/outline/ref/2.png -------------------------------------------------------------------------------- /tests/features/outline/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/outline/ref/3.png -------------------------------------------------------------------------------- /tests/features/outline/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/outline/ref/4.png -------------------------------------------------------------------------------- /tests/features/outline/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/outline/ref/5.png -------------------------------------------------------------------------------- /tests/features/outline/ref/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/outline/ref/6.png -------------------------------------------------------------------------------- /tests/features/outline/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/outline/test.typ -------------------------------------------------------------------------------- /tests/features/pagination/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/pagination/ref/1.png -------------------------------------------------------------------------------- /tests/features/pagination/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/pagination/ref/2.png -------------------------------------------------------------------------------- /tests/features/pagination/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/pagination/ref/3.png -------------------------------------------------------------------------------- /tests/features/pagination/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/pagination/test.typ -------------------------------------------------------------------------------- /tests/features/recall/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/recall/ref/1.png -------------------------------------------------------------------------------- /tests/features/recall/ref/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/recall/ref/10.png -------------------------------------------------------------------------------- /tests/features/recall/ref/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/recall/ref/11.png -------------------------------------------------------------------------------- /tests/features/recall/ref/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/recall/ref/12.png -------------------------------------------------------------------------------- /tests/features/recall/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/recall/ref/2.png -------------------------------------------------------------------------------- /tests/features/recall/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/recall/ref/3.png -------------------------------------------------------------------------------- /tests/features/recall/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/recall/ref/4.png -------------------------------------------------------------------------------- /tests/features/recall/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/recall/ref/5.png -------------------------------------------------------------------------------- /tests/features/recall/ref/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/recall/ref/6.png -------------------------------------------------------------------------------- /tests/features/recall/ref/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/recall/ref/7.png -------------------------------------------------------------------------------- /tests/features/recall/ref/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/recall/ref/8.png -------------------------------------------------------------------------------- /tests/features/recall/ref/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/recall/ref/9.png -------------------------------------------------------------------------------- /tests/features/recall/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/recall/test.typ -------------------------------------------------------------------------------- /tests/features/simple/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/simple/ref/1.png -------------------------------------------------------------------------------- /tests/features/simple/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/simple/ref/2.png -------------------------------------------------------------------------------- /tests/features/simple/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/simple/ref/3.png -------------------------------------------------------------------------------- /tests/features/simple/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/simple/ref/4.png -------------------------------------------------------------------------------- /tests/features/simple/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/simple/ref/5.png -------------------------------------------------------------------------------- /tests/features/simple/ref/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/simple/ref/6.png -------------------------------------------------------------------------------- /tests/features/simple/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/simple/test.typ -------------------------------------------------------------------------------- /tests/features/slide-levels/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/slide-levels/ref/1.png -------------------------------------------------------------------------------- /tests/features/slide-levels/ref/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/slide-levels/ref/10.png -------------------------------------------------------------------------------- /tests/features/slide-levels/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/slide-levels/ref/2.png -------------------------------------------------------------------------------- /tests/features/slide-levels/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/slide-levels/ref/3.png -------------------------------------------------------------------------------- /tests/features/slide-levels/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/slide-levels/ref/4.png -------------------------------------------------------------------------------- /tests/features/slide-levels/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/slide-levels/ref/5.png -------------------------------------------------------------------------------- /tests/features/slide-levels/ref/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/slide-levels/ref/6.png -------------------------------------------------------------------------------- /tests/features/slide-levels/ref/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/slide-levels/ref/7.png -------------------------------------------------------------------------------- /tests/features/slide-levels/ref/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/slide-levels/ref/8.png -------------------------------------------------------------------------------- /tests/features/slide-levels/ref/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/slide-levels/ref/9.png -------------------------------------------------------------------------------- /tests/features/slide-levels/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/slide-levels/test.typ -------------------------------------------------------------------------------- /tests/features/speaker-notes/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/speaker-notes/ref/1.png -------------------------------------------------------------------------------- /tests/features/speaker-notes/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/speaker-notes/ref/2.png -------------------------------------------------------------------------------- /tests/features/speaker-notes/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/speaker-notes/ref/3.png -------------------------------------------------------------------------------- /tests/features/speaker-notes/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/speaker-notes/ref/4.png -------------------------------------------------------------------------------- /tests/features/speaker-notes/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/speaker-notes/ref/5.png -------------------------------------------------------------------------------- /tests/features/speaker-notes/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/features/speaker-notes/test.typ -------------------------------------------------------------------------------- /tests/integration/cetz/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/cetz/ref/1.png -------------------------------------------------------------------------------- /tests/integration/cetz/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/cetz/ref/2.png -------------------------------------------------------------------------------- /tests/integration/cetz/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/cetz/ref/3.png -------------------------------------------------------------------------------- /tests/integration/cetz/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/cetz/ref/4.png -------------------------------------------------------------------------------- /tests/integration/cetz/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/cetz/ref/5.png -------------------------------------------------------------------------------- /tests/integration/cetz/ref/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/cetz/ref/6.png -------------------------------------------------------------------------------- /tests/integration/cetz/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/cetz/test.typ -------------------------------------------------------------------------------- /tests/integration/codly/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/codly/ref/1.png -------------------------------------------------------------------------------- /tests/integration/codly/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/codly/test.typ -------------------------------------------------------------------------------- /tests/integration/fletcher/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/fletcher/ref/1.png -------------------------------------------------------------------------------- /tests/integration/fletcher/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/fletcher/ref/2.png -------------------------------------------------------------------------------- /tests/integration/fletcher/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/fletcher/ref/3.png -------------------------------------------------------------------------------- /tests/integration/fletcher/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/fletcher/test.typ -------------------------------------------------------------------------------- /tests/integration/mitex/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/mitex/ref/1.png -------------------------------------------------------------------------------- /tests/integration/mitex/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/mitex/ref/2.png -------------------------------------------------------------------------------- /tests/integration/mitex/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/mitex/ref/3.png -------------------------------------------------------------------------------- /tests/integration/mitex/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/mitex/ref/4.png -------------------------------------------------------------------------------- /tests/integration/mitex/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/mitex/test.typ -------------------------------------------------------------------------------- /tests/integration/pinit/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/pinit/ref/1.png -------------------------------------------------------------------------------- /tests/integration/pinit/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/pinit/ref/2.png -------------------------------------------------------------------------------- /tests/integration/pinit/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/pinit/ref/3.png -------------------------------------------------------------------------------- /tests/integration/pinit/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/pinit/ref/4.png -------------------------------------------------------------------------------- /tests/integration/pinit/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/pinit/ref/5.png -------------------------------------------------------------------------------- /tests/integration/pinit/ref/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/pinit/ref/6.png -------------------------------------------------------------------------------- /tests/integration/pinit/ref/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/pinit/ref/7.png -------------------------------------------------------------------------------- /tests/integration/pinit/ref/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/pinit/ref/8.png -------------------------------------------------------------------------------- /tests/integration/pinit/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/pinit/test.typ -------------------------------------------------------------------------------- /tests/integration/theorion/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/theorion/ref/1.png -------------------------------------------------------------------------------- /tests/integration/theorion/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/theorion/ref/2.png -------------------------------------------------------------------------------- /tests/integration/theorion/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/theorion/ref/3.png -------------------------------------------------------------------------------- /tests/integration/theorion/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/theorion/ref/4.png -------------------------------------------------------------------------------- /tests/integration/theorion/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/theorion/ref/5.png -------------------------------------------------------------------------------- /tests/integration/theorion/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/integration/theorion/test.typ -------------------------------------------------------------------------------- /tests/issues/i204-meanwhile-in-cetz/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/issues/i204-meanwhile-in-cetz/ref/1.png -------------------------------------------------------------------------------- /tests/issues/i204-meanwhile-in-cetz/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/issues/i204-meanwhile-in-cetz/ref/2.png -------------------------------------------------------------------------------- /tests/issues/i204-meanwhile-in-cetz/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/issues/i204-meanwhile-in-cetz/test.typ -------------------------------------------------------------------------------- /tests/themes/aqua/default/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/aqua/default/.gitignore -------------------------------------------------------------------------------- /tests/themes/aqua/default/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/aqua/default/ref/1.png -------------------------------------------------------------------------------- /tests/themes/aqua/default/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/aqua/default/ref/2.png -------------------------------------------------------------------------------- /tests/themes/aqua/default/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/aqua/default/ref/3.png -------------------------------------------------------------------------------- /tests/themes/aqua/default/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/aqua/default/ref/4.png -------------------------------------------------------------------------------- /tests/themes/aqua/default/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/aqua/default/ref/5.png -------------------------------------------------------------------------------- /tests/themes/aqua/default/ref/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/aqua/default/ref/6.png -------------------------------------------------------------------------------- /tests/themes/aqua/default/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/aqua/default/test.typ -------------------------------------------------------------------------------- /tests/themes/dewdrop/default/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/default/.gitignore -------------------------------------------------------------------------------- /tests/themes/dewdrop/default/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/default/ref/1.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/default/ref/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/default/ref/10.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/default/ref/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/default/ref/11.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/default/ref/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/default/ref/12.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/default/ref/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/default/ref/13.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/default/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/default/ref/2.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/default/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/default/ref/3.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/default/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/default/ref/4.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/default/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/default/ref/5.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/default/ref/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/default/ref/6.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/default/ref/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/default/ref/7.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/default/ref/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/default/ref/8.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/default/ref/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/default/ref/9.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/default/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/default/test.typ -------------------------------------------------------------------------------- /tests/themes/dewdrop/mini-slides/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/mini-slides/.gitignore -------------------------------------------------------------------------------- /tests/themes/dewdrop/mini-slides/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/mini-slides/ref/1.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/mini-slides/ref/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/mini-slides/ref/10.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/mini-slides/ref/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/mini-slides/ref/11.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/mini-slides/ref/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/mini-slides/ref/12.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/mini-slides/ref/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/mini-slides/ref/13.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/mini-slides/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/mini-slides/ref/2.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/mini-slides/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/mini-slides/ref/3.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/mini-slides/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/mini-slides/ref/4.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/mini-slides/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/mini-slides/ref/5.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/mini-slides/ref/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/mini-slides/ref/6.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/mini-slides/ref/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/mini-slides/ref/7.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/mini-slides/ref/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/mini-slides/ref/8.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/mini-slides/ref/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/mini-slides/ref/9.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/mini-slides/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/mini-slides/test.typ -------------------------------------------------------------------------------- /tests/themes/dewdrop/sidebar/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/sidebar/.gitignore -------------------------------------------------------------------------------- /tests/themes/dewdrop/sidebar/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/sidebar/ref/1.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/sidebar/ref/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/sidebar/ref/10.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/sidebar/ref/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/sidebar/ref/11.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/sidebar/ref/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/sidebar/ref/12.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/sidebar/ref/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/sidebar/ref/13.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/sidebar/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/sidebar/ref/2.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/sidebar/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/sidebar/ref/3.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/sidebar/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/sidebar/ref/4.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/sidebar/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/sidebar/ref/5.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/sidebar/ref/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/sidebar/ref/6.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/sidebar/ref/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/sidebar/ref/7.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/sidebar/ref/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/sidebar/ref/8.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/sidebar/ref/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/sidebar/ref/9.png -------------------------------------------------------------------------------- /tests/themes/dewdrop/sidebar/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/dewdrop/sidebar/test.typ -------------------------------------------------------------------------------- /tests/themes/metropolis/default/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/metropolis/default/.gitignore -------------------------------------------------------------------------------- /tests/themes/metropolis/default/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/metropolis/default/ref/1.png -------------------------------------------------------------------------------- /tests/themes/metropolis/default/ref/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/metropolis/default/ref/10.png -------------------------------------------------------------------------------- /tests/themes/metropolis/default/ref/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/metropolis/default/ref/11.png -------------------------------------------------------------------------------- /tests/themes/metropolis/default/ref/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/metropolis/default/ref/12.png -------------------------------------------------------------------------------- /tests/themes/metropolis/default/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/metropolis/default/ref/2.png -------------------------------------------------------------------------------- /tests/themes/metropolis/default/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/metropolis/default/ref/3.png -------------------------------------------------------------------------------- /tests/themes/metropolis/default/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/metropolis/default/ref/4.png -------------------------------------------------------------------------------- /tests/themes/metropolis/default/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/metropolis/default/ref/5.png -------------------------------------------------------------------------------- /tests/themes/metropolis/default/ref/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/metropolis/default/ref/6.png -------------------------------------------------------------------------------- /tests/themes/metropolis/default/ref/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/metropolis/default/ref/7.png -------------------------------------------------------------------------------- /tests/themes/metropolis/default/ref/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/metropolis/default/ref/8.png -------------------------------------------------------------------------------- /tests/themes/metropolis/default/ref/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/metropolis/default/ref/9.png -------------------------------------------------------------------------------- /tests/themes/metropolis/default/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/metropolis/default/test.typ -------------------------------------------------------------------------------- /tests/themes/simple/default/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/simple/default/.gitignore -------------------------------------------------------------------------------- /tests/themes/simple/default/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/simple/default/ref/1.png -------------------------------------------------------------------------------- /tests/themes/simple/default/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/simple/default/ref/2.png -------------------------------------------------------------------------------- /tests/themes/simple/default/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/simple/default/ref/3.png -------------------------------------------------------------------------------- /tests/themes/simple/default/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/simple/default/ref/4.png -------------------------------------------------------------------------------- /tests/themes/simple/default/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/simple/default/ref/5.png -------------------------------------------------------------------------------- /tests/themes/simple/default/ref/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/simple/default/ref/6.png -------------------------------------------------------------------------------- /tests/themes/simple/default/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/simple/default/test.typ -------------------------------------------------------------------------------- /tests/themes/stargazer/default/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/stargazer/default/.gitignore -------------------------------------------------------------------------------- /tests/themes/stargazer/default/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/stargazer/default/ref/1.png -------------------------------------------------------------------------------- /tests/themes/stargazer/default/ref/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/stargazer/default/ref/10.png -------------------------------------------------------------------------------- /tests/themes/stargazer/default/ref/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/stargazer/default/ref/11.png -------------------------------------------------------------------------------- /tests/themes/stargazer/default/ref/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/stargazer/default/ref/12.png -------------------------------------------------------------------------------- /tests/themes/stargazer/default/ref/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/stargazer/default/ref/13.png -------------------------------------------------------------------------------- /tests/themes/stargazer/default/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/stargazer/default/ref/2.png -------------------------------------------------------------------------------- /tests/themes/stargazer/default/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/stargazer/default/ref/3.png -------------------------------------------------------------------------------- /tests/themes/stargazer/default/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/stargazer/default/ref/4.png -------------------------------------------------------------------------------- /tests/themes/stargazer/default/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/stargazer/default/ref/5.png -------------------------------------------------------------------------------- /tests/themes/stargazer/default/ref/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/stargazer/default/ref/6.png -------------------------------------------------------------------------------- /tests/themes/stargazer/default/ref/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/stargazer/default/ref/7.png -------------------------------------------------------------------------------- /tests/themes/stargazer/default/ref/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/stargazer/default/ref/8.png -------------------------------------------------------------------------------- /tests/themes/stargazer/default/ref/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/stargazer/default/ref/9.png -------------------------------------------------------------------------------- /tests/themes/stargazer/default/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/stargazer/default/test.typ -------------------------------------------------------------------------------- /tests/themes/university/default/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/university/default/.gitignore -------------------------------------------------------------------------------- /tests/themes/university/default/ref/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/university/default/ref/1.png -------------------------------------------------------------------------------- /tests/themes/university/default/ref/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/university/default/ref/2.png -------------------------------------------------------------------------------- /tests/themes/university/default/ref/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/university/default/ref/3.png -------------------------------------------------------------------------------- /tests/themes/university/default/ref/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/university/default/ref/4.png -------------------------------------------------------------------------------- /tests/themes/university/default/ref/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/university/default/ref/5.png -------------------------------------------------------------------------------- /tests/themes/university/default/ref/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/university/default/ref/6.png -------------------------------------------------------------------------------- /tests/themes/university/default/ref/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/university/default/ref/7.png -------------------------------------------------------------------------------- /tests/themes/university/default/test.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/tests/themes/university/default/test.typ -------------------------------------------------------------------------------- /themes/aqua.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/themes/aqua.typ -------------------------------------------------------------------------------- /themes/default.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/themes/default.typ -------------------------------------------------------------------------------- /themes/dewdrop.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/themes/dewdrop.typ -------------------------------------------------------------------------------- /themes/metropolis.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/themes/metropolis.typ -------------------------------------------------------------------------------- /themes/simple.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/themes/simple.typ -------------------------------------------------------------------------------- /themes/stargazer.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/themes/stargazer.typ -------------------------------------------------------------------------------- /themes/themes.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/themes/themes.typ -------------------------------------------------------------------------------- /themes/university.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/themes/university.typ -------------------------------------------------------------------------------- /typst.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/touying-typ/touying/HEAD/typst.toml --------------------------------------------------------------------------------