Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DawnEver/mcm-icm-typst-template
https://github.com/DawnEver/mcm-icm-typst-template
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/DawnEver/mcm-icm-typst-template
- Owner: DawnEver
- License: mit
- Created: 2023-12-13T08:47:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-13T09:45:59.000Z (11 months ago)
- Last Synced: 2024-08-02T06:15:31.783Z (3 months ago)
- Language: Typst
- Size: 5.81 MB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-typst - mcm-icm-typst-template - A template for Mathematical Contest in Modeling (MCM) and the Interdisciplinary Contest in Modeling(ICM). (Templates & Libraries / General)
README
# MCM/ICM [Typst](https://typst.app) Template
- [English](#what-is-mcmicm)
- [中文](#what-is-mcmicm)## What is MCM/ICM
> [COMAP](https://www.comap.com/contests/mcm-icm)'s Mathematical Contest in Modeling (MCM) and Interdisciplinary Contest in Modeling (ICM) are international contests for high school students and college undergraduates. The contests challenge teams of up to three students to analyze, model, solve, and present solution reports to an open-ended application problem. In these contests research, analytics, and applied intelligence are just as important as time management and problem selection.## What is Typst
Typst is a new markup-based typesetting system that is designed to be as powerful as LaTeX while being much easier to learn and use.- [Typst Github](https://github.com/typst/typst)
- [Typst Homepage](https://typst.app)## Preview
- ./img/ # default image folder
- ./appendices.typ # appendices of the thesis
- ./main.typ # main body of the thesis
- ./template.typ # template file
- ./[main.pdf](main.pdf) # default output pdf
- ./refs.bib # bibliography file![cover.png](img/cover.png)
![appendices.png](img/appendices.png)## Usage:
Run `typst compile main.typ` to obtain main.pdfYou can try it online ([Click Me](https://typst.app/project/pxdKIC-xO_H20K5NAg_9sm)) or run locally.
I strongly recommand writing with VSCode.
![vscode_preview](img/vscode_preview.png)## Version
Typst>=0.9.0 is recommanded.## License
[MIT](LICENSE)## Contribute
Welcome to PRs.