DannySeidel / typst-dhbw-template

Unofficial Typst DHBW Template
MIT License
10 stars 11 forks source link

Add confidentiality marker on title page #7

Closed FelixSchladt closed 3 months ago

FelixSchladt commented 3 months ago

A red or green circle indicating wether the paper is confidential or free for public use.

image

Can be configured as following:

show-confidentiality-marker: (display: true, offset_x: 0pt, offset_y: 0pt,),

Due to the chosen defaults, this can be considered backwards compatible and does not require manual intervention in existing projects.

DannySeidel commented 3 months ago

Hi @FelixSchladt,

Thanks for the contribution. I added the idea to my open PR in the typst/packages repo (https://github.com/typst/packages/pull/818) with some little adjustments. Furthermore, I added a size attribute to change the size of the circle.