I’m trying to have a well formated pdf document. I’ve added a frontpage, and then the table of content. But between them (frontpage & table of content), there is some emoji that pops up.
When selecting in this 2nd page (between the frontpage and the table of content), I see that I can grab something that is white upper white. And after copying it, I pasted it on my editor and I see something that looks like my tableOfContent.
I have the impression, that normally this 2nd page dislay white texts on white backgroud. But as I use emoji within my chapter (such as or as ), they show up.
I’ve made a mve as suggested where you can see both, the code and the problem. Here is the link
Thanks! It’s actually much better for you as you are more likely to get some help by other forum users if you allow your code to be seen / edited without extra steps.
Next, may I suggest that you edit your initial post to reflect the change? This will keep everyone focussed.
Hi, your document is drawing two outlines explicitly.
One is part of the title page: align(horizon, outline(indent: auto)) and it uses the title page’s white text colour, so you only see the emojis. The second outline is #outline(title: [Table des Matières]) in main.typ. I think that might be the whole explanation?