This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Grid as in the example #63
-
|
How can I make a grid as a background as shown on the website? |
Beta Was this translation helpful? Give feedback.
Answered by
l0uisgrange
Jul 17, 2025
Replies: 1 comment
-
|
Hi @Ascyii 👋, Zap uses CeTZ for all its drawings, which is a powerful tool for creating complex drawings. It is currently available through the You can find all the available options on the CeTZ online documentation. #import "@preview/zap:0.2.1"
#zap.canvas({
import zap: *
draw.grid((-2,-2), (7,2), stroke: 0.6pt + luma(80%))
isource("i1", (0,0), (5,0))
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
l0uisgrange
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Ascyii 👋,
Zap uses CeTZ for all its drawings, which is a powerful tool for creating complex drawings. It is currently available through the
drawargument.You can find all the available options on the CeTZ online documentation.