Package Information
- Last Updated
- Authors
- JWangL5
- Categories
- thesis
Preview
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/modern-hkust-thesis:0.1.12. Initialize from template
Create a new project from this template:
typst init @preview/modern-hkust-thesis:0.1.1Typst is a next-generation typesetting system, designed as a modern alternative to LaTeX. Written in Rust, it offers the advantages of user-friendly syntax and fast compilation.
This template was created by me for my own graduation project, and it meets all the formatting requirements of HKUST-GZ.
If you find it useful, you can buy me a ☕️ coffee here. Thanks! ☺️
If you encounter any issues, feel free to open a ticket in the issue tracker.
Contributions are also welcome.
Usage
-
Just click the
Creat project in appon right concer ↗️, and start your writing! -
Or If you want to run locally, you can use
vscodeand its pluginsTinymistto setup environment easily. Just downloadtypstand run the command to acquire this template.typst init @preview/modern-hkust-thesis:0.1.0 -
If you need modify any styles, you can also clone this repo to your local directory, or just download all files from this repo. Open the folder with vscode, then you could modify the
sample.typfile to finish your thesis.git clone http://gitlab.hkust-gz.edu.cn/jlu625/typst-thesis-template.git
I have already written enough comments in sample file to make sure you could understand how to modify the text with your own info ☺️, feel free to modify the text and preview what you got (shortcut key ctrl+k v).
If you have problems in using typst, you can read official documents here.