Closed nicolasfara closed 1 month ago
Using the code you gave, I can't reproduce your results with typst 0.11.1 and touying 0.5.2, what is the typst version you are using?
Also, maybe you might consider placing pdfpc.config()
in config-common(preamble: {pdfpc.config()}).
Hi @OrangeX4 thanks for your prompt response!
I'm on Typst 0.11.1
and touying 0.5.2
. However, your suggestion of putting in config-common(preamble {pdfpc.config()})
the configuration makes it work!
I cannot find the preamble
description in the documentation, have I missed something? Documenting it in the doc could be useful.
Closed as resolved
When
pdfc
configuration is set in the.typ
file, the title slide changes format (A4 I suppose).The following code for reproducing the result:
Is there a misconfiguration on my side or a problem with the metropolis theme? If I comment out the
pdfpc
configuration, the title slide is ok.