About The Project


A britol template of typist slides modified for XJTU.

xjtu_bristol.typ is the main file of the template. slides.typ is the original file of typist slides. xjtu_bristol.typ imports slides.typ and modifies it.

xjtu_bristol.pdf is the output pdf file and acts as a test.

There are 2 examples in ./examples/. Each of them has a *.typ file and a *.pdf file. The *.typ file is the source file and the *.pdf file is the output file. The two of them serve as examples of two different uses.

(back to top)

Built With


  • Visual Studio Code
  • Typst LSP

(back to top)

Usage


Method 1: In your own typ file:

#import "xjtu_bristol.typ": *

Take care of the relative path. And there is no need to import the slides.typ file.

For example, example/demo/demo.typ

Method 2: Or simply modify the xjtu_bristol.typ file.

For example, /example/Literature_Research_of_Financial_Engineering/deck_Literature_Research_of_Financial_Engineering.typ

(back to top)

Contributing


Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License


Distributed under the MIT License.

(back to top)

Contact


Wiuri - 2203411293@stu.xjtu.edu.cn

Project Link: https://github.com/wiuri/xjtu_bristol

(back to top)

Acknowledgments


Much appreciation to Typst and Typst LSP ~

(back to top)