You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to derive the simlpe theme, and change some content of it to make my own theme. Because I only want to change some default global settings, I don't like to leave a copy in my local. Thus, I tried to change the default init function to inject the configuration. But it failed.
error: panicked with: "Unsupported mark `touying-fn-wrapper` at page 2. You can't use it inside some functions like `context`. You may want to use the callback-style `uncover` function instead."
┌─ @preview/touying:0.5.3/src/configs.typ:48:8
│
48 │ panic("Unsupported mark `" + kind + "` at page " + str(page-num) + ". You can't use it inside some functions like `context`. You may want to use the callback-style `uncover` function instead.")
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Looks like I missed something.
The text was updated successfully, but these errors were encountered:
Hi,
I want to derive the simlpe theme, and change some content of it to make my own theme. Because I only want to change some default global settings, I don't like to leave a copy in my local. Thus, I tried to change the default init function to inject the configuration. But it failed.
I tried to do like this:
However, it shows the error:
Looks like I missed something.
The text was updated successfully, but these errors were encountered: