Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Background (Draft)? #19

Open
ondohotola opened this issue Nov 2, 2024 · 1 comment
Open

Background (Draft)? #19

ondohotola opened this issue Nov 2, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ondohotola
Copy link

Is it possible to have a background?

I like to have something like

#set page(
   background: rotate(
      45deg,
      text(
         5em,
         fill: mygrey
      )[Draft]
   )
)
@Sematre Sematre added the enhancement New feature or request label Dec 11, 2024
@Sematre
Copy link
Owner

Sematre commented Dec 11, 2024

This template currently uses the background layer for the folding marks and the hole mark. But it should be possible to add an option for this in the template:

#show: letter-simple.with(
  foreground: [Lorem ipsum],
  background: [Lorem ipsum],
  
  // ...
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants