This is the repository for the official logo of Compio. The original design was done by @Berrysoft with LaTex and later rewritten by @George-Miao in typst and CeTZ.
Name | Preview |
---|---|
outline |
|
bold |
|
bold-with-text |
|
colored-bold |
|
colored-outline |
|
colored-with-text |
Pre-generated SVG's can be found under generated
. To build the logo, you need to have typst set up. Then use make to build the logo:
make logo # This will build all logos to `./generated`
Alternatively, it's possible to run the typst
command to build variant directly:
typst c logo.typ --format=svg --input variant=outline
This will generate an SVG file in current directory. Replace outline
with other variants to build different logos. For more information, please refer to the typst documentation.
The logo along with its source code is licensed under CC BY-NC-SA 4.0, see LICENSE for full legal code.