├── LICENSE ├── README.md ├── example ├── images │ ├── chinese-example.png │ ├── cover-example.png │ ├── cover.jpg │ ├── maths-example.png │ └── outline-example.png ├── less-elegant-note.pdf ├── less-elegant-note.typ └── ref.bib ├── layouts ├── appendix.typ ├── doc.typ ├── mainmatter.typ └── preface.typ ├── lib.typ ├── pages ├── elegant-cover.typ ├── fonts-display-page.typ └── outline-page.typ ├── third-lib-config ├── alchemist.typ ├── commute.typ ├── ctheorems.typ ├── frame-it.typ └── quick-maths.typ └── utils ├── custom-format.typ ├── font-style.typ ├── heading.typ └── justify-text.typ /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/README.md -------------------------------------------------------------------------------- /example/images/chinese-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/example/images/chinese-example.png -------------------------------------------------------------------------------- /example/images/cover-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/example/images/cover-example.png -------------------------------------------------------------------------------- /example/images/cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/example/images/cover.jpg -------------------------------------------------------------------------------- /example/images/maths-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/example/images/maths-example.png -------------------------------------------------------------------------------- /example/images/outline-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/example/images/outline-example.png -------------------------------------------------------------------------------- /example/less-elegant-note.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/example/less-elegant-note.pdf -------------------------------------------------------------------------------- /example/less-elegant-note.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/example/less-elegant-note.typ -------------------------------------------------------------------------------- /example/ref.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/example/ref.bib -------------------------------------------------------------------------------- /layouts/appendix.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/layouts/appendix.typ -------------------------------------------------------------------------------- /layouts/doc.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/layouts/doc.typ -------------------------------------------------------------------------------- /layouts/mainmatter.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/layouts/mainmatter.typ -------------------------------------------------------------------------------- /layouts/preface.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/layouts/preface.typ -------------------------------------------------------------------------------- /lib.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/lib.typ -------------------------------------------------------------------------------- /pages/elegant-cover.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/pages/elegant-cover.typ -------------------------------------------------------------------------------- /pages/fonts-display-page.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/pages/fonts-display-page.typ -------------------------------------------------------------------------------- /pages/outline-page.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/pages/outline-page.typ -------------------------------------------------------------------------------- /third-lib-config/alchemist.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/third-lib-config/alchemist.typ -------------------------------------------------------------------------------- /third-lib-config/commute.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/third-lib-config/commute.typ -------------------------------------------------------------------------------- /third-lib-config/ctheorems.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/third-lib-config/ctheorems.typ -------------------------------------------------------------------------------- /third-lib-config/frame-it.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/third-lib-config/frame-it.typ -------------------------------------------------------------------------------- /third-lib-config/quick-maths.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/third-lib-config/quick-maths.typ -------------------------------------------------------------------------------- /utils/custom-format.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/utils/custom-format.typ -------------------------------------------------------------------------------- /utils/font-style.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/utils/font-style.typ -------------------------------------------------------------------------------- /utils/heading.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/utils/heading.typ -------------------------------------------------------------------------------- /utils/justify-text.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/choglost/LessElegantNote/HEAD/utils/justify-text.typ --------------------------------------------------------------------------------