{"id":22039254,"url":"https://github.com/joshualampert/clean-math-presentation","last_synced_at":"2026-01-31T20:37:05.989Z","repository":{"id":263835535,"uuid":"891534170","full_name":"JoshuaLampert/clean-math-presentation","owner":"JoshuaLampert","description":"Typst presentation template specialized on needs of mathematics. ","archived":false,"fork":false,"pushed_at":"2025-12-01T09:41:02.000Z","size":140,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-03T21:17:20.979Z","etag":null,"topics":["presentation","presentation-template","slides","typst","typst-template"],"latest_commit_sha":null,"homepage":"https://typst.app/universe/package/clean-math-presentation","language":"Typst","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JoshuaLampert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-20T14:03:10.000Z","updated_at":"2025-12-01T09:41:00.000Z","dependencies_parsed_at":"2024-12-15T20:25:36.914Z","dependency_job_id":"0ab4d440-50a8-416b-8dd2-b94babb3d060","html_url":"https://github.com/JoshuaLampert/clean-math-presentation","commit_stats":null,"previous_names":["joshualampert/clean-math-presentation"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/JoshuaLampert/clean-math-presentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshuaLampert%2Fclean-math-presentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshuaLampert%2Fclean-math-presentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshuaLampert%2Fclean-math-presentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshuaLampert%2Fclean-math-presentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoshuaLampert","download_url":"https://codeload.github.com/JoshuaLampert/clean-math-presentation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshuaLampert%2Fclean-math-presentation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28953755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["presentation","presentation-template","slides","typst","typst-template"],"created_at":"2024-11-30T11:09:59.491Z","updated_at":"2026-01-31T20:37:05.960Z","avatar_url":"https://github.com/JoshuaLampert.png","language":"Typst","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clean-math-presentation\n\n[![Build Typst Document](https://github.com/JoshuaLampert/clean-math-presentation/actions/workflows/build.yml/badge.svg)](https://github.com/JoshuaLampert/clean-math-presentation/actions/workflows/build.yml)\n[![Repo](https://img.shields.io/badge/GitHub-repo-blue)](https://github.com/JoshuaLampert/clean-math-presentation)\n[![License: MIT](https://img.shields.io/badge/License-MIT-success.svg)](https://opensource.org/licenses/MIT)\n\n[Typst](https://typst.app/home/) template for presentations built for simple, efficient use and a clean look\nusing [touying](https://touying-typ.github.io/).\nThe template provides a custom title page, a footer, a header, and built-in support for theorem blocks and\nproofs.\n\n## Usage\n\nThe template is already filled with dummy data, to give users an impression what it looks like. The presentation is obtained by compiling `main.typ`.\n\n- after [installing Typst](https://github.com/typst/typst?tab=readme-ov-file#installation) you can conveniently use the following to create a new folder containing this project.\n\n```bash\ntypst init @preview/clean-math-presentation:0.1.1\n```\n\n- edit the data in `main.typ` → `#show clean-math-presentation.with([your data])`\n\n### Parameters of the Template\n\n- `title`: Title of the presentation.\n- `subtitle`: Subtitle of the presentation, optional.\n- `short-title`: Short version of the presentation to be shown in the footer, optional.\n  If not short title is provided, the `title` will be shown in the footer.\n- `date`: Date of the presentation.\n- `authors`: List of names of the authors of the presentation. Each entry of the list is a dictionary with the following keys:\n  - `name`: Name of the author.\n  - `affiliation-id`: The ID of the affiliation in `affiliations`, see below.\n- `affiliations`: List of affiliations of the authors. Each entry of the list is a dictionary with the following keys:\n  - `id`: ID of the affiliation, which is used to link the authors to the affiliation, see above.\n  - `name`: Name of the affiliation.\n- `author`: The name of the presenting author, which will be displayed in the footer of each slide. If the `author`\n  matches one of the `authors`, this name will be underlined in the title slide.\n\nOther arguments like `align`, `progess-bar` and more\nare available and similar to other templates in touying, especially the\n[stargazer theme](https://touying-typ.github.io/docs/themes/stargazer).\nThe colorscheme can be adjusted by passing `config-colors` to the template, e.g.\n```typ\nconfig-colors(\n  primary: rgb(\"#6068d6\"),\n  secondary: rgb(\"#2f1971\"),\n)\n```\nThe title page can be created with `#title-slide`. It accepts optionally a `background`, which can be an image or `none` (default)\nand up to two logos `logo1` and `logo2` (`none` by default). The margin can be set with the argument `margin`.\n\nThe theme provides different types of slides like `#outline-slide`, `#focus-slide`, `#ending-slide`, and the usual `#slide`.\nAdditionally, it already provides support for theorems and alike by the functions `#theorem`, `#lemma`,\n`#corollary`, `#definition`, `#example`, and `#proof`.\n\n## Acknowledgements\n\nSome parts of this template are based on the [stargazer](https://github.com/touying-typ/touying/blob/main/themes/stargazer.typ)\ntheme from touying.\n\n## Feedback \u0026 Improvements\n\nIf you encounter problems, please open issues. In case you found useful extensions or improved anything We are also very happy\nto accept pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshualampert%2Fclean-math-presentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshualampert%2Fclean-math-presentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshualampert%2Fclean-math-presentation/lists"}