Universe

Create project in app

Typst 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 app on right concer ↗️, and start your writing!

  • Or If you want to run locally, you can use vscode and its plugins Tinymist to setup environment easily. Just download typst and 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.typ file 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.