├── LICENSE.md ├── README.md ├── lib.typ ├── template ├── images │ ├── breast-dev.svg │ ├── epigenetics.svg │ ├── f0-chart.svg │ ├── fat-distribution.svg │ ├── hormone-chart.svg │ ├── hormone-levels.svg │ ├── methylation-chart.svg │ ├── pdf417.png │ ├── pelvis-mri.svg │ ├── qr.png │ ├── rnaseq.svg │ ├── sei-chart.svg │ └── voice.svg ├── main.typ └── references.bib ├── thumbnail.png └── typst.toml /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctypst/elegant-paper-typst/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctypst/elegant-paper-typst/HEAD/README.md -------------------------------------------------------------------------------- /lib.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctypst/elegant-paper-typst/HEAD/lib.typ -------------------------------------------------------------------------------- /template/images/breast-dev.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctypst/elegant-paper-typst/HEAD/template/images/breast-dev.svg -------------------------------------------------------------------------------- /template/images/epigenetics.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctypst/elegant-paper-typst/HEAD/template/images/epigenetics.svg -------------------------------------------------------------------------------- /template/images/f0-chart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctypst/elegant-paper-typst/HEAD/template/images/f0-chart.svg -------------------------------------------------------------------------------- /template/images/fat-distribution.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctypst/elegant-paper-typst/HEAD/template/images/fat-distribution.svg -------------------------------------------------------------------------------- /template/images/hormone-chart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctypst/elegant-paper-typst/HEAD/template/images/hormone-chart.svg -------------------------------------------------------------------------------- /template/images/hormone-levels.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctypst/elegant-paper-typst/HEAD/template/images/hormone-levels.svg -------------------------------------------------------------------------------- /template/images/methylation-chart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctypst/elegant-paper-typst/HEAD/template/images/methylation-chart.svg -------------------------------------------------------------------------------- /template/images/pdf417.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctypst/elegant-paper-typst/HEAD/template/images/pdf417.png -------------------------------------------------------------------------------- /template/images/pelvis-mri.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctypst/elegant-paper-typst/HEAD/template/images/pelvis-mri.svg -------------------------------------------------------------------------------- /template/images/qr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctypst/elegant-paper-typst/HEAD/template/images/qr.png -------------------------------------------------------------------------------- /template/images/rnaseq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctypst/elegant-paper-typst/HEAD/template/images/rnaseq.svg -------------------------------------------------------------------------------- /template/images/sei-chart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctypst/elegant-paper-typst/HEAD/template/images/sei-chart.svg -------------------------------------------------------------------------------- /template/images/voice.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctypst/elegant-paper-typst/HEAD/template/images/voice.svg -------------------------------------------------------------------------------- /template/main.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctypst/elegant-paper-typst/HEAD/template/main.typ -------------------------------------------------------------------------------- /template/references.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctypst/elegant-paper-typst/HEAD/template/references.bib -------------------------------------------------------------------------------- /thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctypst/elegant-paper-typst/HEAD/thumbnail.png -------------------------------------------------------------------------------- /typst.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ctypst/elegant-paper-typst/HEAD/typst.toml --------------------------------------------------------------------------------