Language: [English] [简体中文]
This project is a Typst slide template based on the Polylux library and its official theme Clean.
Please refer to the official documentation to install Typst.
If you use the typst
command line tool, clone this repository:
# If you have installed Git:
git clone https://github.com/FDUCSLG/typst-slides-fudan.git
# Or, if you have installed GitHub CLI:
gh repo clone FDUCSLG/typst-slides-fudan
# Or, if you have configured Git over SSH:
git clone git@github.com:FDUCSLG/typst-slides-fudan.git
Additionally, you can click the Code
button on the repository page, and then click Download ZIP
to download a compressed version of this repository, and unzip it to use.
It is strongly recommended that you start with demo.typ
, which is a simple example that demonstrates all the features of this template.
Note
Since
demo.typ
references the libraries and themes in thethemes
directory, please do NOT movedemo.typ
to other directories, otherwise Typst will fail to compile. However, the file name can be changed at will.
Check the Chinese version for more details.
All code and documents in this repository are released under the GNU General Public License v3.0.