Zhewen Mo
Zhewen Mo
@zardini123 The warning message can be suppressed by setting `strict: "ignore"`. However, the numbering is still unsatisfactory.
BTW, is there a way to automatically add page numbers to all slides? For example, "current/total" in the lower right corner.
> I suggest closing this issue since the problem can't be reproduced any longer. It can be reopened, in case it reappears. No, it's not an issue that can't be...
It's 2024 and I wonder what is now the standard way to write a parallel program in Haskell.
It's standard practice to use full-width periods in Chinese mathematical articles. Currently a workaround I can think of is: ```typst #show ")。": ")." #show "。": "." ``` Or more generally...
> Great solution, but I don't know how to edit content of settings.tex. Can you give me an example? Thanks a lot. @a76854 It's basically a list of `\usetikzlibrary{...}` and...
> > > Great solution, but I don't know how to edit content of settings.tex. Can you give me an example? Thanks a lot. > > > > > >...
> Hi! I tried doing what is shown here, but it doesn't workd for me. Do I need another plugin? I 've added the `%:input config.tex` line on my code...
@fbaldner Yes, the `%:input` syntax is exactly what is implemented in this PR, which is still open. You should manually clone the last commit from this PR and replace the...